Installation Errors
Virtual Environment Not Found
Virtual Environment Not Found
Recreate the virtual environment
Activate the environment
Reinstall dependencies
Module Import Errors
Module Import Errors
Installation Script Fails
Installation Script Fails
Update package lists
Upgrade system packages
Install packages manually
Rerun installation script
Runtime Errors
Target Not Reachable
Target Not Reachable
Verify network connectivity
Check DNS resolution (for domains)
Verify target format
- Valid:
192.168.1.100,example.com,10.0.0.1 - Invalid:
192.168.1.1000,example .com,http://example.com
Check firewall rules
Scan Returns No Results
Scan Returns No Results
- Scan completes but shows 0 open ports
- All ports appear filtered or closed
- PDF report has minimal information
- Target has no open ports (unlikely)
- Firewall is blocking scan traffic
- Insufficient permissions (no sudo)
- Network restrictions
Report Generation Fails
Report Generation Fails
Reinstall PDF libraries
Install system dependencies
Verify installation
Check reports directory
database/autopentestx.db.Database Errors
Database Errors
Keyboard Interrupt Handling
Keyboard Interrupt Handling
Force terminate
Ctrl+C multiple times or use:Check for zombie processes
Tool-Specific Errors
Nmap Not Found
Nmap Not Found
Nikto Fails to Run
Nikto Fails to Run
SQLMap Issues
SQLMap Issues
Metasploit Not Installed
Metasploit Not Installed
Install Metasploit
Verify installation
Performance Issues
Scan Takes Too Long
Scan Takes Too Long
Getting Help
If your issue is not listed here:- Check the logs:
ls -lh logs/and examine recent log files - Review scan database:
sqlite3 database/autopentestx.db "SELECT * FROM scans ORDER BY id DESC LIMIT 5;" - Test components individually: Run Nmap, Nikto, and SQLMap manually to isolate the issue
- Consult other troubleshooting pages: