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 | |
parent | open-ports: use -Pn (diff) | |
download | audit-scripts-master.tar.gz audit-scripts-master.zip |
-rw-r--r-- | README.md | 12 | ||||
-rwxr-xr-x | src/bad-attrs.py (renamed from src/bad-attrs) | 0 | ||||
-rwxr-xr-x | src/writable-dirs.py (renamed from src/writable-dirs) | 0 |
3 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 ------ diff --git a/src/bad-attrs b/src/bad-attrs.py index 4683540..4683540 100755 --- a/src/bad-attrs +++ b/src/bad-attrs.py diff --git a/src/writable-dirs b/src/writable-dirs.py index 19f6094..19f6094 100755 --- a/src/writable-dirs +++ b/src/writable-dirs.py |