Merge pull request #5739 from projectdiscovery/fix-fp-cisco-vmanage-log4j

Update cisco-vmanage-log4j.yaml
patch-1
Prince Chaddha 2022-10-21 13:31:13 +05:30 committed by GitHub
commit 7d0ede17b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -22,6 +22,7 @@ info:
requests:
- raw:
- |
@timeout: 20s
POST /j_security_check HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
@ -42,6 +43,11 @@ requests:
regex:
- '([a-zA-Z0-9.-]+).([a-z0-9]+).([a-z0-9]+).\w+' # Match for extracted ${sys:os.name} variable
- type: word
part: body
words:
- '<title>Cisco vManage</title>'
extractors:
- type: kval
kval:
@ -52,5 +58,3 @@ requests:
group: 1
regex:
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${sys:os.name} in output
# Enhanced by md on 2022/10/04