class BeingN00b:
def __init__(self):
self.username = "BeingN00b"
self.role = "Security Researcher & CTF Player"
self.interests = ["Penetration Testing", "Web Security", "CTF Challenges"]
self.learning = ["Advanced Exploitation", "Binary Analysis", "Red Teaming"]
self.motto = "Breaking things to make them stronger πͺ"
def say_hi(self):
print("Thanks for dropping by! Let's hack the planet together π")
me = BeingN00b()
me.say_hi()- π Penetration Testing - Finding vulnerabilities before the bad guys do
- π© CTF Competitions - Capturing flags and solving challenges
- π οΈ Tool Development - Building custom payloads and automation scripts
- π Security Research - Always learning, always improving
- π― Bug Bounty Hunting - Making the web a safer place
βββ(BeingN00bγΏgithub)-[~/skills]
ββ$ ls -la
drwxr-xr-x Web Application Security
drwxr-xr-x Network Penetration Testing
drwxr-xr-x OSINT & Reconnaissance
drwxr-xr-x Exploit Development
drwxr-xr-x CTF Challenges
drwxr-xr-x Scripting & Automation