intrigueio / intrigue-core

Discover Your Attack Surface!
https://core.intrigue.io
Other
1.36k stars 267 forks source link

use http-2 gem for http2 target testing #327

Closed shpendk closed 3 years ago

shpendk commented 3 years ago

This is an alternative approach to testing http2, taken from https://github.com/igrigorik/http-2 . Tested and appears to be working correctly ( I used https://tools.keycdn.com/http2-test to confirm results with the tasks).

@jcran would love your review here, especially around Gemfile and Gemfile.lock since this added a new gem.

shpendk commented 3 years ago

todos:

  1. clean up unnecessary code
  2. use timeout given as parameter and confirm it is respected.