joabda/NetworkTool
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The tool should work on most Linux Versions. Be sure to have nmap installed. ** Fedora: rpm -vhU https://nmap.org/dist/nmap-4.68-1.i386.rpm ** Centos: yum install nmap ** Debian: apt-get install nmap ** Ubuntu: sudo apt-get install nmap To compile go to the terminal: * Change Directory to where to downloaded the filees * Compile : "make" (a makefile is included with your download) * Execute : "./NetworkTool" You can use : "make clean" to clean your directory from .o files. "make debug-memory" to debug memory leaks using valgrind "make run" to make and run the program at the same time "make cleanLog" to remove the log file (logFile.txt) All the scanned hosts can be found in the Networks.db file. You will receive a notification when a new host (not in the DB) is found.