Skip to content

zer0yu/zer0yu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Hi, I'm z3r0yu!

Security Researcher and Bugbounty Hunter
CTFer and Whitehat

GitHub z3r0yu


More about me...

package main

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

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

Releases

No releases published

Packages

No packages published