{% extends "introduction/base.html" %} {% load static %} {% block content %} {% block title %}
This lab helps you to get an idea of how SSRF can result in major Security flaw.
The next pages shows some blog, but can you figure out how the blogs are presented?
This website sends a request to the given url and displays the page withing the page.
now there is a page at /ssrf_target which only allowes request from localhost ( ie 127.0.0.1 )
now start the server using python manage.py runserver 0:8000
get your network ip using ifconfig or ipcofig(in windows)
now go to http://[your ip]/ssrf_target
Now you can't access the page because it is not from localhost.
Try to get access to this page content now using the utility.