aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 262ee36..629b17d 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,16 @@ Find files with the immutable (`+i`) or append-only (`+a`) flag set.
./src/bad-attrs /
+open-ports.sh
+-------------
+
+List open ports for a host.
+
+ ./src/open-ports.sh HOST # Scan all ports
+ ./src/open-ports.sh -6 HOST # Resolve domains to IPv6 addresses
+ ./src/open-ports.sh -t 1000 HOST # Scan the top 1000 most popular ports
+ ./src/open-ports.sh -p 8080-8100 HOST # Specify port ranges in the nmap format
+
writable-dirs
-------------