Live Status Check

Is Burp Suite Down?

Real-time status check for Burp Suite. See if it's just you or everyone experiencing issues.

🔄
Checking Burp Suite...
Testing connection to portswigger.net
https://portswigger.net ↗

About Burp Suite

Burp Suite by PortSwigger is the industry-standard web application security testing platform used by penetration testers worldwide.

Category: Security Tools  |  Website: portswigger.net

What to Do If Burp Suite Is Down

01
Wait a few minutes and try again. Most outages are resolved within 5-15 minutes.
02
Check the official status page or social media accounts for outage announcements.
03
Try accessing from a different network, VPN, or device to rule out local issues.
04
Clear your browser cache and DNS cache with ipconfig /flushdns or sudo systemd-resolve --flush-caches.
05
Try a different DNS resolver like 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google).
06
Check DownDetector for community reports about Burp Suite.

Frequently Asked Questions

We attempt to load a resource from Burp Suite directly from your browser. If the resource loads successfully, the service is up. If it fails, it may be down or blocking cross-origin requests. This is a client-side check from your location.
Some websites block cross-origin resource loading for security. In these cases, our check may report "unreachable" even though the site is functioning. Try clicking the direct link to verify.
Burp Suite is a security tools service. Visit their website at portswigger.net for current pricing and availability information.
The status is checked in real-time each time you visit this page. Click "Recheck Now" to run a fresh check. The result reflects reachability from your current network location.

Burp Suite in depth — what you need to know

Burp Suite by PortSwigger is the industry-standard web application security testing platform. The free Community Edition is widely used for learning; the paid Professional and Enterprise editions are standard tools for professional pentesters and bug bounty hunters. Burp's interception proxy, Repeater, Intruder, and BApp Store extensions form the daily toolkit for web app security testing.

When PortSwigger's services are down, multiple things can be affected: portswigger.net (main site, account, license verification), BApp Store (extensions repository), Web Security Academy (learning platform with labs), Burp Collaborator (out-of-band testing infrastructure), and license activation servers. Burp itself runs locally on your machine, so the application keeps working during many PortSwigger outages — but features that depend on PortSwigger backend (Collaborator, BApp updates, license checks for Professional users) may fail.

For status verification, status.portswigger.net shows component-level status. The @PortSwigger Twitter account posts updates. For Professional users specifically, license activation issues during outages are a known frustration — PortSwigger generally extends grace periods automatically during their outages.

Five real-world scenarios involving Burp Suite

Active pentest engagement

During pentest engagements, Burp is critical-path tooling. Burp itself runs locally so most functionality continues during PortSwigger outages, but Collaborator-dependent testing (blind XSS, OOB SQLi, SSRF detection) needs alternatives. Have Interactsh or self-hosted Collaborator configured before engagements start.

Bug bounty hunting

Bug bounty hunters use Burp Pro extensively. Outages affecting BApp Store updates or Collaborator can interrupt active hunting sessions. Have backup OOB testing tools ready; rely on already-installed extensions during BApp Store outages.

PortSwigger Web Security Academy learning

The Academy hosts free hands-on labs for web security learning. When the Academy is down, structured learning is interrupted. Have downloaded labs (DVWA, OWASP Juice Shop) for offline practice during Academy outages.

Team licensing / activation during outages

Burp Pro license activation depends on PortSwigger backend. New activations during outages may fail. Existing installations continue working (license caches locally). For teams: install on machines with verified license activation before depending on it for time-bounded engagements.

CI/CD security scanning with Burp Enterprise

Burp Enterprise (the CI/CD version) integrates with build pipelines. Outages affecting the Enterprise infrastructure can halt scheduled scans. Have monitoring on scan completion; alert if scans do not run as expected.

Common mistakes & edge cases

Depending entirely on PortSwigger-hosted Collaborator

Hosted Collaborator is convenient but creates dependency on PortSwigger infrastructure. For serious work, self-hosted Collaborator (Pro feature) or Interactsh as backup is the right pattern.

Updating Burp during active engagement

Burp updates can introduce regressions or compatibility issues. During time-bounded engagements, stick with the version you started with. Update between engagements after testing the new version on your usual workflows.

Not exporting BApp configurations

BApp extensions sometimes have complex configurations. Export your configurations periodically so re-installation (after outage, hardware change, version update) restores your full setup quickly.

Storing project files only on cloud-synced folders

Burp project files contain extensive engagement data. Storing only on cloud-synced folders creates dependency on the sync service being available. Keep local copies; sync as backup, not primary storage.

Reporting outages without checking PortSwigger status first

Before reporting issues to PortSwigger support, check status.portswigger.net and Twitter — if the issue is widespread, it is already known. Report only when your issue appears unique to your installation.

Not having free Community Edition installed as backup

For Professional users, having Community Edition installed on a separate machine (or VM) provides a backup workflow during license activation issues. Most basic functionality works in Community.

Frequently Asked Questions about Burp Suite

Burp Suite itself runs locally on your machine — does not "go down". What can be affected: PortSwigger backend services (license activation, BApp Store, Web Security Academy, Burp Collaborator). Use the checker above for portswigger.net reachability; check status.portswigger.net for component-level status.
Burp Collaborator is PortSwigger's hosted infrastructure for out-of-band testing — DNS callbacks, HTTP callbacks, SMTP for blind injection testing. When Collaborator is down, OOB-dependent testing (blind XSS, OOB SQLi, SSRF detection) does not work via the default hosted service. Backup options: self-hosted Collaborator (Pro feature), Interactsh (free open-source alternative).
Community: free, limited tooling (no Intruder rate limit removed, no BApps for some extensions, no Scanner). Professional: paid annual license, full feature set including Scanner, Intruder, BApps, Collaborator. Enterprise: paid platform for CI/CD scanning, multi-user with admin controls.
Mostly yes — Burp itself runs locally and can intercept/modify traffic between your browser and target sites without contacting PortSwigger. Features that need internet: license activation/renewal (cached after activation), Collaborator (OOB testing), BApp Store (extension downloads), Web Security Academy (learning labs), software updates.
PortSwigger Professional license includes a self-hostable Collaborator server. Download the server software, run on your own infrastructure with appropriate DNS configuration, configure Burp to use your server. Eliminates dependency on PortSwigger's hosted Collaborator, also provides better OPSEC for sensitive engagements (callbacks go to your infrastructure not PortSwigger's).
Interactsh by Project Discovery is a free open-source OOB testing platform — provides similar DNS/HTTP/SMTP callback functionality as Collaborator. Works as Burp extension or standalone CLI tool. Public hosted instances available; can also self-host. Good backup option when Burp Collaborator is unavailable, or as primary OOB tool for users without Burp Pro.
Already-activated licenses continue working — license info is cached locally. Outages may affect new activations or license renewals attempted during the outage. PortSwigger generally extends grace periods to compensate for outage-related activation issues.
BApps already installed continue working. New installations are blocked during BApp Store outages. Workarounds: download .jar files from extension authors' GitHub repos directly, use existing already-installed extensions, defer new BApp installations until Store is restored.
No — the Academy labs are hosted on PortSwigger infrastructure and require internet access. For offline learning during outages, use locally-runnable alternatives: DVWA, OWASP Juice Shop, Mutillidae, OWASP WebGoat — all downloadable VMs or Docker containers that work offline.
Three preparations: (1) Self-hosted Collaborator (if you have Pro license) or Interactsh as backup OOB infrastructure, (2) Local copy of any critical BApp configurations exported, (3) Offline learning environments (DVWA, Juice Shop) installed for learning continuity. Total prep: one afternoon; eliminates most outage-related disruption to your work.