diff --git a/geo-scout.py b/geo-scout.py index 6f2f013..a49d175 100644 --- a/geo-scout.py +++ b/geo-scout.py @@ -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} """)