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 5390685 commit 9bbcb1e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions _posts/2022-06-03-NetGun.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://cdn.discordapp.com/attachments/1051051902529437787/1077700432786358272/Immagine_2023-02-16_135725.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://cdn.discordapp.com/attachments/1051051902529437787/1077701097428369478/Immagine_2023-02-16_135935.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://cdn.discordapp.com/attachments/1051051902529437787/1077701557904228352/Immagine_2023-02-16_135946.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://cdn.discordapp.com/attachments/1051051902529437787/1077702303034908712/Immagine_2023-02-16_140002.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://cdn.discordapp.com/attachments/1051051902529437787/1077703822513811618/Immagine_2023-02-16_140012.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://cdn.discordapp.com/attachments/1051051902529437787/1077704441064591400/Immagine_2023-02-16_140023.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://cdn.discordapp.com/attachments/1051051902529437787/1077704860113309777/ImmagineNetgun_6.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://cdn.discordapp.com/attachments/1051051902529437787/1077706089442844762/ImmagineNetgun_7.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://cdn.discordapp.com/attachments/1051051902529437787/1077707035849785455/image.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://cdn.discordapp.com/attachments/1051051902529437787/1077630204933058671/ImmagineNetgun_1.png" alt="Example 1">
<img src="https://cdn.discordapp.com/attachments/1051051902529437787/1077630204555579555/ImmagineNetgun_2.png" alt="Example 2">
<img src="https://cdn.discordapp.com/attachments/1051051902529437787/1077630204199055370/ImmagineNetgun_4.png" alt="Example 3">
<img src="https://cdn.discordapp.com/attachments/1051051902529437787/1077630203997720646/ImmagineNetgun_5.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 9bbcb1e

Please sign in to comment.