Skip to content

Dessmondd/Cookiedumper.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Cookiedumper.py

The main reason behind this project was a desire to enhance Python skills and fulfill work requirements for class, or even maybe someone using this tool or finding it useful. Python's flexibility makes it the ideal choice for create automation tools like this one!

As a small project this really helped me with,Scraping, browser automation and data extraction. These skills are highly valued not only in Data Analysis but also Cybersecurity!

This script only dumps Cookies from Windows machines.

List of changes from original code:

  • Added missing comma in os.path.join statement in main() function.
  • Defined the filename variable before the if statement in main() function.
  • Indented the db = sqlite3.connect(filename) line and subsequent lines under the if statement in main() function.
  • Replaced iv: data[3:15] with iv = data[3:15] in decrypt_data() function.
  • Added a missing return statement in the first try block of decrypt_data() function.
  • Added a closing parenthesis for the main() function.
  • Moved the if __name__ == "__main__": block to the end.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages