>/Ctf_tasks/simple_browser $
Estimated reading time: 47 seconds
Category: Web
Difficulty: Easy
I created a simple browser on main page. Hope you like it, there is also a hint how to get flag. It's secured in a simple way:
uri = URI.parse(url)
if uri.host && url.include?("example.com")
Requirements
- URL & URI structure