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

8444d7854e640aede31fb763d3f336b003b19b21

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-12-11T18:35:12Z

rename aws script
 applications/aws/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/aws/README.md b/applications/aws/README.md
index b42171b..5a808fb 100644
--- a/applications/aws/README.md
+++ b/applications/aws/README.md
@@ -1,9 +1,9 @@
-# `get_account_users.sh`
+# `aws_iam_users.sh`
 
 *Note*: This example uses an account titled `cmc`, which has access provisioned to it through IAM.
 
 ``` bash
-./get_account_users.sh
+./aws_iam_users.sh
 ```
 
 ``` text