SkillAgentSearch skills...

Shortnameguesser

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

Install / Use

/learn @projectmonke/Shortnameguesser
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars41
CategoryDevelopment
Updated29d ago
Forks7

Languages

Python

Security Score

75/100

Audited on Mar 2, 2026

No findings