Add radar targeting display to banner
This commit is contained in:
+13
-1
@@ -42,7 +42,19 @@ 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"""{C}
|
||||
def banner(): print(f"""{B}
|
||||
· * · * · * · * ·
|
||||
* ╔══════════════════════════════════╗ *
|
||||
· ║ · · · · · · · · ·║ ·
|
||||
* ║ · ─────────────────────────── · ║ *
|
||||
· ║ ───── · ╔═══╗ · ───── ║ ·
|
||||
* ║ · ──── · ────║{R} ◉ {B}║──── · ───· ║ *
|
||||
· ║ ───── · ╚═══╝ · ───── ║ ·
|
||||
* ║ · ─────────────────────────── · ║ *
|
||||
· ║ · · · · · · · · ·║ ·
|
||||
* ╚══════════════════════════════════╝ *
|
||||
· * · * · * · * ·
|
||||
{RST}{C}
|
||||
██████ ███████ ██████ ███████ ██████ ██████ ██ ██ ████████
|
||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||
██ ███ █████ ██ ██ ████ ███████ ██ ██ ██ ██ ██ ██
|
||||
|
||||
Reference in New Issue
Block a user