h1-scope-filter
v1.0.4
Published
Filter out the scope of a given hackerone.com program
Maintainers
Readme
H1 Scope Filter
Filter out the scope of a given Hackerone.com program.
Examples:
# get assets in scope and eligible for bounty
npx h1-scope-filter visa
# filter by asset types
npx h1-scope-filter --asset-types domain,wildcard bookingcom
# get assets that are not eligible for bounty
npx h1-scope-filter --no-bounty mars
# get assets that are not eligible for submission(out of scope)
npx h1-scope-filter --out-of-scope securityUsage:
npx h1-scope-filter [--no-bounty] [--out-of-scope] [--asset-types <ASSET_TYPES>] <program_handle>--no-bounty: Show assets that are not eligible for bounty
--out-of-scope: Show assets that are not eligible for submission(out of scope)
--asset-types: <ASSET_TYPES> Comma separated list of asset types.
<program_handle>: HackerOne program handle or URL
Possible asset types:
DOMAINURLCIDRAPPLE_STORE_APP_IDTESTFLIGHTOTHER_IPAGOOGLE_PLAY_APP_IDOTHER_APKWINDOWS_APP_STORE_APP_IDSOURCE_CODEDOWNLOADABLE_EXECUTABLESHARDWAREOTHERSMART_CONTRACTWILDCARDIP_ADDRESSAI_MODEL
