aboutsummaryrefslogtreecommitdiffstatshomepage
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
parentopen-ports: use -Pn (diff)
downloadaudit-scripts-master.tar.gz
audit-scripts-master.zip
add extensions to script filesHEADmaster
-rw-r--r--README.md12
-rwxr-xr-xsrc/bad-attrs.py (renamed from src/bad-attrs)0
-rwxr-xr-xsrc/writable-dirs.py (renamed from src/writable-dirs)0
3 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
------
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