Code Monkey home page Code Monkey logo

m0nsieurpsych0 / facebook_leak_contact_checker Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 2.0 24 KB

After the leak of 533 millions Facebook user data in April of 2021, I wanted to find out if any of my friends have been affected. I could not find an easy way to check an entire contact list, so I wrote this program to help me. All you have to do is import a vcard ('.vcf') and provide a file from the leak (you may find the files on your favorite torrent providers) and let the program do the rest.

License: GNU General Public License v3.0

Python 100.00%
vcard phone leak facebook data-mining privacy phone-number android iphone

facebook_leak_contact_checker's Introduction

______                 _                    _        _                   _                
|  ___|               | |                  | |      | |                 | |               
| |_  __ _   ___  ___ | |__    ___    ___  | | __   | |      ___   __ _ | | __            
|  _|/ _` | / __|/ _ \| '_ \  / _ \  / _ \ | |/ /   | |     / _ \ / _` || |/ /            
| | | (_| || (__|  __/| |_) || (_) || (_) ||   <    | |____|  __/| (_| ||   <             
\_|  \__,_| \___|\___||_.__/  \___/  \___/ |_|\_\   \_____/ \___| \__,_||_|\_\            
                                                                                          
                                                                                          
 _____                _                _        _____  _                  _               
/  __ \              | |              | |      /  __ \| |                | |              
| /  \/  ___   _ __  | |_  __ _   ___ | |_     | /  \/| |__    ___   ___ | | __ ___  _ __ 
| |     / _ \ | '_ \ | __|/ _` | / __|| __|    | |    | '_ \  / _ \ / __|| |/ // _ \| '__|
| \__/\| (_) || | | || |_| (_| || (__ | |_     | \__/\| | | ||  __/| (__ |   <|  __/| |   
 \____/ \___/ |_| |_| \__|\__,_| \___| \__|     \____/|_| |_| \___| \___||_|\_\\___||_|   

*** ONLY WORKS FOR NORTH AMERICA PHONE NUMBERS AT THE MOMENT ***
*** If there is enough demand I will add other regions ***

Story

After the leak of over 500 millions Facebook user data, I wanted to find out if any of my friends have been affected. Since I have a lot of contacts, I did not want to use a site like haveibeenpwned because I would have had to check each one individually. So to help me it so I wrote this program.

Goal

The goal of this program is to batch check if any of your contact have been affected.

To do the check we use a vcard file that all phone uses to store contacts then we check agains one file of the leak.

Caveat

This program only compares phone numbers from the leak with the one from your contact list. That means that there might be mistakes where the phone number was not in possession of the contact at the time that the data was scrapped from Facebook.


Usage

All you have to do is export a vcard ('.vcf') from your phone, provide a file from the leak and let the program do the rest.

you may find the files from the leak on your favorite torrent providers**

1- install dependency for parsing vcards

  pip install vobject

2- use the program

  python main.py -i 'contact.vcf' -l 'Country.txt'

How to export vcard (.vcf) on Android:

https://www.howtogeek.com/359081/how-to-manually-export-and-back-up-contacts-on-android/

How to export vcard (.vcf) on ios:

https://trendblog.net/how-to-export-iphone-contacts-to-a-vcf-or-csv-file/


***DISCLAIMERS***

I can't distribute the leaked files for legal reasons.

You have to find them by your own means.

***DISCLAIMERS***

facebook_leak_contact_checker's People

Contributors

m0nsieurpsych0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

loupdemon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.