<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Penetration Testing Framework Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/tag/penetration-testing-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://kostacipo.stream/tag/penetration-testing-framework/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Mon, 23 Jan 2023 19:31:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://kostacipo.stream/wp-content/uploads/2019/12/cropped-profile-32x32.jpg</url>
	<title>Penetration Testing Framework Archives - Tech Chronicles</title>
	<link>http://kostacipo.stream/tag/penetration-testing-framework/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Karkinos &#8211; Penetration Testing and Hacking CTF&#8217;s Swiss Army Knife</title>
		<link>http://kostacipo.stream/karkinos-penetration-testing-and-hacking-ctfs-swiss-army-knife/</link>
					<comments>http://kostacipo.stream/karkinos-penetration-testing-and-hacking-ctfs-swiss-army-knife/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Mon, 23 Jan 2023 19:31:24 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Pentesting]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Penetration Testing Framework]]></category>
		<guid isPermaLink="false">https://kostacipo.stream/?p=2145</guid>

					<description><![CDATA[<p>What is Karkinos? Karkinos is a light-weight &#8216;Swiss Army Knife&#8217; for penetration testing and/or hacking CTF&#8217;s. Currently, Karkinos offers the following: Encoding/Decoding characters Encrypting/Decrypting text or files 3 Modules Cracking and generating hashes Disclaimer This tool should be used on applications/networks that you have permission to attack only. Any misuse or damage caused will be [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/karkinos-penetration-testing-and-hacking-ctfs-swiss-army-knife/">Karkinos &#8211; Penetration Testing and Hacking CTF&#8217;s Swiss Army Knife</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2><strong>What is Karkinos?</strong></h2>
<p dir="auto">Karkinos is a light-weight &#8216;Swiss Army Knife&#8217; for penetration testing and/or hacking CTF&#8217;s. Currently, Karkinos offers the following:</p>
<ul dir="auto">
<li>Encoding/Decoding characters</li>
<li>Encrypting/Decrypting text or files</li>
<li>3 Modules</li>
<li>Cracking and generating hashes</li>
</ul>
<h2><strong>Disclaimer</strong></h2>
<p>This tool should be used on applications/networks that you have permission to attack only. Any misuse or damage caused will be solely the users’ responsibility.</p>
<p>More: <a href="https://github.com/helich0pper/Karkinos" target="_blank" rel="noopener">https://github.com/helich0pper/Karkinos</a></p>
<h2><strong>Dependencies</strong></h2>
<ul>
<li>Any server capable of hosting PHP; tested with Apache Server</li>
<li>Tested with PHP 7.4.9</li>
<li>Tested with Python 3.8<br />
Make sure it is in your path as:<br />
Windows: <code>python</code><br />
Linux: <code>python3</code><br />
If it is not, please change the commands in <code>includes/pid.php</code></li>
<li>pip3</li>
<li>Raspberry Pi Zero friendly <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> (crack hashes at your own risk)</li>
</ul>
<h2><a id="user-content-installing" class="anchor" href="https://github.com/helich0pper/Karkinos#installing" target="_blank" rel="noopener" aria-hidden="true"></a><strong>Installing</strong></h2>
<p>This installation guide assumes you have all the dependencies. A Wiki page with troubleshooting steps can be found <a href="https://helich0pper.github.io/karkinos/" target="_blank" rel="nofollow noopener">here</a>.</p>
<h3><a id="user-content-linuxbsd" class="anchor" href="https://github.com/helich0pper/Karkinos#linuxbsd" target="_blank" rel="noopener" aria-hidden="true"></a><strong>Linux/BSD</strong></h3>
<ol dir="auto">
<li><code>git clone https://github.com/helich0pper/Karkinos.git</code></li>
<li><code>cd Karkinos</code></li>
<li><code>pip3 install -r requirements.txt</code></li>
<li><code>cd wordlists &amp;&amp; unzip passlist.zip</code> You can also unzip it manually using file explorer. Just make sure passlist.txt is in <strong>wordlists</strong> directory.</li>
<li><code>Make sure you have write privileges for db/main.db</code></li>
<li>Enable <code>extension=mysqli</code> in your php.ini file.<br />
If you don&#8217;t know where to find this, refer to the PHP <a href="https://www.php.net/manual/en/configuration.file.php#:~:text=d%20php%20PHP%20will%20load,ini%20as%20configuration%20files." target="_blank" rel="nofollow noopener">docs</a>. Note: MySQLi is only used to store statistics.</li>
<li>Thats it! Now just host it using your preferred web server or run: <code>php -S 127.0.0.1:8888</code> in the Karkinos directory.<strong>Important: using port 5555, 5556, or 5557 will conflict with the Modules</strong><br />
If you insist on using these ports, change the <code>PORT</code> value in:</li>
</ol>
<ul>
<li>
<ul dir="auto">
<li><code>/bin/Server/app.py Line 87</code></li>
<li><code>/bin/Busting/app.py Line 155</code></li>
<li><code>/bin/PortScan/app.py Line 128</code></li>
</ul>
</li>
</ul>
<h2 dir="auto"><strong>Windows</strong></h2>
<ol dir="auto">
<li><code>git clone https://github.com/helich0pper/Karkinos.git</code></li>
<li><code>cd Karkinos</code></li>
<li><code>pip3 install -r requirements.txt</code></li>
<li><code>cd wordlists &amp;&amp; unzip passlist.zip</code><br />
You can also unzip it manually using file explorer. Just make sure passlist.txt is in <strong>wordlists</strong> directory.</li>
<li><code>Make sure you have write privileges for db/main.db</code></li>
<li>Enable <code>extension=mysqli.dll</code> in your php.ini file.<br />
If you don&#8217;t know where to find this, refer to the PHP <a href="https://www.php.net/manual/en/configuration.file.php#:~:text=d%20php%20PHP%20will%20load,ini%20as%20configuration%20files." target="_blank" rel="nofollow noopener">docs</a>. Note: MySQLi is only used to store statistics</li>
<li>Thats it! Now just host it using your preferred web server or run: <code>php -S 127.0.0.1:8888</code> in the Karkinos directory.<strong>Important: using port 5555, 5556, or 5557 will conflict with the Modules</strong><br />
If you insist on using these ports, change the <code>PORT</code> value in:</li>
</ol>
<ul dir="auto">
<li><code>/bin/Server/app.py Line 87</code></li>
<li><code>/bin/Busting/app.py Line 155</code></li>
<li><code>/bin/PortScan/app.py Line 128</code></li>
</ul>
<h3><a id="user-content-home-menu" class="anchor" href="https://github.com/helich0pper/Karkinos#home-menu" target="_blank" rel="noopener" aria-hidden="true"></a><strong>Home Menu</strong></h3>
<p>Landing page and quick access menu.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/home-4.png"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-232590" src="https://hakin9.org/wp-content/uploads/2020/12/home-4.png" sizes="(max-width: 1327px) 100vw, 1327px" srcset="https://hakin9.org/wp-content/uploads/2020/12/home-4.png 1327w, https://hakin9.org/wp-content/uploads/2020/12/home-4-378x251.png 378w, https://hakin9.org/wp-content/uploads/2020/12/home-4-565x376.png 565w, https://hakin9.org/wp-content/uploads/2020/12/home-4-460x306.png 460w, https://hakin9.org/wp-content/uploads/2020/12/home-4-1024x681.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/home-4-768x510.png 768w, https://hakin9.org/wp-content/uploads/2020/12/home-4-500x332.png 500w, https://hakin9.org/wp-content/uploads/2020/12/home-4-200x133.png 200w, https://hakin9.org/wp-content/uploads/2020/12/home-4-120x80.png 120w, https://hakin9.org/wp-content/uploads/2020/12/home-4-310x206.png 310w" alt="" width="1327" height="882" /></a></p>
<p>User stats are displayed here. Currently, the stats recorded are only the total hashes and hash types cracked successfully.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/home2-3.png"><img decoding="async" class="alignnone size-full wp-image-232591" src="https://hakin9.org/wp-content/uploads/2020/12/home2-3.png" sizes="(max-width: 1103px) 100vw, 1103px" srcset="https://hakin9.org/wp-content/uploads/2020/12/home2-3.png 1103w, https://hakin9.org/wp-content/uploads/2020/12/home2-3-378x309.png 378w, https://hakin9.org/wp-content/uploads/2020/12/home2-3-565x463.png 565w, https://hakin9.org/wp-content/uploads/2020/12/home2-3-460x377.png 460w, https://hakin9.org/wp-content/uploads/2020/12/home2-3-1024x838.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/home2-3-768x629.png 768w, https://hakin9.org/wp-content/uploads/2020/12/home2-3-500x409.png 500w, https://hakin9.org/wp-content/uploads/2020/12/home2-3-200x164.png 200w, https://hakin9.org/wp-content/uploads/2020/12/home2-3-120x98.png 120w, https://hakin9.org/wp-content/uploads/2020/12/home2-3-310x254.png 310w" alt="" width="1103" height="903" /></a></p>
<h3><strong>Encoding/Decoding</strong></h3>
<p>This page allows you to encode/decode in common formats (more may be added soon)</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/encode.png"><img decoding="async" class="alignnone wp-image-192571" src="https://hakin9.org/wp-content/uploads/2020/12/encode.png" sizes="(max-width: 798px) 100vw, 798px" srcset="https://hakin9.org/wp-content/uploads/2020/12/encode.png 1636w, https://hakin9.org/wp-content/uploads/2020/12/encode-378x208.png 378w, https://hakin9.org/wp-content/uploads/2020/12/encode-565x311.png 565w, https://hakin9.org/wp-content/uploads/2020/12/encode-460x253.png 460w, https://hakin9.org/wp-content/uploads/2020/12/encode-1024x564.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/encode-768x423.png 768w, https://hakin9.org/wp-content/uploads/2020/12/encode-1536x846.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/encode-500x275.png 500w, https://hakin9.org/wp-content/uploads/2020/12/encode-200x110.png 200w, https://hakin9.org/wp-content/uploads/2020/12/encode-120x66.png 120w, https://hakin9.org/wp-content/uploads/2020/12/encode-310x171.png 310w" alt="" width="798" height="439" /></a></p>
<h3><strong>Encrypt/Decrypt</strong></h3>
<p>Encrypting and decrypting text or files is made easy and is fully trusted since it is done locally.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/encrypt.png"><img loading="lazy" decoding="async" class="alignnone wp-image-192593" src="https://hakin9.org/wp-content/uploads/2020/12/encrypt.png" sizes="auto, (max-width: 853px) 100vw, 853px" srcset="https://hakin9.org/wp-content/uploads/2020/12/encrypt.png 1746w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-378x190.png 378w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-565x284.png 565w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-460x232.png 460w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-1024x516.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-768x387.png 768w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-1536x773.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-500x252.png 500w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-200x101.png 200w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-120x60.png 120w, https://hakin9.org/wp-content/uploads/2020/12/encrypt-310x156.png 310w" alt="" width="853" height="430" /></a></p>
<h3><strong>Reverse Shell Handling</strong></h3>
<p>Reverse shells can be captured and interacted with on this page.</p>
<h3><a id="user-content-create-a-listener-instance" class="anchor" href="https://github.com/helich0pper/Karkinos#create-a-listener-instance" target="_blank" rel="noopener" aria-hidden="true"></a><strong>Create a listener instance</strong></h3>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/reverse-1.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-232592" src="https://hakin9.org/wp-content/uploads/2020/12/reverse-1.png" sizes="auto, (max-width: 1734px) 100vw, 1734px" srcset="https://hakin9.org/wp-content/uploads/2020/12/reverse-1.png 1734w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-378x194.png 378w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-565x291.png 565w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-460x237.png 460w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-1024x527.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-768x395.png 768w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-1536x790.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-500x257.png 500w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-200x103.png 200w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-120x62.png 120w, https://hakin9.org/wp-content/uploads/2020/12/reverse-1-310x159.png 310w" alt="" width="1734" height="892" /></a></p>
<h3><strong>Configure the listener</strong></h3>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-232593" src="https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1.png" sizes="auto, (max-width: 1875px) 100vw, 1875px" srcset="https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1.png 1875w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-378x154.png 378w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-565x231.png 565w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-460x188.png 460w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-1024x418.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-768x314.png 768w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-1536x628.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-500x204.png 500w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-200x82.png 200w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-120x49.png 120w, https://hakin9.org/wp-content/uploads/2020/12/reverse2-2-1-310x127.png 310w" alt="" width="1875" height="766" /></a></p>
<h3><strong>Start the listener and capture a shell</strong></h3>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/reverse3-1.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-232594" src="https://hakin9.org/wp-content/uploads/2020/12/reverse3-1.png" sizes="auto, (max-width: 1861px) 100vw, 1861px" srcset="https://hakin9.org/wp-content/uploads/2020/12/reverse3-1.png 1861w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-378x166.png 378w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-565x248.png 565w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-460x202.png 460w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-1024x450.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-768x337.png 768w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-1536x674.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-500x220.png 500w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-200x88.png 200w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-120x53.png 120w, https://hakin9.org/wp-content/uploads/2020/12/reverse3-1-310x136.png 310w" alt="" width="1861" height="817" /></a></p>
<h3 dir="auto"><strong>Full reverse shell handling demo:</strong></h3>
<div class="fluid-width-video-wrapper"><iframe src="https://www.youtube.com/embed/zriDUmHimXE?modestbranding=1" name="fitvid0" allowfullscreen="allowfullscreen" data-mce-fragment="1"></iframe></div>
<h2 dir="auto"><strong>Directory and File Busting</strong></h2>
<h3 dir="auto"><a id="user-content-create-an-instance" class="anchor" href="https://github.com/helich0pper/Karkinos#create-an-instance" target="_blank" rel="noopener" aria-hidden="true"></a><strong>Create an instance</strong></h3>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/busting1.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-232595" src="https://hakin9.org/wp-content/uploads/2020/12/busting1.png" sizes="auto, (max-width: 1774px) 100vw, 1774px" srcset="https://hakin9.org/wp-content/uploads/2020/12/busting1.png 1774w, https://hakin9.org/wp-content/uploads/2020/12/busting1-378x191.png 378w, https://hakin9.org/wp-content/uploads/2020/12/busting1-565x286.png 565w, https://hakin9.org/wp-content/uploads/2020/12/busting1-460x233.png 460w, https://hakin9.org/wp-content/uploads/2020/12/busting1-1024x518.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/busting1-768x389.png 768w, https://hakin9.org/wp-content/uploads/2020/12/busting1-1536x778.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/busting1-500x253.png 500w, https://hakin9.org/wp-content/uploads/2020/12/busting1-200x101.png 200w, https://hakin9.org/wp-content/uploads/2020/12/busting1-120x61.png 120w, https://hakin9.org/wp-content/uploads/2020/12/busting1-310x157.png 310w" alt="" width="1774" height="898" /></a></p>
<h3 dir="auto"><strong>Configure it</strong></h3>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/busting2.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-232596" src="https://hakin9.org/wp-content/uploads/2020/12/busting2.png" sizes="auto, (max-width: 1880px) 100vw, 1880px" srcset="https://hakin9.org/wp-content/uploads/2020/12/busting2.png 1880w, https://hakin9.org/wp-content/uploads/2020/12/busting2-378x165.png 378w, https://hakin9.org/wp-content/uploads/2020/12/busting2-565x246.png 565w, https://hakin9.org/wp-content/uploads/2020/12/busting2-460x200.png 460w, https://hakin9.org/wp-content/uploads/2020/12/busting2-1024x446.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/busting2-768x335.png 768w, https://hakin9.org/wp-content/uploads/2020/12/busting2-1536x669.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/busting2-500x218.png 500w, https://hakin9.org/wp-content/uploads/2020/12/busting2-200x87.png 200w, https://hakin9.org/wp-content/uploads/2020/12/busting2-120x52.png 120w, https://hakin9.org/wp-content/uploads/2020/12/busting2-310x135.png 310w" alt="" width="1880" height="819" /></a></p>
<h3 dir="auto"><strong>Start scanning</strong></h3>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/busting3.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-232597" src="https://hakin9.org/wp-content/uploads/2020/12/busting3.png" sizes="auto, (max-width: 1859px) 100vw, 1859px" srcset="https://hakin9.org/wp-content/uploads/2020/12/busting3.png 1859w, https://hakin9.org/wp-content/uploads/2020/12/busting3-378x179.png 378w, https://hakin9.org/wp-content/uploads/2020/12/busting3-565x267.png 565w, https://hakin9.org/wp-content/uploads/2020/12/busting3-460x218.png 460w, https://hakin9.org/wp-content/uploads/2020/12/busting3-1024x484.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/busting3-768x363.png 768w, https://hakin9.org/wp-content/uploads/2020/12/busting3-1536x726.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/busting3-500x236.png 500w, https://hakin9.org/wp-content/uploads/2020/12/busting3-200x95.png 200w, https://hakin9.org/wp-content/uploads/2020/12/busting3-120x57.png 120w, https://hakin9.org/wp-content/uploads/2020/12/busting3-310x147.png 310w" alt="" width="1859" height="879" /></a></p>
<h3 dir="auto"><strong>Full Directory and File Busting demo:</strong></h3>
<div class="fluid-width-video-wrapper"><iframe src="https://www.youtube.com/embed/cS9j9FXs6bE?modestbranding=1" name="fitvid1" allowfullscreen="allowfullscreen" data-mce-fragment="1"></iframe></div>
<h2 dir="auto"><strong>Port Scanning</strong></h2>
<h3 dir="auto"><a id="user-content-launch-the-scanner" class="anchor" href="https://github.com/helich0pper/Karkinos#launch-the-scanner" target="_blank" rel="noopener" aria-hidden="true"></a><strong>Launch the scanner</strong></h3>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/portscanning1.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-232598" src="https://hakin9.org/wp-content/uploads/2020/12/portscanning1.png" sizes="auto, (max-width: 1576px) 100vw, 1576px" srcset="https://hakin9.org/wp-content/uploads/2020/12/portscanning1.png 1576w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-378x177.png 378w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-565x265.png 565w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-460x216.png 460w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-1024x480.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-768x360.png 768w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-1536x720.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-500x234.png 500w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-200x94.png 200w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-120x56.png 120w, https://hakin9.org/wp-content/uploads/2020/12/portscanning1-310x145.png 310w" alt="" width="1576" height="739" /></a></p>
<h3 dir="auto"><strong>Configure it</strong></h3>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/portscanning2.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-232599" src="https://hakin9.org/wp-content/uploads/2020/12/portscanning2.png" sizes="auto, (max-width: 1802px) 100vw, 1802px" srcset="https://hakin9.org/wp-content/uploads/2020/12/portscanning2.png 1802w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-378x144.png 378w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-565x215.png 565w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-460x175.png 460w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-1024x390.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-768x292.png 768w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-1536x585.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-500x190.png 500w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-200x76.png 200w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-120x46.png 120w, https://hakin9.org/wp-content/uploads/2020/12/portscanning2-310x118.png 310w" alt="" width="1802" height="686" /></a></p>
<h3 dir="auto"><strong>Start scanning</strong></h3>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/portscanning3.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-232600" src="https://hakin9.org/wp-content/uploads/2020/12/portscanning3.png" sizes="auto, (max-width: 1801px) 100vw, 1801px" srcset="https://hakin9.org/wp-content/uploads/2020/12/portscanning3.png 1801w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-378x152.png 378w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-565x227.png 565w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-460x184.png 460w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-1024x411.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-768x308.png 768w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-1536x616.png 1536w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-500x200.png 500w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-200x80.png 200w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-120x48.png 120w, https://hakin9.org/wp-content/uploads/2020/12/portscanning3-310x124.png 310w" alt="" width="1801" height="722" /></a></p>
<h3 dir="auto"><strong>Full Port Scanning Demo</strong>:</h3>
<div class="fluid-width-video-wrapper"><iframe src="https://www.youtube.com/embed/FybH4s_FyNA" name="fitvid2" allowfullscreen="allowfullscreen" data-mce-fragment="1"></iframe></div>
<h2><strong>Generating Hashes</strong></h2>
<p>Karkinos can generate commonly used hashes such as:</p>
<ul>
<li>MD5</li>
<li>SHA1</li>
<li>SHA256</li>
<li>SHA512</li>
</ul>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/convert.png"><img loading="lazy" decoding="async" class="alignnone wp-image-192706" src="https://hakin9.org/wp-content/uploads/2020/12/convert.png" sizes="auto, (max-width: 882px) 100vw, 882px" srcset="https://hakin9.org/wp-content/uploads/2020/12/convert.png 1446w, https://hakin9.org/wp-content/uploads/2020/12/convert-378x221.png 378w, https://hakin9.org/wp-content/uploads/2020/12/convert-565x330.png 565w, https://hakin9.org/wp-content/uploads/2020/12/convert-460x269.png 460w, https://hakin9.org/wp-content/uploads/2020/12/convert-1024x598.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/convert-768x449.png 768w, https://hakin9.org/wp-content/uploads/2020/12/convert-500x292.png 500w, https://hakin9.org/wp-content/uploads/2020/12/convert-200x117.png 200w, https://hakin9.org/wp-content/uploads/2020/12/convert-120x70.png 120w, https://hakin9.org/wp-content/uploads/2020/12/convert-310x181.png 310w" alt="" width="882" height="515" /></a></p>
<h2><strong>Cracking Hashes</strong></h2>
<p>Karkinos offers the option to <strong>simultaneously</strong> crack hashes using a built-in wordlist consisting of over 15 million common and breached passwords. This list can easily be modified and/or completely replaced.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/12/crack.png"><img loading="lazy" decoding="async" class="alignnone wp-image-192728" src="https://hakin9.org/wp-content/uploads/2020/12/crack.png" sizes="auto, (max-width: 902px) 100vw, 902px" srcset="https://hakin9.org/wp-content/uploads/2020/12/crack.png 1449w, https://hakin9.org/wp-content/uploads/2020/12/crack-378x237.png 378w, https://hakin9.org/wp-content/uploads/2020/12/crack-565x354.png 565w, https://hakin9.org/wp-content/uploads/2020/12/crack-460x288.png 460w, https://hakin9.org/wp-content/uploads/2020/12/crack-1024x641.png 1024w, https://hakin9.org/wp-content/uploads/2020/12/crack-768x481.png 768w, https://hakin9.org/wp-content/uploads/2020/12/crack-500x313.png 500w, https://hakin9.org/wp-content/uploads/2020/12/crack-200x125.png 200w, https://hakin9.org/wp-content/uploads/2020/12/crack-120x75.png 120w, https://hakin9.org/wp-content/uploads/2020/12/crack-310x194.png 310w" alt="" width="902" height="565" /></a></p>
<p>The post <a href="http://kostacipo.stream/karkinos-penetration-testing-and-hacking-ctfs-swiss-army-knife/">Karkinos &#8211; Penetration Testing and Hacking CTF&#8217;s Swiss Army Knife</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/karkinos-penetration-testing-and-hacking-ctfs-swiss-army-knife/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Penetration Testing Framework – Pure Blood</title>
		<link>http://kostacipo.stream/penetration-testing-framework-pure-blood/</link>
					<comments>http://kostacipo.stream/penetration-testing-framework-pure-blood/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Thu, 07 Jan 2021 19:55:45 +0000</pubDate>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Pentesting]]></category>
		<category><![CDATA[Wargames]]></category>
		<category><![CDATA[Penetration Testing Framework]]></category>
		<guid isPermaLink="false">http://kostacipo.stream/?p=2001</guid>

					<description><![CDATA[<p>Introduction Pure Blood is a Penetration Testing Framework intended for all hackers, pentesters, bug hunters and those that wants to get involved in pentesting and cybersecurity area. It’s simple tool, created for everyone who need help for daily pentesting tasks, such as information gathering (Whois, DNS Lookup, Reverse DNS Lookup, etc), vulnerability analysis, etc.&#160; &#160; [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/penetration-testing-framework-pure-blood/">Penetration Testing Framework – Pure Blood</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>Introduction</h3>
<div class="row">
<div class="col-lg-12">
<p>Pure Blood is a Penetration Testing Framework intended for all hackers, pentesters, bug hunters and those that wants to get involved in pentesting and cybersecurity area. It’s simple tool, created for everyone who need help for daily pentesting tasks, such as information gathering (Whois, DNS Lookup, Reverse DNS Lookup, etc), vulnerability analysis, etc.&nbsp;</p>
<div class="wp-block-image img-fluid text-center">&nbsp;</div>
<div class="alert alert-success">Penetration testing, also known as pentesting or ethical hacking, is the practice of testing a computer system, network/web application to find security vulnerabilities that an evil user (attacker) could exploit. Penetration testing can be automated with software apps/ programms, penetration testing frameworks or performed manually.&nbsp;</div>
<h2>Pure Blood v2:&nbsp;A Penetration Testing Framework created for Hackers</h2>
<p>This penetration testing tool is tested on Windows and Kali Linux, but should work on any Linux distro and OS X.</p>
<h2>Features</h2>
<h3>Web Pentest/Information Gathering</h3>
<div class="row">
<div class="col-12 col-lg-4">
<ul>
<li>Banner Grab&nbsp;</li>
<li>Whois&nbsp;</li>
<li>Traceroute&nbsp;</li>
<li>DNS Record&nbsp;</li>
<li>Reverse DNS Lookup&nbsp;</li>
<li>Zone Transfer Lookup</li>
</ul>
</div>
<div class="col-12 col-lg-4">
<ul>
<li>Port Scan&nbsp;</li>
<li>Admin Panel Scan&nbsp;</li>
<li>Subdomain Scan&nbsp;</li>
<li>CMS Identify&nbsp;</li>
<li>Reverse IP Lookup&nbsp;</li>
<li>Subnet Lookup&nbsp;</li>
</ul>
</div>
<div class="col-12 col-lg-4">
<ul>
<li>Extract Page Links&nbsp;</li>
<li>Directory Fuzz&nbsp;</li>
<li>File Fuzz&nbsp;</li>
<li>Shodan Search &nbsp;</li>
<li>Shodan Host Lookup</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6">
<div class="alert alert-danger">
<h3>&nbsp;</h3>
<h3>Web Application Attack:</h3>
<ul>
<li>WordPress (WPScan, WPScan Bruteforce, WordPress Plugin Vulnerability Checker)</li>
<li>Auto SQL Injection</li>
</ul>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="alert alert-success">
<h3>&nbsp;</h3>
<h3>Generator:</h3>
<ul>
<li>Deface Page&nbsp;</li>
<li>Password Generator</li>
<li>Text To Hash</li>
</ul>
</div>
</div>
</div>
<h3>Requirements:</h3>
<ul>
<li>Python v2/3</li>
<li>All from <code>requrements.txt</code> file: (<code>colorama</code>,<code> requests</code>, <code>python-whois</code>, <code>dnspython</code>, <code>bs4</code>, <code>shodan</code>)</li>
</ul>
<p>Modules can also be installed independently.</p>
<h2>Install</h2>
<p>Clone it form the Pure Blood GitHub repo:</p>
<pre class="wp-block-preformatted">$ git clone https://github.com/cr4shcod3/pureblood</pre>
<p>Then navigate to the Pure Blood directory and install modules (<code>requirements.txt</code>):</p>
<pre class="wp-block-preformatted">$ cd pureblood
$ pip3 install -r requirements.tx</pre>
<h2>Usage</h2>
<p>To start Pure Blood, run:</p>
<pre class="wp-block-preformatted">$ python3 pureblood.py</pre>
<pre class="wp-block-preformatted">██▓███   █    ██  ██▀███  ▓█████  ▄▄▄▄    ██▓     ▒█████   ▒█████  ▓█████▄                                                                                              
▓██░  ██▒ ██  ▓██▒▓██ ▒ ██▒▓█   ▀ ▓█████▄ ▓██▒    ▒██▒  ██▒▒██▒  ██▒▒██▀ ██▌                                                                                             
▓██░ ██▓▒▓██  ▒██░▓██ ░▄█ ▒▒███   ▒██▒ ▄██▒██░    ▒██░  ██▒▒██░  ██▒░██   █▌                                                                                             
▒██▄█▓▒ ▒▓▓█  ░██░▒██▀▀█▄  ▒▓█  ▄ ▒██░█▀  ▒██░    ▒██   ██░▒██   ██░░▓█▄   ▌                                                                                             
▒██▒ ░  ░▒▒█████▓ ░██▓ ▒██▒░▒████▒░▓█  ▀█▓░██████▒░ ████▓▒░░ ████▓▒░░▒████▓                                                                                              
▒▓▒░ ░  ░░▒▓▒ ▒ ▒ ░ ▒▓ ░▒▓░░░ ▒░ ░░▒▓███▀▒░ ▒░▓  ░░ ▒░▒░▒░ ░ ▒░▒░▒░  ▒▒▓  ▒                                                                                              
░▒ ░     ░░▒░ ░ ░   ░▒ ░ ▒░ ░ ░  ░▒░▒   ░ ░ ░ ▒  ░  ░ ▒ ▒░   ░ ▒ ▒░  ░ ▒  ▒                                                                                              
░░        ░░░ ░ ░   ░░   ░    ░    ░    ░   ░ ░   ░ ░ ░ ▒  ░ ░ ░ ▒   ░ ░  ░                                                                                              
            ░        ░        ░  ░ ░          ░  ░    ░ ░      ░ ░     ░                                                                                                 
                                        ░                            ░                                                                                                   
&nbsp;    --=[ Author: Cr4sHCoD3                     ]=--                                                                                                                     
| -- --=[ Version: 2                            ]=-- -- |                                                                                                                
| -- --=[ Website: https://github.com/cr4shcod3 ]=-- -- |                                                                                                                
| -- --=[ PureHackers ~ Blood Security Hackers  ]=-- -- |


[ PureBlood Menu ]

     01) Web Pentest / Information Gathering
     02) Web Application Attack
     03) Generator
     99) Exit

PureBlood&gt;</pre>
<p>Usage is very simple. Just choose an option, pick the target and follow the instructions.&nbsp;</p>
<h3>Web Pentest/Information Gathering Example:</h3>
<p>Choose Web Pentest from menu:</p>
<pre class="wp-block-preformatted">PureBlood&gt; 1
[ Web Pentest ]
   01) Banner Grab
   02) Whois
   03) Traceroute
   04) DNS Record
   05) Reverse DNS Lookup
   06) Zone Transfer Lookup
   07) Port Scan
   08) Admin Panel Scan
   09) Subdomain Scan
   10) CMS Identify
   11) Reverse IP Lookup
   12) Subnet Lookup
   13) Extract Page Links
   14) Directory Fuzz
   15) File Fuzz
   16) Shodan Search
   17) Shodan Host Lookup
   90) Back To Menu
   95) Set Target
   99) Exit

