From 71110b25676c8a93c699a46f586ac71b5119e339 Mon Sep 17 00:00:00 2001 From: jc Date: Tue, 15 Oct 2024 17:28:22 +0300 Subject: [PATCH] can now scan hosts in a subnet and print the live ones --- portradar.sh | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/portradar.sh b/portradar.sh index 6f2d44a..b258a11 100755 --- a/portradar.sh +++ b/portradar.sh @@ -1,5 +1,7 @@ #!/bin/bash +# fingerprint some ports and try out some basic enumeration: For Example SMB Null Authentication + help() { cat <