https://github.com/649/Memfixed-Mitigation-Tool
DDoS mitigation tool for sending flush or shutdown commands to vulnerable Memcached servers obtained using Shodan API
https://github.com/649/Memfixed-Mitigation-Tool
Last synced: 27 days ago
JSON representation
DDoS mitigation tool for sending flush or shutdown commands to vulnerable Memcached servers obtained using Shodan API
- Host: GitHub
- URL: https://github.com/649/Memfixed-Mitigation-Tool
- Owner: 649
- Created: 2018-03-08T04:18:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T23:09:26.000Z (about 7 years ago)
- Last Synced: 2024-11-17T01:28:49.978Z (7 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 47
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ip-search-engines - Memfixed Mitigation Tool Shodan
README
# MEMFIXED DDOS MITIGATION TOOL
* Author: [@037](https://twitter.com/037)
* Credits to [@dormando](https://twitter.com/dormando) for the killswitchThis tool allows you to shutdown/flush vulnerable 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](https://shodan.io/) if you sign up using a .edu email
