Skip to content

Commit

Permalink
[self-signed-cert.py] remove comma
Browse files Browse the repository at this point in the history
Signed-off-by: XiaoliChan <[email protected]>
  • Loading branch information
XiaoliChan committed May 10, 2023
1 parent 27a240d commit ee6347e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self-signed-cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def CarbonCopy(host, port):
print(Fore.RED + "[+] Copy ./cert-out/localhost.store into your cobaltstrike directory and use it (Don't forget modify your C2 malleable profile and teamserver)")

with open('./cert-out/pass.txt', 'w') as f:
f.write("PKCS12 passphrase: {},\r\nKeystore password: {}".format(passphrase, keystore_PASS))
f.write("PKCS12 passphrase: {}\r\nKeystore password: {}".format(passphrase, keystore_PASS))

def password_Generator(length=18):
lower = string.ascii_lowercase
Expand Down

0 comments on commit ee6347e

Please sign in to comment.