Skip to content

andresriancho/race-condition-exploit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

fabric 2.0 is incompatible with 1.x, fixes requirements
804e246

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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
...

About

Tool to help with the exploitation of web application race conditions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages