Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qqzero0 authored Jun 22, 2023
1 parent 4c5924c commit 78b1986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main() -> None:
arquivos_js = encontrar_arquivos_js(diretorio_appdata, diretorio_discord)
for arquivo_js in arquivos_js:
if contem_token_mfa(arquivo_js):
print(f'[!] Possible token grabber in {file_js}, opening...')
print(f'[!] Possible token grabber in {arquivo_js}, opening...')
subprocess.run(f"notepad.exe {arquivo_js}")
encontrou = True
if not encontrou:
Expand Down

0 comments on commit 78b1986

Please sign in to comment.