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
|
||||
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))
|
||||
choice = input(" \n{0}HiddenEye>>> {1}".format(RED, DEFAULT))
|
||||
|
||||
choice = input(" \n {0}HiddenEye >>> {1}".format(RED, DEFAULT))
|
||||
|
||||
if choice == '1':
|
||||
runNgrok()
|
||||
elif choice == '2':
|
||||
|
@ -251,7 +253,7 @@ def inputCustom(): #Question where user can input custom web-link
|
|||
def runServer():
|
||||
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')
|
||||
print ('''
|
||||
{1}_....~~~~=====~~~~...._
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#SocialFish checks functions
|
||||
#Checks functions
|
||||
|
||||
from urllib.request import urlopen
|
||||
from os import path, system
|
||||
|
@ -15,12 +15,13 @@ def checkConnection(host='http://duckduckgo.com'): #Connection check
|
|||
return True
|
||||
except:
|
||||
return False
|
||||
|
||||
if checkConnection() == False:
|
||||
print ('''
|
||||
....._____....... ____ ____ ____ _ ____ _ ____ _ ____ _ _
|
||||
/ \/| [__ | | | | |__| | |___ | [__ |__|
|
||||
\o__ /\| ___] |__| |___ | | | |___ | | ___] | |
|
||||
\|
|
||||
print ('''{1}
|
||||
_ _ . ___ ___ ___ _ _ {0}___ _ _ ___{1}
|
||||
|__| | ] | ] | |__ |\ | {0}|__ \__/ |__{1}
|
||||
| | | ]__| ]__| |__ | \| {0}|__ || |__{1}
|
||||
|
||||
{0}[{1}!{0}]{1} Network error. Verify your connection.\n
|
||||
'''.format(RED, DEFAULT))
|
||||
exit(0)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#Primitive config works
|
||||
#Primitive config
|
||||
import configparser
|
||||
import os
|
||||
|
||||
|
|
20
README.md
20
README.md
|
@ -37,15 +37,6 @@
|
|||
|
||||
* **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
|
||||
```
|
||||
|
@ -152,7 +143,7 @@ or
|
|||
./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