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

Method pingSweep

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

Source from the content-addressed store, hash-verified

22 public static List<InetAddress> hostList;
23
24 public pingSweep() {
25 super();
26 return;
27 }
28
29 public void init(){
30 ipRange = getParameter("ipRange");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected