GithubHelp home page GithubHelp logo

wakilharoon / pyposc Goto Github PK

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

Port scanner utilizing multithreading, written in Python.

Python 100.00%
portscanner portscan tcp-scanner tcp-scan multithreading python python3 threading socket sockets

pyposc's Introduction

pyposc

Multithreaded port scanner written in Python.

Requirements

  • pyfiglet==0.8.post1
  • termcolor==1.1.0

Use the command 'pip install -r requirements.txt' to install all requirements at once.

Usage

  1. Run 'python pyposc.py'
  2. Enter an IP address in the format (192.168.1.1)
  3. Enter a single port (a), multiple ports (a, b, c) or a range of ports (a-b)
  4. Enter number of threads to use for the scan

Changelog

Version 1.1:
  • Fixed a bug where open ports that couldn't be translated to a service, would be considered closed. It now shows the port as open but the service running on it as 'unknown'.
Version 1.2
  • Added a timer that will print out how many seconds the scan took to finalize at the end of a scan.
  • Fixed a bug where the last port in a port range wouldn't get scanned.
Version 1.3
  • Added input validation on number of threads.
  • Limited number of threads to a maximum of 1000.

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.