Skip to content

Commit d5afc99

Browse files
Update README.md
1 parent 37c9a89 commit d5afc99

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
This a very powerful denial of service (DDoS) program. It is very efficient and portable, it is stable and useful for stress-testing companies, it currently has three attack methods. 1) SYN/ICMP with 6 flags including fin, syn, rst, ack, psh and urg. 2) Slowloris/SLOW uses sock.connect to attack. 3) Request/Requester uses httplib to attack
44
## Getting Started
55

6-
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
6+
You will need a few diffrent modules installed to execute Overload.
77

8-
### Prerequisites
9-
10-
What things you need to install the software and how to install them
8+
### Modules
119

10+
You will have to use pip to install the modules, colorama, termcolor & requests
1211
```
13-
Give examples
12+
apt-get install python-pip
13+
```
14+
```
15+
yum install python-pip
1416
```
15-
1617
### Installing
1718

1819
A step by step series of examples that tell you have to get a development env running

0 commit comments

Comments
 (0)