BOOK THIS SPACE FOR AD
ARTICLE ADHello all.
Welcome back.
In this blog we will see how to find bugs in microsoft iis web pages.
Google dork to find iis pages of your target.
intext:IIS Windows Server site:*.yourtarget.com
inurl:”IIS Windows Server” site:*.yourtarget.com
intitle:”IIS Windows Server” site:*.yourtarget.com
NOTE: Iam using evil.com in place of real target . you can use your real target.
First we find subdomains using diffrent tools and techniques.
Fitst enumrate subdomains using subfinder.
subfinder -d evil.com -all -recursive -o sbfdr_r1.txt
subfinder -dL sbfdr_r1.txt -all -recursive -o sbfder_r2.txt
assetfinder -subs-only evil.com | tee ast_evil_subs.txt