mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update Actions.py
This commit is contained in:
parent
3500525770
commit
1edf462e9b
|
@ -190,7 +190,7 @@ def customServeo():
|
|||
lnk += ".serveo.net"
|
||||
else:
|
||||
pass
|
||||
system('ssh -o StrictHostKeyChecking=no -o ServerAliveInterval=60 -R %s:80:localhost:1111 serveo.net > link.url 2> /dev/null &' % (lnk))
|
||||
system('ssh -o StrictHostKeyChecking=no -o ServerAliveInterval=60 -o ServerAliveCountMax=60 -R %s:80:localhost:1111 serveo.net > link.url 2> /dev/null &' % (lnk))
|
||||
sleep(7)
|
||||
try:
|
||||
output = check_output("grep -o '.\{0,0\}http.\{0,100\}' link.url",shell=True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user