Giter Club home page Giter Club logo

alive_sweep's Introduction

alive_sweep

url存活探测小脚本

使用方法:

python alive_sweep.py -h
usage: python alive_sweep.py -f urllist.txt

Powered by Eryi

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  从文件中读取扫描目标
  -o OUTPUT, --output OUTPUT
                        输出结果URL到文件(default=[time].txt)
  -c CSV, --csv CSV     oneforall输出csv文件直接扫描
  -r RAPID, --rapid RAPID
                        RapidDNS输出csv文件直接扫描
  -t THREAD, --thread THREAD
                        扫描线程设置(default=100)

  • 扫描txt

    python alive_sweep.py -f urllist.txt
  • 扫描oneforall生成的csv文件

    python alive_sweep.py -c a.edu.cn.csv
  • 自定义输出文件名[默认是当前时间.txt]

    python alive_sweep.py -f urllist.txt -o test.txt
  • 自定义线程[默认是100]

    python alive_sweep.py -c a.edu.cn.csv -t 400 -o a.txt
  • 新增!扫描RapidDNS导出的csv文件

    python alive_sweep.py -r baidu.com.csv 
  • 优化!

    • 添加RapidDNS导出csv文件重复域名去重
    • 对相同域名可能输出http和https两个结果进行去重处理
    • 将请求url直接打印至控制台修改为更为直观的进度条

alive_sweep's People

Contributors

ajisai-babu avatar

Stargazers

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