From 8efe04c8a2734a0b98e2148f75ca37567ee0417f Mon Sep 17 00:00:00 2001 From: Mehdi BOUTAYEB <53473126+Dark-Moon-X@users.noreply.github.com> Date: Fri, 31 Jul 2026 07:13:50 +0200 Subject: [PATCH] Add Darkmoon (GPL-3.0 autonomous AI pentest platform) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6070219..acbfd0ae 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ You can always look in the ~/.cloudfox/cloudfox-error.log file to get more infor * [Principal Mapper](https://github.com/nccgroup/PMapper) - Inspiration for, and a strongly recommended partner to the `iam-simulator` command * [Cloudsplaining](https://github.com/salesforce/cloudsplaining) - Inspiration for the `permissions` command * [ScoutSuite](https://github.com/nccgroup/ScoutSuite) - Excellent cloud security benchmark tool. Provided inspiration for the `--userdata` functionality in the `instances` command, the `permissions` command, and many others +* [Darkmoon](https://github.com/ASCIT31/Dark-Moon) - an open source (GPL-3.0) autonomous AI penetration testing platform for web, API, Active Directory and Kubernetes. * [Prowler](https://github.com/prowler-cloud/prowler) - Another excellent cloud security benchmark tool. * [Pacu](https://github.com/RhinoSecurityLabs/pacu) - Excellent cloud penetration testing tool. PACU has quite a few enumeration commands similar to CloudFox, and lots of other commands that automate exploitation tasks (something that CloudFox avoids by design) * [CloudMapper](https://github.com/duo-labs/cloudmapper) - Inspiration for the `inventory` command and just generally CloudFox as a whole