MCPcopy Index your code
hub / github.com/cSploit/android / onStart

Method onStart

cSploit/src/org/csploit/android/plugins/mitm/MITM.java:546–550  ·  view source on GitHub ↗
(String cmd)

Source from the content-addressed store, hash-verified

544 mConnectionKillerProcess = System.getTools().arpSpoof.spoof(System.getCurrentTarget(), new ArpSpoof.ArpSpoofReceiver() {
545
546 @Override
547 public void onStart(String cmd) {
548 super.onStart(cmd);
549 System.setForwarding(false);
550 }
551
552 @Override
553 public void onError(String line) {

Callers

nothing calls this directly

Calls 1

setForwardingMethod · 0.95

Tested by

no test coverage detected