Gnginx - Overview

Gnginx/README.md

Hi, I'm Gnginx!

Security Researcher and Bugbounty Hunter
CTFer and Whitehat

GitHub Gnginx

More about me...

package main

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

func main() {
  me := &Me{
    Job: "Security Researcher and RedTeam",
    Prononus: "He/Him",
    SweetHeart: "01",
    Code: "PHP and Go and Python and Everythings",
    BestAndFavoriteSkill: "Web Hacking :D"
  }
  _ = me
}