Coder Social home page Coder Social logo

netscanner's Introduction

netscanner

A simple CLI to scan computers on a network. Scan all computers for a specific port or scan a single computer on all ports.

Installation

go get github.com/evan-buss/netscanner

Usage

Usage: netscanner [-mode] port
  -address string
        Set the network addres to scan. Exclude the last number (default "192.168.1")
  -mode string
        Set the netscanner method (seq, pool, swarm, single) (default "swarm")
  port
        The port to scan

The modes are designed to show different work sharing techniques. The only two you should care about are swarm and single.

Examples

Scan local network for computers with an open windows share (port 445)

netscanner -mode swarm 445

Scan remote network for computer with open HTTPS port (443). Note: leave off the last number and dot

netscanner -mode swarm -address 145.28.29

Scan a specific IP address for any open ports

netscanner -mode single 192.168.1.9

netscanner's People

Contributors

evan-buss avatar

Watchers

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