mirror of
https://github.com/lunchcat/sif.git
synced 2026-07-03 19:34:53 -07:00
0c6a8db5a7
a favicon-gitlab info module showing the favicon hash matcher in use, with a sync test pinning the module's hash to the shared fingerprint pkg.
24 lines
429 B
YAML
24 lines
429 B
YAML
# GitLab favicon fingerprint
|
|
|
|
id: favicon-gitlab
|
|
info:
|
|
name: GitLab Favicon Fingerprint
|
|
author: sif
|
|
severity: info
|
|
description: Detects GitLab by its default favicon hash
|
|
tags: [favicon, fingerprint, gitlab, info]
|
|
|
|
type: http
|
|
|
|
http:
|
|
method: GET
|
|
paths:
|
|
- "{{BaseURL}}/favicon.ico"
|
|
|
|
matchers:
|
|
- type: status
|
|
status: [200]
|
|
- type: favicon
|
|
hash:
|
|
- -1255347784 # GitLab default favicon
|