mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-03-13 19:18:09 +01:00
New command: basenc
This commit is contained in:
parent
f3dfd7a50c
commit
2ee9d7a934
15
_gtfobins/basenc.md
Normal file
15
_gtfobins/basenc.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
file-read:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
basenc --base16 $LFILE | basenc -d --base16
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
basenc --base16 $LFILE | basenc -d --base16
|
||||||
|
sudo:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
sudo basenc --base16 $LFILE | basenc -d --base16
|
||||||
|
---
|
Loading…
x
Reference in New Issue
Block a user