Skip to content

Instantly share code, notes, and snippets.

View eshaam's full-sized avatar

Eshaam Rabaney eshaam

View GitHub Profile
@eshaam
eshaam / MERRIAM_WEBSTER_REPORT.md
Created May 14, 2026 12:28
Merriam-Webster / Encyclopaedia Britannica Domain & Infrastructure Verification Report (SSL+WHOIS+DNSSEC+CAA+HSTS)

Merriam-Webster / Encyclopaedia Britannica — Domain & Infrastructure Verification Report

Generated: 2026-05-14 14:24 UTC
Methodology: SSL OV/EV Validation + WHOIS RDAP + DNSSEC + CAA + HSTS + DNS Infrastructure
Proxy: Proxylite Residential (GB Exit Node)
Total Domains Checked: 14
Parent Company: Encyclopaedia Britannica, Inc. (Chicago, Illinois, USA)


@eshaam
eshaam / AMAZON_REPORT.md
Created May 14, 2026 12:01
Amazon.com, Inc. Domain & Infrastructure Verification Report (SSL+WHOIS+DNSSEC+CAA+HSTS) — 48 Domains

Amazon.com, Inc. — Domain & Infrastructure Verification Report

Generated: 2026-05-14 13:55 UTC
Methodology: SSL OV/EV Validation + WHOIS RDAP + DNSSEC + CAA + HSTS + DNS Infrastructure
Proxy: Proxylite Residential (GB Exit Node)
Total Domains Checked: 48
Parent Company: Amazon.com, Inc. (Seattle, Washington, USA)


@eshaam
eshaam / STEAM_REPORT.md
Created May 14, 2026 11:28
Steam / Valve Corporation Domain & Infrastructure Verification Report (SSL+WHOIS+DNSSEC+CAA+HSTS)

Steam / Valve Corporation — Domain & Infrastructure Verification Report

Generated: 2026-05-14 13:24 UTC
Methodology: SSL OV/EV Validation + WHOIS RDAP + DNSSEC + CAA + HSTS + DNS Infrastructure
Proxy: Proxylite Residential (GB Exit Node)
Total Domains Checked: 19
Parent Company: Valve Corporation (Bellevue, Washington, USA)


@eshaam
eshaam / DATA.md
Created May 14, 2026 00:54
Domain Verification Report v3.2 — Rumble, Tesco, Mayo Clinic, DigitalOcean & Amin K Publishing (SSL+WHOIS+DNSSEC+CAA+HSTS)

Domain Verification Report v3.2 — Rumble, Tesco, Mayo Clinic, DigitalOcean & Amin K Publishing

Generated: 2026-05-14 02:51 UTC
Methodology: SSL OV/EV Validation + WHOIS RDAP + DNSSEC + CAA + HSTS + DNS Infrastructure
Proxy: Proxylite Residential (GB Exit Node)
Script: verify_rumble_v3.py (cryptography + dnspython)
Total Domains Checked: 20


@eshaam
eshaam / DATA.md
Created May 14, 2026 00:43
Domain Verification Report v3.1 — Rumble, Tesco, Mayo Clinic & DigitalOcean (SSL+WHOIS+DNSSEC+CAA+HSTS)

Domain Verification Report v3.1 — Rumble, Tesco, Mayo Clinic & DigitalOcean

Generated: 2026-05-14 02:41 UTC
Methodology: SSL OV/EV Validation + WHOIS RDAP + DNSSEC + CAA + HSTS + DNS Infrastructure
Proxy: Proxylite Residential (GB Exit Node)
Script: verify_rumble_v3.py (cryptography + dnspython)
Total Domains Checked: 19


@eshaam
eshaam / DATA.md
Created May 14, 2026 00:28
Domain Verification Report v3.0 — Rumble & Tesco PLC (SSL+WHOIS+DNSSEC+CAA+HSTS)

Domain Verification Report v3.0 — Rumble Canada Inc. & Tesco PLC

Generated: 2026-05-14 02:27 UTC
Methodology: SSL OV/EV Validation + WHOIS RDAP + DNSSEC + CAA + HSTS + DNS Infrastructure
Proxy: Proxylite Residential (GB Exit Node)
Script: verify_rumble_v3.py (cryptography + dnspython)


Table of Contents

@eshaam
eshaam / DATA.md
Created May 14, 2026 00:05
Domain Verification Report — Rumble & Tesco PLC

Domain Verification Report — Rumble & Tesco PLC

Generated: 2026-05-14
Methodology: SSL Organization Validation (OV/EV) + WHOIS RDAP Cross-Reference + Fuzzy Matching
Proxy: Proxylite Residential (GB Exit Node)


Executive Summary

@eshaam
eshaam / Bridge-WslPorts.ps1
Created February 16, 2024 04:55
PowerShell script to forward ports from WSL
#powershell -ExecutionPolicy Bypass -File C:\Users\user\OneDrive\Desktop\Bridge-WslPorts.ps1
$ports = @(80, 443, 10000, 3000, 5000, 5432);
$wslAddress = bash.exe -c "ip addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'";
if ($wslAddress -match '^(\d{1,3}\.){3}\d{1,3}$') {
Write-Host "WSL IP address: $wslAddress" -ForegroundColor Green;
Write-Host "Ports: $ports" -ForegroundColor Green;
}
else {
{
: created_at => "Sun Jun 28 14:38:03 +0000 2020",: id => 1277249911218634755,: id_str => "1277249911218634755",: text => "@eshaam #PS4share https://t.co/ck6TM3hzU4",: truncated => false,: entities => {
: hashtags => [
[0] {
: text => "PS4share",: indices => [
[0] 8,
[1] 17
]
}
],: symbols => [],: user_mentions => [
apply plugin: 'com.android.application'
android {
signingConfigs {
config {
keyAlias 'myAlias'
keyPassword '123'
storeFile file('myAlias')
storePassword '123'
}