Git Product home page Git Product logo

adrishya-portscanner's Introduction

Adrishya-PortScanner

A fast port scanner with proxy support. written in python.

Logo

Features

  • proxy support which protacts your identity while scanning the host
  • customizable threading options
  • faster than Nmap scan
  • customizable scanning options:
    • 1:Scan PORT 1-1024
    • 2:Scan PORT 1-48128
    • 3:Scan Only Important Port(Fast Scanning)
    • 4:Custom(Range)
    • 5:Custom(Specific) PORT
    • 6:Full Scan(All Ports)
  • verbose output

๐Ÿ“น Demo Video

Demo

Installation:

git clone https://github.com/kartikhunt3r/Adrishya-PortScanner.git

cd Adrishya-PortScanner

chmod +x *

pip install -r requirements.txt

python3 portscanner.py -h

Use:

python3 portscanner.py -t scanme.nmap.org -m 1 -T 30      

Run With Proxy:

python3 portscanner.py -t scanme.nmap.org -p 98.178.72.21:10919  -m 1 -T 30

Options:

Usage: portscanner.py [options]

Options:
  -h, --help            show this help message and exit
  -t TARGET, --target=TARGET
                        target/host to scan
  -p PROXY_IP, --proxy=PROXY_IP
                        proxy ip address and port number
  -m MODE, --mode=MODE  Enter the scanning mode: [1]:Scan PORT 1-1024,
                        [2]:Scan PORT 1-48128, [3]:Scan Only Important
                        Port(Fast Scanning), [4]:Custom(Range),
                        [5]:Custom(Specific) PORT, [6]:Full Scan(All Ports)
  -T THREADS, --threads=THREADS
                        number of threads
  -V, --verbose mode    print all results
  
    

๐Ÿ”— Links

portfolio

linkedin

twitter

youtube

adrishya-portscanner's People

Contributors

kartikhunt3r avatar

Stargazers

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