Results 1 to 15 of 15

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

  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

  2. #2
    Join Date
    2015-Sep
    Posts
    2
    *** that's nuts. Oh, but that router has to be vulnerable to these kind of attacks right?

  3. #3
    Join Date
    2015-Sep
    Posts
    9
    currently works on any router where I live (that's like 1000000 routers)

  4. #4
    Join Date
    2015-Sep
    Posts
    9
    edit: haven't seen a router that's not effected by this yet

  5. #5
    Join Date
    2015-Sep
    Posts
    1
    Can you make video on youtube on how to use this? Thank you.

  6. That's kind of a heavy hammer for all the networks around when you don't allow some form of limitation...

    might also want to check the slash directions on the dev/null statements

  7. #7
    Join Date
    2015-Sep
    Posts
    7
    a video presentation will be very very helpful. it will be simple and quick to understand how to use ur script.

    btw.. appreciate your work...

  8. #8
    Join Date
    2015-Sep
    Posts
    9
    Quote Originally Posted by muju821 View Post
    a video presentation will be very very helpful. it will be simple and quick to understand how to use ur script.

    btw.. appreciate your work...
    Sorry for the late replay, video to be uploaded soon enough

  9. #9
    Join Date
    2015-Sep
    Posts
    9
    you may re-download the file, there was an error earlier which I fixed.

  10. #10
    Join Date
    2015-Sep
    Posts
    7
    thanks buddy.. really appreciate

  11. #11
    You can use read to let the user define the value for the interface instead of having to modify the script itself
    Code:
    read -ep "Enter the interface to be used " interface
    and the value entered in stdinn is stored in the variable $interface

    thanks for sharing your script

  12. #12
    Join Date
    2015-Sep
    Posts
    9
    Kcdtv, I did not add that since Ive tried to make the script the most automatic it can be. Though it's sure a good edition.

  13. #13
    Join Date
    2013-Aug
    Location
    lost in space
    Posts
    580
    Thanks NC,

    Could really use this in my arsenal, yet like TAPE noticed, do you intend to make this script more civilized?

    It is, after all an EMP, we get it.. still I can see applications for this script without taking the whole neighborhood down :|

    Cheers!!
    Kali Linux USB Installation using LinuxLive USB Creator
    Howto Install HDD Kali on a USB Key
    Clean your laptop fan | basic knowledge

  14. #14
    Join Date
    2015-Nov
    Posts
    4
    Does this tool have any advantages over https://github.com/DanMcInerney/wifijammer?

  15. #15
    Join Date
    2015-Sep
    Posts
    9
    Pretty funny actually, I always saw that tool in the tool list but never tried it out or knew what it does. So I looked at it now, and appearently the mobileEMP is my version to the jammer, and ofcourse jammer is more expendable , therefore has advantages on my script.
    Its also funny to be replying after half a month. I havent touched kali for a long time now.. hope to be releasing a new tool soon.

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
  •