We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af30dc commit 230d4fbCopy full SHA for 230d4fb
README.md
@@ -10,7 +10,29 @@ To get hacklib, simply run in command line:
10
```console
11
pip install hacklib
12
```
13
+hacklib also has a user interface. To use it, you can do one of the following:
14
15
+Download hacklib.py and run in console:
16
+```console
17
+python hacklib.py
18
+----------------------------------------------
19
+Hey. What can I do you for?
20
+
21
22
+Enter the number corresponding to your choice.
23
24
+1) Connect to a proxy
25
+2) Target an IP or URL
26
+3) Lan Scan
27
+4) Exit
28
29
+```
30
+Or if you got it using pip:
31
32
+```python
33
+import hacklib
34
+hacklib.userInterface()
35
36
-
37
#### Usage Examples
38
Multi-threaded Denial of Service (DOS) stress-testing:
0 commit comments