TVT618

Memcrashed-DDoS-Exploit

Aug 31st, 2018
2,203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. MEMCRASHED DDOS EXPLOIT TOOL
  2. Author: @037
  3. This tool allows you to send forged UDP packets to Memcached servers obtained from Shodan.io
  4.  
  5. Install and Run:
  6. sudo apt-get install python3 python3-pip
  7. sudo pip3 install -r requirements.txt
  8. git clone https://github.com/649/Memcrashed-DDoS-Exploit Memcached
  9. cd Memcached
  10. python3 Memcrashed.py
  11.  
  12. Using Shodan API
  13. This tool requires you to own an upgraded Shodan API
  14. You may obtain one for free in Shodan if you sign up using a .edu email
  15.  
  16. Using Docker
  17. Demo
  18. You may deploy this tool to the cloud using a light Alpine Docker image.
  19.  
  20. Note: Make sure to explicitly enter 'y' or 'n' to the interactive prompt
  21. git clone https://github.com/649/Memcrashed-DDoS-Exploit.git
  22. cd Memcrashed-DDoS-Exploit
  23. echo "SHODAN_KEY" > api.txt
  24. docker build -t memcrashed .
  25. docker run -it memcrashed
  26.  
  27. Download Memcrashed-DDoS-Exploit: https://github.com/649/Memcrashed-DDoS-Exploit
Advertisement
Add Comment
Please, Sign In to add comment