Last active
May 29, 2024 13:17
-
-
Save fyxme/8e8677194313593a230e42f16428cd26 to your computer and use it in GitHub Desktop.
Burp Target Scope Options file to exclude all irrelevant stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"target":{ | |
"scope":{ | |
"advanced_mode":true, | |
"exclude":[ | |
{ | |
"enabled":true, | |
"host":".*\\.google\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.stripe\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.stripe\\.network", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.doubleclick\\.net", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.googletagmanager\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.google-analytics\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.mozilla\\.org", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.wappalyzer\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.googleapis\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.braze\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.gstatic\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.tealiumiq\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.gvt2\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.gvt1\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.testfairy\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.branch\\.io", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.apple\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.tiqcdn\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.apple\\.news", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.addthis\\.com", | |
"protocol":"any" | |
} | |
], | |
"include":[ | |
{ | |
"enabled":true, | |
"host":".*", | |
"protocol":"any" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment