aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
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 /TODO.md
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.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
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