Giter Site home page Giter Site logo

insightscan's Introduction

InsightScan

A single file multithread port scanner with service detection in python

Usage: InsightScan.py <hosts[/24|/CIDR]> [start port] [end port] -t threads

Example: InsightScan.py 192.168.0.0/24 1 1024 -t 20

Options: -h, --help show this help message and exit

-t NUM, --threads=NUM Maximum threads, default 50

-T TIMEOUT, --timeout=TIMEOUT Scan timeout, per thread

-n NETWORK, --network=NETWORK Quick Network discovery, find reachable networks. Local IP range only. A=10.0.0.0-10.255.255.255 B=172.16.0.0-172.31.255.255 C=192.168.0.0-192.168.255.255 Example: -n B will try Class B addresses

-H HOSTNAME, --findhost=HOSTNAME Help you find which IP address is running a particular virtual host. Example: 192.168.0.0/24 -H example.com

-p PORTS, --portlist=PORTS Customize port list, separate with ',' example: 21,22,23,25 ...

-N, --noping Skip ping sweep, port scan whether targets are alive or not

-P, --pingonly Ping scan only,disable port scan

-S, --service Service detection, using banner and signature

-d, --downpage Detects interesting stuff on HTTP ports(80,80,8080), when used with -S , will try all ports with HTTP service. Grab and save to HTML pages if found anything.

-l, --genlist Output a list, ordered by port number(service, with -S option),for THC-Hydra IP list

-L, --genfile Put the IP list in separate files named by port number(service, with -S option). Implies -l option. Example: IPs with port 445 opened will be put into 445.txt

insightscan's People

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.