Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsanzz/c2
C2 DDOS
https://github.com/mrsanzz/c2
Last synced: about 2 months ago
JSON representation
C2 DDOS
- Host: GitHub
- URL: https://github.com/mrsanzz/c2
- Owner: MrSanZz
- Created: 2023-11-25T17:44:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T16:00:12.000Z (9 months ago)
- Last Synced: 2024-04-04T17:27:04.379Z (9 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C2
# Install Steps
How To Install:
WATCH THIS !!
-The Best Option-
Byte Per Sec : 250 - 410 = Req : 55k [Verified]
Thread : 250 - 420 = Req : 50k+ [Verified]
-= Termux =-1. pkg update && pkg upgrade
2. pkg install curl
3. pkg install python3
4. pkg install git
5. git clone https://github.com/MrSanZz/C2
6. cd C2
7. pip3 install -r requirements.txt
8. python3 c2.py-= Ubuntu =-
1. sudo apt-get update && sudo apt-get updgrade
2. sudo apt install python3
3. sudo apt install python3-pip
4. sudo apt install curl
5. sudo apt install git
6. git clone https://github.com/MrSanZz/C2
7. cd C2
8. pip3 install -r requirements.txt
9. python3 c2.py-= Kali Linux =-
1. apt update && apt upgrade
2. apt install curl
3. apt install python3
4. apt install python3-pip
5. apt install git
6. git clone https://github.com/MrSanZz/C2
7. cd C2
8. pip3 install -r requirements.txt
9. python3 c2.py-= Linux Mint =-
Same as like kali linux