Skip to content

Commit

Permalink
[update] 整理部分指纹
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarcis-cy committed Jul 5, 2024
1 parent 1dc2a9d commit 4ca4d59
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 26 deletions.
23 changes: 0 additions & 23 deletions finger/ehole/DzzOffice.yml

This file was deleted.

37 changes: 37 additions & 0 deletions finger/manual/web/DzzOffice.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: fingerprint-yaml-DzzOffice
manual: false
detail:
fingerprint:
name: DzzOffice
fofa: product="DzzOffice-产品"
cpe: dzzoffice:dzzoffice
transport: http
rules:
r0:
request:
cache: true
method: GET
path: /
follow_redirects: true
expression: response.raw_header.bcontains(bytes("DzzOffice"))
r1:
request:
cache: true
method: GET
path: /
follow_redirects: true
expression: response.title_string.contains("DzzOffice")
r2:
request:
cache: true
method: GET
path: /
follow_redirects: true
expression: response.body_string.contains("/static/dzzicon/icon.css")
favicon_hash:
request:
method: GET
path: /
follow_redirects: false
expression: faviconHash(response.getIconContent()) == -1961736892
expression: r0() || r1() || r2() || favicon_hash()
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ detail:
fingerprint:
name: Leadsec-Firewall
fofa: title="网御 防火墙"
cpe: leadsec:firewall
transport: http
rules:
r0:
Expand All @@ -13,4 +14,4 @@ rules:
path: /
follow_redirects: true
expression: response.title_string.contains("网御 防火墙")
expression: r0()
expression: r0()
11 changes: 9 additions & 2 deletions finger/ehole/Mattermost.yml → finger/manual/web/Mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ manual: false
detail:
fingerprint:
name: Mattermost
fofa: header="Mattermost" || title="Mattermost"
fofa: product="Mattermost"
cpe: mattermost:mattermost
transport: http
rules:
r0:
Expand All @@ -20,4 +21,10 @@ rules:
path: /
follow_redirects: true
expression: response.title_string.contains("Mattermost")
expression: r0() || r1()
favicon_hash:
request:
method: GET
path: /
follow_redirects: false
expression: faviconHash(response.getIconContent()) in [2091779061,-77128220,-940958811,1875634354,1158942057,180508508,-405956582]
expression: r0() || r1() || favicon_hash()

0 comments on commit 4ca4d59

Please sign in to comment.