lord-aceldama / NotHydra

An alternative for when False-String checking just isn't enough.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotHydra

This is not THC Hydra. It is a substitute to simplify the hydra brute-forcing process by automating form retrieval and allowing seamless TOR integration.

Install

git clone https://github.com/lord-aceldama/NotHydra.git
cd NotHydra
bash install

After the installation is complete, you can launch NotHydra by typing NotHydra, which will show the welcome and help screen.

Example usage:

Verify that TOR is working

To verify that your traffic gets routed over TOR, the -ip command can be used alongside the -tor command. By default the tor service runs on localhost:9050, but if you set it up differntly then you'll need to adjust the parameter accordingly.

NotHydra -ip -tor localhost:9050

License

This software is licensed under the MIT License.

About

An alternative for when False-String checking just isn't enough.

License:MIT License


Languages

Language:Python 96.6%Language:Shell 3.4%