Create devexpress-detect.yaml (#8217)
* Create devexpress-detect.yaml * misc update --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>patch-1
parent
154e39a54e
commit
f4ab265878
|
@ -0,0 +1,22 @@
|
||||||
|
id: devexpress-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: DevExpress Detect
|
||||||
|
author: CravateRouge
|
||||||
|
severity: info
|
||||||
|
metadata:
|
||||||
|
shodan-query: html:"DXR.axd"
|
||||||
|
tags: devexpress,iis,microsoft,asp,tech
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
redirects: true
|
||||||
|
max-redirects: 2
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "DXR.axd"
|
Loading…
Reference in New Issue