Giter VIP home page Giter VIP logo

igscan's Introduction

IGScan(Infomation Gathering Scan)

⚠️目前仅支持macOS Linux系统 Windows平台会爆各种奇奇怪怪的错误

What can it do?

一、收集子域名
二、端口扫描(直接输出)
三、web指纹识别

How to use?

Need

python3.6+

首先安装依赖

pip3 install -r requirements.txt -i  https://mirrors.aliyun.com/pypi/simple/

一、子域名探测

  • 探测单个域名 使用参数-u 结果将会保存到Output/subdomain.txt

Usage:

python3 IGScan.py -u testphp.vulnweb.com -m subdomain
  • 探测多个域名 首先需要编辑一个targets.txt,写入需要探测的域名,使用参数-f指定文件

Usage:

python3 IGScan.py -f targets.txt -m subdomain

二、判断指定域名是否存活

如果是只单用这个模块的话,需要指定一个文本 故没有-u参数,毕竟没必要对一个url进行存活探测 但若是使用,是默认对Output/subdomain.txt中的文本进行探测 结果将会保存到Output/link.txt

Usage:

python3 IGScan.py -f targets.txt -m checkurl

三、web指纹识别

  • 对单个url进行探测 (http://|https://)testphp.vulnweb.com
python3 IGScan.py -u http://testphp.vulnweb.com -m webanalyzer
  • 对某个文本中的url进行指纹识别 注意这里的url需要 (http://|https://)testphp.vulnweb.com
python3 IGScan.py -f targets.txt -m webanalyzer

四、组合使用

将子域名结果保存到 Output/subdomain.txt 存活url保存到 Output/link.txt web指纹收集保存到 Output/fingerprint.txt

  • 单个url
python3 IGScan.py -u testphp.vulnweb.com  -m subdomain,checkurl,webanalyzer
  • 对某个文本中的url进行探测
python3 IGScan.py -f targets.txt  -m subdomain,checkurl,webanalyzer

五、端口扫描

使用参数 -i 指定ip

Usage:

python3 IGScan.py -i 192.168.2.1
python3 IGScan.py -i 192.168.2.0/24

Run screenshot

image image image image

法律声明

本工具仅能在取得足够合法授权的企业安全建设中使用,在使用本工具过程中,您应确保自己所有行为符合当地的法律法规。 如您在使用本工具的过程中存在任何非法行为,您将自行承担所有后果,本工具所有开发者和所有贡献者不承担任何法律及连带责任。 除非您已充分阅读、完全理解并接受本协议所有条款,否则,请您不要安装并使用本工具。 您的使用行为或者您以其他任何明示或者默示方式表示接受本协议的,即视为您已阅读并同意本协议的约束。

igscan's People

Contributors

rocl5 avatar keac avatar

Watchers

James Cloos 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.