mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-22 14:23:39 -07:00
Fixed default conf vaule for HTTPS Exfil to Off
This commit is contained in:
parent
408e017377
commit
6a92bbb4d6
1 changed files with 1 additions and 1 deletions
|
@ -110,6 +110,6 @@ port=587
|
||||||
server=mail.domain.com
|
server=mail.domain.com
|
||||||
|
|
||||||
[HTTPS Exfiltration]
|
[HTTPS Exfiltration]
|
||||||
enabled=On
|
enabled=Off
|
||||||
url=https://domain.com:9090
|
url=https://domain.com:9090
|
||||||
verifyssl=Off
|
verifyssl=Off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue