1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00
GTFOBins.github.io/_gtfobins/basez.md
Miguel R 2de683d35e Add basez
install: apt-get install -y basez
manual: https://manpages.ubuntu.com/manpages/impish/man1/basez.1.html
2022-07-02 13:28:15 +02:00

16 lines
298 B
Markdown

---
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
---