Add files via upload

patch-1
Dominique RIGHETTO 2024-02-07 18:05:50 +01:00 committed by GitHub
parent f08351ccb2
commit b46fad03a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: easyjob-panel
info:
name: EasyJOB Login Panel
author: righettod
severity: info
description: |
EasyJOB login panel was detected.
reference:
- https://www.en.because-software.com/software/easyjob/
metadata:
verified: true
shodan-query: http.title:"Log in - easyJOB"
tags: panel,easyjob,login
http:
- method: GET
path:
- "{{BaseURL}}/easy/app/Account/Login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "easyJOB") && contains(body, "/easy/app/") && contains(body, "because-software.com")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'easyJOB\s+([0-9.]+)'