Skip to content

Commit ee6347e

Browse files
author
XiaoliChan
committed
[self-signed-cert.py] remove comma
Signed-off-by: XiaoliChan <2209553467@qq.com>
1 parent 27a240d commit ee6347e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

self-signed-cert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def CarbonCopy(host, port):
7777
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)")
7878

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

8282
def password_Generator(length=18):
8383
lower = string.ascii_lowercase

0 commit comments

Comments
 (0)