14 lines
349 B
Markdown
14 lines
349 B
Markdown
|
|
# Audio Capture
|
||
|
|
|
||
|
|
MITRE ATT&CK Technique: [T1123](https://attack.mitre.org/wiki/Technique/T1123)
|
||
|
|
|
||
|
|
## cmd.exe
|
||
|
|
|
||
|
|
Create a file called test.wma, with the duration of 30 seconds:
|
||
|
|
|
||
|
|
SoundRecorder /FILE test.wma /DURATION 0000:00:30
|
||
|
|
|
||
|
|
## PowerShell
|
||
|
|
|
||
|
|
PowerShell Cmdlet - [AudioDeviceCmdlets](https://github.com/cdhunt/WindowsAudioDevice-Powershell-Cmdlet)
|