From 6b917fba2eb39599aeec6e8b9b64bfc037bdc521 Mon Sep 17 00:00:00 2001
From: mehdi B <41642346+MBK-fr@users.noreply.github.com>
Date: Tue, 25 Aug 2026 09:58:10 +0200
Subject: [PATCH] Add Darkmoon (open source autonomous pentest platform)
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 895005f..1d1db7b 100644
--- a/README.md
+++ b/README.md
@@ -136,6 +136,7 @@ docker run -it mcnamee/huntkit
| [meg](https://github.com/robertdavidgraham/masscan) | _A tool for fetching lots of URLs but still being 'nice' to servers._
`meg paths.txt hosts.txt` |
| [nikto](https://tools.kali.org/information-gathering/nikto) | _Web server scanner which performs comprehensive tests against web servers for multiple items (dangerous files, outdated dependencies...)._
`nikto -host=https://kali.org` |
| [nmap](https://nmap.org/) | _A utility for network discovery and security auditing_.
`nmap -sV 192.168.0.1` |
+| [Darkmoon](https://github.com/ASCIT31/Dark-Moon) | Open source (GPLv3) autonomous penetration testing platform. 50 specialist agents over MCP, 80+ offensive tools, proof of exploitation on every finding, runs locally. |
| [nuclei](https://github.com/projectdiscovery/nuclei) | _Nuclei is a fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use._.
`nuclei -l urls.txt -t $ADDONS/nuclei/ADDONS/nuclei/technologies/ -o ~/projects/results.txt` |
| [pagodo](https://github.com/opsdisk/pagodo) | _Passive Google dork script to collect potentially vulnerable web pages and applications on the Internet._.
`pagodo -d $DOMAIN -g dorks/sensitive_directories.dorks -l 100 -s -e 35.0 -j 1.1` |
| [recon-ng](https://github.com/lanmaster53/recon-ng) | _Web-based open source reconnaissance framework._
`recon-ng` |