Skip to content

Smartjob Takeover Detection

ID: smartjob-takeover

Severity: high

Author: pdteam

Tags: takeover

Smartjob takeover was detected.

id: smartjob-takeover
info:
name: Smartjob Takeover Detection
author: pdteam
severity: high
description: Smartjob takeover was detected.
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/139
metadata:
max-request: 1
tags: takeover
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- Job Board Is Unavailable
- This job board website is either expired
- This job board website is either expired or its domain name is invalid.
extractors:
- type: dsl
dsl:
- cname
# digest: 4a0a004730450221008fcf8ec4fac64e5c93044ccb62d9627d7e685701c2d28d00cd50955c60d08fbd022067dd23dd7dc691fa6557a96dcc057883afeca6ce2770aeea2976e179a6bdb89e: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/takeovers/smartjob-takeover.yaml"

View on Github