Skip to content

Commit

Permalink
Disable hackenproof again (#184)
Browse files Browse the repository at this point in the history
* Disable hackenproof again

* Update rexml

---------

Co-authored-by: arkadiyt <>
  • Loading branch information
arkadiyt authored Oct 31, 2024
1 parent cae67fe commit 4e14c9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Supported platforms:
- Hackerone
- Bugcrowd
- Intigriti
- Hackenproof
<!-- - Hackenproof -->
- YesWeHack
- Federacy

Expand Down
2 changes: 1 addition & 1 deletion config/README.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- - [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.
Expand Down
2 changes: 1 addition & 1 deletion lib/bounty-targets/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e14c9e

Please sign in to comment.