Mnemata
@sanoski/

Hacking Tools

publicKnowledge base

A collection of hacking tools

Burp Suite

BurpSuite.md

Burp Suite

Burp Suite is a web application security testing platform created by PortSwigger.

It is commonly used by security testers, bug bounty hunters, developers, and application security teams to inspect how web applications communicate with browsers.

What It Is Used For

Burp Suite is mainly used for testing web applications.

It can help examine:

  • HTTP requests
  • HTTP responses
  • Cookies
  • Headers
  • Parameters
  • Forms
  • Login flows
  • API calls
  • Session behavior

Why It Matters

Many security issues in web applications are not visible from the outside with a normal scanner.

Burp Suite lets a tester observe and manipulate traffic between the browser and the application in a controlled testing environment.

This makes it useful for understanding how an application behaves under the hood.

Common Use Cases

  • Web application security testing
  • Request and response inspection
  • Manual vulnerability testing
  • API testing
  • Authentication flow analysis
  • Session handling review
  • Learning how web apps communicate

Related Concepts

  • HTTP
  • HTTPS
  • Proxy
  • Web application security
  • Session cookies
  • Authentication
  • Input validation
  • Cross-site scripting
  • SQL injection
  • API security

Related Tools

Notes

Burp Suite Community Edition is free and useful for learning and manual testing. Burp Suite Professional adds more advanced features, including stronger automation and scanning capabilities.

Only use Burp Suite on systems you own or have explicit permission to test.

#web-security #proxy #appsec #testing #http #https

Linked from