Giter VIP home page Giter VIP logo

pr0xy's Introduction

pr0xy

教学用多线程扫描框架(代理扫描)

  • 支持插件拓展
  • 多线程
  • 架构简单

使用方法

usage: pr0xy.py [-h] [--ports PORTS] [--type TYPE] IP

Pr0xy Scan and collect proxy info

positional arguments:
  IP             The IP you want to check: INPUT format:\ 1.2.3.4-1.2.5.6 or
                 45.67.89.0/24 or 45.78.1.48

optional arguments:
  -h, --help     show this help message and exit
  --ports PORTS  The ports you want to check, Plz input single port or with a
                 format like: 82,80 or 100-105
  --type TYPE    Type of scan [Now Just Support proxy]
  • IP 就表示 IP地址,你可以输入单个或者多个(必须是点分十进制),当然形式限制三种:
    • 1.单个 IP 地址
    • 2.短横线连接符表示的 IP 范围(例如 1.2.3.4-1.2.3.9 这表示 6 个 IP)
    • 3.带有掩码的网络范围(例如1.2.3.0/24)
  • PORTS 端口:想要扫描的端口 支持格式:单个端口(80),逗号分隔(80,82,83),短横线表范围(80-85)
  • TYPE 类型:这里的类型还是有必要解释的,万一以后需要添加其他的功能,就可以直接改动一张表添加新的模块,然后通过指定类型调用。

结果说明

如果成功扫描到代理,会在当前目录生成一个 success.txt 的文件,并且在当前 console 中提示,如果没能扫描到,则会出现一个 failed.txt 记录失败的地址。

pr0xy's People

Contributors

villanch avatar

Watchers

New github account ==>  https://github.com/bendawang avatar

Forkers

alberthchang

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.