Removed option to shutdown SMTP server
This commit is contained in:
parent
6b9e252107
commit
f5817edb90
@ -88,5 +88,5 @@ if __name__ == '__main__':
|
||||
handler = CustomHandler()
|
||||
controller = MyController(handler, hostname=LHOST, port=LPORT)
|
||||
controller.start()
|
||||
input('SMTP server is running. Press Return to stop server and exit.\n')
|
||||
print('SMTP server is running..\n')
|
||||
controller.stop()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user