Results 1 to 3 of 3

Thread: Possible Alternative to Airmon-ng

  1. #1
    Join Date
    2013-Jul
    Posts
    844

    Possible Alternative to Airmon-ng

    Possible alternative to airmon-ng?

    See

    https://sourceforge.net/p/interforce...ree/interforce


    MTeams

  2. #2
    looking through this script, it is just a glorified:
    Code:
    ifconfig $param2 down
    iwconfig $param2 mode monitor
    ifconfig $param2 up
    why not just type that in directly?

    or if you want to create an interface or multiple interfaces, just use iw:
    Code:
    iw dev wlan0 interface add mon0 type monitor
    you can do that to create as many interfaces as you want(im sure there is a limit though), just increment the monX number, or call it what ever you want
    pretty much all that airmon-ng does anyway

  3. #3
    The script was roughly presented by it author in this thread
    With all the respect I would not call it an "alternative" to airmon-ng.
    For sure airmon-ng uses the commands that we all know but it is a bit more than just using ifconfig and iwconfig... if you check the script you can see that it is a very very complete tool to activate and deactivate mode monitor.

Similar Threads

  1. Alternative Browsers
    By Quicksilver123 in forum ARM Archive
    Replies: 0
    Last Post: 2016-11-02, 03:56
  2. Truecrypt alternative / replacement
    By HellAdmin in forum Development Archive
    Replies: 0
    Last Post: 2014-06-29, 09:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •