MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / bof

Method bof

lib/takeover/metasploit.py:697–705  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

695 logger.debug(debugMsg)
696
697 def bof(self):
698 self._runMsfCli(exitfunc="seh")
699
700 if self.connectionStr.startswith("bind"):
701 self.spHeapOverflow()
702
703 debugMsg = "Metasploit Framework command line interface exited "
704 debugMsg += "with return code %s" % self._controlMsfCmd(self._msfCliProc, self.spHeapOverflow)
705 logger.debug(debugMsg)

Callers 1

osBofMethod · 0.80

Calls 4

_runMsfCliMethod · 0.95
_controlMsfCmdMethod · 0.95
spHeapOverflowMethod · 0.80
debugMethod · 0.80

Tested by

no test coverage detected