Add iftop

This commit is contained in:
Syed Umar Arfeen 2019-09-28 14:41:05 +05:00 committed by Andrea Cardaci
parent c37da57373
commit 26ea00d78a

16
_gtfobins/iftop.md Normal file
View File

@ -0,0 +1,16 @@
---
description: This requires `iftop` 1.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
---