aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md12
-rwxr-xr-xsrc/bad-attrs (renamed from bad_attrs.py)0
-rwxr-xr-xsrc/writable-dirs (renamed from writable_dirs.py)0
3 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 74b08ba..3527730 100644
--- a/README.md
+++ b/README.md
@@ -3,19 +3,19 @@ audit-scripts
Scripts to run quick audits.
-bad_attrs.py
-------------
+bad-attrs
+---------
Find files with the immutable (`+i`) or append-only (`+a`) flag set.
- ./bad_attrs.py /
+ ./src/bad-attrs /
-writable_dirs.py
-----------------
+writable-dirs
+-------------
Which directories are writable by a user?
- ./writable_dirs.py -u USERNAME /
+ ./src/writable-dirs -u USERNAME /
License
-------
diff --git a/bad_attrs.py b/src/bad-attrs
index 4683540..4683540 100755
--- a/bad_attrs.py
+++ b/src/bad-attrs
diff --git a/writable_dirs.py b/src/writable-dirs
index 19f6094..19f6094 100755
--- a/writable_dirs.py
+++ b/src/writable-dirs