You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Internet Connectivity Check: The script now checks for internet availability before starting the scan and reports the status.
Domain Validation: The script verifies the domain can be resolved to an IP address. It also automatically determines whether to use HTTP or HTTPS, falling back to HTTP if no valid SSL certificate is found.
Logging and Debugging: Added color-coded logging and warnings for better clarity during scanning. You can customize this via the DEBUG and WARNINGS variables.
Structured Class: The functionality is organized into a Tracebound class for better code structure.
Changes
Removed Threadpooling: Threadpooling has been removed in this version, possibly to be re-introduced in a future update.
Improvements
Error Reporting: The script provides more informative error messages, such as when unable to parse a sitemap or access a page.
Usability: User prompts guide the process of providing a domain and search phrase.