diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-17 23:43:03 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-17 23:43:03 +0100 |
commit | 104e49ea4563e7d7ae9a1ffdba808e98bfec3615 (patch) | |
tree | aacaf809100b096948287bce92cd5ce8e681c831 /README.md | |
parent | open-ports: use -Pn (diff) | |
download | audit-scripts-master.tar.gz audit-scripts-master.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 ------ |