#!/usr/bin/python# -*- coding: utf-8 -*-classHuman:
def__init__(self):
self.name="Akshat (0xhackshat)"self.role="CyberSecurity Analyst"self.language_spoken= ["en_US", "hi_IN", "mr_IN", "xx_MATHS", "xx_GIBBERISH"]
defsay_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
defintroduce_me(self):
print("I enjoy solving CTF's, and experimenting with ways to make systems more resilient.")
print("For me, cybersecurity is not just a job but a constant puzzle where curiosity meets defense.")
print("I believe security isn’t just about defending systems, but about anticipating attack paths and reducing risk.")
me=Human()
me.say_hi()
📬 Feel free to Connect with me on -
