Guest User

Untitled

a guest
May 25th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. cd "users/user/library/application support/google/chrome/default"
  2. sqlite3 "Login Data"
  3. sqlite3> .output chrome-passwords.txt
  4. sqlite3> select origin_url, username_values, password_value from logins;
Add Comment
Please, Sign In to add comment