RedTeamGuides

RedTeamGuides

Methods for Stealing Password in Browser

Reza's avatar
Reza
Jan 26, 2025
∙ Paid
Share

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.

Already a paid subscriber? Sign in
© 2025 RedTeamGuides
Privacy ∙ Terms ∙ Collection notice
Start your SubstackGet the app
Substack is the home for great culture