Git Product home page Git Product logo

go-scan's Introduction

pingo, 多线程端口扫描器

install

git clone https://github.com/vus520/go-scan.git
go get
go build -o pingo

./pingo

Usage: pingo -[prnv] <ip地址/网段>

Options:

  -c string
		检测协议,tcp 或者 udp (default "tcp")
  -n int
		线程数 (default 10)
  -p int
		检测的端口 (default 5555)
  -t int
		检测超时时间,毫秒 (default 1500)
  -v int
		打印进度

run


pingo -p 80 -n 10 -v 1 192.168.50.1/24
checking 192.168.50.9:80
checking 192.168.50.4:80
checking 192.168.50.1:80
checking 192.168.50.10:80
192.168.50.1:80 opening

more exsample

pingo -p 80 -n 10 -v 1 192.168.50.1
pingo -t 1000 192.168.50.1
pingo -c udp 192.168.50.1

循环执行

while ( true ) do ./pingo -p 80 -c 10 192.168.1.0/24 | awk '{print $1;system ("curl -I " $1)}'; done
while ( true ) do ./pingo -p 5555 -c 10 192.168.1.0/24 | awk '{print $1;system ("adb connect " $1)}'; done

go-scan's People

Contributors

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