0

we have written an application which involves user and id parameters. We would like to test the app with brute force attack, where login is known, and password is max 6 characters. Is there any "testing" program available over the internet to conduct such a proccess?

2 Answers2

3

If you want to extensively test your application, you should take a look at a Linux distro called Kali. It has all the tools required for pentest and application attacks. A tool that is provided and could help you is Hydra.

You can get it here: https://www.offensive-security.com/

0

cURL is your friend.

http://curl.haxx.se/docs/manpage.html

What is the cURL command-line syntax to do a POST request?

krowe
  • 5,629