.TH WEBSPLOIT 1 .SH NAME websploit \- Advanced MITM Framework .SH SYNOPSIS .B websploit .br .SH DESCRIPTION .PP Websploit is an automatic vulnerability assessment, web scanner and exploiter tool. It is python command line tool that is composed on modular structure pretty similar to Metasploit. There are currently 20 modules into four sections. The command line does not accept any options. User just get into console typing "websploit" and the prompt will change to this: wsf > .SH OPTIONS .TP .B wsf > help Shows all command you can type in the websploit console. Some of them are only aplicable when using a certain module. .TP .B wsf > show modules Show Modules of Current Database .TP .B wsf > use Select Module For Use .TP .B wsf > show options Show Current Options Of Selected Module .TP .B wsf > set Once you had seen the options of the selected module, you may use this command to define its desired value. .TP .B wsf > scan Scan Wifi (Wireless Modules) .TP .B wsf > stop Stop Attack & Scan (Wireless Modules) .TP .B wsf > run Execute Module .TP .B wsf > os Run console commands (ex : os ifconfig) .TP .B wsf > back Exit current module .TP .B wsf > upgrade | update Both of them are disabled on Debian systems in order to avoid conflicts with apt-get. .TP .B wsf > about Shows info about the author. .SH EXAMPLES .TP Here is a simple example on how to use apache_users module in order to hunt existing Apache users directories. .nf sf > use web/apache_users wsf:Apache User > show options Options Value ----------- ---------------- URL http://example.com wsf:Apache User > set url myown.example.org URL => myown.example.org wsf:Apache User > run [*] Your Target : myown.example.org [*]Loading Path List ... Please Wait ... [~root] ... [400 Bad Request] [~toor] ... [400 Bad Request] [~bin] ... [400 Bad Request] [~daemon] ... [400 Bad Request] [~adm] ... [400 Bad Request] [~lp] ... [400 Bad Request] [~sync] ... [400 Bad Request] etc .fi .SH AUTHOR .PP Fardin Allahverdinazhand <0x0ptim0us@Gmail.com> .PP This manual page was written by Marcos Fouces , for the Debian project (and may be used by others).