โโโ(rahulkohliใฟkali)-[~/security]
โโ$ cat identity.txt
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐ฏ Security Researcher | Bug Bounty Hunter | Web App Pentester โ
โ ๐ Ethical Hacker | OSINT Analyst | API Security Specialist โ
โ ๐ป Web Exploitation | Automation | Security Tool Builder โ
โ ๐ Goal: Building Secure Web Ecosystems Through Proactive Research โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโ$ _
class RahulKohli:
def __init__(self):
self.name = "Rahul Kohli"
self.alias = "Rahulkohlii"
self.role = "Security Researcher"
self.location = "India ๐ฎ๐ณ"
self.languages = ["Python", "Bash", "Java", "C"]
self.email = "rahulkohli2207@gmail.com"
def current_focus(self):
return [
"๐บ Advanced Web App Exploitation",
"๐ Bug Bounty Hunting",
"๐ API Security Research",
"๐ ๏ธ Security Tool Development",
"๐ค Open Source Collaboration"
]
def motto(self):
return "I break things to make them secure ๐" |
|
Made with โค๏ธ + โ by Rahul Kohli