JellyBool / Hackerone

Hackerone disclosed report URL Aggregator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackerOne Disclosed Vulnerability Reports Aggregator

Basic Functionality:

  • Company wise disclosure report
  • Export to CSV file

Usage

  • Install python dependencies (for windows and Linux):
pip install cssselect
pip install lxml
pip install urllib2
  • Run hack1.py file
python hack1.py
  • Enter the company name (handle) that you want to aggregate the disclosed reports
hack1.py
Company Name:twitter
  • Open the {company}.csv file under the folder created with the same name as company.

Walkthrough

alt tag


alt tag


alt tag

Licence

####WTFPL 3.0

Contributing

  • Fork it ( https://github.com/vjex/Hackerone/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

About

Hackerone disclosed report URL Aggregator

License:Other


Languages

Language:Python 100.0%