We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7eb2e4 commit 79b8c31Copy full SHA for 79b8c31
0day-searcher.py
@@ -19,7 +19,7 @@ def banner(total):
19
/___/
20
0day.searcher
21
[ Github ] https://github.com/validverify/0day.searcher
22
- [ Version ] Version 1.5 @ validverify
+ [ Version ] Version 1.5 $$$ By validverify
23
[ Date ] ''' + str(datetime.now().strftime("%Y/%m/%d %H:%M:%S")) + '''
24
[ DB records ] 0day.today -> ''' + str(total) + '''
25
''')
@@ -180,4 +180,4 @@ def print_help():
180
if len(list_) == 0:
181
print(f"\n[INFO](0day.today) Data with query \"{query}\" not found!")
182
exit()
183
-print_info(list_, C, F)
+print_info(list_, C, F)
0 commit comments