format update
parent
dc4019ff0c
commit
1efd6fa9d1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue