1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-04-18 07:11:12 +02:00

add a few more comments around what this is for

This commit is contained in:
Brent Cook 2016-02-25 22:32:34 -06:00
parent 9561638a1a
commit c1498abfe1

@ -92,6 +92,9 @@ public class Payload {
}
break;
} catch (Exception e) {
// Avoid printing extensive backtraces when we are trying to be
// stealty. An optional runtime or staging-time switch would be
// good to have here, like Python Meterpreter's debug option.
// e.printStackTrace();
}
try {