Added pfsense to tech detect
parent
7885fd32c2
commit
f72215b580
|
@ -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
|
|
@ -2732,3 +2732,12 @@ requests:
|
|||
regex:
|
||||
- 'awselb'
|
||||
part: header
|
||||
|
||||
- type: word
|
||||
name: pfsense
|
||||
words:
|
||||
- "Login to pfSense"
|
||||
- "<title>pfSense - Login</title>"
|
||||
- "maintained by Netgate"
|
||||
part: body
|
||||
condition: and
|
Loading…
Reference in New Issue