aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-17 23:43:03 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-17 23:43:03 +0100
commit104e49ea4563e7d7ae9a1ffdba808e98bfec3615 (patch)
treeaacaf809100b096948287bce92cd5ce8e681c831 /README.md
parentopen-ports: use -Pn (diff)
downloadaudit-scripts-104e49ea4563e7d7ae9a1ffdba808e98bfec3615.tar.gz
audit-scripts-104e49ea4563e7d7ae9a1ffdba808e98bfec3615.zip
add extensions to script filesHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 629b17d..720fd15 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,12 @@ audit-scripts
Scripts to run quick audits.
-bad-attrs
----------
+bad-attrs.py
+------------
Find files with the immutable (`+i`) or append-only (`+a`) flag set.
- ./src/bad-attrs /
+ ./src/bad-attrs.py /
open-ports.sh
-------------
@@ -20,12 +20,12 @@ List open ports for a host.
./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
--------------
+writable-dirs.py
+----------------
Which directories are writable by a user?
- ./src/writable-dirs -u USERNAME /
+ ./src/writable-dirs.py -u USERNAME /
Ubuntu
------