Skip to content

Commit

Permalink
Merge pull request #9753 from idealphase/main
Browse files Browse the repository at this point in the history
Update favicon-detect.yaml
  • Loading branch information
ritikchaddha committed May 11, 2024
2 parents 133474d + 5b6673c commit 4a83431
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions http/technologies/favicon-detect.yaml
Expand Up @@ -2,7 +2,7 @@ id: favicon-detect

info:
name: favicon-detection
author: un-fmunozs,DhiyaneshDk
author: un-fmunozs,DhiyaneshDk,idealphase
severity: info
reference:
- https://twitter.com/brsn76945860/status/1171233054951501824
Expand Down Expand Up @@ -3736,8 +3736,13 @@ http:
dsl:
- "status_code==200 && (\"-1728967963\" == mmh3(base64_py(body)))"

- type: dsl
name: "mooSocial"
dsl:
- "status_code==200 && (\"702863115\" == mmh3(base64_py(body)))"

extractors:
- type: dsl
dsl:
- 'mmh3(base64_py(body))'
# digest: 4b0a004830460221008c5613a5a0cf6abacf4895de42c95ec8b316479ea03c21cf335e942cbcf87ccf022100877e480c73ae4cfbba3520153c4792344db60a7b3a44c138faf845db3bd10fdf:922c64590222798bb761d5b6d8e72950
# digest: 4b0a004830460221008c5613a5a0cf6abacf4895de42c95ec8b316479ea03c21cf335e942cbcf87ccf022100877e480c73ae4cfbba3520153c4792344db60a7b3a44c138faf845db3bd10fdf:922c64590222798bb761d5b6d8e72950

0 comments on commit 4a83431

Please sign in to comment.