Skip to content

Commit

Permalink
Update ExtractChromePassword.py
Browse files Browse the repository at this point in the history
  • Loading branch information
celalaygar authored Aug 30, 2023
1 parent 440120f commit aba5499
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Hacking-11-Extract-Chrome-Passwords/ExtractChromePassword.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def main():
# local sqlite Chrome database path
db_path = os.path.join(os.environ["USERPROFILE"], "AppData", "Local",
"Google", "Chrome", "User Data", "default", "Login Data")
# copy the file to another location
# as the database will be locked if chrome is currently running
filename = "ChromeData.db"
shutil.copyfile(db_path, filename)
db = sqlite3.connect(filename)
Expand Down

0 comments on commit aba5499

Please sign in to comment.