ascend-x@github:~$ whoami
Nandakishore V
ascend-x@github:~$ uname -a
Linux kali 6.x.x-security #CTF-ready
ascend-x@github:~$ echo $SKILLS
"Breaking things responsibly since 2024"
ascend-x@github:~$ ▋[MISSION_OBJECTIVE]
Target = "Cybersecurity Engineer"
Focus = "Cloud Security, Pentesting & DevSecOps"
Current_Status = "Learning, Breaking, Fixing, Repeating"
[SKILL_TREE]
Programming = ["Python", "C", "C++", "JavaScript", "TypeScript", "Bash"]
Web_Tech = ["HTML", "CSS", "ReactJS", "Node.js", "Express.js"]
Databases = ["MongoDB", "MySQL"]
[SECURITY_STACK]
Pentesting = ["Burp Suite", "Nmap", "sqlmap", "Hydra", "John the Ripper"]
Reverse_Eng = ["Ghidra", "GDB"]
Networking = ["Wireshark", "TCP/IP", "DNS", "HTTP"]
Cloud = ["Google Cloud Platform", "Docker", "GitHub"]
[LINUX_LIFESTYLE]
Distros = ["Kali Linux", "Ubuntu", "Arch (when feeling brave)"]
Daily_Routine = "Scan -> Exploit -> Get stuck -> Learn -> Win"🧪 ascend-x@ctf-lab:~$ ./status
User : ASCEND_X
Role : Cybersecurity Student / CTF Player
Environment : Linux | Cloud | Browser Tabs (Too Many)
Focus : Web Exploitation, Cryptography, RE, Cloud Basics
Location : India
Clearance : Student Red Team (Coffee Powered)class CyberSecurityEngineer:
def __init__(self):
self.name = "Nandakishore V"
self.languages = ["Python", "C", "C++", "JavaScript", "Bash"]
self.tools = [
"Burp Suite", "Nmap", "Wireshark",
"sqlmap", "Ghidra", "Docker"
]
self.platforms = ["TryHackMe", "Hack The Box"]
def current_focus(self):
return [
"Web Application Security",
"CTF Challenges & Writeups",
"Cloud Security (GCP)",
"Linux Internals",
"Breaking things without breaking laws"
]
def exploit_status(self):
return "Still hacking. Still learning. Still caffeinated."| Protocol | Description | Status |
|---|---|---|
| CTF Practice | TryHackMe & Hack The Box challenges | ACTIVE |
| Web Pentesting | OWASP Top 10 & lab exploitation | IN_PROGRESS |
| Cloud Learning | GCP labs & security fundamentals | ACTIVE |
| Cyber Projects | Security tools & dashboards | DEPLOYED |
| Portfolio | Retro hacker-themed website | LIVE |
| Sleep Cycle | Undefined behavior | SEGFAULT |
