Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetstrike-ai/aftermath-dos
DoS tool for pentesting
https://github.com/jetstrike-ai/aftermath-dos
dos linux open-source pentesting python python3 termux windows
Last synced: about 1 month ago
JSON representation
DoS tool for pentesting
- Host: GitHub
- URL: https://github.com/jetstrike-ai/aftermath-dos
- Owner: Jetstrike-AI
- Created: 2022-03-19T11:43:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T16:53:15.000Z (almost 3 years ago)
- Last Synced: 2024-02-10T19:43:42.575Z (11 months ago)
- Topics: dos, linux, open-source, pentesting, python, python3, termux, windows
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AFTERMATH-DOS
Open-source DOS project, created on pythonđź’ˇ
What if AFTERMATH?
=đź’˝AFTERMATH - DOS utility for pentesting.
You can use AFTERMATH to test your server on DOS/DDOS protect.
Supporting plaforms:
=
-Windows(Python 3+)🖥️-Termux(Python 3+)📱
-Linux(Python 3+)🖥️
How to install?
=
-Windows🖥️:If not installed git:
1)Download ZIP
2)Unpack ZIP
3)Install requirement.txt
4)Done!
If installed git:
1)git clone https://github.com/Jetstrike-AI/AFTERMATH-DOS
2)cd {Folder with AFTERMATH}
3)pip3 install -r requirement.txt
4)Done!-Termux📱:
1)git clone https://github.com/Jetstrike-AI/AFTERMATH-DOS
2)pip3 install -r requirements.txt
3)Done!
-Linux🖥️:
1)git clone https://github.com/Jetstrike-AI/AFTERMATH-DOS
2)cd AFTERMATH-DOS
3)pip3 install -r requirements.txt
4)Done!