From b2da562d97900fc235fbb20002cc6e33a24f49eb Mon Sep 17 00:00:00 2001 From: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com> Date: Tue, 5 Apr 2022 17:59:07 +0100 Subject: [PATCH] Add initial boilerplate documentation --- Debugging-Meterpreter.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Debugging-Meterpreter.md diff --git a/Debugging-Meterpreter.md b/Debugging-Meterpreter.md new file mode 100644 index 0000000000..314a97cb8f --- /dev/null +++ b/Debugging-Meterpreter.md @@ -0,0 +1,8 @@ +### Debugging TLV Packets + +TODO: Document `setg sessiontlvlogging true/false/console/etc` + +### Debugging Meterpreter + +- `MeterpreterDebugBuild` - When set to true ...etc etc... +- `MeterpreterDebugLogging` - When MeterpreterDebugBuild is set. The file path where logfiles will be written to on the remote machine. Only used if MeterpreterDebugBuild is set to true. Example allowed values are: rpath:/{file}, rpath:./{file} and rpath:{drive_letter}:{file} \ No newline at end of file