MCPcopy Create free account
hub / github.com/cSploit/android / getCurrentExploits

Method getCurrentExploits

cSploit/src/org/csploit/android/core/System.java:1148–1150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1146 }
1147
1148 public static Collection<Exploit> getCurrentExploits() {
1149 return getCurrentTarget().getExploits();
1150 }
1151
1152 public static String getGatewayAddress(){
1153 return mNetwork.getGatewayAddress().getHostAddress();

Callers 2

ExploitAdapterMethod · 0.95
runMethod · 0.95

Calls 2

getCurrentTargetMethod · 0.95
getExploitsMethod · 0.80

Tested by

no test coverage detected