Skip to content

GINGER594/WebObjectDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebObjectDetector

An asynchronous terminal tool for finding hidden web-objects

Features:

  • asynchronous requesting
  • randomised X-Forwarded-For & User-Agent headers
  • configurable request-pool size
  • configurable timeout threshold

--- How to use ---

Basic use:

  • ./wod_YOUR_OS URL path-to-words-file

Optional flags:

  • -ua : path to User-Agents list - one will be selected at random for each GET request
  • -p : pool-size - the maximum number of concurrent GET requests (default 256)
  • -t : timeout threshold in milliseconds (default 30000)

Output:

  • any URLs that return status codes of 400 (generic error, e.g. malformed req or OS error), 404 or 429 are not displayed
  • URLs that returned any other status code are shown underneath their status code

About

an asynchronous terminal tool for finding hidden web-objects

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages