Skip to content

A tool to convert BurpSuite captured web requests into hydra http-post-form commands

Notifications You must be signed in to change notification settings

Thetvdh/Request2Hydra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request2Hydra

A program to convert a BurpSuite request capture to a Hydra command

Usage

git clone https://github.com/Thetvdh/Request2Hydra
pip3 install -r requirements.txt
python3 main.py -h 

Description

Request2Hydra is a project to simplify using hydras http-post-form functionality. Instead of having to manually go through a web request, Request2Hydra automatically parses the request and creates a hydra command.

Functionality

  • Automatically generate hydra command from BurpSuite request
  • Automatically detect a failure string
  • Detects whether a file or a string has been passed to it

Issues

If you have any issues with the software please raise an issue. If you wish to fix it your self, please raise and issue then attach a pull request to it

Credits

Thanks to these projects for giving me the idea to create this

About

A tool to convert BurpSuite captured web requests into hydra http-post-form commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages