Code Monkey home page Code Monkey logo

infoscan2's Introduction

InfoScan2

一个web信息收集工具,包括子域名收集,在之前的infoscan上进行了修改,去除了子域名爆破功能,增加了域名存活判断,waf检测和js爬取功能。挖掘SRC的小工具

使用方法

img

配置数据库

在config.py里面设置数据库账号和密码,并提前创建数据库。线程可自己进行设置

img

单个域名

自动收集域名并进行存活判断,结果写入数据库并导出文件到result文件下

python3 mian.py -u xxxx.xxxx.xxx img

自动收集域名并进行存活判断和waf检测,结果写入数据库并导出文件到result文件下

python3 mian.py -u xxxx.xxxx.xxx -w

自动收集域名并进行存活判断和js深度爬取,结果写入数据库并导出文件到result文件下

python3 mian.py -u xxxx.xxxx.xxx -j

自动收集域名并进行存活判断和存活判断、js深度爬取,结果写入数据库并导出文件到result文件下

python3 mian.py -u xxxx.xxxx.xxx -w -j

img

批量

将-u xxx.xxx.xxx换为-f target_sub.txt,一行一个域名

参考: https://github.com/Threezh1/JSFinder

https://github.com/chengyizhou147/InfoScan

infoscan2's People

Contributors

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