Open In App

Netnoob – Network tools, information gathering tools and scanning tools

Last Updated : 28 Nov, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Netnoob is an automated tool that is developed for Network Recon, Scanning, and Network Auditing. Netnoob tool has the features to Get information about your computer and network,  Get information about another computer or a network, Network Settings, and Shared Drives. This tool allows us to change the IP address and MAC Address of our system and also provides some scanning features like port scan, specific port scan on the target IP address. Netnoob tool is created in shell and has faster execution. This tool is available on the GitHub platform for free. 

Installation of Netnoob Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/NARCOTIC/NETNOOB.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd NETNOOB

Step 3: Change the permissions of the install.sh, file by using the following command.

sudo chmod 777 install.sh

Step 4: Run the below command to complete the installation.

./install.sh

Step 5: Run the tool by using the following command.

netnoob

Working with Netnoob Tool on Kali Linux OS

Example 1: Get information about your computer and network

Select Option 1

We have selected option 2 for getting the statistics of our network.

We have got detailed information about our live network stats.

Example 2: Get information about another computer or a network

Select Option 2

We will be performing Port Scanning on the target IP address.

We have got the list of open ports on the target IP address.

Example 3: Network Settings and Shared Drives

Select Option 3

We have successfully changed our IP address.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads