mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-30 22:19:17 +02: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;
|
break;
|
||||||
} catch (Exception e) {
|
} 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 {
|
try {
|
||||||
Thread.sleep(retry_wait);
|
Thread.sleep(retry_wait);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user