Burp Suite comes with the following set of inbuilt tools to ease the life of every penetration tester:
- Scanner: Helps in testing the website automatically for content and vulnerabilities. It has an active and a passive mode, which can be toggled and configured by the user.
- Intruder: This allows the user to make certain changes in a captured request and through certain modifications the user can automate the task with brute force by passing different parameter values at every request.
- Repeater: This feature allows the user to modify header values on the go and send requests to the application server over and over again.
- Collaborator client: This is a very interesting feature provided by Burp. It allows the user to check ...