scott_j_g Posted October 31, 2013 Share Posted October 31, 2013 Hi all I have a question about hydra brute force program. I have used it successfully before but this time I want to try and use it a little differently. I am testing my SSH server. I don't know if this is possible however... don't ask don't get I want to use a program called wordfield, a word list generator and throw its output to hydra for its user name and password instead of saving it to a file and then putting the path to the file in hydra... So instead of 'hydra -L /path/to/file -P /path/to/file 192.168.0.123:22 ssh' I would want 'hydra -l *insert worfield output* -p *insert wordfield output* 192.168.0.123:22 ssh' when using wordfield on its own you can send the output to a file (which can sometimes cause problems as the file sizes are HUGE) OR run it live in terminal, which means all the generated words fly past... I want them to fly into hydra I hope that makes sense im sure its not a simple as I would like it to be but im sure a little programming could do it. Thanks Scott Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.