Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lisp3r/dd819f98d75642e8df06106a87e9f745 to your computer and use it in GitHub Desktop.
Save lisp3r/dd819f98d75642e8df06106a87e9f745 to your computer and use it in GitHub Desktop.
Burp Target Scope Options file to exclude all irrelevant stuff
{
"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