Skip to content

Instantly share code, notes, and snippets.

View iceisnicehq's full-sized avatar
🎭
He who reflects the sorrow

Sab iceisnicehq

🎭
He who reflects the sorrow
View GitHub Profile
@iamwildtuna
iamwildtuna / gist:7772b7c84a11bf6e1385f23096a73a15
Last active October 21, 2025 13:15
VPN IP Addresses (IP адреса ChatGPT, Copilot, Meta, Facebook, Instagram, YouTube, Medium, X ex. Twitter, Discord)
Meta (Instagram, Facebook)
// Узлы
157.240.253.174, 157.240.253.172, 157.240.253.167, 157.240.253.63, 157.240.253.32
157.240.252.174, 157.240.252.172, 157.240.252.167, 157.240.252.63, 157.240.252.38
57.144.112.34, 57.144.110.1, 157.240.205.174, 87.245.223.97
// Подсети
213.102.128.0/24
204.15.20.0/22
199.201.0.0/16
@localhost
localhost / cit0day.rb
Created November 19, 2020 17:56
Cit0day breach check for password-store
#!/usr/bin/env ruby
ARGF.each do |l|
d = l.split(' ')&.first&.downcase&.gsub(/\Awww\./, '')
next unless d
`pass find #{d}`
end