mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Merge branch 'stikyt-dev-branch' into dev
This commit is contained in:
commit
3c35f9a178
|
@ -71,7 +71,9 @@ def runPhishing(page , customOption): #Phishing pages selection menu
|
||||||
def selectServer(): #Question where user must select server
|
def selectServer(): #Question where user must select server
|
||||||
print("\n {0}Please select any available server:{1}".format(RED, DEFAULT))
|
print("\n {0}Please select any available server:{1}".format(RED, DEFAULT))
|
||||||
print("\n {0}[{1}1{0}]{1} Ngrok\n {0}[{1}2{0}]{1} Serveo".format(RED, DEFAULT))
|
print("\n {0}[{1}1{0}]{1} Ngrok\n {0}[{1}2{0}]{1} Serveo".format(RED, DEFAULT))
|
||||||
|
|
||||||
choice = input(" \n {0}HiddenEye >>> {1}".format(RED, DEFAULT))
|
choice = input(" \n {0}HiddenEye >>> {1}".format(RED, DEFAULT))
|
||||||
|
|
||||||
if choice == '1':
|
if choice == '1':
|
||||||
runNgrok()
|
runNgrok()
|
||||||
elif choice == '2':
|
elif choice == '2':
|
||||||
|
@ -251,7 +253,7 @@ def inputCustom(): #Question where user can input custom web-link
|
||||||
def runServer():
|
def runServer():
|
||||||
system("cd Server/www/ && php -S 127.0.0.1:1111 > /dev/null 2>&1 &")
|
system("cd Server/www/ && php -S 127.0.0.1:1111 > /dev/null 2>&1 &")
|
||||||
|
|
||||||
def endMessage(): #Message when SocialFish exit
|
def endMessage(): #Message when HiddenEye exit
|
||||||
system('clear')
|
system('clear')
|
||||||
print ('''
|
print ('''
|
||||||
{1}_....~~~~=====~~~~...._
|
{1}_....~~~~=====~~~~...._
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#SocialFish checks functions
|
#Checks functions
|
||||||
|
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
from os import path, system
|
from os import path, system
|
||||||
|
@ -15,12 +15,13 @@ def checkConnection(host='http://duckduckgo.com'): #Connection check
|
||||||
return True
|
return True
|
||||||
except:
|
except:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if checkConnection() == False:
|
if checkConnection() == False:
|
||||||
print ('''
|
print ('''{1}
|
||||||
....._____....... ____ ____ ____ _ ____ _ ____ _ ____ _ _
|
_ _ . ___ ___ ___ _ _ {0}___ _ _ ___{1}
|
||||||
/ \/| [__ | | | | |__| | |___ | [__ |__|
|
|__| | ] | ] | |__ |\ | {0}|__ \__/ |__{1}
|
||||||
\o__ /\| ___] |__| |___ | | | |___ | | ___] | |
|
| | | ]__| ]__| |__ | \| {0}|__ || |__{1}
|
||||||
\|
|
|
||||||
{0}[{1}!{0}]{1} Network error. Verify your connection.\n
|
{0}[{1}!{0}]{1} Network error. Verify your connection.\n
|
||||||
'''.format(RED, DEFAULT))
|
'''.format(RED, DEFAULT))
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#Primitive config works
|
#Primitive config
|
||||||
import configparser
|
import configparser
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
20
README.md
20
README.md
|
@ -37,15 +37,6 @@
|
||||||
|
|
||||||
* **Black Arch**
|
* **Black Arch**
|
||||||
|
|
||||||
## :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)
|
|
||||||
|
|
||||||
|
|
||||||
### CLONE
|
### CLONE
|
||||||
```
|
```
|
||||||
|
@ -152,7 +143,7 @@ or
|
||||||
./HiddenEye.py
|
./HiddenEye.py
|
||||||
|
|
||||||
```
|
```
|
||||||
### Running (One Code installation in termux)
|
### Running (One Code installation in Termux)
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -285,13 +276,4 @@ Taken from [LICENSE](LICENSE).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Help us with Donation
|
|
||||||
If you liked the work and want to support us all, you can donate :D
|
|
||||||
|
|
||||||
<img src="https://github.com/An0nUD4Y/SocialFish/blob/master/donation.png"></img>
|
|
||||||
|
|
||||||
Bitcoin Address: qpuwdfv3p3gpufzctjapp0dp9z4kkk9x6cgl2hhghe
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user