A simple network portscanner written in Java with the Swing application framework.
To clone the repository use Git.
$ git clone https://github.com/uhlin/network-ps.git
Provided that the JDK (Java Development Toolkit) is installed:
$ cd /path/to/source
$ make
$ java -jar pscan.jar
$ sudo make install
(This will install the program under /usr/local/network-ps
.)