aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2015-07-12 22:32:41 -0400
committerKevin Robertson <robertsonk@gmail.com>2015-07-12 22:32:41 -0400
commit3e7f4d381b15b28ade2c32b14c72f224a8ac6b17 (patch)
tree96d1a79b367c127e459dc94d7021d341bf6e591a
parent1397bfefba6a97447731f79a2f5cf83916ad5726 (diff)
downloadInveigh-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.
-rw-r--r--Inveigh.ps1bin61386 -> 66622 bytes
-rw-r--r--TODO.md2
-rw-r--r--inveigh.pfxbin0 -> 2550 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/Inveigh.ps1 b/Inveigh.ps1
index 8356ba7..7023019 100644
--- a/Inveigh.ps1
+++ b/Inveigh.ps1
Binary files differ
diff --git a/TODO.md b/TODO.md
index d201dba..f137a8c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,7 +4,7 @@
- [x] Add ability to capture NTLMv1 challenge/responses
- [ ] Add ability to capture LM challenge/responses
- [x] Add HTTP for challenge/response captures
-- [ ] Add HTTPS for challenge/response captures
+- [x] Add HTTPS for challenge/response captures
- [x] Add Get-Help style comments
- [ ] Add SMB listener
- [ ] Add exfiltration method for captures
diff --git a/inveigh.pfx b/inveigh.pfx
new file mode 100644
index 0000000..5fa7503
--- /dev/null
+++ b/inveigh.pfx
Binary files differ