Skip to content
/ NEScan Public

NEScan is a fast and reliable network scanning tool for identifying devices, open ports, and potential vulnerabilities.

License

Notifications You must be signed in to change notification settings

awiones/NEScan

Repository files navigation

NEScan

NEScan Banner

GitHub stars GitHub watchers GitHub forks GitHub issues GitHub pull requests

GitHub license GitHub last commit Build Status Platform


NEScan is a lightweight and efficient network scanner designed to identify devices and analyze vulnerabilities across a network. It is suitable for professionals and hobbyists looking to monitor and secure their networks.

Features

  • Fast and Accurate Scanning: Quickly identify all active devices in the network.
  • Port Scanning: Detect open ports and associated services.
  • Vulnerability Detection: Identify common security vulnerabilities.

Installation

To get started with NEScan, follow these steps:

# Clone the repository
git clone https://github.com/awiones/NEScan.git

# Navigate to the directory
cd NEScan

# Install dependencies
pip install -r requirements.txt

Usage

Here are some basic examples of how to use NEScan:

# Scan a specific IP address
python NEScan.py --target 192.168.1.1

# Scan an entire subnet
python NEScan.py --target 192.168.1.0/24

# Export results to a file
python NEScan.py --target 192.168.1.0/24 --output results.json

# Enable verbose mode for detailed logs
python NEScan.py --target 192.168.1.0/24 --verbose

Don't know how to use the API?

Check out the discussion: How to Add API on NEScan.

Screenshot

NEScan Screenshot

Contributing

We welcome contributions! Please check the CONTRIBUTING.md for guidelines.

To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes and submit a pull request.

License

This project is licensed under the GNU V3.0 License.

Support

If you encounter any issues or have questions, feel free to:

Links


Maintained with ❤️ by awiones.

About

NEScan is a fast and reliable network scanning tool for identifying devices, open ports, and potential vulnerabilities.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages