Memcrashed-DDoS-Exploit - DDoS Attack Tool For Sending Forged UDP Packets To Vulnerable Memcached Servers Obtained Using Shodan API - KitPloit - PenTest Tools for your Security Arsenal ☣
2018-03-16 16:10:27 Author: www.kitploit.com(查看原文) 阅读量:118 收藏

This tool allows you to send forged UDP packets to Memcached servers obtained from Shodan.io

Prerequisites
The only thing you need installed is Python 3.x

apt-get install python3

You also require to have Scapy and Shodan modules installed

pip install scapy
pip install shodan


Using Shodan API
This tool requires you to own an upgraded Shodan API
You may obtain one for free in Shodan if you sign up using a .edu email

Using Docker

You may deploy this tool to the cloud using a light Alpine Docker image.

Note: Make sure to explicitly enter 'y' or 'n' to the interactive prompt
git clone https://github.com/649/Memcrashed-DDoS-Exploit.git
cd Memcrashed-DDoS-Exploit
echo "SHODAN_KEY" > api.txt
docker build -t memcrashed .
docker run -it memcrashed

Memcrashed-DDoS-Exploit - DDoS Attack Tool For Sending Forged UDP Packets To Vulnerable Memcached Servers Obtained Using Shodan API Memcrashed-DDoS-Exploit - DDoS Attack Tool For Sending Forged UDP Packets To Vulnerable Memcached Servers Obtained Using Shodan API Reviewed by Lydecker Black on 9:49 AM Rating: 5


文章来源: https://www.kitploit.com/2018/03/memcrashed-ddos-exploit-ddos-attack.html?utm_source=dlvr.it&utm_medium=twitter
如有侵权请联系:admin#unsafe.sh