Added pfsense to tech detect

patch-1
bauthard 2020-11-29 17:34:03 +05:30
parent 7885fd32c2
commit f72215b580
2 changed files with 10 additions and 25 deletions

View File

@ -1,24 +0,0 @@
id: pfsense-detect
info:
name: pfSense detector
author: geeknik
description: The pfSense Project is a free open source customized distribution of FreeBSD tailored for use as a firewall and router entirely managed by an easy-to-use web interface. -- https://www.pfsense.org/
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Login to pfSense"
- "<title>pfSense - Login</title>"
- "maintained by Netgate"
part: body
condition: and

View File

@ -2731,4 +2731,13 @@ requests:
name: awselb
regex:
- 'awselb'
part: header
part: header
- type: word
name: pfsense
words:
- "Login to pfSense"
- "<title>pfSense - Login</title>"
- "maintained by Netgate"
part: body
condition: and