Skip to content

Simple python script to test and exploit race condition vulnerabilities in websockets

Notifications You must be signed in to change notification settings

computer-engineer/WSS-Race-Condition-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WSS-Race-Condition-Tester

Simple python script to test and exploit race condition vulnerabilities in websockets

Requirements

  1. Python 3
  2. Linux/Windows/MAC OSX

Installation

pip3 install -r requirements.txt 

Usage

(+) usage: /WSS-Race-Condition-Tester/race-condition-test.py <url> <data> <threads> <number of requests to send>

Example

python3 race-condition-test.py ws://localhost:9000 '{"action":"transfer_balance", "sender":"Alice", "receiver":"Bob", "amount":1}' 20 20
Number of requests sent: 20

About

Simple python script to test and exploit race condition vulnerabilities in websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages