{"id":186645,"date":"2025-01-23T21:54:20","date_gmt":"2025-01-23T19:54:20","guid":{"rendered":"https:\/\/koninis.me\/?p=186645"},"modified":"2025-01-23T21:54:23","modified_gmt":"2025-01-23T19:54:23","slug":"retrieving-firefox-passwords-in-macos","status":"publish","type":"post","link":"https:\/\/koninis.me\/index.php\/2025\/01\/23\/retrieving-firefox-passwords-in-macos\/","title":{"rendered":"Retrieving firefox passwords (in macOS)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">For this recipe you will need the tool jq and nss<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>brew install jq nss<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Then open the terminal and cd in the firefox profile and issue the following command<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/Users\/koninich\/Library\/Application Support\/Firefox\/Profiles\/thenameofyourprofile\n\njq -r -S '.logins&#91;] | .hostname, .encryptedUsername, .encryptedPassword' logins.json | pwdecrypt -d .\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This will print all your passwords! Enjoy!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For this recipe you will need the tool jq and nss Then open the terminal and cd in the firefox profile and issue the following command This will print all your passwords! Enjoy!<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[49],"tags":[],"class_list":["post-186645","post","type-post","status-publish","format-standard","hentry","category-how-to"],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/posts\/186645","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/comments?post=186645"}],"version-history":[{"count":1,"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/posts\/186645\/revisions"}],"predecessor-version":[{"id":186646,"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/posts\/186645\/revisions\/186646"}],"wp:attachment":[{"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/media?parent=186645"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/categories?post=186645"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/koninis.me\/index.php\/wp-json\/wp\/v2\/tags?post=186645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}