mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-18 15:14:10 +01:00
Last print statements removed
This commit is contained in:
parent
3afca8dc40
commit
b6a3c41e40
java
androidpayload/library/src/com/metasploit/meterpreter
javapayload/src/main/java/javapayload/stage
@ -92,7 +92,6 @@ public class AndroidMeterpreter extends Meterpreter {
|
||||
|
||||
public AndroidMeterpreter(DataInputStream in, OutputStream rawOut, String[] parameters, boolean redirectErrors) throws Exception {
|
||||
super(in, rawOut, true, redirectErrors, false);
|
||||
System.out.println("msf : Android Meterpreter constructing");
|
||||
writeableDir = parameters[0];
|
||||
try {
|
||||
findContext();
|
||||
|
@ -13,7 +13,6 @@ import com.metasploit.meterpreter.MemoryBufferURLConnection;
|
||||
public class Meterpreter implements Stage {
|
||||
|
||||
public void start(DataInputStream in, OutputStream out, String[] parameters) throws Exception {
|
||||
System.out.println("msf : creating the java meterpreter stage");
|
||||
boolean noRedirectError = parameters[parameters.length - 1].equals("NoRedirect");
|
||||
int coreLen = in.readInt();
|
||||
byte[] core = new byte[coreLen];
|
||||
|
Loading…
x
Reference in New Issue
Block a user