Skip to content

A tool to guess the rest of the shortnames provided by vulnerable IIS instances.

Notifications You must be signed in to change notification settings

projectmonke/shortnameguesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

shortnameguesser

A hacky tool to guess the rest of the IIS shortnames. This plugs directly into the output of sns. The first argument indicates the number of guesses to try to make i.e python3 shortnameguesser.py 50. Quick and dirty one-liner:

sns -u <target URL> --nocolor --silent | python3 shortnameguesser.py 100 > guesses.txt && ffuf -u "<target URL>/FUZZ" -w guesses.txt

Requirements:

  • Configure the OPENAI_API_KEY environment variable with your API key.

About

A tool to guess the rest of the shortnames provided by vulnerable IIS instances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages