From f72215b58021347de959cb0af36b14641e7b75b0 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Sun, 29 Nov 2020 17:34:03 +0530 Subject: [PATCH] Added pfsense to tech detect --- technologies/pfsense-detect.yaml | 24 ------------------------ technologies/tech-detect.yaml | 11 ++++++++++- 2 files changed, 10 insertions(+), 25 deletions(-) delete mode 100644 technologies/pfsense-detect.yaml diff --git a/technologies/pfsense-detect.yaml b/technologies/pfsense-detect.yaml deleted file mode 100644 index e5a462638d..0000000000 --- a/technologies/pfsense-detect.yaml +++ /dev/null @@ -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" - - "pfSense - Login" - - "maintained by Netgate" - part: body - condition: and diff --git a/technologies/tech-detect.yaml b/technologies/tech-detect.yaml index e00d1c15d1..1b73a91967 100644 --- a/technologies/tech-detect.yaml +++ b/technologies/tech-detect.yaml @@ -2731,4 +2731,13 @@ requests: name: awselb regex: - 'awselb' - part: header \ No newline at end of file + part: header + + - type: word + name: pfsense + words: + - "Login to pfSense" + - "pfSense - Login" + - "maintained by Netgate" + part: body + condition: and \ No newline at end of file