Auxilus / hahwul

about me!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi, I'm HAHWUL!

Security Engineer and Bugbounty Hunter
Developer and H4cker

“hahwul” is a new word made by remixing my name, and it means me. pronunciation is a little vague. say ‘ha-hul’ but you can just call me ‘howl’

Twitter: hahwul GitHub hahwul Paypal hahwul


More about me...

package main

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

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

About

about me!