Date: 21 Feb 2025
-
open
oswap bricks

-
Bricks->Content pages

-
select
content #1

-
go to
intercept off->then send to render

-
go to
repeater->send-> then you can see in the response side the response.

-
tamper set the
id =1then clickSEND

-
go to
render-> you can see theuser id : 1now

-
you can then try in id = 4-2 , you get user id : 2 then click
SEND

-
you can then try in id = 2+2 , you get user id : error as ‘+' dont work here

-
after intercept on, then go to the login page of 192.168.31.128 then -->
help me

-
then capture the intercept page and forward to repeater then click
SENDand make theINTERCEPT OFF

-
then we will tamper it by modifying the
pagename=user%2info.phpthen clickSEND

-
again modify this

-
edit in your url instead of
login,writeuser-info.php

-
hit the
helpbutton

-
you again get this page. hence even after tampering the data , you can view the same page.

Need of repeater in burp suite :
- Burp Repeater is a tool in Burp Suite that allows you to manually modify and send HTTP or WebSocket messages to the server repeatedly.
- Repeater supports working with multiple messages simultaneously, each in its own tab.
- Used to replay the request again and again rather than capturing the request everytime.