From e9843593cbf107de641801bd9871c357e967dc99 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 28 Dec 2021 12:19:44 -0500 Subject: nettrace --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b16b55d6a..e52a02d34 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,24 @@ INTRUSION DETECTION SYSTEM (IDS) as it contains running processes. ````` +### Network Monitor +````` + --nettrace=name|pid + Monitor TCP and UDP traffic coming into the sandbox specified by + name or pid. Only networked sandboxes created with --net are + supported. + + $ firejail --nettrace=browser + 9.9.9.9:53 => 192.168.1.60 UDP: 122 B/sec + 72.21.91.29:80 => 192.168.1.60 TCP: 257 B/sec + 80.92.126.65:123 => 192.168.1.60 UDP: 25 B/sec + 69.30.241.50:443 => 192.168.1.60 TCP: 88 KB/sec + 140.82.112.4:443 => 192.168.1.60 TCP: 1861 B/sec + + (14 streams in the last one minute) + +````` + ### Profile Statistics A small tool to print profile statistics. Compile and install as usual. The tool is installed in /usr/lib/firejail directory. -- cgit v1.2.3-70-g09d2