Neelakandan A

Neelakandan

Security Researcher, Red Teaming, Programmer

I am Security Researcher, Red Teaming, Programmer

Hi! I’m Neelakandan. I am currently pursuing my Bachelor's in Mechanical Engineering from KIT - Kalaignarkarunanidhi Institute Of Technology, Coimbatore, Tamil Nadu, India.

I love to code, solve critical bugs, and play video games, and learning new things too.

I have worked in fields like Ethical Hacking, Reverse Engineering, Blockchain, Web Development, Machine Learning and Cryptography until now, and I'm working on other new things too.

If you have any other questions please feel free to contact me (@0xchessman).

More about me..

package main

type Me struct{
  Pronouns string
  Code string
  Job string
  BestAndFavoriteSkill string
}

func main(){
  me := &Me{
    Job: "Security Analyst and Red team that aims for a purple team.",
    Pronouns: "He/Him",
    Code: "Go, Python, Bash and Everythings",
    BestAndFavoriteSkill: "Web Hacking :)"
  }
  _ = me
}