0rion fed24a87b4
Update Info.ps1
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)
""
2019-01-17 19:29:40 -07:00
2019-01-17 19:29:40 -07:00
2017-04-07 15:13:12 +10:00
2017-05-08 16:11:10 +10:00
2018-01-31 09:16:23 +11:00

Payload Library for the Bash Bunny by Hak5

Bash Bunny

Description
No description provided
Readme 152 MiB
Languages
PowerShell 35.9%
JavaScript 27.9%
HTML 15%
CSS 9.5%
Python 6.5%
Other 5%