资 源 简 介
Determine current online hosts in the LAN passively listening network packets.
Usage
Note: you should execute the program with root privileges (root or sudo in linux/macosx, local administrator in windows)
* java -jar punkliner-{ver}.jar -- will run forever and periodically dump discovered hosts to
/punkliner.status
* java -jar punkliner-{ver}.jar 120 -- will run 120 seconds and dump discovered hosts to
/punkliner.status
Example output
Console
$ sudo java -jar punkliner-0.1.jar 20PUNKLiner successfully started.PUNKLiner scheduled to stop in 20 seconds.PUNKLiner stopped.
Dump
```
$ cat /tmp/punkliner.status
10.0.140.215 Thu Jun 12 16:45:30 MSD 2008
10.0.1.60 Thu Jun 12 16:45:33 MSD 2008
```