Skip to content
View 0xdln1's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report 0xdln1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xdln1/README.md

Hello World, I am 0xdln!

Full Time BugBounty Hunter and a wannabe hacker

I like doing various things related to hacking. I do full time bugbounty hunting. If you have any other questions please feel free to contact me @0xdln

More about me...

package main

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

func main(){
   me := &Me{
     Job: "Full Time Bug Bounty Hunter",
     Pronouns: "He/Him",
     Code: "Python,Bash,Golang and Everything",
     BestAndFavoriteSkill: "Web Hacking :D"
   }
  _ = me
}



Pinned Loading

  1. dorker dorker Public

    Better Google Dorking with Dorker.

    Python 33 14