Merge pull request #9387 from projectdiscovery/princechaddha-patch-3
Updated microsoft-iis-versionpatch-1
commit
b1d756fe45
|
@ -9,11 +9,14 @@ info:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
tags: tech,microsoft,iis
|
tags: tech,microsoft,iis
|
||||||
|
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
host-redirects: true
|
||||||
|
max-redirects: 4
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
@ -21,10 +24,6 @@ http:
|
||||||
words:
|
words:
|
||||||
- "IIS"
|
- "IIS"
|
||||||
|
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: kval
|
- type: kval
|
||||||
part: header
|
part: header
|
||||||
|
|
Loading…
Reference in New Issue