Remove/fix unnecessary Categories field

This commit is contained in:
Wietze
2021-01-10 15:48:20 +00:00
parent 5ec4de562b
commit fc223eb3d8
18 changed files with 2 additions and 19 deletions

View File

@@ -3,7 +3,6 @@ Name: Explorer.exe
Description: Execute
Author: ''
Created: 2018-05-25
Categories: []
Commands:
- Command: explorer.exe calc.exe
Description: 'Executes calc.exe as a subprocess of explorer.exe.'

View File

@@ -3,7 +3,6 @@ Name: Netsh.exe
Description: Execute, Surveillance
Author: ''
Created: 2018-05-25
Categories: []
Commands:
- Command: |
netsh.exe trace start capture=yes filemode=append persistent=yes tracefile=\\server\share\file.etl IPv4.Address=!(<IPofRemoteFileShare>)

View File

@@ -3,7 +3,6 @@ Name: Nltest.exe
Description: Credentials
Author: ''
Created: 2018-05-25
Categories: []
Commands:
- Command: nltest.exe /SERVER:192.168.1.10 /QUERY
Description: ''

View File

@@ -3,7 +3,6 @@ Name: Openwith.exe
Description: Execute
Author: ''
Created: 2018-05-25
Categories: []
Commands:
- Command: OpenWith.exe /c C:\test.hta
Description: Opens the target file with the default application.

View File

@@ -3,7 +3,6 @@ Name: Powershell.exe
Description: Execute, Read ADS
Author: ''
Created: 2018-05-25
Categories: []
Commands:
- Command: powershell -ep bypass - < c:\temp:ttt
Description: Execute the encoded PowerShell command stored in an Alternate Data Stream (ADS).

View File

@@ -3,7 +3,6 @@ Name: Psr.exe
Description: Surveillance
Author: ''
Created: 2018-05-25
Categories: []
Commands:
- Command: psr.exe /start /gui 0 /output c:\users\user\out.zip
Description: Capture screenshots of the desktop and save them in the target .ZIP file.

View File

@@ -3,7 +3,6 @@ Name: Robocopy.exe
Description: Copy
Author: ''
Created: 2018-05-25
Categories: []
Commands:
- Command: Robocopy.exe C:\SourceFolder C:\DestFolder
Description: Copy the entire contents of the SourceFolder to the DestFolder.