h1-scope-filter

1.0.4 • Public • Published

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 security

Usage:

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:

  • DOMAIN
  • URL
  • CIDR
  • APPLE_STORE_APP_ID
  • TESTFLIGHT
  • OTHER_IPA
  • GOOGLE_PLAY_APP_ID
  • OTHER_APK
  • WINDOWS_APP_STORE_APP_ID
  • SOURCE_CODE
  • DOWNLOADABLE_EXECUTABLES
  • HARDWARE
  • OTHER
  • SMART_CONTRACT
  • WILDCARD
  • IP_ADDRESS
  • AI_MODEL

Package Sidebar

Install

npm i h1-scope-filter

Weekly Downloads

2

Version

1.0.4

License

ISC

Unpacked Size

5.71 kB

Total Files

3

Last publish

Collaborators

  • a-maged