Tags: 2019 ritsecctf web 

Rating:

## **Web**
### Misdirection - 100

Looks like someone gave you the wrong directions!

[http://ctfchallenges.ritsec.club:5000/](Link)

*Flag format is RS{ }*

### Solution

Open the given Link in Burp proxy

We can observe the page redirects several times

Analyse the pages at Burp - Proxy - HTTP History, we can see the redirected pages have single charaters R, S, %7B, 4, etc. which is in our RI{} flag format

![](https://raw.githubusercontent.com/sp0il3rs/write-ups/master/burp.png)

Original writeup (https://sp0il3rs.github.io/write-ups/#misdirection).