Burp Suite 5: How to use Repeater in Burp Suite

The repeater is same as the intruder but in the repeater, we can apply payload and select the injection manually.

Lets use the same login form as an example.

  • Go to proxy->http history and select the login form and select send to Repeater or ctrl+R.
  • Then go to the Repeater tab.
  • Click on the “Go” to see the response of the website.
  • Lets try to change the value and see the response.

See if we change the password as pass we get the another response as success.

Well, you can now play along with a few web pages. Edit a few different fields and view the results as it happens.

Basically the intruder and Repeater are the same the only difference is Repeater is doing manually in Intruder we do it automatically.

Leave a Comment