شرح اداة HiddenEye لانشاء صفحات مزورة على kali linux و termux

شرح اداة HiddenEye لانشاء صفحات مزورة على kali linux و termux

اداة HiddenEye انشاء صفحات مزورة على kali linux و termux

أداة HiddenEye حديثة مع وظائف متقدمة خاصة للاستهداف والتصيد, تعتمد على انشاء صفحات مزورة لاختراق حسابات الضحية, أضيف لها كايلوغر keylogger يقوم باستخراج معلومات هامة من جهاز الضحية .
الصفحات التي يمكن للاداة تزويرها هي:

+ Facebook:
  • Traditional Facebook login page.
  • Advanced Poll Method.
  • Fake Security login with Facebook Page.
  • Facebook messenger login page.
+ Google:
  • Traditional Google login page.
  • Advanced Poll Method.
+ LinkedIn:
  • Traditional LinkedIn login page.
+ Github:
  • Traditional Github login page.
+ Stackoverflow:
  • Traditional Stackoverflow login page.
+ Wordpress:

Similar Wordpress login page.
+ Twitter:
  • Traditional Twitter login page.
+ Instagram:
  • Traditional Instagram login page.
  • Instagram Autoliker Phishing Page.
  • Instagram Profile Scenario Advanced attack.

NEW PAGES الصفحات الحديثة

1) FACEBOOK PHISHING:
  • Traditional Facebook login page.
  • Advanced Poll Method.
  • Fake Security login with Facebook Page.
  • Facebook messenger login page.
2) INSTAGRAM PHISHING:
  • Traditional Login Page
  • Fake instagram Autoliker Page
  • Instagram Profile Scenario Advanced attack.
3) SNAPCHAT PHISHING:
  • Traditional Snapchat Login Page
4) YAHOO PHISHING:
  • Traditional Yahoo Login Page
5) TWITCH PHISHING:
  • Traditional Twitch Login Page [ Login With Facebook Also Available ]
6) MICROSOFT PHISHING:

Traditional Microsoft-Live Web Login Page
7) STEAM PHISHING:
  • Traditional Steam Web Login Page
8) VK PHISHING:
  • Traditional VK Web Login Page
  • Advanced Poll Method
9) ICLOUD PHISHING:
  • Traditional iCloud Web Login Page

تعمل HiddenEye على الانظمة الاتية.

  • Kali Linux - Rolling Edition
  • Parrot OS - Rolling Edition
  • Linux Mint - 18.3 Sylvia
  • Ubuntu - 16.04.3 LTS
  • MacOS High Sierra
  • Arch Linux
  • Manjaro XFCE Edition 17.1.12
  • Black Arch
  • TERMUX (For Android Users)

PREREQUISITES ( متطلبات التشغيل )

  • Python 3
  • Wget from Python
  • PHP
  • sudo

طريقة تثبيت الاداة HiddenEye

بلاك ارش BlackArch 

sudo pacman -S hidden-eye
امر التشغيل
sudo hiddeneye

على كالي لينكس والتوزيعات الشبيهة

git clone https://github.com/DarkSecDevelopers/HiddenEye.git
chmod 777 HiddenEye
sudo apt install python3-pip
cd HiddenEye
sudo pip3 install -r requirements.txt
sudo pip3 install requests
sudo pip3 install pyngrok

  • امر التشغيل

python3 HiddenEye.py  أو   ./HiddenEye.py

تثبيت وتشغيل HiddenEye على تطبيق تارموكس

pkg install git python php curl openssh grep && git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git && chmod 777 HiddenEye && cd HiddenEye && pip install -r requirements.txt && pip install requests && python HiddenEye.py

اداة HiddenEye لانشاء صفحات مزورة
فقط اختر رقم الهجوم
شرح اداة HiddenEye

حل مشكلة الترميز Ascii error fix

ادخل الامر الاتي في الترمينال
dpkg-reconfigure locales
ثم اختر
All locales
ثم
en_US.UTF-8
ثم قم باعادة التشغيل
reboot

خيارات النقل المتاحة لوصول التبليغ

  1. LOCALHOST
  2. LOCALXPOSE (https://localxpose.io)
  3. SERVEO (https://serveo.net/)
  4. NGROK (https://ngrok.com/)
  5. LOCALTUNNEL (Package Version) (https://localtunnel.me)
  6. OPENPORT (https://openport.io/)
  7. PAGEKITE (https://pagekite.net/)

مطوري الاداة HiddenEye :

  • UNDEADSEC (https://github.com/UndeadSec)
  • USAMA ABDUL SATTAR (https://github.com/usama7628674)
  • ANONUD4Y (https://github.com/An0nUD4Y)
  • Artur Tretiak (https://github.com/sTiKyt)
  • Micrafast (https://github.com/Micrafast)

CREDIT:-

  • Usama ( A Most active Developer)
  • Anonud4y ( I can't remember if i have done Anything )
  • Artur ( Guy Who recustomized everything )
  • UNDEADSEC (For His wonderful repo socialfish which motivated us a lot)
  • TheLinuxChoice ( For The ideas from his repo Shellphish )