• Overview: | Features of authforce. | |
• Usage: | Using authforce | |
• Invoking: | authforce command-line arguments. | |
• Examples: | Examples of usage. | |
• Contact: | Contacting the author | |
• Concept Index: | Topics covered by this manual. |
Authforce is an HTTP Authentication brute forcer. Using various methods, it attempts brute force username and password pairs for a site. It has the ability to try common username and passwords, username derivations, and common username/password pairs. It is used to both test the security of your site and to prove the insecurity of HTTP Authentication based on the fact that users just don’t pick good passwords.
Furthermore, authforce is free software. This means that everyone may use it, redistribute it and/or modify it under the terms of the GNU General Public License, as published by the Free Software Foundation.
For basic usage, make sure the data files have the data you want, and then run authforce with the argument being the url of the site you want to brute force. At the moment, it is not possible to disable a method, but you can get the same effect by making it use an empty data file. For example, I don’t usually use the concat method, because the datalist I have for it sucks.
The major special item that may cause a little confusion is the session support. I think it works :P. Start up authforce with the -s option (for session support) and let it run. When you want to stop it, kill it with USRINT (^C or kill -INT pid) which will cause the program to write its current position to session.save (by default) and quit. Then when you want to resume the session, type authforce -r.
The data lists are very sparse at the moment. Make your own or find one. Programs like John the Ripper have good lists, although you usually don’t want yours that long. If you make a good list of your own, please contribute it.
The password.lst file has a new syntax now. Along with regular passwords are the keywords {username} and {emanresu} which insert the username and the username reversed, respectively. Things like {username123} and {usernameemanresu} are valid (and encouraged!). If you have any ideas for other keywords, please let me know.
If you compile with the development CFLAGS, and you wish to leave in -DMEMWATCH, you’ll need to get memwatch from: http://www.link-data.com/memwatch-2.64.tar.gz
Put memwatch.c and memwatch.h in the authforce directory and compile. It is really a great program and I recommend you use it for your own projects.
P.S. Memory leaks are spawned by the devil. Elimate them for me and I will be very happy. To find the ones I know about, grep for MEMWATCH.
By default, authforce is simple to invoke. The basic syntax is:
‘authforce [options] URL’
The program returns 0 if no matches were found, and 1 if atleast one match is found.
The directory /usr[/local]/share/authforce contains the data files containing usernames and passwords.
Beep when a match is found
Set debugging level between 0 and 5
File containing dummy matches. [username:password form]
Display help and exit
Set logfile to FILE
Resume old session (using FILE) [default session.save]
Save session on SIGUSR1 (to FILE) [default session.save]
Don’t make more than NUMBER connections
Don’t try more than NUMBER users
Set user agent to STRING
File containing username:password pairs
Delay for NUMBER seconds between attempts
File containing common passwords
Look for pathlist STRING
Set proxy to STRING
Don’t output to stdout
Delay for NUMBER seconds between usernames
File containing list of usernames
be verbose (default), opposite of –quiet
Print version information and exits
In this chapter we’ll give you some examples to help you getting started.
authforce http://www.mywebsite.com/members/index.html
Search for a login/password combination on the given URL.
Next: Concept Index, Previous: Examples, Up: Top [Contents][Index]
Please contact me. Even if it is just to say that you are using the program. Feedback helps me understand how well I’m doing :P Feel free to send it gpg encrypted too. You know, so ’they’ can’t intercept it.
You can always download the latest version of authforce at http://kapheine.hypa.net/authforce
Email the author at kapheine@hypa.net
Get his GPG Key at http://kapheine.hypa.net/kapheine.asc so you can use secure mail.
Jump to: | S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
S | |||
Sample index entry: | Overview | ||
|
Jump to: | S |
---|