Add all subdomains to scope | Burp Suite
2 min readJan 8, 2021
If your target is only www.google.com then the below setting will be fine
But if you wish to attack all the subdomains of google.com then you need to check on “Use advance scope control” and click on the Add button.
Burp’s scope rules use regular expressions in the host field, so you need to create a rule that matches something like:
.*\.google\.com$
and this shall match all subdomains of google.com
Now go to Proxy > HTTP History and check on “Show only in scope item” under the Filter option
Hurray! 😍Now you can view all the subdomains of google.com in the HTTP history tab