You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I investigated the issue and I discovered that both Rustbuster and the python IIS short name scanner implementation are bugged when multiple files with the same prefix exist.
Given two existing files web.config and web.config.old, we will see the following results:
Rustbuster will stop at the shortest match, i.e. web.config
IIS short name scanner won't match on web.config and will match on the longer web.config.old
I fixed Rustbuster and I am going to release a patched version.
phra
changed the title
IIS short scanner module (Tilde enumeration) - filenames with dots
IIS short scanner module (Tilde enumeration) - multiple files with same prefix
Jul 13, 2019
There might be a problem with files with multiple dots.
For instance,
web.config.old
is discovered asweb~1.con
iis_shortname_Scan.py finds the same file as
webcon~1.old*
Side question: is there room to spot file with multiple dots?
The text was updated successfully, but these errors were encountered: