https://github.com/manisso/nlite
https://github.com/manisso/nlite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manisso/nlite
- Owner: Manisso
- License: mit
- Created: 2024-05-07T01:59:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T18:35:04.000Z (over 1 year ago)
- Last Synced: 2025-04-14T12:54:09.261Z (9 months ago)
- Language: Python
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# N-lite IP Scanner Tool
## Overview
N-lite is a versatile IP scanner tool designed for network administrators and security professionals. It provides comprehensive scanning capabilities for both single IP addresses and IP ranges. With N-lite, users can scan for open ports, retrieve protocol information from banners, and gather detailed server information. The tool offers a user-friendly interface and supports customizable scan options to suit different scanning needs.
## IP Range Scan Menu
When scanning IP ranges, N-lite offers the following menu:
- Enter the starting IP address: [User Input]
- Enter the ending IP address: [User Input]
### Scan Options:
+ [1] Fast Scan (ports 1 to 1024)
+ [2] Common Port Scan
+ [3] Custom Port Scan (input specific ports separated by commas)

## IP Port Scan Menu
For scanning single IP addresses, N-lite provides the following menu:
### Scan Options:
+ [1] Fast Scan (ports 1 to 1024)
+ [2] Intensive Scan (scan all possible ports)
+ [3] Custom Port Scan (input specific ports separated by commas)
+ [4] Most Common Ports Scan

## Features
* Port Scanning: Scan for open ports on single IP addresses or IP ranges.
* Banner Grabbing: Retrieve protocol information from banners of open ports.
* Server Information: Gather detailed server information, including server type, and application versions.
* Cross-Platform Support: Compatible with Windows, macOS, and Linux.
## How to Install
```bash
bash <(wget -qO- https://t.ly/NgFUV)
```
To create a symbolic link named python that points to python3 in the /usr/bin directory, you can use the following command:
```bash
sudo ln -s /usr/bin/python3 /usr/bin/python
```
This command creates a symbolic link called python in /usr/bin that points to the python3 executable. This way, when you use the python command, it will effectively run Python 3.