RacePWN
Race Condition framework.
RacePWN is a librace library and a racepwn utility that are designed to test a race condition attack through protocols that use a TCP connection.
librace is a library written in the C programming language and designed to create and send multiple requests to a single host over the network. Library support two race types: parallel and pipeline.
racepwn is a utility written in golang that implements the librace interface by setting parameters through a config written in json.
Run as a console utility as well as a web service.