We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab141ca commit d7da777Copy full SHA for d7da777
1 file changed
README.md
@@ -4,7 +4,15 @@
4
##### Toolkit for hacking enthusiasts using Python.
5
hacklib is a Python module for hacking enthusiasts interested in network security. It is currently in active development.
6
7
-#### Examples of Usage
+-
8
+#### Installation
9
+To get hacklib, simply run in command line:
10
+```console
11
+pip install hacklib
12
+```
13
+
14
15
+#### Usage Examples
16
-
17
Multi-threaded Denial of Service (DOS) stress-testing:
18
```python
0 commit comments