class Yash:
def __init__(self):
self.username = "Yashrajkv28"
self.role = "Cybersecurity Researcher"
self.location = "Cyberspace"
self.interests = ["Penetration Testing", "Web Security", "Network Security"]
self.current_focus = "Ethical Hacking & Vulnerability Research"
self.learning = ["Advanced Exploitation", "Binary Analysis", "Reverse Engineering"]
self.motto = "The future is now"
def get_arsenal(self):
return {
"Operating Systems": ["Kali Linux", "Parrot OS", "Ubuntu"],
"Penetration Testing": ["Metasploit", "Burp Suite", "Nmap", "Wireshark"],
"Programming": ["Python", "Bash", "JavaScript", "C"],
"Security Tools": ["OWASP ZAP", "SQLMap", "Hydra", "John the Ripper"]
}
def say_hi(self):
print("π₯ Welcome to my digital realm! Let's flatline some vulnerabilities π₯")
me = Yash()
me.say_hi()βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π£ Advanced Web Application Security β
β π΅ Binary Exploitation & Reverse Engineering β
β π£ Cloud Security (AWS/Azure) β
β π΅ Malware Analysis β
β π£ Red Team Operations β
β π΅ Full Stack Web Development β
β π£ Blue Team Operations β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
