Skip to content

Commit

Permalink
Merge pull request #8627 from projectdiscovery/princechaddha-patch-3
Browse files Browse the repository at this point in the history
Update worksites-takeover.yaml
  • Loading branch information
pussycat0x committed Nov 15, 2023
2 parents 0d2401d + ba12788 commit 11a2a87
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions http/takeovers/worksites-takeover.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
id: worksites-takeover

info:
name: worksites takeover detection
author: melbadry9
name: Worksites Takeover Detection
author: melbadry9,dogasantos
severity: high
reference:
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
- https://melbadry9.gitbook.io/blog/dangling-dns/xyz-services/ddns-worksites
metadata:
max-request: 1
verified: true
tags: takeover

flow: dns(1) && http(1)

dns:
- name: "{{FQDN}}"
type: A
class: inet
recursion: true
retries: 3

matchers:
- type: word
words:
- "69.164.223.206"

http:
- method: GET
path:
Expand All @@ -21,8 +36,12 @@ http:
dsl:
- Host != ip

- type: regex
regex:
- "(?:Company Not Found|you’re looking for doesn’t exist)"
- type: word
words:
- "Company Not Found"
- "worksites.net"
condition: and

# digest: 490a0046304402203b75d6e58720c807194ef6a62552d097e7de60926ca2fae96db9e4873ecc389202203d39a42e1be2e0377a78f759b510de5b797181f5ca3027eb3c28e77913d34e62:922c64590222798bb761d5b6d8e72950
- type: status
status:
- 404

0 comments on commit 11a2a87

Please sign in to comment.