Skip to content

Releases: NeuraLegion/sec-tester-cr

V1.1.0

09 Feb 11:51
Compare
Choose a tag to compare
  • Better formatting
  • Richer HAR

V1.0.6

08 Feb 20:06
Compare
Choose a tag to compare

Better error message when issue found
image

V1.0.5

08 Feb 17:38
Compare
Choose a tag to compare
  • Auto-generate repeater ID removing the need to pre-generate one
  • Fixed issue when scan is done while also finding an security issue
  • refactors and code improvments

V1.0.4

31 Jan 19:18
Compare
Choose a tag to compare
  • Fixed internal main cluster domain
  • Fixed docs links

v1.0.3

18 Oct 14:33
Compare
Choose a tag to compare

Added capability to run multiple tests with single test call

test_name: ["xss", "osi"]

v1.0.2

13 Sep 15:41
Compare
Choose a tag to compare
  • More repeater failure information

v1.0.1

13 Sep 14:06
Compare
Choose a tag to compare
  • Faster fail on repeater

v1.0.0

13 Sep 10:38
Compare
Choose a tag to compare
  • HAR based target allowing manual configuration
  • fixed specs

Manual target configurations

The following example shows how to configure a target manually.
this is very useful to control expected response from the target.

target: SecTester::Target.new(
  method: "GET",
  url: "http://#{addr}/?name=jhon",
  response_headers: HTTP::Headers{"Content-Type" => "text/html"}
)