Skip to content
View RomySaputraSihananda's full-sized avatar
:octocat:
ngantuk 😴
:octocat:
ngantuk 😴

Block or report RomySaputraSihananda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

masih belajar — 2019 sampai sekarang, belum kelar juga.

frontend, backend, data engineering, web3 — tapi tetap nanya AI buat hal yang sama tiap hari.

bisa error di semua lapisan — frontend, backend, pipeline, smart contract. versatile.

kalau ada data di internet, sudah pernah dicoba ambil. kalau belum, tunggu.

readme ini juga dibantuin AI. konsisten.


romys.my.id  ·  @RomySihananda

Pinned Loading

  1. Bypassing TikTok's SlardarWAF SHA256... Bypassing TikTok's SlardarWAF SHA256 Proof-of-Work Challenge
    1
    # Bypassing TikTok's SlardarWAF SHA256 Proof-of-Work Challenge
    2
    
                  
    3
    When TikTok's edge detects a datacenter IP (or a new client it hasn't seen before),
    4
    `www.tiktok.com` returns a 1462-byte "Please wait..." page instead of the real content.
    5
    This is **not** a block — it's a proof-of-work gate that the browser's JavaScript solves
  2. Reverse Engineering TikTok's BPEA Lo... Reverse Engineering TikTok's BPEA Location Encryption
    1
    # Reverse Engineering TikTok's BPEA Location Encryption
    2
    
                  
    3
    TikTok Go (Place Search) encrypts GPS coordinates before sending them to the server.
    4
    The encrypted value looks like this:
    5
    
                  
  3. Reverse Engineering TikTok's X-Argus... Reverse Engineering TikTok's X-Argus Header
    1
    # Reverse Engineering TikTok's X-Argus Header
    2
    
                  
    3
    Every TikTok mobile API request carries `X-Argus` — a signed authentication token that
    4
    proves the request came from a legitimate Android client. Without it, the server returns
    5
    an empty result or `status_code: 8` (signature error).
  4. Google Maps Popular Times — Protobuf... Google Maps Popular Times — Protobuf Structure (Reverse-Engineered)
    1
    # Google Maps Popular Times — Protobuf Structure (Reverse-Engineered)
    2
    
                  
    3
    Google Maps exposes a "Popular times" histogram — 7-day × 24-hour busyness data plus
    4
    live busyness — inside the `GetPlace` response. This documents the protobuf structure
    5
    of that field as reverse-engineered from the Android Maps gRPC API.
  5. PlaneFinder Mobile App Protobuf Defi... PlaneFinder Mobile App Protobuf Definition (Reverse-Engineered)
    1
    syntax = "proto3";
    2
    
                  
    3
    // ============================================================================
    4
    // planefinder.proto
    5
    // Reverse-engineered protobuf definitions for PlaneFinder-like API responses.