From e271ef18d35245ff1eb137ed84a901ccbac27991 Mon Sep 17 00:00:00 2001 From: sandeep Date: Fri, 31 Dec 2021 19:15:20 +0530 Subject: [PATCH] minor updates --- ...vmware-version-detect.yaml => vmware-detect.yaml} | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) rename technologies/{vmware-version-detect.yaml => vmware-detect.yaml} (79%) diff --git a/technologies/vmware-version-detect.yaml b/technologies/vmware-detect.yaml similarity index 79% rename from technologies/vmware-version-detect.yaml rename to technologies/vmware-detect.yaml index 64ecd7d1ad..e0cecda64b 100644 --- a/technologies/vmware-version-detect.yaml +++ b/technologies/vmware-detect.yaml @@ -1,7 +1,7 @@ -id: vmware-version-detect +id: vmware-detect info: - name: vmware-version-detect + name: VMware Detection author: elouhi severity: info description: Sends a POST request containing a SOAP payload to a vCenter server to obtain version information @@ -15,11 +15,6 @@ requests: - | POST /sdk/ HTTP/1.1 Host: {{Hostname}} - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 - Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9 - Accept-Encoding: gzip, deflate - Accept-Language: en-US,en;q=0.9 - Connection: close @@ -44,11 +39,12 @@ requests: words: - 'ha-folder-root' - 'RetrieveServiceContentResponse' + condition: or - type: word + part: header words: - "text/xml" - part: header extractors: - type: regex