Skip to content

Commit 3cecb6d

Browse files
authored
reduced size of console cve-bin-tool banner (#604)
1 parent 05cc9ee commit 3cecb6d

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

cve_bin_tool/OutputEngine.py

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -117,27 +117,11 @@ def output_console(self, outfile):
117117
# The main heading containing CVE-Bin-Tool logo
118118
heading = f"""
119119
+=================================================================+
120-
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
121-
+=================================================================+
122-
|| ____ __ __ _____ ______ __ __ _ ||
123-
|| /$$$$| \$\ /$/ |$$$$$| |$$$$$$\ |$$| |$$\ |$| ||
124-
|| |$$ \$\ /$/ |$____ |$____$/ |$$| |$$$\ |$| ||
125-
|| |$$ \$\ /$/ |$$$$$| == |$$$$$$\ |$$| |$|\$\|$| ||
126-
|| |$$ \$\/$/ |$____ `` |$_____$ |$$| |$| \$$$| ||
127-
|| \$$$$| \$$/ |$$$$$| |$$$$$$/ |$4| |$| \$$| ||
128-
|| ````` `` `````` `````` ``` `` ``` ||
129-
|| ____________ ________ ________ __ ||
130-
|| |$$$$$$$$$$$$| /$$$$$$$$\ /$$$$$$$$\ |$$| ||
131-
|| |$$| |$$| |$$| |$$| |$$| |$$| ||
132-
|| |$$| |$$| |$$| |$$| |$$| |$$| ||
133-
|| |$$| |$$| |$$| |$$| |$$| |$$| ||
134-
|| |$$| |$$| |$$| |$$| |$$| |$$|_______ ||
135-
|| |$$| \$$$$$$$$/ \$$$$$$$$/ |$$$$$$$$$$| ||
136-
|| ```` ```````` ```````` ```````````` ||
137-
+=================================================================+
138-
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
139-
+=================================================================+
140-
120+
| ___ _ __ ____ ___ ___ _ _ _____ ___ ___ _ |
121+
| / __| \ / /| ___] | )[ ]| \ | | [_ _]| _ || _ || | |
122+
| | |__ \ \/ / | _]_ = | < | | | |\| | = | | ||_||||_||| |__ |
123+
| \___| \__/ |___ ] |___)[___]|_| \_| |_| |___||___||____| |
124+
| |
141125
+=================================================================+
142126
| CVE Binary Tool Report Generated: {now} |
143127
+=================================================================+

0 commit comments

Comments
 (0)