Fix quickstart log spacing

temp
m0rv4i 2019-02-15 11:36:54 +00:00
parent 39f755f67b
commit 908fa81977
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ if __name__ == '__main__':
print ("WEBSERVER Log: %swebserver.log" % ROOTDIR)
KEY = get_baseenckey()
print ("")
print (time.asctime() + "PoshC2 Server Started - %s:%s" % (HOST_NAME, PORT_NUMBER))
print (time.asctime() + " PoshC2 Server Started - %s:%s" % (HOST_NAME, PORT_NUMBER))
print (Colours.END)
if (os.path.isfile("%sposh.crt" % ROOTDIR)) and (os.path.isfile("%sposh.key" % ROOTDIR)):