You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
382 B
JSON

{
"description": "This requires 'iftop' 0.17 and the privilege to capture on some device (specify with '-i' if needed) .",
"functions": {
"shell": [
{
"code": "iftop\n!/bin/sh\n"
}
],
"limited-suid": [
{
"code": "./iftop\n!/bin/sh\n"
}
],
"sudo": [
{
"code": "sudo iftop\n!/bin/sh\n"
}
]
}
}