GTFOBins.github.io/_gtfobins/iftop.md

17 lines
310 B
Markdown

---
description: This requires `iftop` 0.17 and the privilege to capture on some device (specify with `-i` if needed) .
functions:
shell:
- code: |
iftop
!/bin/sh
limited-suid:
- code: |
./iftop
!/bin/sh
sudo:
- code: |
sudo iftop
!/bin/sh
---