Skip to content

Instantly share code, notes, and snippets.

View xtekky's full-sized avatar
🚩
final exams

Tekky xtekky

🚩
final exams
View GitHub Profile
@will3942
will3942 / app.rb
Last active June 11, 2024 12:17
Reverse-Engineering Instagram
require 'openssl'
require 'base64'
require 'json'
require 'httpclient'
http = HTTPClient.new(:agent_name => useragent)
key = "" #The Private key
login_info = {:guid => "00000000-0000-0000-0000-000000000000",
:password => "PASSWORD",
:username => "USERNAME",