Tags: web 

Rating:

# Follow me (100)

### This Chall it's simple.

### I'm use burpsuite in all Challs, i recommend this for you.

### Intercept the page with Burp and see the HTTP History in the Proxy Tab you can see all redirections of the site, let's to check it..

### You see all redirections of the website and see 2 GET with different lenght, go to check !

HTTP/1.1 302 Found
Server: nginx
Date: Wed, 12 Feb 2020 16:54:49 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Location: http://ql2yfq0kkm.neverlanctf.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Length: 45

Redirecting you to ql2yfq0kkm.neverlanctf.com

and

HTTP/1.1 302 Found
Server: nginx
Date: Wed, 12 Feb 2020 16:54:49 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Location: http://soiuf9trz4.neverlanctf.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Access-Control-Allow-Origin: https://neverlanctf.org
Content-Length: 142

<html>
<head><title>Wait.</title></head>
<body>
<h1>Welcome</h1>

flag{d0nt_t3ll_m3_wh3r3_t0_g0}


</body>
</html>
HTTP/1.1 302 Found
Server: nginx
Date: Wed, 12 Feb 2020 16:54:49 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Location: http://soiuf9trz4.neverlanctf.com
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Access-Control-Allow-Origin: https://neverlanctf.org
Content-Length: 142

<html>
<head><title>Wait.</title></head>
<body>
<h1>Welcome</h1>

flag{d0nt_t3ll_m3_wh3r3_t0_g0}


</body>
</html>

### Chall Solved :)

Original writeup (https://github.com/r4zk3r/NeverlanCTF/blob/master/Follow_me.md).