Indent - fix

patch-1
pussycat0x 2023-10-31 11:36:16 +05:30
parent f149053dfe
commit d9021ee637
3 changed files with 21 additions and 26 deletions

View File

@ -1,11 +1,10 @@
id: smb-anonymous-access
info:
name: SMB Anonymous Access - Detect
name: SMB Anonymous Access Detection
author: pussycat0x
severity: high
description: |
smb anonymous access detect
Detects anonymous access to SMB shares on a remote server.
reference:
- https://wadcoms.github.io/wadcoms/SMBClient-List-Shares-Anonymous/
metadata:
@ -18,7 +17,6 @@ javascript:
var m = require("nuclei/smb");
var c = m.SMBClient();
c.ListSMBv2Metadata(Host, Port);
code: |
var m = require("nuclei/smb");
var c = m.SMBClient();

View File

@ -1,5 +1,4 @@
id: smb-share
info:
name: SMB Shares - Enumeration
author: pussycat0x

View File

@ -1,5 +1,4 @@
id: smb-signing-not-required
info:
name: SMB Signing not required
author: pussycat0x
@ -38,4 +37,3 @@ javascript:
- '"SigningEnabled": true'
- '"SigningRequired": false'
condition: and