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