All Projects → andresriancho → Race Condition Exploit

andresriancho / Race Condition Exploit

Licence: gpl-2.0
Tool to help with the exploitation of web application race conditions

Programming Languages

python
139335 projects - #7 most used programming language

Race condition exploit

Tool to help with the exploitation of web application race conditions

Usage

$ python rc-exploit --help
usage: rc-exploit [-h] [--threads THREADS] plugin ...

Race condition exploiter

positional arguments:
  plugin             Python module to load requests from (ie. paypal.hack will
                     load python module from paypal/hack.py)
  remainder

optional arguments:
  -h, --help         show this help message and exit
  --threads THREADS  Number of threads/connections to use
$

Example plugin run

There is an example plugin you should use to write yours at plugins/example.py, once you've finished that step run:

$ python rc-exploit --threads 10 plugins.your_race_condition_hack
...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].