Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added T1595.003 #3027

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ryananicholson
Copy link
Contributor

Details:
Added very common web technique to scan remote servers for directories and files. Often used as an initial active recon technique. InputArgs include:

  • target: Specify base URL of target and include non-standard port number, if necessary (e.g., http://localhost:8888)
  • wordlist: Path to wordlist on local system. The included wordlist is from SecLists.
  • request_timeout: To speed up/slow down, you can customize the timeout for each attempt (default is 5 seconds per request)
  • output_file: Path to output file location (default is user's $env:TMPDIR value)

Testing:
Set up a local web service with php -S localhost:8888 served from my home directory and generated the following results:

image image

Associated Issues:
No existing issues fixed with this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants