Skip to content

Commit d7da777

Browse files
authored
Add installation instructions
1 parent ab141ca commit d7da777

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
##### Toolkit for hacking enthusiasts using Python.
55
hacklib is a Python module for hacking enthusiasts interested in network security. It is currently in active development.
66

7-
#### Examples of Usage
7+
-
8+
#### Installation
9+
To get hacklib, simply run in command line:
10+
```console
11+
pip install hacklib
12+
```
13+
14+
-
15+
#### Usage Examples
816
-
917
Multi-threaded Denial of Service (DOS) stress-testing:
1018
```python

0 commit comments

Comments
 (0)