Skip to content

EasyJOB Login Panel - Detect

ID: easyjob-panel

Severity: info

Author: righettod

Tags: panel,easyjob,login

EasyJOB login panel was detected.

id: easyjob-panel
info:
name: EasyJOB Login Panel - Detect
author: righettod
severity: info
description: |
EasyJOB login panel was detected.
reference:
- https://www.en.because-software.com/software/easyjob/
metadata:
verified: true
max-request: 1
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.]+)'
# digest: 4b0a00483046022100c0b64a546868d7911d45d159b89c05e48d75a38f5cba6a46263f21322bc700d3022100d21fb25b825de95e2436124945a26824ef4807a908ec66172ffe2df34cf64890:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/easyjob-panel.yaml"

View on Github