Network Scanner Through CLI Interface
You go inside the src folder and run these set of commands
javac ScannerCLI.java
jar -cvmf ScannerCLI.mf ScannerCLI.jar *.class
after that you would have ScannerCLI.jar, which you can invoke via
java -jar ScannerCLI.jar