Skip to content
View maverickNerd's full-sized avatar
  • India
Block or Report

Block or report maverickNerd

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
maverickNerd/README.md

Hi, I'm Sachin Grover (aka mavericknerd!)

Linux Security Engineer and Bugbounty Hunter and OSCP Certified
Developer and H4cker

Twitter: mavericknerd GitHub mavericknerd Paypal mavericknerd


More about me...

package main

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

func main() {
  me := &Me{
    Job: "Security engineer and bug hunter",
    Prononus: "He/Him",
    Code: "C and Kernel Programming",
    BestAndFavoriteSkill: "Web Hacking :D"
  }
  _ = me
}

Popular repositories

  1. wordlists wordlists Public

    Wordlists for Fuzzing

    PHP 73 50

  2. BugForaging BugForaging Public

    This repo includes my analysis of some public reports.

    58 11

  3. Preparation-Guide-to-OSCP Preparation-Guide-to-OSCP Public

    Journey to Try Harder !!!

    29 15

  4. knowledgebase knowledgebase Public

    Notes on Web Application Penetration Testing

    5 4

  5. Android-Reports-and-Resources Android-Reports-and-Resources Public

    Forked from B3nac/Android-Reports-and-Resources

    A big list of Android Hackerone disclosed reports and other resources.

    3 2

  6. commonspeak commonspeak Public

    Forked from pentester-io/commonspeak

    Content discovery wordlists generated using BigQuery

    Shell 3