2020-05-24 20:16:42 +00:00
|
|
|
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"
|
2020-05-24 20:16:42 +00:00
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
name: lighttpd
|
|
|
|
words:
|
|
|
|
- "lighttpd"
|
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
name: lighttpd
|
|
|
|
words:
|
2020-05-25 08:24:39 +00:00
|
|
|
- "lighttpd"
|
2020-05-24 20:16:42 +00:00
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
name: wsgiserver
|
|
|
|
words:
|
2020-05-25 08:24:39 +00:00
|
|
|
- "WSGIServer"
|
2020-05-24 20:16:42 +00:00
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
name: simplehttp
|
|
|
|
words:
|
2020-05-25 08:24:39 +00:00
|
|
|
- "SimpleHTTP"
|
2020-05-24 20:16:42 +00:00
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
name: twistedweb
|
|
|
|
words:
|
2020-05-25 08:24:39 +00:00
|
|
|
- "TwistedWeb"
|
2020-05-24 20:16:42 +00:00
|
|
|
part: header
|