Repository files navigation
About Me
Hey there! I'm a passionate Security Researcher and Software Developer from India 🇮🇳
🔐 Security Enthusiast - Breaking things to make them stronger
💻 Tool Builder - Creating solutions that matter
🌱 Always Learning - Currently diving deep into exploit development
🎯 Goal - Making the digital world more secure
💡 What drives me:
"Security is not a product, but a process." - Bruce Schneier
class SecurityResearcher :
def __init__ (self ):
self .name = "Karthigaiselvam R"
self .role = "Security Researcher"
self .language_spoken = ["ta_IN" , "en_US" ]
def say_hi (self ):
print ("Thanks for dropping by!" )
print ("Let's connect and hack stuff!" )
def get_skills (self ):
return {
"security" : [
"Penetration Testing" ,
"Web App Security" ,
"Network Security" ,
"Digital Forensics"
],
"development" : [
"Python" , "C++" , "JavaScript" ,
"Desktop Apps" , "System Tools"
]
}
me = SecurityResearcher ()
me .say_hi ()
About
Config files for my GitHub profile.
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.