Skip to content

Commit 8bd30ea

Browse files
committed
Fix : typo && Feat : README
1 parent d7305ab commit 8bd30ea

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
# Python_Flood_Attack_Tool
1+
# Python_Flood_Attack_Tool
2+
3+
```shell
4+
______ _ _ ___ _ _ _ _____ _
5+
| ___|| | | | / _ \ | | | | | | |_ _| | |
6+
| |_ | | ___ ___ __| | / /_\ \| |_ | |_ __ _ ___ | | __ | | ___ ___ | |
7+
| _| | | / _ \ / _ \ / _` | | _ || __|| __| / _` | / __|| |/ / | | / _ \ / _ \ | |
8+
| | | || (_) || (_) || (_| | | | | || |_ | |_ | (_| || (__ | < | | | (_) || (_) || |
9+
\_| |_| \___/ \___/ \__,_| \_| |_/ \__| \__| \__,_| \___||_|\_\ \_/ \___/ \___/ |_|
10+
11+
```
12+
13+
- You can easily launch Flood Attack with this tool
14+
15+
## Dependencies
16+
17+
```shell
18+
apt install python-scapy
19+
apt install python3-scapy
20+
```
21+
22+
## Usage
23+
24+
- HTTP/Get Flood Attack
25+
- ICMP Flood Attack
26+
- SYN Flood Attack
27+
- UDP Flood Attack
28+
29+
```shell
30+
usage: py3_flood_attack.py [-h] [--SynFlood] [--UDPFlood] [--ICMPFlood]
31+
[--HTTPFlood] --target TARGET [--port PORT]
32+
[--thread THREAD] [--repeat REPEAT]
33+
```

0 commit comments

Comments
 (0)