audit-labs/audit-tools

A collection of scripts, queries, and other goodies you can use in an audit.

clone: git clone https://gitbay.org/audit-labs/audit-tools.git

c588eff5bd05c7d10bbc76d9971dde514118c5ee

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2024-10-19T16:27:18Z

add run hint to README
 README.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.org b/README.org
index b2bcfdc..7c3706c 100644
--- a/README.org
+++ b/README.org
@@ -23,4 +23,5 @@ consistent packing:
 python3 -m venv venv
 source ./venv/bin/activate
 pip install PACKAGE_NAME
+python3 ./PYTHON_SCRIPT.py
 #+end_src