From 386e0ed575bf49fac5870430655a14853954e6a6 Mon Sep 17 00:00:00 2001 From: elicn Date: Thu, 19 Sep 2024 17:17:04 +0300 Subject: [PATCH] Include networking auditing sample in script --- bindings/python/sample_all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/python/sample_all.sh b/bindings/python/sample_all.sh index a5e27809..378c139d 100755 --- a/bindings/python/sample_all.sh +++ b/bindings/python/sample_all.sh @@ -27,3 +27,5 @@ echo "==========================" python3 ./shellcode.py echo "==========================" python3 ./sample_ctl.py +echo "==========================" +python3 ./sample_network_auditing.py