Skip to content

Instantly share code, notes, and snippets.

@balook
Created March 11, 2020 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balook/9b15591998166124a9f60a6fd0590a5e to your computer and use it in GitHub Desktop.
Save balook/9b15591998166124a9f60a6fd0590a5e to your computer and use it in GitHub Desktop.
foxy-proxy-pattern settings
{
"import-2431382345": {
"title": "Burp_suite",
"type": 1,
"color": "#130001",
"address": "127.0.0.1",
"port": 8080,
"active": true,
"whitePatterns": [
{
"title": "wildcard",
"pattern": "*",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "burp",
"pattern": "burp",
"type": 1,
"protocols": 1,
"active": true
}
],
"blackPatterns": [
{
"title": "*.mozilla.com/*",
"pattern": "*.mozilla.com",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "*.mozilla.org/*",
"pattern": "*.mozilla.org",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "SafeBrowsing",
"pattern": "*safebrowsing-cache.google.com",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "SafeBrowsing2",
"pattern": "*safebrowsing.clients.google.com",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "Safebrowsing3",
"pattern": "*safebrowsing.google.com",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "mozilla.net",
"pattern": "*.mozilla.net",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "digicert",
"pattern": "*ocsp.digicert.com",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "clients1.google",
"pattern": "*clients1.google.com",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "detectportal.firefox.com",
"pattern": "*detectportal.firefox.com",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "google safebrowsing",
"pattern": "safebrowsing.googleapis.com",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "cloudfront",
"pattern": "d3cv4a9a9wh0bt.cloudfront.net",
"type": 1,
"protocols": 1,
"active": true
},
{
"title": "similarweb",
"pattern": "rank.similarweb.com",
"type": 1,
"protocols": 1,
"active": true
}
],
"index": 0
},
"k20d21508277536715": {
"active": true,
"title": "Default",
"notes": "These are the settings that are used when no patterns match a URL.",
"color": "#0055E5",
"type": 5,
"whitePatterns": [
{
"title": "all URLs",
"active": true,
"pattern": "*",
"type": 1,
"protocols": 1
}
],
"blackPatterns": [],
"index": 2
},
"logging": {
"size": 100,
"active": false
},
"mode": "import-2431382345",
"mwypr1579862103344": {
"type": 1,
"color": "#171dcc",
"title": "Burp",
"active": true,
"address": "127.0.0.1",
"port": 8080,
"proxyDNS": false,
"username": "",
"password": "",
"whitePatterns": [],
"blackPatterns": [],
"pacURL": "",
"index": 1
},
"browserVersion": "74.0",
"foxyProxyVersion": "7.4.3",
"foxyProxyEdition": "standard"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment