Skip to content

Usage and Commands

Ahmad Nourallah edited this page Jul 24, 2017 · 5 revisions

Usage

in this version the framework has three argument you can use it the commands are described in the next table:

Argument Value Description
-h, --help None show help message and exit
-v, --version None show program version and exit
-c, --create FileName create sample with specific file name
-m, --manual None open framework man page (if the framework installed on your device)
-u, --upgrade None check if the tool has new version
-i, --install None install framework on your device
-un, --uninstall None uninstall framework from your device

to open framework interpreter just run it without any arguments

Framework Commands

framework it has two modes

  • the first mode it's interpreter mode (when you open framework without you be inside module)
  • the second mode it's the module mode (when you be inside module)

and by following this concept we will be divided the commands to two parts

The interpreter mode commands

Command Value Description
clear None clear screen
use Module Name run spicific module
exit None exit from program
banner None show framework banner
exec Command(s) execute command in shell
restart None reimport module (updat change in module)
upgrade None check if framework has new update
search Search Query searching for modules

The module mode commands

Command Value Description
set option and value use to change option value (or set option value)
exploit or run None run module
back None back to interpreter (exit from module)
check None check if target vulnerable
help None show module options
info None show module info (author name, create date, description, ....)
banner None show framework banner
upgrade None check if framework has new update
exec Command(s) execute command in shell
search Search Query searching for modules
Clone this wiki locally