Merge branch 'master' of https://github.com/projectdiscovery/nuclei-templates
commit
bce32134ad
|
@ -0,0 +1,27 @@
|
|||
id: domcfg-page
|
||||
info:
|
||||
name: Lotus Domino Configuration Page
|
||||
author: gevakun
|
||||
severity: low
|
||||
|
||||
# Reference:
|
||||
# https://twitter.com/Wh11teW0lf/status/1295594085445709824
|
||||
# Do not test any website without permission
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/domcfg.nsf"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- Web Server Configuration
|
||||
- Mapping
|
||||
- Mappings
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue