mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-24 18:16:24 +01:00
add a few more comments around what this is for
This commit is contained in:
parent
9561638a1a
commit
c1498abfe1
@ -92,7 +92,10 @@ public class Payload {
|
||||
}
|
||||
break;
|
||||
} catch (Exception e) {
|
||||
// e.printStackTrace();
|
||||
// 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 {
|
||||
Thread.sleep(retry_wait);
|
||||
|
Loading…
x
Reference in New Issue
Block a user