Skip to content

arsikurin/python-memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

memcached DDoS tool

THIS PROGRAM PROVIDED FOR ONLY EDUCATIONAL PURPOSES

This tool requires you to own an upgraded Shodan API

Installation

Windows

Clone the repository

$ git clone https://github.com/arsikurin/memcached.git

Install Python 3.9 from python.org

You also require to have Scapy and Shodan modules installed

$ pip install Scapy
$ pip install Shodan

Arch

Clone the repository

$ git clone https://github.com/arsikurin/memcached.git

Install Python 3.9

$ pacman -S python3

You also require to have Scapy and Shodan modules installed

$ pip install Scapy
$ pip install Shodan

Debian

Clone the repository

$ git clone https://github.com/arsikurin/memcached.git

Python 3.9

$ apt install python3

You also require to have Scapy and Shodan modules installed

$ pip install Scapy
$ pip install Shodan

How to run

$ cd memcached
$ python Memcached.py