Skip to content

Version 1.0

Choose a tag to compare

@fled-dev fled-dev released this 21 Mar 17:49
· 12 commits to main since this release
e63d4dd

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.