Results 1 to 15 of 15

Thread: MobileEMP - New tool to knock wireless devices off networks

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2015-Sep
    Posts
    9

    Talking MobileEMP - New tool to knock wireless devices off networks

    As a small bash script project for fun, I've decided to create a new tool to knock all wireless users from all access points around using fast automation of airmon-ng, iw ,and aireplay-ng.
    The script is incredibly short and effective, and I find it very useful. You may use it to force wpa handshakes, Or together with a fake access point attack that answers all probe requests, then be mitm or use karmetasploit, for example (THATS WHAT I MADE IT FOR :P ).
    The script scans for all networks, then chooses a network, sets the interface in monitor mode in the network's channel, then runs aireplay-ng to send up to 1000 deauthentication requests, that knocks everybody off the network. then it does it again,but for the next network in line, until it finishes with the last network scanned.
    It requires one spare network interface for itself, and root previleges for running iw command. use chmod 777/755 memp.sh.
    You can specify the network card you want to use for it and the number of deauth requests to send in the first lines of the script under the "interface" and "requestnum" variables.
    That's all you have to do. Its fully autonomous, just do ./memp.sh .

    *REMOVED*


    Edit:
    youtube
    Attached Files Attached Files
    Last edited by g0tmi1k; 2015-10-21 at 08:40. Reason: Youtube

Similar Threads

  1. Kali detects USB wireless adapter, but no wireless networks shown
    By Debelox in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2023-04-14, 15:57
  2. Best Kali tool for finding devices via WiFi
    By SigNet44 in forum General Archive
    Replies: 1
    Last Post: 2023-03-09, 05:54
  3. Kali detects USB wireless adapter, but no wireless networks shown
    By reifi in forum TroubleShooting Archive
    Replies: 13
    Last Post: 2017-04-26, 11:57
  4. Replies: 1
    Last Post: 2017-02-13, 04:26

Tags for this Thread

Posting Permissions

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