{% extends 'base.html' %} {% block head %} {% endblock %} {% block content %}
Target: {% if ip != "" %} {{ ip }} {% else %} Select Target {% endif %} {% for host in hosts %} {{ host[0] }} {% endfor %} Scan Profile: Choice Scan Profile {% for scantype in scan_nmap %} {{ scantype[1] }} {% endfor %}