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

Highlights

  • Pro
Block or Report

Block or report 0xdln1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  1. dorker dorker Public

    Better Google Dorking with Dorker.

    Python 32 14