Git Product home page Git Product logo

port-scanner's Introduction

Port Scanner

This port scanner is implemented in Python. It was presented as work of the "Introduction to Computer Security" course at the Federal University of Paraná (UFPR), Department of Informatics, taught by André Grégio in 2018-1. This port scanner uses Python multiprocessing module, which allows a faster scan thought all ports. If available, it also prints the application banner.

Parameters

You can execute this program as follows:

python portscan.py <ip> [ports] [--verbose]

The parameters listed above are the following:

  • IP: IP to be scanned (mandatory parameter). It can be a range of IPs with changes in sufix, only. For example "192.168.0.7-10" will scan all IPs between "192.168.0.7" and "192.168.0.10".
  • Ports: ports that are going to be scanned (optional parameter). It also can be a range. For example "10-100" will scan all ports between "10" and "100".
  • --verbose: every action of the scan is printed in the screen.

port-scanner's People

Contributors

fabriciojoc 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.