You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ To get hacklib, simply run in command line:
10
10
```console
11
11
pip install hacklib
12
12
```
13
+
14
+
-
13
15
hacklib also has a user interface. To use it, you can do one of the following:
14
16
15
17
Download hacklib.py and run in console:
@@ -36,12 +38,7 @@ import hacklib
36
38
hacklib.userInterface()
37
39
```
38
40
-
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
+
45
42
#### Usage Examples
46
43
Reverse shell backdooring (Currently only for Macs):
47
44
```python
@@ -233,3 +230,13 @@ Output:
233
230
```python
234
231
[+] Offset: 50
235
232
```
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.
0 commit comments