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
b5d44a0adec9cc1724f6e26a15c59bae10d3d042
signed_unknown_key
author: Christian Cleberg <hello@cleberg.net> · 2025-12-04T17:48:34Z
committer: <noreply@github.com>
README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) @@ -31,6 +31,9 @@ Required for running the Python scripts: ```bash pip install -r requirements.txt + +# or, if you prefer `uv`: +uv run file.py ``` **Run a Sample Script** @@ -84,4 +87,3 @@ To contribute: ``` 5. Open a pull request -e [GNU General Public License v3.0](LICENSE).