defparam / h1passets

List HackerOne private program assets
MIT License
150 stars 22 forks source link

Added Feature : Scope extraction categorization #2

Closed Abss0x7tbh closed 4 years ago

Abss0x7tbh commented 4 years ago

Hey there,

In order to fit my workflow & research i needed to extract apks( so i would extract package names from the scope and then the apks) from all my private programs. Your tool fits the bill perfectly with regards to fetching URL's only. So thought of adding an extra feature & categorizing scope extraction based on hackerone's asset_type key & adding an extra argument called category that correlates to the various asset types.

Various categories are :

defparam commented 4 years ago

Thanks for the contributions Abss!

I made a few changes: 1) 'url' default catagory when none specified (eventually i'll move to a proper argparser) 2) various validation and house-keeping changes

Best, defparam

Abss0x7tbh commented 4 years ago

Glad you found it useful :).

Thanks & Best regards, Abss