diff --git a/Gemfile.lock b/Gemfile.lock index 865a38a..f2aa1f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,8 +60,7 @@ GEM racc (1.8.0) rainbow (3.1.1) regexp_parser (2.8.0) - rexml (3.3.6) - strscan + rexml (3.3.9) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -99,7 +98,6 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) ssrf_filter (1.0.8) - strscan (3.1.0) sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) diff --git a/README.md b/README.md index cd5ee7e..a3a3e1b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Supported platforms: - Hackerone - Bugcrowd - Intigriti -- Hackenproof + - YesWeHack - Federacy diff --git a/config/README.md.erb b/config/README.md.erb index 7466ae4..9b4719d 100644 --- a/config/README.md.erb +++ b/config/README.md.erb @@ -12,7 +12,7 @@ Extra files: - [bugcrowd_data.json](https://github.com/arkadiyt/bounty-targets-data/blob/master/data/bugcrowd_data.json): raw [Bugcrowd](https://bugcrowd.com) data. - [hackerone_data.json](https://github.com/arkadiyt/bounty-targets-data/blob/master/data/hackerone_data.json): raw [Hackerone](https://hackerone.com) data. - [federacy_data.json](https://github.com/arkadiyt/bounty-targets-data/blob/master/data/federacy_data.json): raw [Federacy](https://federacy.com) data. -- [hackenproof_data.json](https://github.com/arkadiyt/bounty-targets-data/blob/master/data/hackenproof_data.json): raw [Hackenproof](https://hackenproof.com) data. + - [intigriti_data.json](https://github.com/arkadiyt/bounty-targets-data/blob/master/data/intigriti_data.json): raw [Intigriti](https://www.intigriti.com) data. - [yeswehack_data.json](https://github.com/arkadiyt/bounty-targets-data/blob/master/data/yeswehack_data.json): raw [YesWeHack](https://www.yeswehack.com/) data. - [hackerone_schema.graphql](https://github.com/arkadiyt/bounty-targets-data/blob/master/data/hackerone_schema.graphql): Hackerone's graphql api schema. diff --git a/lib/bounty-targets/cli.rb b/lib/bounty-targets/cli.rb index 6e38ca8..a307020 100644 --- a/lib/bounty-targets/cli.rb +++ b/lib/bounty-targets/cli.rb @@ -54,7 +54,7 @@ def scan!(output_dir) clients = { bugcrowd: BountyTargets::Bugcrowd.new, federacy: BountyTargets::Federacy.new, - hackenproof: BountyTargets::Hackenproof.new, + # hackenproof: BountyTargets::Hackenproof.new, hackerone: BountyTargets::Hackerone.new, intigriti: BountyTargets::Intigriti.new, yeswehack: BountyTargets::YesWeHack.new