Upgrade banner to block-letter ASCII with color accents

This commit is contained in:
n0mad1k
2026-04-30 14:53:07 -04:00
parent f21e5a6ee0
commit aec636f195
+8 -7
View File
@@ -42,13 +42,14 @@ def err(msg): print(f"{R}[!]{RST} {msg}", file=sys.stderr)
def ok(msg): print(f"{G}[+]{RST} {msg}")
def info(msg): print(f"{C}[*]{RST} {msg}")
def warn(msg): print(f"{Y}[-]{RST} {msg}")
def banner(): print(f"""{B}
__ _ ___ ___ ___ ___ ___ _ _ _
/ _` / _ \\/ _ \\ ___ / __|/ __/ _ \\| | | | |_
| (_| | __/ (_) |___\\__ \\ (_| (_) | |_| | _|
\\__, |\\___|\\___/ |___/\\___\\___/ \\__,_|\\__|
|___/
{RST}{W} geo-targeted network scanner v1.0{RST}
def banner(): print(f"""{C}
██████ ███████ ██████ ███████ ██████ ██████ ██ ██ ████████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ███ █████ ██ ██ ████ ███████ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ███████ ██████ ███████ ██████ ██████ ██████ ██
{RST}{B} ───────────────────────────────────────────────────────────────────────
{RST}{W} geo-targeted threat surface scanner {Y}v1.0{RST} {R}[ authorized use only ]{RST}
""")