Root-me

User-agent

Admin is really dumb…

So this challenge let’s us to a page that says

Wrong user-agent: you are not the "admin" browser!

So let’s modify our user-agent to be “admin”. We can use any kind of browser extension to make it easy. I’ll use curl to do it.

curl -A admin http://challenge01.root-me.org/web-serveur/ch2/
 
<html><body><link rel='stylesheet' property='stylesheet' id='s' type='text/css' href='/template/s.css' media='all' /><iframe id='iframe' src='https://www.root-me.org/?page=externe_header'></iframe><h3>Welcome master!<br/>Password: rr$Li9%L34qd1AAe27</h3></body></html>