Git Product home page Git Product logo

portpilot's Introduction

PortPilot

PortPilot is a Python-based port scanning tool that allows users to quickly and efficiently scan a target machine for open ports. Built using socket programming, this tool supports both TCP and UDP scans and provides verbose output to make it easy for users to interpret the scan results.

Usage

To use PortPilot, simply run the portpilot.py file from the command line with the appropriate arguments:

python portpilot.py <ip_address> <start_port> <end_port> <scan_type>

Where:

  • <ip_address> is the IP address of the target machine
  • <start_port> is the starting port number for the scan
  • <end_port> is the ending port number for the scan
  • <scan_type> is the type of scan to perform (either tcp or udp)

For example, to scan the IP address 192.168.1.1 for open TCP ports between 1 and 1024, run the following command:

python portpilot.py 192.168.1.1 1 1024 tcp

Features

PortPilot includes the following features:

  • Support for TCP and UDP scans
  • Multi-threading for improved scan speed
  • Verbose output for easy interpretation of scan results
  • Ability to specify a range of ports to scan

Installation

To install PortPilot, simply clone the repository and install the required dependencies:

git clone https://github.com/sh3bu/PortPilot.git
cd PortPilot
pip install -r requirements.txt

portpilot's People

Contributors

sh3bu avatar

Stargazers

 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.