All Projects → PaulSec → Osint Facebook Reset Password

PaulSec / Osint Facebook Reset Password

Python util to retrieve full display name and profile picture from a single email address

Programming Languages

python
139335 projects - #7 most used programming language

Facebook Reset Password API

Quick utility to retrieve full display name and profile picture from a simple e-mail address (if the privacy settings have not been configured properly).

Usage

#!/bin/python
# coding: utf-8

from FacebookResetPasswordAPI import FacebookResetPasswordAPI
res = FacebookResetPasswordAPI({'verbose': True}).get('[email protected]')
print res  # retrieves the results

And the result looks something like:

[verbose] Token retrieved: AVpvxQbb
[verbose] jsdatr retrieved: UPrlVd-aKAWKxxxXAAPwJ7wz
{'profile_picture': 'https://www.facebook.com/profile/pic.php?cuid=AYhEUfs4ayVJXXXXXXXXXXXXXXXXXXXXXXXXXXXX', 'full_name': u'Paul XXXXXXXXXX'}

Contributing

Feel free to contribute or ping me on Twitter if you find a bug. Cheers!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].