╔═════════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ ██████╗ ███████╗ █████╗ ███████╗ ██████╗ ██╗ ██╗███████╗ ██████╗ ███╗ ██╗║ ║ ██╔══██╗██╔════╝██╔══██╗██╔════╝██╔═══██╗██║ ██║██╔════╝██╔═══██╗████╗ ██║║ ║ ██████╔╝█████╗ ███████║███████╗██║ ██║██║ ██║███████╗██║ ██║██╔██╗ ██║║ ║ ██╔══██╗██╔══╝ ██╔══██║╚════██║██║ ██║██║ ██║╚════██║██║ ██║██║╚██╗██║║ ║ ██║ ██║███████╗██║ ██║███████║╚██████╔╝╚██████╔╝███████║╚██████╔╝██║ ╚████║║ ║ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═══╝║ ║ ║ ╚═════════════════════════════════════════════════════════════════════════════════╝
class GhostOfSparta:
"""
╔═════════════════════════════════════════════════════════════════╗
║ "I am what I have been made... and I will not be denied." ║
║ — Kratos, God of War ║
╚═════════════════════════════════════════════════════════════════╝
"""
def __init__(self):
self.alias = "TheGod0fWar"
self.title = "Ghost of the Digital Realm"
self.domains = [
"Penetration Testing",
"Red Team Operations",
"Vulnerability Research",
"Exploit Development",
"Reverse Engineering",
]
self.system = "Arch Linux"
self.philosophy = "Break systems to make them unbreakable"
def forge(self) -> str:
return "What doesn't kill you makes you stronger."
kratos = GhostOfSparta()╔══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ "The cycle ends here. I must simply... be better." ║
║ — Kratos, God of War Ragnarök ║
║ ║
║ ⚔️ Open for: Penetration Testing • Security Audits • Bug Bounties ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════╝

