https://github.com/narcotic/netnoob
A simple program written in bash that contains basic Linux network tools, information gathering tools and scanning tools.
https://github.com/narcotic/netnoob
debian information-gathering linux linux-network network network-analysis newbies scanning tools vulnerability-scanners
Last synced: 28 days ago
JSON representation
A simple program written in bash that contains basic Linux network tools, information gathering tools and scanning tools.
- Host: GitHub
- URL: https://github.com/narcotic/netnoob
- Owner: NARCOTIC
- License: mit
- Created: 2019-12-04T03:17:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T01:53:50.000Z (over 4 years ago)
- Last Synced: 2025-04-01T14:56:06.419Z (about 2 months ago)
- Topics: debian, information-gathering, linux, linux-network, network, network-analysis, newbies, scanning, tools, vulnerability-scanners
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 106
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 👨🏽💻 NETNOOB
Netnoob is a simple program written in bash that contains basic Linux network tools, information gathering tools and scanning tools.## 👨🏽💻 Content
1. Get information about your computer and network
|-- 1. Your Ip & Mac Address
|-- 2. Your Network Statistics
|-- 3. Your Ethernet Devices2. Get information about another computer or a network
|-- 1. IP Address
|-- 2. Scan All Ports
|-- 3. Scan a Specific Port
|-- 4. Scan Most Common 100 Ports
|-- 5. Find [CNAMES] Alias Domain Names
|-- 6. Domain Information Groper
|-- 7. Records3. Network Settings and Shared Drives
|-- 1. Change IP Address
|-- 2. Change Mac Address
|-- 3. Create a Networked Drive
|-- 4. Mount a Networked Drive## 👨🏽💻 Installing and Using
1. Clone this repository : git clone https://github.com/narcotic/netnoob
2. Change directory to netnoob : cd netnoob
3. Make install.sh executable : chmod +x install.sh
4. Install : ./install.sh
5. Use command : netnoob to run it from terminal
## 👨🏽💻 Disclaimer
Author of this tool is not responsible for any damage caused by this tool. Use with caution.