format update

patch-1
Dhiyaneshwaran 2024-04-15 10:23:12 +05:30 committed by GitHub
parent dc4019ff0c
commit 1efd6fa9d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 6 deletions

View File

@ -1,18 +1,31 @@
id: gohire-takeover id: gohire-takeover
info: info:
name: gohire takeover detection name: GoHire Takeover Detection
author: philippedelteil author: philippedelteil
severity: info severity: high
tags: takeover reference:
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/403 - https://github.com/EdOverflow/can-i-take-over-xyz/issues/403
metadata:
max-request: 1
tags: takeover,gohire
requests: http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
matchers-condition: and
matchers: matchers:
- type: dsl
dsl:
- Host != ip
- type: word - type: word
part: body
words: words:
- "You may have followed an invalid link or the job you are looking for has been archived" - 'You may have followed an invalid link or the job you are looking for has been archived'
- type: status
status:
- 404