{% 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 nikto in scan_nikto %} {{ nikto[1] }} {% endfor %}