Skip to content

Release 1.0 - Website Security Scanner

Latest
Compare
Choose a tag to compare
@eminemahjoub eminemahjoub released this 08 Nov 23:35
· 7 commits to branch-adding-pdf since this release

Features:

URL Validation: Ensure that the provided URL is valid.

Link Scanning: Scan a website and find all links while sanitizing them to prevent cross-site scripting (XSS) attacks.

Malware Scan: Check the provided URL for malware using ClamAV.

Configuration Files Check: Detect common sensitive configuration files like robots.txt, .htaccess, wp-config.php, config.php, and web.config.

SQL Injection Test: Perform a simple SQL injection test on a provided URL.

PDF Report Generation: Generate a PDF report summarizing the findings of the scan, including links, malware scan results, and configuration files.

How to Use:

Enter the website URL to scan.
The tool scans the website for links, performs a malware scan, and checks for common configuration files.
An SQL injection test is also performed.
A PDF report is generated with the scan results.
Upcoming Features (In Progress):

User-friendly interactive mode.
Customization options for scanning parameters.
Parallel scanning for faster results.
Enhanced vulnerability scanning (XSS, CSRF, etc.).
Integration with other security tools.
Improved error handling and reporting.
Stay tuned for more updates and enhancements in future releases!

Important Note:

This release does not include the ExploitDB integration, which is an upcoming feature. If you have any further feature requests or feedback, please feel free to share them.