Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 1021 Bytes

TODO.md

File metadata and controls

15 lines (14 loc) · 1021 Bytes

Planned features/future updates

  • Indicate response codes for redirection targets. Maybe add this as an option as it could slow things down. The same connection could be reused to do this if certain rules are met for the redirection location (HTTP/2 coalescing)
  • Check if a found directory is listable before scanning it. dirb does this accurately, perhaps ideas can be taken from there.
  • Use sitemap.xml after parsing robots.txt.
  • Add command line options for more functionality. Some ideas:
    • HTTP basic auth.
    • Proxy usage.
    • Configurable time between requests in the same connection to avoid flooding.

Other ideas/possible updates

  • Subdomain scanning.
  • Test hyper's window_manager to increase throughput.
  • Add support for HTTP/1.
  • HTML parsing for web crawling (might slow things down a lot).
  • Output results as a JSON file.