mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
All info about old name was replaced
This commit is contained in:
parent
5686b206b8
commit
a00fad0e9d
55
README.md
55
README.md
|
@ -2,10 +2,9 @@
|
||||||
<img src="https://raw.githubusercontent.com/An0nUD4Y/SocialFish/master/social.png">
|
<img src="https://raw.githubusercontent.com/An0nUD4Y/SocialFish/master/social.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1 align="center">SocialFish v3.0</h1>
|
<h1 align="center">Hidden Eye</h1>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
AN ADVANCED PHISHING TOOL WITH MULTIPLE FUNCTIONALITY
|
Modern phishing tool with advanced functionality
|
||||||
[ Automatic keylogger, Victim Device info , Many Pages ]
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -20,14 +19,7 @@
|
||||||
* Wget from Python
|
* Wget from Python
|
||||||
* PHP
|
* PHP
|
||||||
* sudo
|
* sudo
|
||||||
## :octocat: DEVELOPERS // CONTRIBUTORS
|
|
||||||
1. An0nUD4Y [ Instagram.com/its_udy ] - **Developer**
|
|
||||||
2. usama7628674 - **Developer**
|
|
||||||
3. UNDEADSEC - **Developer**
|
|
||||||
4. Micrafast - **Contributor**
|
|
||||||
5. alexmozzhakov - **Contributor**
|
|
||||||
6. sTiKyt - **Contributor**
|
|
||||||
7. _______________________ (Waiting For Your Contribution)
|
|
||||||
|
|
||||||
### TESTED ON FOLLOWING
|
### TESTED ON FOLLOWING
|
||||||
* **Kali Linux - Rolling Edition**
|
* **Kali Linux - Rolling Edition**
|
||||||
|
@ -48,13 +40,13 @@
|
||||||
|
|
||||||
### CLONE
|
### CLONE
|
||||||
```
|
```
|
||||||
git clone https://github.com/An0nUD4Y/SocialFish.git
|
git clone https://github.com/DarkSecDevelopers/HiddenEye.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### RUNNING (In Linux)
|
### RUNNING (In Linux)
|
||||||
|
|
||||||
```
|
```
|
||||||
cd SocialFish
|
cd HiddenEye
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -66,23 +58,23 @@ sudo pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
chmod 777 SocialFish.py
|
chmod 777 HiddenEye.py
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
python3 SocialFish.py
|
python3 HiddenEye.py
|
||||||
|
|
||||||
```
|
```
|
||||||
OR
|
OR
|
||||||
|
|
||||||
```
|
```
|
||||||
./SocialFish.py
|
./HiddenEye.py
|
||||||
|
|
||||||
```
|
```
|
||||||
### RUNNING (If distro based on Arch Linux)
|
### RUNNING (If distro based on Arch Linux)
|
||||||
|
|
||||||
```
|
```
|
||||||
cd SocialFish
|
cd HiddenEye
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -97,17 +89,17 @@ sudo pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
chmod 777 SocialFish.py
|
chmod 777 HiddenEye.py
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
python3 SocialFish.py
|
python3 HiddenEye.py
|
||||||
|
|
||||||
```
|
```
|
||||||
OR
|
OR
|
||||||
|
|
||||||
```
|
```
|
||||||
./SocialFish.py
|
./HiddenEye.py
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -132,23 +124,23 @@ pip3 install wget
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
git clone https://github.com/An0nUD4Y/SocialFish
|
git clone https://github.com/DarkSecDevelopers/HiddenEye.git
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
cd SocialFish
|
cd HiddenEye
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
chmod 777 SocialFish.py
|
chmod 777 HiddenEye.py
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
python SocialFish.py
|
python HiddenEye.py
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
./SocialFish.py
|
./HiddenEye.py
|
||||||
|
|
||||||
```
|
```
|
||||||
### Running (One Code installation in termux)
|
### Running (One Code installation in termux)
|
||||||
|
@ -164,7 +156,7 @@ After opening Copy and run this Single Command.
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
pkg install git python php curl openssh grep && pip3 install wget && git clone https://github.com/An0nUD4Y/SocialFish && cd SocialFish && chmod 777 SocialFish.py && python SocialFish.py
|
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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -273,7 +265,7 @@ pkg install git python php curl openssh grep && pip3 install wget && git clone h
|
||||||
TO BE USED FOR EDUCATIONAL PURPOSES ONLY
|
TO BE USED FOR EDUCATIONAL PURPOSES ONLY
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
The use of the SocialFish is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program.
|
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.
|
||||||
|
|
||||||
"DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
"DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
@ -300,3 +292,12 @@ Bitcoin Address: qpuwdfv3p3gpufzctjapp0dp9z4kkk9x6cgl2hhghe
|
||||||
<a href="https://www.youtube.com/watch?v=dCuZR2C7Hhw">
|
<a href="https://www.youtube.com/watch?v=dCuZR2C7Hhw">
|
||||||
<img src="https://raw.githubusercontent.com/An0nUD4Y/SocialFish/master/video.png" />
|
<img src="https://raw.githubusercontent.com/An0nUD4Y/SocialFish/master/video.png" />
|
||||||
</a></p>
|
</a></p>
|
||||||
|
|
||||||
|
## :octocat: DEVELOPERS // CONTRIBUTORS
|
||||||
|
1. An0nUD4Y [ Instagram.com/its_udy ] - **Developer**
|
||||||
|
2. usama7628674 - **Developer**
|
||||||
|
3. UNDEADSEC - **Developer**
|
||||||
|
4. Micrafast - **Contributor**
|
||||||
|
5. alexmozzhakov - **Contributor**
|
||||||
|
6. sTiKyt - **Contributor**
|
||||||
|
7. _______________________ (Waiting For Your Contribution)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user