Giter Club home page Giter Club logo

fingerprint's Introduction

FingerPrint

web应用指纹识别

使用WWW::Wappalyzer进行的指纹识别

感谢https://github.com/ElbertF/Wappalyzer

运行说明

  1. 安装WWW::Wappalyzer模块

cpan -i WWW::Wappalyzer

  1. 运行

(1) 识别单个url指纹

perl FingerPrint.pl www.tanjiti.com

输出结果为

{

    "www.tanjiti.com": {
    
            "web-servers": [
            
                    "Nginx"
                    
            ],
            
            "cdn": [
            
                    "CloudFlare"
                    
            ]
            
    }

}

(2) 使用自定义指纹文件进行识别

perl FingerPrint.pl http://www.xxx.com tanjiti.json[rule_jsonfile]

{

    "http://www.xxx.com": {
    
            "web-servers": [
            
                    "Nginx"
                    
            ],
            
            "cms": [
            
                    "Discuz!"
                    
            ]
            
    }

}

(3) 从文件读取url列表进行批量指纹识别,并将结果输出到文件中

perl FingerPrint.pl url.txt tanjiti.json[rule_jsonfile]

结果输出到 url.txt__fingerprint 文件里

cat url.txt__fingerprint

{

    "http://www.xxxx.com": {
    
            "web-servers": [
            
                    "Nginx"
                    
            ],
            
            "cms": [
            
                    "Discuz!"
                    
            ]
    },
    
    "http://www.yyyyy.net": {
    
            "cms": [
            
                    "Discuz!"
                    
            ]
            
    },
    
    "http://www.zzzz.cn": {
    
            "blogs": [
            
                    "WordPress"
                    
            ],
            
            "web-servers": [
            
                    "Nginx"
                    
            ],
            
            "cdn": [
            
                    "CloudFlare"
                    
            ],
            
            "cms": [
            
                    "WordPress"
                    
            ],
            
            "font-scripts": [
            
                    "Google Font API"
                    
            ],
            
            "javascript-frameworks": [
            
                    "jQuery"
                    
            ],
            
            "javascript-graphics": [
            
                    "Javascript Infovis Toolkit"
                    
            ]
            
    }

}

fingerprint's People

Contributors

tanjiti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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