fixed lint errors
parent
41a3cb3ed5
commit
e8b8fa1993
|
@ -9,6 +9,7 @@ ignore: |
|
|||
|
||||
rules:
|
||||
document-start: disable
|
||||
comments-indentation: disable
|
||||
line-length: disable
|
||||
new-lines: disable
|
||||
new-line-at-end-of-file: disable
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
tags: cve,cve2019,vmware,aria,rce
|
||||
|
||||
variables:
|
||||
keysDir: "helpers/payloads/CVE-2023-34039-keys" # load all private keys from this directory
|
||||
keysDir: "helpers/payloads/cve-2023-34039-keys" # load all private keys from this directory
|
||||
|
||||
javascript:
|
||||
# init field can be used to make any preperations before the actual exploit
|
||||
|
@ -50,9 +50,9 @@ javascript:
|
|||
keys:
|
||||
- dummy1
|
||||
- dummy2
|
||||
|
||||
threads: 10
|
||||
stop-at-first-match: true
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
id: mssql-weak-credentials
|
||||
id: mssql-default-logins
|
||||
|
||||
info:
|
||||
name: Microsoft Sql - Weak Credentials
|
||||
name: Microsoft Sql - Default Logins
|
||||
author: Ice3man543,tarunKoyalwar
|
||||
severity: high
|
||||
description: |
|
||||
|
|
|
@ -23,8 +23,9 @@ javascript:
|
|||
Port: "22"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"UserAuth":'
|
||||
- '"password"'
|
||||
condition: and
|
Loading…
Reference in New Issue