Code Monkey home page Code Monkey logo

port-scanner's Introduction

Port-Scanner in Python

Main!

  • Program execution : * Define the target/s (IPv4 or domain-TLD name). * Define Port range (1-65535). * Execution via terminal --> python3 Pscanner.py * Execution via CMD --> python Pscanner.py

Genereal Informations!

  • The program uses threading programming for speed.Concretely a threadpoolexecutor (max workers = 100..Change the number to your needs maybe is great enough).

  • For the IPy library --> Use a terminal | Cmd and type(command) [--> pip3 install IPy # (if you do not have pip installed --> sudo apt install python3-pip (Debian)] [--> pip install IPy # (if you do not have pip installed --> python get-pip.py (Windows))]

  • For colorama Library --> pip install colorama (Windows) , pip3 install colorama (Debian).

  • The code includes helpfull comments for your understanding.

  • The Project Includes a port.txt file with the common communication ports,where you can find and see which protocol or service uses the specific port,you can add more from your researches!

s1

port-scanner's People

Contributors

r3dsh3rl0ck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kalikex1

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.