Skip to content
View payloadartist's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@BugBountyResources
Block or Report

Block or report payloadartist

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

Pinned

  1. BugBountyResources/targets BugBountyResources/targets Public

    A collection of over 5.1 million sub-domains and assets belonging to public bug bounty programs, compiled into a repo, for performing bulk operations.

    Python 91 17

  2. recon recon Public archive

    NodeJS script to extract assets for the Apple bug bounty program from their security acknowledgments page for bug bounty recon.

    JavaScript 78 14

  3. BugBountyResources/Resources BugBountyResources/Resources Public

    A Storehouse of resources related to Bug Bounty Hunting collected from different sources. Latest guides, tools, methodology, platforms tips, and tricks curated by us.

    88 20

  4. Enumerate sub-domains, then open the... Enumerate sub-domains, then open them in Firefox automatically. Useful for taking a quick glance at target's assets, and make notes, while doing recon.
    1
    # ------Instructions---------
    2
    # Install (and configure) subfinder, assetfinder, and httprobe
    3
    # go get -v github.com/projectdiscovery/subfinder/cmd/subfinder && go get -v github.com/tomnomnom/httprobe && go get -v github.com/tomnomnom/assetfinder
    4
    # cat firefox.sh >> ~/.bashrc 
    5
    # source ~/.bashrc