Merge pull request #9536 from pdelteil/patch-170

Create gohire-takeover.yaml
patch-1
Ritik Chaddha 2024-04-19 23:14:30 +05:30 committed by GitHub
commit 2c5a21ca47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

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