MCPcopy Create free account
hub / github.com/beefproject/beef / getHostsNumber

Method getHostsNumber

modules/network/ping_sweep_java/pingSweep.java:35–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34 //called from JS
35 public static int getHostsNumber(){
36 try{
37 hostList = parseIpRange(ipRange);
38 }catch(UnknownHostException e){ //do something
39
40 }
41 return hostList.size();
42 }
43
44 //called from JS
45 public static String getAliveHosts(){

Callers 1

waituntilokFunction · 0.80

Calls 1

parseIpRangeMethod · 0.95

Tested by

no test coverage detected