Update welcome message
This commit is contained in:
@@ -463,13 +463,13 @@ def main():
|
|||||||
signal.signal(signal.SIGWINCH, sigdebug_handler)
|
signal.signal(signal.SIGWINCH, sigdebug_handler)
|
||||||
dupe_stdout_to_logfile(logdir)
|
dupe_stdout_to_logfile(logdir)
|
||||||
|
|
||||||
platform_total = str(platform.platform() + ' - ' + platform.machine() + ' - Python-' + platform.python_version())
|
platform_total = str(' - ' + platform.platform() + ' \n[*] - ' + platform.machine() + ' - Python-' + platform.python_version())
|
||||||
|
|
||||||
print('[*]================== AV Data Capture ===================')
|
print('[*]================== AV Data Capture ===================')
|
||||||
print('[*]' + version.center(54))
|
print('[*]' + version.center(54))
|
||||||
print('[*]======================================================')
|
print('[*]======================================================')
|
||||||
print('[*]' + platform_total)
|
print('[*]' + platform_total)
|
||||||
print('[*]严禁在墙内宣传本项目')
|
print('[*]================= 严禁在墙内宣传本项目 ===================')
|
||||||
|
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
print('[+]Start at', time.strftime("%Y-%m-%d %H:%M:%S"))
|
print('[+]Start at', time.strftime("%Y-%m-%d %H:%M:%S"))
|
||||||
|
|||||||
Reference in New Issue
Block a user