websploit(1)
Advanced MITM Framework
Description
WEBSPLOIT
NAME
websploit - Advanced MITM Framework
SYNOPSIS
websploit
DESCRIPTION
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 7 modules. The command line does not accept any options. User just get into console typing "websploit" as root and the prompt will change to this: wsf >
OPTIONS
wsf > help
Shows all command you can type in the websploit console. Some of them are only aplicable when using a certain module.
wsf > show
Show Modules of Current Database
wsf > use <module_name>
Select Module For Use
wsf > options
Show Current Options Of Selected Module
wsf > set <module_option>
Once you had seen the options of the selected module, you may use this command to define its desired value.
wsf > back
Exit current module
wsf > update
Disabled on Debian systems in order to avoid conflicts with apt-get.
wsf > about
Shows info about the author.
EXAMPLES
Here is a simple
example on how to use scan_wifi module in order to hunt
existing wifi networks.
|
$wsf > scan_wifi > execute |
