From d9796951120379cdd20df303481f72cd23831bbf Mon Sep 17 00:00:00 2001 From: talwrii Date: Sat, 9 Dec 2017 01:34:32 +0000 Subject: [PATCH] Make it clear how this tool works --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c1fca2..d979827 100644 --- a/README.md +++ b/README.md @@ -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. +This is achieved by reading the **cookies.sqlite** file in Firefox profiles. + # Attribution This code is adapted from [this Stack Exchange answer](https://superuser.com/a/1239036/653515) by [hackerb9](https://superuser.com/users/400780/hackerb9).