PureBlood (WebPentest)&gt;</pre>
<p>Then&nbsp;select one of the options, and set the target:</p>
<pre class="wp-block-preformatted">PureBlood (WebPentest)&gt; 2

PureBlood(WebPentest)&gt; 95
[#] - Please don't put "/" in the end of the Target.
PureBlood&gt;WebPentest&gt;(Target)&gt; www.google.com</pre>
<p>Result:</p>
<pre class="wp-block-preformatted">"domain_name": [
    "GOOGLE.COM",
    "google.com"
  ],
  "registrar": "MarkMonitor, Inc.",
  "whois_server": "whois.markmonitor.com",
  "referral_url": null,
  "updated_date": [
    "2018-02-21 18:36:40",
    "2018-02-21 10:45:07"
  ],
  "creation_date": [
    "1997-09-15 04:00:00",
    "1997-09-15 00:00:00"
  ],
  "expiration_date": [
    "2020-09-14 04:00:00",
    "2020-09-13 21:00:00"
  ],
  "name_servers": [
    "NS1.GOOGLE.COM",
    "NS2.GOOGLE.COM",
    "NS3.GOOGLE.COM",
    "NS4.GOOGLE.COM",
    "ns4.google.com",
    "ns2.google.com",
    "ns1.google.com",
    "ns3.google.com"
  ],
  "status": [
    "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
    "clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
    "clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited",
    "serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited",
    "serverTransferProhibited https://icann.org/epp#serverTransferProhibited",
    "serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited",
    "clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited)",
    "clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited)",
    "clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited)",
    "serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited)",
    "serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited)",
    "serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited)"
  ],
  "emails": [
    "abusecomplaints@markmonitor.com",
    "whoisrelay@markmonitor.com"
  ],
  "dnssec": "unsigned",
  "name": null,
  "org": "Google LLC",
  "address": null,
  "city": null,
  "state": "CA",
  "zipcode": null,
  "country": "US"
}</pre>
<h3>Web App Attack Example:</h3>
<figure class="wp-block-image"><a href="https://asciinema.org/a/193578" target="_blank" rel="nofollow noopener"><img decoding="async" class="wp-image-4433 lazyloaded" src="https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example.jpg" sizes="(max-width: 1000px) 100vw, 1000px" srcset="https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example.jpg 1000w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-300x160.jpg 300w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-768x409.jpg 768w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-500x267.jpg 500w" alt="PureBlood Web Attack Example" data-srcset="https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example.jpg 1000w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-300x160.jpg 300w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-768x409.jpg 768w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-500x267.jpg 500w" data-src="https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example.jpg" data-sizes="(max-width: 1000px) 100vw, 1000px"></a><figcaption>Web Application Attack Usage Example (DEMO)</figcaption></figure>
<div class="row justify-content-center mb-3">
<div class="col-lg-4">
<figure><a href="https://github.com/cr4shcod3/pureblood" target="_blank" rel="nofollow noopener">Download Pureblood</a></figure>
</div>
</div>
</div>
</div>
<p>The post <a href="http://kostacipo.stream/penetration-testing-framework-pure-blood/">Penetration Testing Framework – Pure Blood</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/penetration-testing-framework-pure-blood/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
