<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[ - Penetration Testing (Pentest)]]></title>
		<link>https://hackmyride.com/forum/</link>
		<description><![CDATA[ - https://hackmyride.com/forum]]></description>
		<pubDate>Sat, 06 Jun 2026 05:26:37 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[SubSeven Legacy]]></title>
			<link>https://hackmyride.com/forum/showthread.php?tid=1613</link>
			<pubDate>Sat, 18 Mar 2023 21:16:18 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://hackmyride.com/forum/member.php?action=profile&uid=1">HackMaster</a>]]></dc:creator>
			<guid isPermaLink="false">https://hackmyride.com/forum/showthread.php?tid=1613</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/banner.png" loading="lazy"  alt="[Image: banner.png]" class="mycode_img" /></div>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: x-large;" class="mycode_size">SubSeven Legacy</span></span><br />
<br />
"SubSeven Legacy is a complete remake of the infamous SubSeven Backdoor (also known as Sub7), a popular remote access trojan from the late 90s. More information about the original Sub7 Backdoor can be found on the official <a href="https://en.wikipedia.org/wiki/Sub7" target="_blank" rel="noopener" class="mycode_url">Wikipedia page</a>.<br />
<br />
Like the original Sub7 program, SubSeven Legacy is entirely coded in Delphi and supports the latest version of the Delphi IDE/Compiler. However, unlike the original Sub7, SubSeven Legacy does not include any malicious features.<br />
<br />
To preserve the old look and feel and prevent misuse, SubSeven Legacy still functions as a direct connection remote access tool and is installed as a Microsoft Windows service (which requires administrative privileges) to provide more control over the remote system.<br />
<br />
The main goal of this project is to bring back good memories for those who, like me, grew up with such awesome projects."<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #24292f;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Included Features:</span></span></span></span><br />
<img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/features.png" loading="lazy"  alt="[Image: features.png]" class="mycode_img" /><br />
<ul class="mycode_list"><li>SubSeven 2.2.X branch UX theme in pure VCL/WinAPI.<br />
</li>
<li>Pure Socket API with support of latest OpenSSL version. No extra libraries / components.<br />
</li>
<li>Multi-Threaded / Concurrency.<br />
</li>
<li>File Manager (Reactive).<br />
</li>
<li>Process Manager.<br />
</li>
<li>Remote Terminal.<br />
</li>
<li>Windows Session Manager.<br />
</li>
<li>Run As / Create Process As (Windows Session Supported)<br />
</li>
</ul>
"Unfortunately, I have not had the time to update this project in recent years and it is currently considered paused/dead. I am currently very busy with other projects.<br />
This project was made possible during my long, sleepless nights with a newborn daughter, so please be understanding if you come across any humorous or experimental elements in the code. Thank you for your understanding."<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://hackmyride.com/forum/images/attachtypes/" title="MP4" border="0" alt=".mp4" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=64" target="_blank" title="">sub7.mp4</a> (Size: 7.66 MB / Downloads: 2)
<!-- end: postbit_attachments_attachment --><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">VCL Packages / Components</span></span><br />
<br />
I minimized the need of external components while making this project. Only two external components are required:<br />
<ul class="mycode_list"><li>Virtual TreeView (Free and open source: <a href="https://www.jam-software.com/virtual-treeview" target="_blank" rel="noopener" class="mycode_url">https://www.jam-software.com/virtual-treeview</a>)<br />
</li>
<li>SynEdit (Free and open source: <a href="https://github.com/SynEdit/SynEdit" target="_blank" rel="noopener" class="mycode_url">https://github.com/SynEdit/SynEdit</a> )<br />
<br />
</li>
</ul>
Other required components (custom components) mostly for the SubSeven UX can be found in the project:<br />
<ul class="mycode_list"><li>SubSeven Viewer UX Components (Viewer\VCL\*)<br />
</li>
<li>SubSeven Tray Components (Tray\VCL\*)<br />
</li>
<li>Common / Shared Components (Shared\VCL\*)<br />
</li>
</ul>
If you are not familiar with Delphi, installing components could be quite confusing. Basically, open each components corresponding <br />
.dpk files then right click on solution explorer and click install.<br />
<br />
You must then tell Delphi Compiler where to find the source code of each components (see: <a href="https://docwiki.embarcadero.com/RADStudio/Sydney/en/Installing_Component_Packages" target="_blank" rel="noopener" class="mycode_url">https://docwiki.embarcadero.com/RADStudi...t_Packages</a>).<br />
<br />
⚠️ Import Notice: The latest version of Delphi now supports HDPI for the IDE. However, when working with the SubSeven project, it is recommended to use the Delphi IDE in non-HDPI mode. The HDPI IDE is known to cause issues and negatively impact the user experience of the SubSeven project. To open and compile the project, simply disable HDPI mode in the Delphi IDE.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Screen Shots of the Viewer</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Main Window (Viewer)</span></span><br />
<img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/main.png" loading="lazy"  alt="[Image: main.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><br />
<br />
Main Window (Certificate Information)<br />
</span></span><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/main-key.png" loading="lazy"  alt="[Image: main-key.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><br />
<br />
Remote Terminal Concurrency</span></span><br />
<img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/terminal.png" loading="lazy"  alt="[Image: terminal.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><br />
<br />
Remote File Browser Concurrency + Reactive</span></span><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/files.png" loading="lazy"  alt="[Image: files.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><br />
<br />
Remote Process List<br />
</span></span><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/process.png" loading="lazy"  alt="[Image: process.png]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">SubSeven Art Gallery<br />
</span></span><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/gfx/art.png" loading="lazy"  alt="[Image: art.png]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/banner.png" loading="lazy"  alt="[Image: banner.png]" class="mycode_img" /></div>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: x-large;" class="mycode_size">SubSeven Legacy</span></span><br />
<br />
"SubSeven Legacy is a complete remake of the infamous SubSeven Backdoor (also known as Sub7), a popular remote access trojan from the late 90s. More information about the original Sub7 Backdoor can be found on the official <a href="https://en.wikipedia.org/wiki/Sub7" target="_blank" rel="noopener" class="mycode_url">Wikipedia page</a>.<br />
<br />
Like the original Sub7 program, SubSeven Legacy is entirely coded in Delphi and supports the latest version of the Delphi IDE/Compiler. However, unlike the original Sub7, SubSeven Legacy does not include any malicious features.<br />
<br />
To preserve the old look and feel and prevent misuse, SubSeven Legacy still functions as a direct connection remote access tool and is installed as a Microsoft Windows service (which requires administrative privileges) to provide more control over the remote system.<br />
<br />
The main goal of this project is to bring back good memories for those who, like me, grew up with such awesome projects."<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #24292f;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Included Features:</span></span></span></span><br />
<img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/features.png" loading="lazy"  alt="[Image: features.png]" class="mycode_img" /><br />
<ul class="mycode_list"><li>SubSeven 2.2.X branch UX theme in pure VCL/WinAPI.<br />
</li>
<li>Pure Socket API with support of latest OpenSSL version. No extra libraries / components.<br />
</li>
<li>Multi-Threaded / Concurrency.<br />
</li>
<li>File Manager (Reactive).<br />
</li>
<li>Process Manager.<br />
</li>
<li>Remote Terminal.<br />
</li>
<li>Windows Session Manager.<br />
</li>
<li>Run As / Create Process As (Windows Session Supported)<br />
</li>
</ul>
"Unfortunately, I have not had the time to update this project in recent years and it is currently considered paused/dead. I am currently very busy with other projects.<br />
This project was made possible during my long, sleepless nights with a newborn daughter, so please be understanding if you come across any humorous or experimental elements in the code. Thank you for your understanding."<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://hackmyride.com/forum/images/attachtypes/" title="MP4" border="0" alt=".mp4" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=64" target="_blank" title="">sub7.mp4</a> (Size: 7.66 MB / Downloads: 2)
<!-- end: postbit_attachments_attachment --><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">VCL Packages / Components</span></span><br />
<br />
I minimized the need of external components while making this project. Only two external components are required:<br />
<ul class="mycode_list"><li>Virtual TreeView (Free and open source: <a href="https://www.jam-software.com/virtual-treeview" target="_blank" rel="noopener" class="mycode_url">https://www.jam-software.com/virtual-treeview</a>)<br />
</li>
<li>SynEdit (Free and open source: <a href="https://github.com/SynEdit/SynEdit" target="_blank" rel="noopener" class="mycode_url">https://github.com/SynEdit/SynEdit</a> )<br />
<br />
</li>
</ul>
Other required components (custom components) mostly for the SubSeven UX can be found in the project:<br />
<ul class="mycode_list"><li>SubSeven Viewer UX Components (Viewer\VCL\*)<br />
</li>
<li>SubSeven Tray Components (Tray\VCL\*)<br />
</li>
<li>Common / Shared Components (Shared\VCL\*)<br />
</li>
</ul>
If you are not familiar with Delphi, installing components could be quite confusing. Basically, open each components corresponding <br />
.dpk files then right click on solution explorer and click install.<br />
<br />
You must then tell Delphi Compiler where to find the source code of each components (see: <a href="https://docwiki.embarcadero.com/RADStudio/Sydney/en/Installing_Component_Packages" target="_blank" rel="noopener" class="mycode_url">https://docwiki.embarcadero.com/RADStudi...t_Packages</a>).<br />
<br />
⚠️ Import Notice: The latest version of Delphi now supports HDPI for the IDE. However, when working with the SubSeven project, it is recommended to use the Delphi IDE in non-HDPI mode. The HDPI IDE is known to cause issues and negatively impact the user experience of the SubSeven project. To open and compile the project, simply disable HDPI mode in the Delphi IDE.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Screen Shots of the Viewer</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Main Window (Viewer)</span></span><br />
<img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/main.png" loading="lazy"  alt="[Image: main.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><br />
<br />
Main Window (Certificate Information)<br />
</span></span><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/main-key.png" loading="lazy"  alt="[Image: main-key.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><br />
<br />
Remote Terminal Concurrency</span></span><br />
<img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/terminal.png" loading="lazy"  alt="[Image: terminal.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><br />
<br />
Remote File Browser Concurrency + Reactive</span></span><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/files.png" loading="lazy"  alt="[Image: files.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><br />
<br />
Remote Process List<br />
</span></span><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/screenshots/process.png" loading="lazy"  alt="[Image: process.png]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">SubSeven Art Gallery<br />
</span></span><img src="https://github.com/DarkCoderSc/SubSeven/raw/main/Assets/gfx/art.png" loading="lazy"  alt="[Image: art.png]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CIH (Chernobyl)]]></title>
			<link>https://hackmyride.com/forum/showthread.php?tid=1612</link>
			<pubDate>Sat, 18 Mar 2023 21:02:49 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://hackmyride.com/forum/member.php?action=profile&uid=1">HackMaster</a>]]></dc:creator>
			<guid isPermaLink="false">https://hackmyride.com/forum/showthread.php?tid=1612</guid>
			<description><![CDATA[<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">CIH (Chernobyl)</span></span><br />
<br />
CIH (also known as Chernobyl) was created in 1998 by Chen Ing-hau, a student at Tatung University in Taiwan. It affects only older Windows 9x (95, 98, Me) operating systems.<br />
<a href="https://github.com/onx/CIH#this-program-and-its-source-files-are-only-for-educational-purposes-do-not-execute-this-program-if-you-dont-know-what-it-does" target="_blank" rel="noopener" class="mycode_url">[/url]This program and its source files are only for educational purposes. <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">Do not execute this program if you don't know what it does.</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[url=https://github.com/onx/CIH#references]</a>References</span><ul class="mycode_list"><li><a href="http://en.wikipedia.org/wiki/CIH_(computer_virus)" target="_blank" rel="noopener" class="mycode_url">CIH (computer virus) - Wikipedia</a><br />
</li>
<li><a href="http://www.computerhope.com/vcih.htm" target="_blank" rel="noopener" class="mycode_url">CIH Virus - Computer Hope</a><br />
</li>
</ul>
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Clone</span><br />
</span>HTTPS<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>https://github.com/onx/CIH.git</code></div></div><br />
SSH<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git@github.com:onx/CIH.git</code></div></div><br />
GitHub CLI<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>gh repo clone onx/CIH</code></div></div><br />
<a href="https://desktop.github.com/" target="_blank" rel="noopener" class="mycode_url">      Open with GitHub Desktop </a><br />
<br />
<a href="https://github.com/onx/CIH/archive/refs/heads/master.zip" target="_blank" rel="noopener" class="mycode_url">      Download ZIP </a><br />
<br />
Use Git or checkout with SVN using the web URL.<br />
[*]<a href="https://desktop.github.com/" target="_blank" rel="noopener" class="mycode_url">Open with GitHub Desktop</a><br />
[*]<a href="https://github.com/onx/CIH/archive/refs/heads/master.zip" target="_blank" rel="noopener" class="mycode_url">Download ZIP</a>]]></description>
			<content:encoded><![CDATA[<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">CIH (Chernobyl)</span></span><br />
<br />
CIH (also known as Chernobyl) was created in 1998 by Chen Ing-hau, a student at Tatung University in Taiwan. It affects only older Windows 9x (95, 98, Me) operating systems.<br />
<a href="https://github.com/onx/CIH#this-program-and-its-source-files-are-only-for-educational-purposes-do-not-execute-this-program-if-you-dont-know-what-it-does" target="_blank" rel="noopener" class="mycode_url">[/url]This program and its source files are only for educational purposes. <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">Do not execute this program if you don't know what it does.</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[url=https://github.com/onx/CIH#references]</a>References</span><ul class="mycode_list"><li><a href="http://en.wikipedia.org/wiki/CIH_(computer_virus)" target="_blank" rel="noopener" class="mycode_url">CIH (computer virus) - Wikipedia</a><br />
</li>
<li><a href="http://www.computerhope.com/vcih.htm" target="_blank" rel="noopener" class="mycode_url">CIH Virus - Computer Hope</a><br />
</li>
</ul>
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Clone</span><br />
</span>HTTPS<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>https://github.com/onx/CIH.git</code></div></div><br />
SSH<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git@github.com:onx/CIH.git</code></div></div><br />
GitHub CLI<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>gh repo clone onx/CIH</code></div></div><br />
<a href="https://desktop.github.com/" target="_blank" rel="noopener" class="mycode_url">      Open with GitHub Desktop </a><br />
<br />
<a href="https://github.com/onx/CIH/archive/refs/heads/master.zip" target="_blank" rel="noopener" class="mycode_url">      Download ZIP </a><br />
<br />
Use Git or checkout with SVN using the web URL.<br />
[*]<a href="https://desktop.github.com/" target="_blank" rel="noopener" class="mycode_url">Open with GitHub Desktop</a><br />
[*]<a href="https://github.com/onx/CIH/archive/refs/heads/master.zip" target="_blank" rel="noopener" class="mycode_url">Download ZIP</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Aircrack-ng 1.7]]></title>
			<link>https://hackmyride.com/forum/showthread.php?tid=1611</link>
			<pubDate>Sat, 18 Mar 2023 20:53:54 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://hackmyride.com/forum/member.php?action=profile&uid=1">HackMaster</a>]]></dc:creator>
			<guid isPermaLink="false">https://hackmyride.com/forum/showthread.php?tid=1611</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="font-size: x-large;" class="mycode_size">Aircrack-ng 1.7</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Description</span></span><br />
Aircrack-ng is a complete suite of tools to assess WiFi network security.<br />
It focuses on different areas of WiFi security:<br />
<ul class="mycode_list"><li>Monitoring: Packet capture and export of data to text files for further processing by third party tools<br />
</li>
<li>Attacking: Replay attacks, deauthentication, fake access points and others via packet injection<br />
</li>
<li>Testing: Checking WiFi cards and driver capabilities (capture and injection)<br />
</li>
<li>Cracking: WEP and WPA PSK (WPA 1 and 2)<br />
</li>
</ul>
<br />
All tools are command line which allows for heavy scripting. A lot of GUIs have taken advantage of this feature. It works primarily on Linux but also Windows, macOS, FreeBSD, OpenBSD, NetBSD, as well as Solaris and even eComStation 2.<br />
<br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Downloads</span></span><br />
<span style="font-weight: bold;" class="mycode_b">Sources</span><ul class="mycode_list"><li><a href="https://download.aircrack-ng.org/aircrack-ng-1.7.tar.gz" target="_blank" rel="noopener" class="mycode_url">Aircrack-ng 1.7</a><br />
SHA1: bd43a35281c9c81d958b95aa76b4404c29f904ff<br />
MD5: a918ea7146f91d8c799fb770c38f4bec<br />
</li>
</ul>
<ul class="mycode_list"><li>Development sources:<ul class="mycode_list"><li>Aircrack-ng: <br />
git clone <a href="https://github.com/aircrack-ng/aircrack-ng" target="_blank" rel="noopener" class="mycode_url">https://github.com/aircrack-ng/aircrack-ng</a><br />
</li>
</ul>
</li>
</ul>
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Binaries</span></span><ul class="mycode_list"><li><a href="https://download.aircrack-ng.org/aircrack-ng-1.7-win.zip" target="_blank" rel="noopener" class="mycode_url">Aircrack-ng 1.7 (Windows)</a><br />
SHA1: 872ef4f731080626d7cee893ef42c8f630ce90cd<br />
MD5: 37af71e78813e897297cca59cc0f70b7<br />
<br />
Important information:<br />
This version requires you to develop your own DLLs to link aircrack-ng to your wireless card (it will not work without).<br />
The required DLLs are not provided in the download and there will be no support for them.<br />
</li>
</ul>
<ul class="mycode_list"><li><a href="https://download.aircrack-ng.org/aircrack-ng-0.9.3-win.zip" target="_blank" rel="noopener" class="mycode_url">Aircrack-ng 0.9.3 (Windows, supports airpcap devices)</a><br />
SHA1: 590d3e8fd09a21b93908d84057959cb13e73d378<br />
MD5: cbcb23c55ed6933a48b8af5665104fb6<br />
</li>
</ul>
<ul class="mycode_list"><li>Linux packages can be found <a href="https://www.aircrack-ng.org/doku.php?id=downloads#linux_packages" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Previous versions</span></span><ul class="mycode_list"><li>Previous versions of Aircrack-ng can be found <a href="https://archive.aircrack-ng.org/aircrack-ng/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
</li>
<li>A backup of the original versions (from Christophe Devine) are available <a href="https://archive.aircrack-ng.org/aircrack-old/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Sample files</span></span><ul class="mycode_list"><li><a href="https://download.aircrack-ng.org/test.ivs" target="_blank" rel="noopener" class="mycode_url">test.ivs</a> - This is a 128 bit WEP key file. The key is AE:5B:7F:3A:03:D0:AF:9B:F6:8D:A5:E2:C7.<br />
</li>
<li><a href="https://download.aircrack-ng.org/ptw.cap" target="_blank" rel="noopener" class="mycode_url">ptw.cap</a> - This is a 64 bit WEP key file suitable for the PTW method. The key is 1F:1F:1F:1F:1F.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Changelog</span></span><ul class="mycode_list"><li><a href="https://www.aircrack-ng.org/doku.php?id=changelog" target="_blank" rel="noopener" class="mycode_url">Aircrack-ng complete changelog</a><br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="font-size: x-large;" class="mycode_size">Aircrack-ng 1.7</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Description</span></span><br />
Aircrack-ng is a complete suite of tools to assess WiFi network security.<br />
It focuses on different areas of WiFi security:<br />
<ul class="mycode_list"><li>Monitoring: Packet capture and export of data to text files for further processing by third party tools<br />
</li>
<li>Attacking: Replay attacks, deauthentication, fake access points and others via packet injection<br />
</li>
<li>Testing: Checking WiFi cards and driver capabilities (capture and injection)<br />
</li>
<li>Cracking: WEP and WPA PSK (WPA 1 and 2)<br />
</li>
</ul>
<br />
All tools are command line which allows for heavy scripting. A lot of GUIs have taken advantage of this feature. It works primarily on Linux but also Windows, macOS, FreeBSD, OpenBSD, NetBSD, as well as Solaris and even eComStation 2.<br />
<br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Downloads</span></span><br />
<span style="font-weight: bold;" class="mycode_b">Sources</span><ul class="mycode_list"><li><a href="https://download.aircrack-ng.org/aircrack-ng-1.7.tar.gz" target="_blank" rel="noopener" class="mycode_url">Aircrack-ng 1.7</a><br />
SHA1: bd43a35281c9c81d958b95aa76b4404c29f904ff<br />
MD5: a918ea7146f91d8c799fb770c38f4bec<br />
</li>
</ul>
<ul class="mycode_list"><li>Development sources:<ul class="mycode_list"><li>Aircrack-ng: <br />
git clone <a href="https://github.com/aircrack-ng/aircrack-ng" target="_blank" rel="noopener" class="mycode_url">https://github.com/aircrack-ng/aircrack-ng</a><br />
</li>
</ul>
</li>
</ul>
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Binaries</span></span><ul class="mycode_list"><li><a href="https://download.aircrack-ng.org/aircrack-ng-1.7-win.zip" target="_blank" rel="noopener" class="mycode_url">Aircrack-ng 1.7 (Windows)</a><br />
SHA1: 872ef4f731080626d7cee893ef42c8f630ce90cd<br />
MD5: 37af71e78813e897297cca59cc0f70b7<br />
<br />
Important information:<br />
This version requires you to develop your own DLLs to link aircrack-ng to your wireless card (it will not work without).<br />
The required DLLs are not provided in the download and there will be no support for them.<br />
</li>
</ul>
<ul class="mycode_list"><li><a href="https://download.aircrack-ng.org/aircrack-ng-0.9.3-win.zip" target="_blank" rel="noopener" class="mycode_url">Aircrack-ng 0.9.3 (Windows, supports airpcap devices)</a><br />
SHA1: 590d3e8fd09a21b93908d84057959cb13e73d378<br />
MD5: cbcb23c55ed6933a48b8af5665104fb6<br />
</li>
</ul>
<ul class="mycode_list"><li>Linux packages can be found <a href="https://www.aircrack-ng.org/doku.php?id=downloads#linux_packages" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Previous versions</span></span><ul class="mycode_list"><li>Previous versions of Aircrack-ng can be found <a href="https://archive.aircrack-ng.org/aircrack-ng/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
</li>
<li>A backup of the original versions (from Christophe Devine) are available <a href="https://archive.aircrack-ng.org/aircrack-old/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Sample files</span></span><ul class="mycode_list"><li><a href="https://download.aircrack-ng.org/test.ivs" target="_blank" rel="noopener" class="mycode_url">test.ivs</a> - This is a 128 bit WEP key file. The key is AE:5B:7F:3A:03:D0:AF:9B:F6:8D:A5:E2:C7.<br />
</li>
<li><a href="https://download.aircrack-ng.org/ptw.cap" target="_blank" rel="noopener" class="mycode_url">ptw.cap</a> - This is a 64 bit WEP key file suitable for the PTW method. The key is 1F:1F:1F:1F:1F.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Changelog</span></span><ul class="mycode_list"><li><a href="https://www.aircrack-ng.org/doku.php?id=changelog" target="_blank" rel="noopener" class="mycode_url">Aircrack-ng complete changelog</a><br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NetStumbler 0.4.0 Build 554]]></title>
			<link>https://hackmyride.com/forum/showthread.php?tid=1610</link>
			<pubDate>Sat, 18 Mar 2023 20:44:39 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://hackmyride.com/forum/member.php?action=profile&uid=1">HackMaster</a>]]></dc:creator>
			<guid isPermaLink="false">https://hackmyride.com/forum/showthread.php?tid=1610</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">NetStumbler 0.4.0 Build 554</span></span><br />
<br />
NetStumbler is a tool for Windows that allows you to detect Wireless Local Area Networks (WLANs) using 802.11b, 802.11a and 802.11g. It has many uses:<br />
<ul class="mycode_list"><li>Verify that your network is set up the way you intended.<br />
</li>
<li>Find locations with poor coverage in your WLAN.<br />
</li>
<li>Detect other networks that might be causing interference with your network.<br />
</li>
<li>Detect unauthorized "rogue" access points in your workplace.<br />
</li>
<li>Help aim directional antennas for long-haul WLAN links.<br />
</li>
<li>Use it recreationally for WarDriving.<br />
</li>
</ul>
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://hackmyride.com/forum/images/attachtypes/" title="RAR" border="0" alt=".rar" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=63" target="_blank" title="">netstumblerinstaller_0_4_0.rar</a> (Size: 1.23 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">NetStumbler 0.4.0 Build 554</span></span><br />
<br />
NetStumbler is a tool for Windows that allows you to detect Wireless Local Area Networks (WLANs) using 802.11b, 802.11a and 802.11g. It has many uses:<br />
<ul class="mycode_list"><li>Verify that your network is set up the way you intended.<br />
</li>
<li>Find locations with poor coverage in your WLAN.<br />
</li>
<li>Detect other networks that might be causing interference with your network.<br />
</li>
<li>Detect unauthorized "rogue" access points in your workplace.<br />
</li>
<li>Help aim directional antennas for long-haul WLAN links.<br />
</li>
<li>Use it recreationally for WarDriving.<br />
</li>
</ul>
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://hackmyride.com/forum/images/attachtypes/" title="RAR" border="0" alt=".rar" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=63" target="_blank" title="">netstumblerinstaller_0_4_0.rar</a> (Size: 1.23 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Kismet]]></title>
			<link>https://hackmyride.com/forum/showthread.php?tid=1605</link>
			<pubDate>Sat, 18 Mar 2023 20:15:16 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://hackmyride.com/forum/member.php?action=profile&uid=1">HackMaster</a>]]></dc:creator>
			<guid isPermaLink="false">https://hackmyride.com/forum/showthread.php?tid=1605</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="font-size: x-large;" class="mycode_size">Downloads</span></span><br />
Kismet and related projects primary download page<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Kismet Packages<br />
</span></span>You can get packages for the latest Kismet code for many distributions from <a href="https://www.kismetwireless.net/packages/" target="_blank" rel="noopener" class="mycode_url">the Kismet package repositories</a>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Kismet 2022-08-R1 <a href="https://www.kismetwireless.net/download/#kismet-release" target="_blank" rel="noopener" class="mycode_url">[/url]<br />
</span></span>The latest stable Kismet release is 2022-08-R1<br />
Initial introduction of 6e 6GHz support<br />
Significant memory improvements<br />
Significant performance improvements in dense environments<br />
<br />
Read the full release announcement <a href="https://www.kismetwireless.net/releases/kismet-2022-08-R1/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Download the kismet-2022-08-R1 source tarball <a href="https://www.kismetwireless.net/code/kismet-2022-08-R1.tar.xz" target="_blank" rel="noopener" class="mycode_url">here</a>, or check out the tagged release from the <a href="https://github.com/kismetwireless/kismet/releases/tag/kismet-2022-08-R1" target="_blank" rel="noopener" class="mycode_url">Git repository</a>.<br />
<br />
If you’re interested in the absolute latest development Kismet code, check out the git code, below.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Kismet git </span></span><a href="https://www.kismetwireless.net/download/#a-namekismet-gitakismet-git" target="_blank" rel="noopener" class="mycode_url"></a><br />
Kismet uses git for code management; code under development is in the <br />
master branch of the git repository, and the development of new features happens here.<br />
<br />
While the development code may be unstable, generally it is quite usable, and may offer features and bug fixes which haven’t made it into a release version yet.<br />
<br />
To get the latest code prior to release, check out the git master branch:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/kismet.git</code></div></div><br />
<br />
<br />
or to checkout from the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clonehttps://github.com/kismetwireless/kismet.git</code></div></div><br />
<br />
<br />
You can browse the development code <a href="https://github.com/kismetwireless/kismet" target="_blank" rel="noopener" class="mycode_url">via Github here</a><br />
<br />
<a href="https://www.kismetwireless.net/packages/" target="_blank" rel="noopener" class="mycode_url">Nightly packages</a> are also available, which are built for many distributions from the <br />
master branch of git.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Kismet documentation </span></span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><a href="https://www.kismetwireless.net/download/#a-namekismet-docsakismet-documentation" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span></span>The Kismet documentation (in markdown/kramdown format used to generate the documentation for the website) is available as part of its own repository. This repository is linked as a sub-module in the Kismet git tree, or is available stand-alone at:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/kismet-docs.git</code></div></div><br />
<br />
or the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://github.com/kismetwireless/kismet-docs.git</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Kismet Python modules </span></span><a href="https://www.kismetwireless.net/download/#a-namekismet-pythonakismet-python-modules" target="_blank" rel="noopener" class="mycode_url"></a><br />
Kismet has several Python modules which help when scripting against the Kismet server or Kismet data; these modules are being spun into their own repositories for easier inclusion in PyPy and similar.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">py-kismetdb database module <a href="https://www.kismetwireless.net/download/#py-kismetdb-database-module" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span></span>A utility Python module for processing the Kismetdb log file format and extracting devices, packets, messages, and the other data stored therein.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/python-kismet-db.git</code></div></div><br />
<br />
or the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://github.com/kismetwireless/python-kismet-db.git</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">py-kismetrest module <a href="https://www.kismetwireless.net/download/#py-kismetrest-module" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span></span>A utility python module for interacting with the Kismet REST endpoints<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/python-kismet-rest.git</code></div></div><br />
<br />
or the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://github.com/kismetwireless/python-kismet-rest.git</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">py-kismetexternal module <a href="https://www.kismetwireless.net/download/#py-kismetexternal-module" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span></span>A utility python module for creating Kismet datasources and external-helper plugins<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/python-kismet-external.git</code></div></div><br />
<br />
or the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://github.com/kismetwireless/python-kismet-external.git</code></div></div><br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Spectools </span><a href="https://www.kismetwireless.net/download/#a-namespectools-gitaspectools" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span>Spectools development code can be found in the spectools git at:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/spectools.git</code></div></div><br />
<br />
or you can download the Spectools-2016-01-R1 code release <a href="https://www.kismetwireless.net/code/spectools-2016-01-R1.tar.xz" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Android PCAP </span></span>[url=https://www.kismetwireless.net/download/#a-nameandroid-pcap-gitaandroid-pcap]</a><br />
Android PCAP was an experiment in porting a Wi-Fi USB driver from Linux to the Android USB API; while funcitonal, this targets only a very old version of an old driver, and an old version of Android, making the code likely of academic interest only.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/android-pcap.git</code></div></div>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="font-size: x-large;" class="mycode_size">Downloads</span></span><br />
Kismet and related projects primary download page<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Kismet Packages<br />
</span></span>You can get packages for the latest Kismet code for many distributions from <a href="https://www.kismetwireless.net/packages/" target="_blank" rel="noopener" class="mycode_url">the Kismet package repositories</a>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Kismet 2022-08-R1 <a href="https://www.kismetwireless.net/download/#kismet-release" target="_blank" rel="noopener" class="mycode_url">[/url]<br />
</span></span>The latest stable Kismet release is 2022-08-R1<br />
Initial introduction of 6e 6GHz support<br />
Significant memory improvements<br />
Significant performance improvements in dense environments<br />
<br />
Read the full release announcement <a href="https://www.kismetwireless.net/releases/kismet-2022-08-R1/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Download the kismet-2022-08-R1 source tarball <a href="https://www.kismetwireless.net/code/kismet-2022-08-R1.tar.xz" target="_blank" rel="noopener" class="mycode_url">here</a>, or check out the tagged release from the <a href="https://github.com/kismetwireless/kismet/releases/tag/kismet-2022-08-R1" target="_blank" rel="noopener" class="mycode_url">Git repository</a>.<br />
<br />
If you’re interested in the absolute latest development Kismet code, check out the git code, below.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Kismet git </span></span><a href="https://www.kismetwireless.net/download/#a-namekismet-gitakismet-git" target="_blank" rel="noopener" class="mycode_url"></a><br />
Kismet uses git for code management; code under development is in the <br />
master branch of the git repository, and the development of new features happens here.<br />
<br />
While the development code may be unstable, generally it is quite usable, and may offer features and bug fixes which haven’t made it into a release version yet.<br />
<br />
To get the latest code prior to release, check out the git master branch:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/kismet.git</code></div></div><br />
<br />
<br />
or to checkout from the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clonehttps://github.com/kismetwireless/kismet.git</code></div></div><br />
<br />
<br />
You can browse the development code <a href="https://github.com/kismetwireless/kismet" target="_blank" rel="noopener" class="mycode_url">via Github here</a><br />
<br />
<a href="https://www.kismetwireless.net/packages/" target="_blank" rel="noopener" class="mycode_url">Nightly packages</a> are also available, which are built for many distributions from the <br />
master branch of git.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Kismet documentation </span></span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><a href="https://www.kismetwireless.net/download/#a-namekismet-docsakismet-documentation" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span></span>The Kismet documentation (in markdown/kramdown format used to generate the documentation for the website) is available as part of its own repository. This repository is linked as a sub-module in the Kismet git tree, or is available stand-alone at:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/kismet-docs.git</code></div></div><br />
<br />
or the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://github.com/kismetwireless/kismet-docs.git</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Kismet Python modules </span></span><a href="https://www.kismetwireless.net/download/#a-namekismet-pythonakismet-python-modules" target="_blank" rel="noopener" class="mycode_url"></a><br />
Kismet has several Python modules which help when scripting against the Kismet server or Kismet data; these modules are being spun into their own repositories for easier inclusion in PyPy and similar.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">py-kismetdb database module <a href="https://www.kismetwireless.net/download/#py-kismetdb-database-module" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span></span>A utility Python module for processing the Kismetdb log file format and extracting devices, packets, messages, and the other data stored therein.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/python-kismet-db.git</code></div></div><br />
<br />
or the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://github.com/kismetwireless/python-kismet-db.git</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">py-kismetrest module <a href="https://www.kismetwireless.net/download/#py-kismetrest-module" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span></span>A utility python module for interacting with the Kismet REST endpoints<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/python-kismet-rest.git</code></div></div><br />
<br />
or the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://github.com/kismetwireless/python-kismet-rest.git</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">py-kismetexternal module <a href="https://www.kismetwireless.net/download/#py-kismetexternal-module" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span></span>A utility python module for creating Kismet datasources and external-helper plugins<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/python-kismet-external.git</code></div></div><br />
<br />
or the Github mirror:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://github.com/kismetwireless/python-kismet-external.git</code></div></div><br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Spectools </span><a href="https://www.kismetwireless.net/download/#a-namespectools-gitaspectools" target="_blank" rel="noopener" class="mycode_url"></a><br />
</span>Spectools development code can be found in the spectools git at:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/spectools.git</code></div></div><br />
<br />
or you can download the Spectools-2016-01-R1 code release <a href="https://www.kismetwireless.net/code/spectools-2016-01-R1.tar.xz" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Android PCAP </span></span>[url=https://www.kismetwireless.net/download/#a-nameandroid-pcap-gitaandroid-pcap]</a><br />
Android PCAP was an experiment in porting a Wi-Fi USB driver from Linux to the Android USB API; while funcitonal, this targets only a very old version of an old driver, and an old version of Android, making the code likely of academic interest only.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone https://www.kismetwireless.net/git/android-pcap.git</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DAVTest]]></title>
			<link>https://hackmyride.com/forum/showthread.php?tid=1604</link>
			<pubDate>Sat, 18 Mar 2023 17:51:59 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://hackmyride.com/forum/member.php?action=profile&uid=1">HackMaster</a>]]></dc:creator>
			<guid isPermaLink="false">https://hackmyride.com/forum/showthread.php?tid=1604</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color"><span style="font-size: large;" class="mycode_size">DAVTest</span></span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i">DavTest 1.0:   <a href="https://github.com/sullo/davtest" target="_blank" rel="noopener" class="mycode_url">https://github.com/sullo/davtest</a></span><br />
<br />
DAVTest tests <a href="http://comparitech.net/webdav" target="_blank" rel="noopener" class="mycode_url">WebDAV</a> enabled servers by uploading test executable files, and then (optionally) uploading files which allow for command execution or other actions directly on the target. It is meant for penetration testers to quickly and easily determine if enabled DAV services are exploitable.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">DAVTest supports:</span><ul class="mycode_list"><li>Automatically sending of exploit files<br />
</li>
<li>Automatic randomization of directory to help hide files<br />
</li>
<li>Send text files and try MOVE to executable name<br />
</li>
<li>Basic and Digest authorization<br />
</li>
<li>Automatic clean-up of uploaded files<br />
</li>
<li>Send an arbitrary file<br />
</li>
</ul>
<br />
DAVTest enables the pentester to quickly determine if a host is vulnerable and then gain access to that host. DAVTest tries to upload test files of various extension types (e.g., ".php" or ".txt"), checks if those files were uploaded successfully, and then if they can execute on the server. It also allows for uploading of the files as plain text files and then trying to use the MOVE command to rename them to an executable.<br />
<br />
Assuming you can upload an executable, a test file does you no good--so DAVTest can automatically upload a fully functional shell or back-door. It ships with shells for PHP, ASP, ASPX, CFM, JSP, CGI, and PL, and dropping a file in the right directory will let you upload any back-door you like.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color"><span style="font-size: large;" class="mycode_size">DAVTest</span></span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i">DavTest 1.0:   <a href="https://github.com/sullo/davtest" target="_blank" rel="noopener" class="mycode_url">https://github.com/sullo/davtest</a></span><br />
<br />
DAVTest tests <a href="http://comparitech.net/webdav" target="_blank" rel="noopener" class="mycode_url">WebDAV</a> enabled servers by uploading test executable files, and then (optionally) uploading files which allow for command execution or other actions directly on the target. It is meant for penetration testers to quickly and easily determine if enabled DAV services are exploitable.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">DAVTest supports:</span><ul class="mycode_list"><li>Automatically sending of exploit files<br />
</li>
<li>Automatic randomization of directory to help hide files<br />
</li>
<li>Send text files and try MOVE to executable name<br />
</li>
<li>Basic and Digest authorization<br />
</li>
<li>Automatic clean-up of uploaded files<br />
</li>
<li>Send an arbitrary file<br />
</li>
</ul>
<br />
DAVTest enables the pentester to quickly determine if a host is vulnerable and then gain access to that host. DAVTest tries to upload test files of various extension types (e.g., ".php" or ".txt"), checks if those files were uploaded successfully, and then if they can execute on the server. It also allows for uploading of the files as plain text files and then trying to use the MOVE command to rename them to an executable.<br />
<br />
Assuming you can upload an executable, a test file does you no good--so DAVTest can automatically upload a fully functional shell or back-door. It ships with shells for PHP, ASP, ASPX, CFM, JSP, CGI, and PL, and dropping a file in the right directory will let you upload any back-door you like.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Nikto2 Web Server Scanner]]></title>
			<link>https://hackmyride.com/forum/showthread.php?tid=1602</link>
			<pubDate>Sat, 18 Mar 2023 17:40:28 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://hackmyride.com/forum/member.php?action=profile&uid=1">HackMaster</a>]]></dc:creator>
			<guid isPermaLink="false">https://hackmyride.com/forum/showthread.php?tid=1602</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Nikto2</span></span></span><br />
<br />
Install (recommended): Run from a git repo -  <a href="https://github.com/sullo/nikto" target="_blank" rel="noopener" class="mycode_url">https://github.com/sullo/nikto</a><br />
Download: <a href="https://github.com/sullo/nikto/archive/master.zip" target="_blank" rel="noopener" class="mycode_url">Latest GitHub Release</a> (zip)<br />
<br />
Nikto is sponsored by Netsparker, a dead accurate and easy to use web application security solution.<br />
<a href="https://www.netsparker.com/netsparker-web-application-security-scanner/website-vulnerable-xss-sql-injection-vulnerability-scanner/?utm_source=cirt.net&amp;utm_medium=referral&amp;utm_content=text+link&amp;utm_campaign=ns+advert" target="_blank" rel="noopener" class="mycode_url">Click here to get a demo</a> of Netsparker<br />
<br />
<hr class="mycode_hr" />
Nikto is an Open Source (<a href="http://www.gnu.org/licenses/licenses.html#GPL" target="_blank" rel="noopener" class="mycode_url">GPL</a>) web server scanner which performs comprehensive tests against web servers for multiple items, including over 6700 potentially dangerous files/programs, checks for outdated versions of over 1250 servers, and version specific problems on over 270 servers. It also checks for server configuration items such as the presence of multiple index files, HTTP server options, and will attempt to identify installed web servers and software. Scan items and plugins are frequently updated and can be automatically updated.<br />
Nikto is not designed as a stealthy tool. It will test a web server in the quickest time possible, and is obvious in log files or to an IPS/IDS. However, there is support for LibWhisker's anti-IDS methods in case you want to give it a try (or test your IDS system).<br />
Not every check is a security problem, though most are. There are some items that are "info only" type checks that look for things that may not have a security flaw, but the webmaster or security engineer may not know are present on the server. These items are usually marked appropriately in the information printed. There are also some checks for unknown items which have been seen scanned for in log files.<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Features</span></span><br />
Here are some of the major features of Nikto. See the <a href="https://github.com/sullo/nikto/wiki" target="_blank" rel="noopener" class="mycode_url">documentation</a> for a full list of features and how to use them.<ul class="mycode_list"><li>SSL Support (Unix with OpenSSL or maybe Windows with ActiveState's<br />
Perl/NetSSL)<br />
</li>
<li>Full HTTP proxy support<br />
</li>
<li>Checks for outdated server components<br />
</li>
<li>Save reports in plain text, XML, HTML, NBE or CSV<br />
</li>
<li>Template engine to easily customize reports<br />
</li>
<li>Scan multiple ports on a server, or multiple servers via input file (including nmap output)<br />
</li>
<li><a href="http://www.wiretrip.net/rfp/lw.asp" target="_blank" rel="noopener" class="mycode_url">LibWhisker</a>'s IDS encoding techniques<br />
</li>
<li>Easily updated via command line<br />
</li>
<li>Identifies installed software via headers, favicons and files<br />
</li>
<li>Host authentication with Basic and NTLM<br />
</li>
<li>Subdomain guessing<br />
</li>
<li>Apache and cgiwrap username enumeration<br />
</li>
<li>Mutation techniques to "fish" for content on web servers<br />
</li>
<li>Scan tuning to include or exclude entire classes of vulnerability<br />
checks<br />
</li>
<li>Guess credentials for authorization realms (including many default id/pw combos)<br />
</li>
<li>Authorization guessing handles any directory, not just the root<br />
directory<br />
</li>
<li>Enhanced false positive reduction via multiple methods: headers,<br />
page content, and content hashing<br />
</li>
<li>Reports "unusual" headers seen<br />
</li>
<li>Interactive status, pause and changes to verbosity settings<br />
</li>
<li>Save full request/response for positive tests<br />
</li>
<li>Replay saved positive requests<br />
</li>
<li>Maximum execution time per target<br />
</li>
<li>Auto-pause at a specified time<br />
</li>
<li>Checks for common "parking" sites<br />
</li>
<li>Thorough <a href="https://github.com/sullo/nikto/wiki" target="_blank" rel="noopener" class="mycode_url">documentation</a><br />
</li>
</ul>
<br />
<br />
<img src="https://cirt.net/images/nikto.png" loading="lazy"  alt="[Image: nikto.png]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Nikto2</span></span></span><br />
<br />
Install (recommended): Run from a git repo -  <a href="https://github.com/sullo/nikto" target="_blank" rel="noopener" class="mycode_url">https://github.com/sullo/nikto</a><br />
Download: <a href="https://github.com/sullo/nikto/archive/master.zip" target="_blank" rel="noopener" class="mycode_url">Latest GitHub Release</a> (zip)<br />
<br />
Nikto is sponsored by Netsparker, a dead accurate and easy to use web application security solution.<br />
<a href="https://www.netsparker.com/netsparker-web-application-security-scanner/website-vulnerable-xss-sql-injection-vulnerability-scanner/?utm_source=cirt.net&amp;utm_medium=referral&amp;utm_content=text+link&amp;utm_campaign=ns+advert" target="_blank" rel="noopener" class="mycode_url">Click here to get a demo</a> of Netsparker<br />
<br />
<hr class="mycode_hr" />
Nikto is an Open Source (<a href="http://www.gnu.org/licenses/licenses.html#GPL" target="_blank" rel="noopener" class="mycode_url">GPL</a>) web server scanner which performs comprehensive tests against web servers for multiple items, including over 6700 potentially dangerous files/programs, checks for outdated versions of over 1250 servers, and version specific problems on over 270 servers. It also checks for server configuration items such as the presence of multiple index files, HTTP server options, and will attempt to identify installed web servers and software. Scan items and plugins are frequently updated and can be automatically updated.<br />
Nikto is not designed as a stealthy tool. It will test a web server in the quickest time possible, and is obvious in log files or to an IPS/IDS. However, there is support for LibWhisker's anti-IDS methods in case you want to give it a try (or test your IDS system).<br />
Not every check is a security problem, though most are. There are some items that are "info only" type checks that look for things that may not have a security flaw, but the webmaster or security engineer may not know are present on the server. These items are usually marked appropriately in the information printed. There are also some checks for unknown items which have been seen scanned for in log files.<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size">Features</span></span><br />
Here are some of the major features of Nikto. See the <a href="https://github.com/sullo/nikto/wiki" target="_blank" rel="noopener" class="mycode_url">documentation</a> for a full list of features and how to use them.<ul class="mycode_list"><li>SSL Support (Unix with OpenSSL or maybe Windows with ActiveState's<br />
Perl/NetSSL)<br />
</li>
<li>Full HTTP proxy support<br />
</li>
<li>Checks for outdated server components<br />
</li>
<li>Save reports in plain text, XML, HTML, NBE or CSV<br />
</li>
<li>Template engine to easily customize reports<br />
</li>
<li>Scan multiple ports on a server, or multiple servers via input file (including nmap output)<br />
</li>
<li><a href="http://www.wiretrip.net/rfp/lw.asp" target="_blank" rel="noopener" class="mycode_url">LibWhisker</a>'s IDS encoding techniques<br />
</li>
<li>Easily updated via command line<br />
</li>
<li>Identifies installed software via headers, favicons and files<br />
</li>
<li>Host authentication with Basic and NTLM<br />
</li>
<li>Subdomain guessing<br />
</li>
<li>Apache and cgiwrap username enumeration<br />
</li>
<li>Mutation techniques to "fish" for content on web servers<br />
</li>
<li>Scan tuning to include or exclude entire classes of vulnerability<br />
checks<br />
</li>
<li>Guess credentials for authorization realms (including many default id/pw combos)<br />
</li>
<li>Authorization guessing handles any directory, not just the root<br />
directory<br />
</li>
<li>Enhanced false positive reduction via multiple methods: headers,<br />
page content, and content hashing<br />
</li>
<li>Reports "unusual" headers seen<br />
</li>
<li>Interactive status, pause and changes to verbosity settings<br />
</li>
<li>Save full request/response for positive tests<br />
</li>
<li>Replay saved positive requests<br />
</li>
<li>Maximum execution time per target<br />
</li>
<li>Auto-pause at a specified time<br />
</li>
<li>Checks for common "parking" sites<br />
</li>
<li>Thorough <a href="https://github.com/sullo/nikto/wiki" target="_blank" rel="noopener" class="mycode_url">documentation</a><br />
</li>
</ul>
<br />
<br />
<img src="https://cirt.net/images/nikto.png" loading="lazy"  alt="[Image: nikto.png]" class="mycode_img" />]]></content:encoded>
		</item>
	</channel>
</rss>