/h1-scope-fetcher

A tool to fetch all in scope assets of HackerOne programs for integration in your automation and hacking workflow using HackerOne's hacker API

Primary LanguageGoMIT LicenseMIT


h1-scope-fetcher


A tool to fetch all inscope assets of HackerOne programs for integration in your automation and hacking workflow using HackerOne's hacker API.


github downloads


Installation:

h1-scope-fetcher requires go1.20 to install successfully. Run the following command to install the latest version -

go install github.com/0xDexter0us/h1-scope-fetcher

Useage:

    `h1-scope-fetcher -p "shopify" -u "username" -k "super_secret_h1_api-Key`

Flags:

    -p     "HackerOne Program Name"
    -u     "HackerOne API username"
    -k     "HackerOne API Key"

Made with ❤️ dexter0us