Skip to content

Releases: TheHackerDev/race-the-web

Race The Web v2.0.1

03 Oct 14:42
Compare
Choose a tag to compare

This release fixes a bug when passing in the Content-Type header to the configuration.

Race The Web v2.0.0

18 Aug 15:46
Compare
Choose a tag to compare

RTW CI edition!

Version 2.0.0 now makes it easier than ever to integrate RTW into your continuous integration pipeline (à la Jenkins, Travis, or Drone), through the use of an easy to use HTTP API. Check out the README for updated instructions on how to implement the API functionality in RTW to make testing for race conditions in your web applications easier than ever before!

Race The Web v1.0.0

11 Aug 17:28
Compare
Choose a tag to compare

After some cleanup under the hood and rigorous public testing over the past year, RTW is ready for version 1.0.0! Onward and upward we go...

Stay tuned for some exciting new features being integrated into RTW that makes it even easier to use in a dynamic testing environment.

Race The Web v0.3.1

13 Nov 02:36
Compare
Choose a tag to compare

Minor bug fix: Spelling fix on verbose output.

Race the Web v0.3.0

11 Nov 04:18
Compare
Choose a tag to compare

Added the option to use an HTTP/HTTPS proxy for all requests and responses.

Note that HTTPS certificate validation is explicitly bypassed in Race The Web, so using this on an HTTPS endpoint via Burp Suite will work, even though Burp Suite generates its own self-signed certificates.

Race the Web v0.2.3

02 Nov 17:09
Compare
Choose a tag to compare

A few minor bug fixes, and further options in the configuration file.