Merge pull request #2798 from projectdiscovery/vmware-version-detect

Update vmware-version-detect.yaml
patch-1
Sandeep Singh 2021-10-02 05:04:29 +05:30 committed by GitHub
commit 545c222aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -42,7 +42,8 @@ requests:
- type: word
part: body
words:
- ha-folder-root
- 'ha-folder-root'
- 'RetrieveServiceContentResponse'
- type: word
words:
@ -56,3 +57,7 @@ requests:
regex:
- "<name>(.*?)</name>"
- "<version>(.*?)</version>"
- "<build>(.*?)</build>"
- "<osType>(.*?)</osType>"
- "<productLineId>(.*?)</productLineId>"
- "<apiType>(.*?)</apiType>"