Giter Club home page Giter Club logo

moreping's Introduction

MorePing

A cdn detector with high speed! 基于Python 多线程+多协程通过调用API接口来高速批量多地Ping来检测资产CDN归属。

可以用于端口扫描、端口服务检测前期精准探测等用途。

Installation

git clone https://github.com/mstxq17/MorePing.git
cd ./MorePing
pip3 install -r requirments.txt

Usage

usage: morePing.py [options]

* A cdn detector with high speed *

optional arguments:
  -h, --help     show this help message and exit
  --host HOST    Scan host fr om command line
  -f TargetFile  Load new line delimited targets from TargetFile
  -p PROCESS     Number of processes running concurrently, 10 by default
  --force        Force to extract host from irregular Text
  -v             show program's version number and exit

Example

1.check Version
	python3 morePing.py -v
2.check single host
	python3 morePing.py --host baidu.com
3.check more host from regular file
	python3 morePing.py -f hosts.txt -p 8
4. check mote host from disorder and chaos file (Regular match host automatically)
	python3 morePing.py -f other.txt --force -p 8

Demo

image-20200805182000515

image-20200805182045786

image-20200805182303616

TODOS

  • 增加更多的多地Ping API的接口

KnowBUGS

  • 当线程数过大的时候,API接口会限制频繁请求,会出现gevent请求异常

moreping's People

Contributors

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