Skip to content

Instantly share code, notes, and snippets.

View rihahari's full-sized avatar

rihahari rihahari

View GitHub Profile
@rihahari
rihahari / facebook-contact-info-summary.rb
Created March 28, 2018 06:03 — forked from dylanmckay/facebook-contact-info-summary.rb
A Ruby script for collecting phone record statistics from a Facebook user data dump
#! /usr/bin/env ruby
# NOTE: Requires Ruby 2.1 or greater.
# This script can be used to parse and dump the information from
# the 'html/contact_info.htm' file in a Facebook user data ZIP download.
#
# It prints all cell phone call + SMS message + MMS records, plus a summary of each.
#
# It also dumps all of the records into CSV files inside a 'CSV' folder, that is created
@rihahari
rihahari / README.md
Created March 6, 2018 08:12 — forked from betrcode/README.md
Using Python to check if remote port is open and accessible.