mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Gets COM& Serial Device PID&VID if doing a walk about and want to collect info on HID/PID&VID + MI for future use. just a thought
#Get - Com & Serial Devices
$COMDevices = Get-Wmiobject Win32_USBControllerDevice | ForEach-Object{[Wmi]($_.Dependent)} | Select-Object Name, DeviceID, Manufacturer | Sort-Object -Descending Name | Format-Table
"COM & SERIAL DEVICES"
"==================================================================" + ($COMDevices | Out-String)
""
Payload Library for the Bash Bunny by Hak5
- Purchase at HakShop.com
- Documentation and Wiki
- Bash Bunny Forums
- IRC: irc.hak5.org #BashBunny
Description
Languages
PowerShell
35.9%
JavaScript
27.9%
HTML
15%
CSS
9.5%
Python
6.5%
Other
5%