Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 974 Bytes

osint-gmail.md

File metadata and controls

37 lines (22 loc) · 974 Bytes

Gmail account OSINT


Get @gmail.com Google ID

ID should look like 101299910324306641283

Hangouts Method

  1. https://hangouts.google.com/
  2. Click New conversation
  3. Open network tab in developer tools (F12)
  4. Look through the queries and locate json that has the email address present
  5. Copy the "personId" value

Use online tools to get ID

View public content from that user

Suffix the ID you have to each link and visit:

Bonus

Automated method (using selenium chromedriver) to do the above, however less granularity (cant see their reviews text):