Skip to content

Burp Suite

Burp Suite is a popular, integrated platform for web application security testing, used by ethical hackers and security professionals to find vulnerabilities by intercepting, inspecting, and manipulating HTTP traffic between a browser and a web server, featuring tools like a proxy, Repeater for resending requests, Intruder for automated attacks, and a spider for mapping sites


Install Burp Suite

  • Download latest community edition from https://portswigger.net/burp/releases/community/latest
chmod +x burpsuite_community_linux_v2025_12_4.sh
./burpsuite_community_linux_v2025_12_4.sh
  • Follow the instruction after running above command to install Burp Suite