Methods for Stealing Password in Browser
Awesome Query
Extract Cookies with Expiry Date
SELECT host_key, name, value, expires_utc FROM cookies;
Extract Autofill Data for Fields
SELECT name, value FROM autofill WHERE field_type = 'field';
Extract Bookmarked URLs with Tags
SELECT url, title, GROUP_CONCAT(tags) AS bookmark_tags FROM bookmarks GROUP BY url, title;
Extract Downloaded Files with Source and…
Keep reading with a 7-day free trial
Subscribe to RedTeamGuides to keep reading this post and get 7 days of free access to the full post archives.