Installation Errors
Virtual Environment Not Found
Virtual Environment Not Found
Module Import Errors
Module Import Errors
Error Message:Cause: Python dependencies were not installed or the virtual environment is not activated.Solution:
Runtime Errors
Target Not Reachable
Target Not Reachable
Error Message:Cause: Target IP/domain cannot be resolved or is unreachable.Solution:
Scan Returns No Results
Scan Returns No Results
Symptoms:
- 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
Database Errors
Database Errors
Error Message:Solutions:
Tool-Specific Errors
Nmap Not Found
Nmap Not Found
Error Message:Solution:
Nmap is required for all network scanning operations. AutoPentestX cannot function without it.
Nikto Fails to Run
Nikto Fails to Run
Error Message:Solution:Workaround:
SQLMap Issues
SQLMap Issues
Error Message:Solution:Skip SQL injection testing:
Performance Issues
Scan Takes Too Long
Scan Takes Too Long
Symptoms: Scan runs for 30+ minutesSolutions:
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:
Still Need Help?
Open an issue on GitHub with your error logs and system information