diff --git a/_gtfobins/iftop.md b/_gtfobins/iftop.md new file mode 100644 index 0000000..ce89c46 --- /dev/null +++ b/_gtfobins/iftop.md @@ -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 +---