erator
A Python-based tool that converts Nmap XML scan results into Metasploit resource scripts (.rc files) for automated enumeration and vulnerability assessment.
- ✅ Parse Nmap XML output files
- ✅ Map services to appropriate Metasploit auxiliary modules
- ✅ Generate valid Metasploit resource scripts (.rc)
- ✅ Dry-run mode for previewing without file creation
- ✅ Support for multiple safety levels (safe, extended, bruteforce)
- Interactive review mode to approve/reject modules
- JSON and Markdown report generation
- Command-line interface with multiple options
- Custom workspace naming
- Verbose output mode
- Extensible YAML-based service mappings
- Python 3.7+
- pip
pip install -r requirements.txt