Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Feature : Scope extraction categorization #2

Merged
merged 5 commits into from
Jan 27, 2020
Merged

Added Feature : Scope extraction categorization #2

merged 5 commits into from
Jan 27, 2020

Conversation

Abss0x7tbh
Copy link
Contributor

@Abss0x7tbh Abss0x7tbh commented Jan 27, 2020

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 :

  • all : Get's everything
  • mobile : Get's Mobile assets in scope
  • url : Get's URL assets
  • hardware : Get's Hardware assets in scope
  • other : Get's assets mentioned under the "OTHER" asset_identifier

Categories :
0.ALL : Get's everything
1. Mobile : Get's Mobile assets in scope
2. URL : Get's URL assets
3. HARDWARE : Get's Hardware assets in scope
4. OTHER : Get's assets mentioned under the "OTHER" asset_identifier
@Abss0x7tbh Abss0x7tbh marked this pull request as ready for review January 27, 2020 13:26
@Abss0x7tbh Abss0x7tbh changed the title Abss0x7tbh patch 1 Added Feature : Scope extraction categorization Jan 27, 2020
@defparam
Copy link
Owner

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

@defparam defparam merged commit bfdc2a0 into defparam:master Jan 27, 2020
@Abss0x7tbh
Copy link
Contributor Author

Glad you found it useful :).

Thanks & Best regards,
Abss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants