Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a2bd67

Browse files
authored
Update notice
1 parent 3a16c05 commit 0a2bd67

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ To get hacklib, simply run in command line:
1010
```console
1111
pip install hacklib
1212
```
13+
14+
-
1315
hacklib also has a user interface. To use it, you can do one of the following:
1416

1517
Download hacklib.py and run in console:
@@ -36,12 +38,7 @@ import hacklib
3638
hacklib.userInterface()
3739
```
3840
-
39-
#### Dependencies
40-
Not all classes have external dependencies, but just in case you can do the following:
41-
```python
42-
hacklib.installDependencies()
43-
```
44-
-
41+
4542
#### Usage Examples
4643
Reverse shell backdooring (Currently only for Macs):
4744
```python
@@ -233,3 +230,13 @@ Output:
233230
```python
234231
[+] Offset: 50
235232
```
233+
-
234+
#### Dependencies
235+
Not all classes have external dependencies, but just in case you can do the following:
236+
```python
237+
hacklib.installDependencies()
238+
```
239+
240+
-
241+
Note: hacklib is in active development. Expect crucial/major updates frequently. Always update your version of hacklib via pip when you get the chance.
242+

0 commit comments

Comments
 (0)