You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brendan edited this page Jan 16, 2018
·
6 revisions
Windows C Meterpreter
#define DEBUGTRACE 1
Add that to whatever file you would like to debug, then use dprintf([format string])
For more information, see the code responsible for it in common.h by searching for the DEBUGTRACE macro.
Python Meterpreter
When setting up the handler for the connection in msfconsole:
set PythonMeterpreterDebug True