fixed lint errors

patch-1
Prince Chaddha 2023-11-09 14:14:00 +05:30
parent 41a3cb3ed5
commit e8b8fa1993
9 changed files with 16 additions and 14 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: |

View File

@ -23,8 +23,9 @@ javascript:
Port: "22"
matchers:
- type: dsl
dsl:
- type: word
part: body
words:
- '"UserAuth":'
- '"password"'
condition: and