Skip to content

Python3 code to access firefox cookies and put them in a http.cookiejar.

Notifications You must be signed in to change notification settings

oschneidewind/cookiethief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

cookiethief

Python has the http.cookiejar, which supposedly also works with the Mozilla cookies. It does not do it. Firefox has already changed the cookie store before quite a few versions. From a text file to a sqlite database.

Hence this little cookie thief. He sneaks up and steals the Firefox, all cookies to put it in his own cookiejar.

About

Python3 code to access firefox cookies and put them in a http.cookiejar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages