Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…or-Windows into main
  • Loading branch information
HimDek committed Jul 14, 2021
2 parents 1d6660a + d2a5ffc commit e17bbc7
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 1 deletion.
62 changes: 61 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,61 @@
# Blackeye-for-Windows
<h1 id="blackeye-for-windows-v1-0-1">Blackeye-for-Windows v1.0.1</h1>
<p align="center">
<img src="https://user-images.githubusercontent.com/61367380/119512194-bab07980-bd90-11eb-9e4a-78da47480b8b.gif" width="300">
</p>
<p align="center">
<a href="https://github.com/HiDe-Techno-Tips/Blackeye-for-Windows/archive/refs/heads/main.zip"> <img src="https://user-images.githubusercontent.com/61367380/119500767-c8143680-bd85-11eb-802d-4c5b750c349a.png" width="450"> </a>
</p>

<p>This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. This tool has been there for <a href="https://www.linux.org/">Linux</a> and even <a href="https://www.android.com/">Android</a> via <a href="https://termux.com/">Termux</a>. I converted it to <a href="https://www.microsoft.com/en-in/windows">Windows</a>.</p>
<h3 id="these-are-the-options-">These are the options:</h3>
<p align="center">
<img src="https://user-images.githubusercontent.com/61367380/119489210-166f0880-bd79-11eb-9e04-f5112ca3fcde.png" style="height:100%; width:100%">
</p>

<h2 id="legal-disclaimer-">Legal disclaimer:</h2>
<p>Usage of BlackEye for attacking targets without prior mutual consent is illegal. It&#39;s the end user&#39;s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.</p>
<h2 id="how-to-use-">How to use:</h2>
<ul>
<li><p>Just download <a href="https://github.com/HiDe-Techno-Tips/Blackeye-for-Windows/archive/refs/heads/main.zip">this</a> and extract it. Run blackeye.bat from the extracted folder and it will guide you through everything. Just read everything carefully while running it.</p>
<ul>
<li><p>Or using Curl (Bundled with Windows 10 1803):</p>
<pre><code>curl -LJ https:<span class="hljs-comment">//github.com/HiDe-Techno-Tips/Blackeye-for-Windows/archive/refs/heads/main.zip -o blackeye.zip</span>
tar -xf blackeye<span class="hljs-selector-class">.zip</span>
<span class="hljs-selector-tag">del</span> blackeye<span class="hljs-selector-class">.zip</span>
cd Blackeye-<span class="hljs-keyword">for</span>-Windows-main
blackeye.bat
</code></pre></li>
<li><p>Or using Git (Must Install in Windows):</p>
<pre><code>git clone http<span class="hljs-variable">s:</span>//github.<span class="hljs-keyword">com</span>/HiDe-Techno-Tips/Blackeye-<span class="hljs-keyword">for</span>-Windows.git
<span class="hljs-keyword">cd</span> Blackeye-<span class="hljs-keyword">for</span>-Windows
blackeye.bat
</code></pre></li>
</ul>
</li>
</ul>
<h2 id="special-thanks-to-">Special Thanks to:</h2>
<ul>
<li>@thelinuxchoice<ul>
<li>Initial code for <a href="https://www.linux.org/">Linux</a>.<p>&nbsp;</p></li>
</ul>
</li>
<li><a href="https://github.com/whiteeagle0">@suljot_gjoka</a><ul>
<li>PayPal, eBay, CryptoCurrency, Verizon, DropBox, Adobe ID, Shopify, Messenger, Twitch, Myspace, Badoo, VK, Yandex and DevianART Phishing Pages.<p>&nbsp;</p></li>
</ul>
</li>
<li><a href="https://github.com/An0nUD4Y">An0nUD4Y</a><ul>
<li>Instagram Phishing Page.<p>&nbsp;</p></li>
</ul>
</li>
<li><a href="https://github.com/UndeadSec">UndeadSec</a><ul>
<li>Facebook, Google, SnapChat, Twitter and Microsoft Phishing Pages from <a href="https://github.com/UndeadSec/SocialFish">SocialFish</a>.<p>&nbsp;</p></li>
</ul>
</li>
<li><a href="https://github.com/jq">stedolan</a><ul>
<li>Created <a href="https://github.com/stedolan/jq">jq</a>.<h2 id="other-softwares-used-by-blackeye-for-windows-">Other Softwares used by Blackeye for Windows:</h2>
</li>
<li><a href="https://www.php.net/">PHP</a> used to publish phishing pages to localhost.</li>
<li><a href="https://ngrok.com/">ngrok</a> used to tunnel localhost to the Internet. </li>
</ul>
</li>
</ul>
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-hacker
61 changes: 61 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<h1 id="blackeye-for-windows-v1-0-1">Blackeye-for-Windows v1.0.1</h1>
<p align="center">
<img src="https://user-images.githubusercontent.com/61367380/119512194-bab07980-bd90-11eb-9e4a-78da47480b8b.gif" style="width=30%;">
</p>
<p align="center">
<a href="https://github.com/HiDe-Techno-Tips/Blackeye-for-Windows/archive/refs/heads/main.zip"> <img style="width:45%;" src="https://user-images.githubusercontent.com/61367380/119500767-c8143680-bd85-11eb-802d-4c5b750c349a.png"> </a>
</p>

<p>This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. This tool has been there for <a href="https://www.linux.org/">Linux</a> and even <a href="https://www.android.com/">Android</a> via <a href="https://termux.com/">Termux</a>. I converted it to <a href="https://www.microsoft.com/en-in/windows">Windows</a>.</p>
<h3 id="these-are-the-options-">These are the options:</h3>
<p align="center">
<img src="https://user-images.githubusercontent.com/61367380/119489210-166f0880-bd79-11eb-9e04-f5112ca3fcde.png" style="width:100%;">
</p>

<h2 id="legal-disclaimer-">Legal disclaimer:</h2>
<p>Usage of BlackEye for attacking targets without prior mutual consent is illegal. It&#39;s the end user&#39;s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.</p>
<h2 id="how-to-use-">How to use:</h2>
<ul>
<li><p>Just download <a href="https://github.com/HiDe-Techno-Tips/Blackeye-for-Windows/archive/refs/heads/main.zip">this</a> and extract it. Run blackeye.bat from the extracted folder and it will guide you through everything. Just read everything carefully while running it.</p>
<ul>
<li><p>Or using Curl (Bundled with Windows 10 1803):</p>
<pre><code>curl -LJ https:<span class="hljs-comment">//github.com/HiDe-Techno-Tips/Blackeye-for-Windows/archive/refs/heads/main.zip -o blackeye.zip</span>
tar -xf blackeye<span class="hljs-selector-class">.zip</span>
<span class="hljs-selector-tag">del</span> blackeye<span class="hljs-selector-class">.zip</span>
cd Blackeye-<span class="hljs-keyword">for</span>-Windows-main
blackeye.bat
</code></pre></li>
<li><p>Or using Git (Must Install in Windows):</p>
<pre><code>git clone http<span class="hljs-variable">s:</span>//github.<span class="hljs-keyword">com</span>/HiDe-Techno-Tips/Blackeye-<span class="hljs-keyword">for</span>-Windows.git
<span class="hljs-keyword">cd</span> Blackeye-<span class="hljs-keyword">for</span>-Windows
blackeye.bat
</code></pre></li>
</ul>
</li>
</ul>
<h2 id="special-thanks-to-">Special Thanks to:</h2>
<ul>
<li>@thelinuxchoice<ul>
<li>Initial code for <a href="https://www.linux.org/">Linux</a>.<p>&nbsp;</p></li>
</ul>
</li>
<li><a href="https://github.com/whiteeagle0">@suljot_gjoka</a><ul>
<li>PayPal, eBay, CryptoCurrency, Verizon, DropBox, Adobe ID, Shopify, Messenger, Twitch, Myspace, Badoo, VK, Yandex and DevianART Phishing Pages.<p>&nbsp;</p></li>
</ul>
</li>
<li><a href="https://github.com/An0nUD4Y">An0nUD4Y</a><ul>
<li>Instagram Phishing Page.<p>&nbsp;</p></li>
</ul>
</li>
<li><a href="https://github.com/UndeadSec">UndeadSec</a><ul>
<li>Facebook, Google, SnapChat, Twitter and Microsoft Phishing Pages from <a href="https://github.com/UndeadSec/SocialFish">SocialFish</a>.<p>&nbsp;</p></li>
</ul>
</li>
<li><a href="https://github.com/jq">stedolan</a><ul>
<li>Created <a href="https://github.com/stedolan/jq">jq</a>.<h2 id="other-softwares-used-by-blackeye-for-windows-">Other Softwares used by Blackeye for Windows:</h2>
</li>
<li><a href="https://www.php.net/">PHP</a> used to publish phishing pages to localhost.</li>
<li><a href="https://ngrok.com/">ngrok</a> used to tunnel localhost to the Internet. </li>
</ul>
</li>
</ul>

0 comments on commit e17bbc7

Please sign in to comment.