Get Printer Device List via PowerShell Command (#2973)

This commit is contained in:
Burak Karaduman
2024-11-13 06:17:31 +03:00
committed by GitHub
parent 5d5915abe2
commit 99915c63be
+11
View File
@@ -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