nuclei-templates/technologies/web-server.yaml

44 lines
803 B
YAML
Raw Normal View History

id: web-server
info:
name: Detect web server daemon
author: fabaff
severity: low
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: or
matchers:
- type: word
name: apache
words:
2020-05-25 08:24:39 +00:00
- "Apache"
part: header
- type: word
name: lighttpd
words:
- "lighttpd"
part: header
- type: word
name: lighttpd
words:
2020-05-25 08:24:39 +00:00
- "lighttpd"
part: header
- type: word
name: wsgiserver
words:
2020-05-25 08:24:39 +00:00
- "WSGIServer"
part: header
- type: word
name: simplehttp
words:
2020-05-25 08:24:39 +00:00
- "SimpleHTTP"
part: header
- type: word
name: twistedweb
words:
2020-05-25 08:24:39 +00:00
- "TwistedWeb"
part: header