Skip to content

daletoniris/pentest-docker-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pentest Docker Tools

Dockerized penetration testing tools for quick deployment: remote nmap execution via WMI and an AI-assisted Kali Linux command interface.

Docker Python Kali

Tools

Impacket Nmap — Remote Nmap Executor

Execute nmap scans on remote Windows machines via WMI (Windows Management Instrumentation) using Impacket.

cd impacket-nmap
docker build -t impacket-nmap .
docker run impacket-nmap python remote_nmap_executor.py -t TARGET -u USER -p PASS --port 445

Use case: Run nmap from inside the target network through a compromised Windows host.

Kali Prompt — AI-Assisted Pentest Interface

Web-based interface that combines nmap scanning, Metasploit automation, and AI-powered risk analysis. Enter a target, get automated reconnaissance with intelligent risk assessment.

cd kali-prompt
docker build -t kali-prompt .
docker run -p 5000:5000 kali-prompt

Features:

  • Automated nmap scanning with configurable options
  • Metasploit integration for vulnerability exploitation
  • AI-powered risk analysis of scan results
  • Web UI for easy interaction

Setup

# For AI-powered analysis
export OPENAI_API_KEY="your-api-key"

Structure

pentest-docker-tools/
├── impacket-nmap/
│   ├── Dockerfile
│   └── remote_nmap_executor.py
└── kali-prompt/
    ├── Dockerfile
    ├── app.py
    ├── requirements.txt
    └── templates/
        └── index.html

Disclaimer

For authorized penetration testing only. Only use against systems you have explicit written permission to test.

License

MIT

About

Dockerized pentesting tools: remote nmap via WMI and AI-assisted Kali Linux command interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors