Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

I'd like to write a script to test my site by means of automated post request to login password inputs. Can I use Brutus software ? Where can I find some script's source code from which to inspire ?

share|improve this question
I recommend thc-hydra. – Rook Feb 3 at 18:36

closed as not a real question by Rook, Polynomial, Scott Pack, Iszi, Cristian Dobre Feb 5 at 18:09

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You can use curl (with a word list) or as suggested previously hydra. There are other tools from OWASP that can be used to do the same thing.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.