Coder Social home page Coder Social logo

vexman-hacks / nmap Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11 KB

VEXMAN - A powerful Nmap replication tool for network scanning and analysis.

Python 100.00%
coding cybersecurity development github hacking hacking-tool infosec networkanalysis networking networksecurity nmap opensource pentesting programming python security tool

nmap's Introduction

VEXMAN - Nmap Tool

Welcome to VEXMAN, a handy tool replicating the functionality of the widely used Network Mapper (Nmap). This project is designed to provide an intuitive and powerful way to perform various network scans, with multiple scan types and interactive prompts.

Features

  • Interactive User Prompts: Guides users through the scanning process with clear prompts and input requests.
  • Multiple Scan Types: Choose from a variety of Nmap scans, including:
    • SYN Scan
    • UDP Scan
    • TCP Connect Scan
    • SCTP INIT scan
    • TCP ACK scan
    • TCP Null Scan
    • Comprehensive Scan
  • Error Handling: Catches and reports Nmap-specific errors as well as general exceptions, providing helpful messages.

Getting Started

Prerequisites

Ensure you have the following installed on your Linux system:

  • Git
  • Python 3
  • Nmap
  • colorama

Installation

Clone the Repository:

Open your terminal and run the following command:

git clone https://github.com/VEXMAN-hacks/NMAP.git

Navigate to the Directory:

Change to the directory of the cloned repository:

cd NMAP

Run the Script:

Execute the script with sudo to perform network scans:

sudo python3 NMAP.py

Making the Script Executable

If you prefer to run the script from anywhere on your system, follow these steps:

  • Create the NMAP.py file:
    • Save the provided Python script to a file named NMAP.py.
    • Open the terminal and run:
nano NMAP.py
  • Paste the script content into the file and save it.

Make the Script Executable:

Change the file permissions to make it executable:

chmod +x NMAP.py

Move the Script to a Directory in Your PATH:

Move the script to a directory that is in your system's PATH, such as /usr/local/bin:

sudo mv NMAP.py /usr/local/bin/

Run the Script:

Now, you should be able to execute the script with sudo NMAP.py from anywhere in the terminal:

sudo NMAP.py

Usage

Once you run the script, you will be prompted to choose from a variety of scan types and provide necessary inputs. The tool will then perform the scan and display the results.

WhatsApp Image 2024-06-02 at 11 39 32_9ae83bb2

Please wait for a while as it scans all the ports.

nmap's People

Contributors

vexman-hacks avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.