Upgrade banner to block-letter ASCII with color accents
This commit is contained in:
+8
-7
@@ -42,13 +42,14 @@ def err(msg): print(f"{R}[!]{RST} {msg}", file=sys.stderr)
|
|||||||
def ok(msg): print(f"{G}[+]{RST} {msg}")
|
def ok(msg): print(f"{G}[+]{RST} {msg}")
|
||||||
def info(msg): print(f"{C}[*]{RST} {msg}")
|
def info(msg): print(f"{C}[*]{RST} {msg}")
|
||||||
def warn(msg): print(f"{Y}[-]{RST} {msg}")
|
def warn(msg): print(f"{Y}[-]{RST} {msg}")
|
||||||
def banner(): print(f"""{B}
|
def banner(): print(f"""{C}
|
||||||
__ _ ___ ___ ___ ___ ___ _ _ _
|
██████ ███████ ██████ ███████ ██████ ██████ ██ ██ ████████
|
||||||
/ _` / _ \\/ _ \\ ___ / __|/ __/ _ \\| | | | |_
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||||
| (_| | __/ (_) |___\\__ \\ (_| (_) | |_| | _|
|
██ ███ █████ ██ ██ ████ ███████ ██ ██ ██ ██ ██ ██
|
||||||
\\__, |\\___|\\___/ |___/\\___\\___/ \\__,_|\\__|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||||
|___/
|
██████ ███████ ██████ ███████ ██████ ██████ ██████ ██
|
||||||
{RST}{W} geo-targeted network scanner v1.0{RST}
|
{RST}{B} ───────────────────────────────────────────────────────────────────────
|
||||||
|
{RST}{W} geo-targeted threat surface scanner {Y}v1.0{RST} {R}[ authorized use only ]{RST}
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user