Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Memcrashed-DDoS-Exploit — DDoS attack tool for sending forged UDP packets to vulnerable Memcached servers obtained using Shodan API | Kitploit
Tools/GitHubGitHub/649/memcrashed-ddos-exploit
OSINT (Open Source Intelligence)ExploitationInformation Gathering
GitHub649/memcrashed-ddos-exploit

Memcrashed-DDoS-Exploit

DDoS attack tool for sending forged UDP packets to vulnerable Memcached servers obtained using Shodan API

View Repository
1.4k4656 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

MEMCRASHED DDOS EXPLOIT TOOL

  • Author: @037

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

root@kitploit:~
apt-get install python3

You also require to have Scapy and Shodan modules installed

root@kitploit:~
pip install scapy
root@kitploit:~
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

alt text alt text alt text alt text

Using Docker

Demo

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

root@kitploit:~
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

Download Tool