Additional CrushFTP HTTP detection conditions (#9610)

* Additional CrushFTP HTTP detection conditions

* removed unwanted matcher

---------

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
patch-1
Scott Walsh 2024-04-21 11:19:17 -03:00 committed by GitHub
parent 936a6a1e8a
commit de2dab4950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

View File

@ -23,15 +23,17 @@ http:
path:
- '{{BaseURL}}/WebInterface/login.html'
matchers-condition: and
matchers-condition: or
matchers:
- type: word
part: body
words:
- '<title>CrushFTP WebInterface</title>'
- '<title>CrushFTP - Login</title>'
- 'src="/WebInterface/Resources/js/crushftp.customize.js"'
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100d4ef67be44c56b6120adb7cf758cd2d4ade3fd0b18c0a5bd41c95f4cbdeea1e9022100a2fd8583e787afcfe9b851b46e0d02f3cd3d47a7e701f36f6b5e02bd60f427c0:922c64590222798bb761d5b6d8e72950
- type: word
part: header
words:
- 'Server: CrushFTP HTTP Server'