BurpSuite Repeater, Sequencer & Encoder/Decoder | TryHackMe BurpSuite

Motasem Hamdan
1 min readMar 20, 2024

--

We covered other components of BurpSuite such as BurpSuite Repeater, BurpSuite Sequencer, BurpSuite Encoder/Decoder & BurpSuite Comparer. Additionally, we covered BurpSuite extensions along with practical examples covered from TryHackMe other modules & Repeater room.

Highlights

Burp Suite is a Java-based framework designed and developed to manually conduct web application penetration testing.

Burp Suite Repeater enables us to modify and resend intercepted requests to a target of our choosing. It allows us to take requests captured in the Burp Proxy and manipulate them, sending them repeatedly as needed which allow pentesters to manually explore and test websites and endpoints.

The BurpSuite Decoder doesn not only decode data intercepted during an attack but also provides the function to encode our own data, prepping it for transmission to the target. Decoder also allows us to create hashsums of data, as well as providing a Smart Decode feature, which attempts to decode provided data recursively until it is back to being plaintext.

The comparer lets us compare two strings to find the differences either by spotting the modified/added words or bytes.

Room Answers

Room answers can be found here.

Video Walkthrough

--

--

Motasem Hamdan
Motasem Hamdan

Written by Motasem Hamdan

Motasem Hamdan is a content creator and swimmer who creates cyber security training videos and articles. https://www.youtube.com/@MotasemHamdan

No responses yet