Quote:
Originally Posted by devagrau
Im looking for a program that i can use to guess number passwords. I have usernames but i need somthing to crack the passwords on a webbased login screen. The login has no lockout after a paticular .no of trys.
If somone could help me out that would be great.
|
This is called a Brute Force attack. I'm not going to encourage this by explaining how to do it, but I will say there is a TON of information on the net about this type of attack. Google!
By the way, using Brute Force attacks aren't as effective as they once were. You'll probably come across problems such as the server not allowing you to logon because of to many wrong password attempts, or to many attempts within a certain timeframe etc. Plus if it is being monitered it will be pretty obvious what you are doing, so it would be wise to use a proxy.