Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 489 Bytes

File metadata and controls

20 lines (14 loc) · 489 Bytes

Dripnet

A Babashka script to show outgoing connection ports as drops on the terminal.

"snapshot of dripnet running"

Usage

Since this relies on tcpdump you need to have it installed and be able to run it without a password using sudo. Place a line like such in your sudoers file:

MYUSER ALL = NOPASSWD: /usr/bin/tcpudmp

Then invoke dripnet:

bb dripnet.clj $COLUMNS $LINES