Windows MessageBox | Metasploit Exploit Database (DB)

Windows MessageBox

Spawns a dialog via MessageBox using a customizable title, text & icon

Search Other Modules


Rank

  • Normal

Authors

  • corelanc0d3r < peter.ve [at] corelan.be >
  • jduck < jduck [at] metasploit.com >

Similar Modules


Usage Information

$ msfconsole

                ##                          ###           ##    ##
 ##  ##  #### ###### ####  #####   #####    ##    ####        ######
####### ##  ##  ##  ##         ## ##  ##    ##   ##  ##   ###   ##
####### ######  ##  #####   ####  ##  ##    ##   ##  ##   ##    ##
## # ##     ##  ##  ##  ## ##      #####    ##   ##  ##   ##    ##
##   ##  #### ###   #####   #####     ##   ####   ####   #### ###
                                      ##

msf > use payload/windows/messagebox
msf payload(messagebox) > generate


Module Options

EXITFUNC Exit technique: none, seh, process, thread (default: process)
ICON Icon type can be NO, ERROR, INFORMATION, WARNING or QUESTION (default: NO)
TEXT Messagebox Text (max 255 chars) (default: Hello, from MSF!)
TITLE Messagebox Title (max 255 chars) (default: MessageBox)
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module