Files
rengine/web/templates/base/_items/sidebar.html
T
2021-07-16 02:01:59 +05:30

167 lines
11 KiB
HTML

{% load static %}
<div class="sidebar-wrapper sidebar-theme"
<nav id="sidebar">
<div class="shadow-bottom"></div>
<ul class="list-unstyled menu-categories" id="accordionExample">
<li class="menu">
<a href="{% url 'dashboardIndex' %}" aria-expanded="false" class="dropdown-toggle" data-active="{{dashboard_data_active}}">
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
<span> Dashboard</span>
</div>
</a>
</li>
<li class="menu">
<a href="{% url 'recon_note' %}" aria-expanded="false" class="dropdown-toggle" data-active="{{recon_note_active}}">
<div>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
<span> Recon Todo</span>
</div>
</a>
</li>
<li class="menu">
<a href="#" class="dropdown-toggle" data-active="{{organization_data_active}}">
<div class="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-grid"><rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect></svg>
<span>Organization</span>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>
</div>
</a>
<ul class="submenu list-unstyled collapse show" id="app" data-parent="#accordionExample" style="">
<li class="{{ add_organization_li }}">
<a href="{% url 'add_organization' %}"> Add Organization </a>
</li>
</ul>
<ul class="submenu list-unstyled collapse show" id="app" data-parent="#accordionExample" style="">
<li class="{{ list_organization_li }}">
<a href="{% url 'list_organization' %}"> List Organizations </a>
</li>
</ul>
</li>
<li class="menu">
<a href="#" class="dropdown-toggle" data-active="{{target_data_active}}">
<div class="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-crosshair"><circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line></svg>
<span>Targets</span>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>
</div>
</a>
<ul class="submenu list-unstyled collapse show" id="app" data-parent="#accordionExample" style="">
<li class="{{ add_target_li }}">
<a href="{% url 'add_target' %}"> Add Target </a>
</li>
</ul>
<ul class="submenu list-unstyled collapse show" id="app" data-parent="#accordionExample" style="">
<li class="{{ add_targets_li }}">
<a href="{% url 'add_targets_bulk' %}"> Add Targets(Bulk) </a>
</li>
</ul>
<ul class="submenu list-unstyled collapse show" id="app" data-parent="#accordionExample" style="">
<li class="{{ import_target_li }}">
<a href="{% url 'import_targets' %}"> Import Targets </a>
</li>
</ul>
<ul class="submenu list-unstyled collapse show" id="app" data-parent="#accordionExample" style="">
<li class="{{ list_target_li }}">
<a href="{% url 'list_target' %}"> List Targets </a>
</li>
</ul>
</li>
<li class="menu">
<a href="{% url 'scheduled_scan_view' %}" aria-expanded="false" class="dropdown-toggle" data-active="{{scheduled_scan_active}}">
<div class="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-watch"><circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path></svg>
<span> Scheduled Scan</span>
</div>
</a>
</li>
<li class="menu">
<a href="{% url 'scan_history' %}" aria-expanded="false" class="dropdown-toggle" data-active="{{scan_history_active}}">
<div class="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-activity"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline></svg>
<span> Scan History</span>
</div>
</a>
</li>
<li class="menu">
<a href="#scan_engine" data-toggle="collapse" class="dropdown-toggle" data-active="{{scan_engine_nav_active}}" aria-expanded="{{scan_engine_nav_active}}">
<div class="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cpu"><rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line></svg>
<span>Scan Engine</span>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>
</div>
</a>
<ul class="submenu list-unstyled collapse {{engine_ul_show}}" id="scan_engine" data-parent="#scan_engine" style="">
<li class="{{ engine_li }}">
<a href="{% url 'scan_engine_index' %}"> Engines </a>
</li>
</ul>
<ul class="submenu list-unstyled collapse {{engine_ul_show}}" id="scan_engine" data-parent="#scan_engine" style="">
<li class="{{ interesting_lookup_li }}">
<a href="{% url 'interesting_lookup' %}">Interesting Lookup </a>
</li>
</ul>
</li>
<li class="menu">
<a href="{% url 'all_vulns' %}" aria-expanded="false" class="dropdown-toggle" data-active="{{vuln_scan_active}}">
<div>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
<span> Vulnerabilities</span>
</div>
</a>
</li>
<li class="menu">
<a href="{% url 'wordlist_list' %}" aria-expanded="false" class="dropdown-toggle" data-active="{{wordlist_nav_active}}">
<div class="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-code">
<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>
</svg>
<span> Wordlist</span>
</div>
</a>
</li>
<li class="menu">
<a href="#settings" data-toggle="collapse" data-active="{{settings_nav_active}}" aria-expanded="{{settings_nav_active}}" class="dropdown-toggle">
<div class="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-settings"><circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path></svg>
<span>Settings</span>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>
</div>
</a>
<ul class="submenu list-unstyled collapse {{settings_ul_show}}" id="settings" data-parent="#settings" style="">
<li class="{{ proxy_settings_li }}">
<a href="{% url 'proxy_settings' %}"> Proxies </a>
</li>
<li class="{{ tool_settings_li }}">
<a href="{% url 'tool_settings' %}"> Tool Settings </a>
</li>
<li class="{{ notification_settings_li }}">
<a href="{% url 'notification_settings' %}"> Notification Settings </a>
</li>
<li class="{{ rengine_settings_li }}">
<a href="{% url 'rengine_settings' %}"> reNgine Settings </a>
</li>
</ul>
</li>
</ul>
</nav>
</div>