aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-05 14:47:07 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-05 14:47:07 +0100
commitbb096e7f5bd6ee489e4d7240b29611b92fcb1fd6 (patch)
tree4a25beee81cabd6030d43d0a4eedccf0296b0708
parentbad_attrs: add a comment (diff)
downloadaudit-scripts-bb096e7f5bd6ee489e4d7240b29611b92fcb1fd6.tar.gz
audit-scripts-bb096e7f5bd6ee489e4d7240b29611b92fcb1fd6.zip
add README.md
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..74b08ba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+audit-scripts
+=============
+
+Scripts to run quick audits.
+
+bad_attrs.py
+------------
+
+Find files with the immutable (`+i`) or append-only (`+a`) flag set.
+
+ ./bad_attrs.py /
+
+writable_dirs.py
+----------------
+
+Which directories are writable by a user?
+
+ ./writable_dirs.py -u USERNAME /
+
+License
+-------
+
+Distributed under the MIT License.
+See [LICENSE.txt] for details.
+
+[LICENSE.txt]: LICENSE.txt