mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
Added full path to gen-self-sign-cert.sh
This commit is contained in:
parent
9c303d7bd5
commit
69f431e58f
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class Settings:
|
|||
pass
|
||||
else:
|
||||
#If it's the first time, generate SSL certs for this Responder session and send openssl output to /dev/null
|
||||
Certs = os.system("./certs/gen-self-signed-cert.sh >/dev/null 2>&1")
|
||||
Certs = os.system(self.ResponderPATH+"/certs/gen-self-signed-cert.sh >/dev/null 2>&1")
|
||||
|
||||
try:
|
||||
NetworkCard = subprocess.check_output(["ifconfig", "-a"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue