Skip to content

Commit 230d4fb

Browse files
authored
ui
1 parent 3af30dc commit 230d4fb

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,29 @@ To get hacklib, simply run in command line:
1010
```console
1111
pip install hacklib
1212
```
13+
hacklib also has a user interface. To use it, you can do one of the following:
1314

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+
```
1436
-
1537
#### Usage Examples
1638
Multi-threaded Denial of Service (DOS) stress-testing:

0 commit comments

Comments
 (0)