Get Printer Device List via PowerShell Command (#2973)
This commit is contained in:
@@ -33,3 +33,14 @@ atomic_tests:
|
||||
command: |-
|
||||
fsutil fsinfo drives
|
||||
name: command_prompt
|
||||
- name: Get Printer Device List via PowerShell Command
|
||||
description: |
|
||||
This test uses PowerShell to list printers on a Windows system, demonstrating a discovery technique attackers might use to
|
||||
gather details on connected devices. Using Get-Printer, they can view information on all available printers, identifying
|
||||
potential devices for further targeting.
|
||||
supported_platforms:
|
||||
- windows
|
||||
executor:
|
||||
name: powershell
|
||||
command: |
|
||||
Get-Printer
|
||||
|
||||
Reference in New Issue
Block a user