TheGod0fWar - Overview

╔═════════════════════════════════════════════════════════════════════════════════╗
║                                                                               ║
║  ██████╗ ███████╗ █████╗  ███████╗ ██████╗ ██╗   ██╗███████╗ ██████╗ ███╗   ██╗║
║  ██╔══██╗██╔════╝██╔══██╗██╔════╝██╔═══██╗██║   ██║██╔════╝██╔═══██╗████╗  ██║║
║  ██████╔╝█████╗  ███████║███████╗██║   ██║██║   ██║███████╗██║   ██║██╔██╗ ██║║
║  ██╔══██╗██╔══╝  ██╔══██║╚════██║██║   ██║██║   ██║╚════██║██║   ██║██║╚██╗██║║
║  ██║  ██║███████╗██║  ██║███████║╚██████╔╝╚██████╔╝███████║╚██████╔╝██║ ╚████║║
║  ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚══════╝ ╚═════╝  ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝  ╚═══╝║
║                                                                               ║
╚═════════════════════════════════════════════════════════════════════════════════╝

Ghost of Sparta • Cybersecurity Researcher • Red Team Operator

Profile Views GitHub Followers

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()