diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-07-12 22:32:41 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-07-12 22:32:41 -0400 |
commit | 3e7f4d381b15b28ade2c32b14c72f224a8ac6b17 (patch) | |
tree | 96d1a79b367c127e459dc94d7021d341bf6e591a /Inveigh.ps1 | |
parent | 1397bfefba6a97447731f79a2f5cf83916ad5726 (diff) | |
download | Inveigh-3e7f4d381b15b28ade2c32b14c72f224a8ac6b17.tar.gz Inveigh-3e7f4d381b15b28ade2c32b14c72f224a8ac6b17.zip |
Added HTTPS listener
HTTPS captures can now be enabled. The default setting is disabled. Note
that if HTTPS is enabled, the cert file needs to be in the same
directory as the script. The cert will be installed in the local machine
certificate store and bound to port 443. The script should remove the
cert from the store and delete the binding on exit. If needed, see HTTPS
parameter comments in the script or execute "Get-help .\Inveigh.ps1
-parameter https" for manual cert cleanup instructions.
Diffstat (limited to 'Inveigh.ps1')
-rw-r--r-- | Inveigh.ps1 | bin | 61386 -> 66622 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/Inveigh.ps1 b/Inveigh.ps1 Binary files differindex 8356ba7..7023019 100644 --- a/Inveigh.ps1 +++ b/Inveigh.ps1 |