Make it clear how this tool works

This commit is contained in:
talwrii 2017-12-09 01:34:32 +00:00 committed by GitHub
parent 6636513c48
commit d979695112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@ This is useful for interacting with logged in websites from the shell, without h
The executable `cookiefire` included in this package can be used to extract the cookies from Firefox. The executable `cookiefire` included in this package can be used to extract the cookies from Firefox.
This is achieved by reading the **cookies.sqlite** file in Firefox profiles.
# Attribution # Attribution
This code is adapted from [this Stack Exchange answer](https://superuser.com/a/1239036/653515) by [hackerb9](https://superuser.com/users/400780/hackerb9). This code is adapted from [this Stack Exchange answer](https://superuser.com/a/1239036/653515) by [hackerb9](https://superuser.com/users/400780/hackerb9).