Skip to content

Instantly share code, notes, and snippets.

@uriellberdeja
Last active July 20, 2024 15:04
Show Gist options
  • Select an option

  • Save uriellberdeja/73b8631467b60344e090353f4a8b7b41 to your computer and use it in GitHub Desktop.

Select an option

Save uriellberdeja/73b8631467b60344e090353f4a8b7b41 to your computer and use it in GitHub Desktop.
burp-suite-handy-tips

Filter emails:

[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}

WAF fingerprinting capabilities are banning my Burp browser

Use firefox

Configure FoxyProxy to use Burp Proxy

Enter to http://burpsuite

Download and install Burp CA certificate in Root Trust Store

Open about:config and search for these values and set them:

Some of them are redundant but still

Preference Value to change
browser.newtabpage.activity-stream.feeds.telemetry false
browser.newtabpage.activity-stream.telemetry false
browser.ping-centre.telemetry false
datareporting.healthreport.service.enabled false
datareporting.healthreport.uploadEnabled false
datareporting.policy.dataSubmissionEnabled false
datareporting.sessions.current.clean true
devtools.onboarding.telemetry.logged false
toolkit.telemetry.archive.enabled false
toolkit.telemetry.bhrPing.enabled false
toolkit.telemetry.enabled false
toolkit.telemetry.firstShutdownPing.enabled false
toolkit.telemetry.hybridContent.enabled false
toolkit.telemetry.newProfilePing.enabled false
toolkit.telemetry.prompted Number Value 2
toolkit.telemetry.rejected true
toolkit.telemetry.reportingpolicy.firstRun false
toolkit.telemetry.server Delete URL
toolkit.telemetry.shutdownPingSender.enabled false
toolkit.telemetry.unified false
toolkit.telemetry.unifiedIsOptIn false
toolkit.telemetry.updatePing.enabled false

Removing garbage requests (analytics and ads measurement telemetry) can be done using ublock origin

If troubles with adblockers killers:

Go to ublock origin and add this filter list https://raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt

Open this url with tampermonkey installed and then install the userscript, https://github.com/reek/anti-adblock-killer/raw/master/anti-adblock-killer.user.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment