From 70920a58d825a3195aa3f947934a0c61b7b6ef28 Mon Sep 17 00:00:00 2001 From: Keith Date: Wed, 3 Mar 2021 15:01:29 +0800 Subject: [PATCH] add ilo-detect.yaml --- technologies/ilo-detect.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 technologies/ilo-detect.yaml diff --git a/technologies/ilo-detect.yaml b/technologies/ilo-detect.yaml new file mode 100644 index 0000000000..148a7645ef --- /dev/null +++ b/technologies/ilo-detect.yaml @@ -0,0 +1,19 @@ +id: ilo-detect + +info: + name: HP iLO + author: milo2012 + severity: info + description: Version of HP iLO + +requests: + - method: GET + path: + - "{{BaseURL}}/xmldata?item=all" + + extractors: + - type: regex + part: body + regex: + - "(.*)" +