What is Burpsuite you ask? Burp Suite is a Java based Web Penetration Testing framework.
It has become an industry standard suite of tools used by information security professionals to identify vulnerabilities and verify attack vectors for web-based applications.
In its simplest form, Burpsuite can be classified as an Interception Proxy.
A penetration tester configures their Internet browser to route traffic through the proxy which then acts as a sort of Man In The Middle by capturing and analyzing each request and response to and from the target web application.
Individual HTTP requests can be paused, manipulated and replayed back to the web server for targeted analysis of parameter specific injection points.
Injection points can be specified for manual as well as automated fuzzing attacks to discover potentially unintended application behaviors, crashes and error messages.
>> BURPSUITE: SOURCE
Burpsuite is created by: PortSwigger Web Security
It is available as a free download with limited but extremely capable functionality.
However, the commercial suite is affordably priced and well worth the investment if you are serious about web penetration testing.
You can obtain a licensed copy here: https://portswigger.net/buy/
Burp is easy to use and provides the administrators full control to combine advanced manual techniques with automation for efficient testing.
Burp can be easily configured and it contains features to assist even the most experienced testers with their work.
_________________________
Comments
Post a Comment