Skip to content

Commit

Permalink
Images Link fix on NetGun Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo-Colizzi committed Feb 27, 2024
1 parent bae006b commit e4f1c3c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions _posts/2022-06-03-NetGun.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tags: [NetGun, Vulnerability Scanner]
> NetGun is a Vulnerability Scanner written in Python. It allows to scan Network infrastructures, enumerate the services running on them, unearth CVEs and Misconfigurations. It aims to facilitate a complex practice such as Penetration Testing, so that PTs can focus on more delicate aspects, automating and speeding up the tasks behind this type of Testing.
{: .prompt-tip }

<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/netgun_logo.png" alt="logo">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/netgun_logo.png" alt="logo">

## NetGun allows you to
<ul>
Expand All @@ -39,15 +39,15 @@ pip install -r requirements.txt
## How to Use
<p>> Here you can set the details of the scan</p>
<div style="display: block; margin: auto;">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/scan_details.png" alt="details">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/scan_details.png" alt="details">
</div>
<p>> You can set IPv4 and Port range</p>
<div class="centered-image">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/set_ip_and_ports.png" alt="IPv4 and Port range">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/set_ip_and_ports.png" alt="IPv4 and Port range">
</div>
<p>> Choose the protocol used by the researched services, TCP or UDP</p>
<div class="centered-image">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/protocol.png" alt="TCP or UDP">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/protocol.png" alt="TCP or UDP">
</div>
<p>> Choose the Advanced Options:</p>
<ul>
Expand All @@ -60,41 +60,41 @@ pip install -r requirements.txt
</ul>

<div class="centered-image">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/advanced_options.png" alt="Advanced Options">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/advanced_options.png" alt="Advanced Options">
</div>
<p>> Choose the scan mode:</p>
<ul>
<li><strong>SHALLOW</strong>: a shallow and stealth scan, do not look for services version</li>
<li><strong>DEEP</strong>: a deep scan, look also for services version</li>
</ul>
<div class="centered-image">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/set_deep_or_shallow.png" alt="Scan Mode">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/set_deep_or_shallow.png" alt="Scan Mode">
</div>
<p>> Choose the scan aggressivity, from 0 (slow and stealth) to 4 (fast)</p>
<div class="centered-image">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/scan_aggressivity.png" alt="Aggressivity">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/scan_aggressivity.png" alt="Aggressivity">
</div>
<p>> When the scan terminate, you will see the results in such a table:</p>
<div class="centered-image">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/scan_result.png" alt="Results">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/scan_result.png" alt="Results">
</div>

## CVE analysis
<p>> You can check all the CVEs of a specific service just selecting it and clicking "Open CVE". The Vulnerabilities are obtained through the National Vulnerability Database of U.S. government</p>
<div class="centered-image">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/search_cve.png" alt="CVEs">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/search_cve.png" alt="CVEs">
</div>

## Speedtest by OOkla
<p>> You can also make a Speedtest:</p>
<div class="centered-image">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/speedtest.png" alt="Speedtest">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/speedtest.png" alt="Speedtest">
</div>

## Other Images
<div class="centered-image">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/scan_loading.png" alt="Example 1">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/scan_and_cve_view.png" alt="Example 2">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/welcome.png" alt="Example 3">
<img src="https://github.com/Carlo-Colizzi/NetGun/main/source_code/persistence/storage/assets/scan_view.png" alt="Example 4">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/scan_loading.png" alt="Example 1">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/scan_and_cve_view.png" alt="Example 2">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/welcome.png" alt="Example 3">
<img src="https://github.com/Carlo-Colizzi/NetGun/blob/main/source_code/persistence/storage/assets/scan_view.png" alt="Example 4">
</div>

0 comments on commit e4f1c3c

Please sign in to comment.