Giter Club home page Giter Club logo

arl-finger's Introduction

EHole(棱洞) 规则转换为 ARL 指纹

ARL 指纹规则语法

适配版本: ARL v2.6.1

支持body, title, header, icon_hash 四个字段, 可以用()进行分组

支持的操作符有 =, ==, &&, ||, !

body="Powered by WordPress" || body="<meta name=\"generator\" content=\"WordPress"

操作符 说明 举例
= 字符串是否包含 body = "test"
== 字符串是否相等 title == "登录"
&& 判断两个值是否都为真 body = "test1" && body = "tes2"
|| 判断两个值是否至少有一个为真 body = "test1" || body = "tes2"
! 对一个值进行逻辑非操作 !(body = "test")

规则转换

python3 main.py

直接食用

登陆 ARL -> 指纹管理 -> 上传指纹 -> 选择 finger.yml -> 上传

导入指纹

arl-finger's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.