Merge pull request #502 from spiderxm/improve-web-console

Improvise things in web console
This commit is contained in:
Ali Razmjoo 2021-12-04 14:52:57 +01:00 committed by GitHub
commit 615d908550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -114,18 +114,18 @@
<div id="home" class="">
<h1>OWASP Nettacker</h1>
<p class="text-justify"><strong>OWASP Nettacker</strong> project is created to automate information gathering,
vulnerability scanning and eventually generating a report for networks, including services, bugs,
vulnerability scanning, and eventually generating a report for networks, including services, bugs,
vulnerabilities, misconfigurations, and other information. This software will utilize <code>TCP</code>,
<code>SYN</code>,
<code>ACK</code>, <code>ICMP</code> and many other protocols in order to detect and bypass
<code>ACK</code>, <code>ICMP</code>, and many other protocols in order to detect and bypass
<code>Firewall</code>/<code>IDS</code>/<code>IPS</code>
devices. By leveraging a unique method in OWASP Nettacker for discovering protected services and devices
such as
SCADA. It would make a competitive edge compared to other scanner making it one of the bests.</p>
SCADA. It would make a competitive edge compared to other scanners making it one of the bests.</p>
<h2>Links</h2>
<ul>
<li>GitHub <a href="https://github.com/OWASP/Nettacker" class="glyphicon glyphicon-link"></a></li>
<li>OWASP <a href="https://www.owasp.org/index.php/OWASP_Nettacker" class="glyphicon glyphicon-link"></a>
<li>GitHub <a href="https://github.com/OWASP/Nettacker" class="glyphicon glyphicon-link" target="_blank"></a></li>
<li>OWASP <a href="https://www.owasp.org/index.php/OWASP_Nettacker" class="glyphicon glyphicon-link" target="_blank"></a>
</li>
</ul>
</div>

View File

@ -782,14 +782,14 @@ function filter_large_content(content, filter_rate){
HTMLData +=
'<div class="row myBox" ><div class="d-flex w-100 text-justify justify-content-between">\n' +
'<button class="mb-1 bold label card-date""><a target=\'_blank\' style="color: black" href="/logs/get_html?target=' +
'<button class="btn btn-primary" style="margin-right: 1rem"> <a target=\'_blank\' style="color: white" href="/logs/get_html?target=' +
target +
'">' +
target +
'</a></button></span><button class="mb-1 bold label card-date""><a href="/logs/get_json?target=' +
'</a></button></span><button class="btn btn-btn-secondary" style="margin-right: 1rem"><a href="/logs/get_json?target=' +
target +
'">Get JSON</a></button>' +
'<button class="mb-1 bold label card-date""><a href="/logs/get_csv?target=' +
'<button class="btn btn-btn-secondary"><a href="/logs/get_csv?target=' +
target +
'">Get CSV </a></button></h3>\n' +
"</div>\n" +