(self)
| 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) |
no test coverage detected