Skip to content

"rustenum" - A command-line webpage enumeration tool written in Rust.

Tristan Gomez requested to merge scanning_functionality into main

Enumeration tool is complete.

  • Function documentation and in-line comments are completed.
  • Implemented functionality to take user-supplied wordlist of webpages to enumerate through.
  • Implemented functionality to take a comma-separated list of http status codes for the scan to ignore.
  • Implemented functionality to write scan results to a file.
  • Implemented functionality to control the number of concurrent/parallel requests being sent.
  • Implemented functionality for user to provide a comma-separated list of file extensions which will be appended to every word in the wordlist.

To Do:

  • Add README for enumeration tool
  • Add unit tests

Merge request reports

Loading