Last active
February 3, 2023 16:50
-
-
Save todmephis/d25ee066574545f32bd6ebb70a9228f5 to your computer and use it in GitHub Desktop.
FoxyProxy patterns to exclude FireFox (and others) garbage from BurpSuite proxy
This file contains 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
{ | |
"logging": { | |
"size": 100, | |
"active": true | |
}, | |
"mode": "patterns", | |
"om8ch61619470734653": { | |
"type": 1, | |
"color": "#66cc66", | |
"title": "Burpsuite", | |
"active": true, | |
"address": "127.0.0.1", | |
"port": 8080, | |
"proxyDNS": false, | |
"username": "", | |
"password": "", | |
"whitePatterns": [ | |
{ | |
"title": "all URLs", | |
"pattern": "*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
} | |
], | |
"blackPatterns": [ | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "*.mozilla.net*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "*.mozilla.org*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "*.firefox.com*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "*.detectportal.firefox.com*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "*.services.mozilla.com*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "*.cdn.mozilla.net*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "*.cdn.mozilla.com*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "detectportal.firefox.com*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "firefox-settings-attachments.cdn.mozilla.net*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "getpocket.cdn.mozilla.net*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Mozilla", | |
"pattern": "push.services.mozilla.com*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de Digicert", | |
"pattern": "ocsp.digicert.com*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura google safebrowsing", | |
"pattern": "safebrowsing.googleapis.com*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
}, | |
{ | |
"title": "Basura de google", | |
"pattern": "*.pki.goog*", | |
"type": 1, | |
"protocols": 1, | |
"active": true | |
} | |
], | |
"pacURL": "", | |
"index": 9007199254740990 | |
}, | |
"browserVersion": "88.0.1", | |
"foxyProxyVersion": "7.5.1", | |
"foxyProxyEdition": "standard" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment