Skip to content
View RobbedColek's full-sized avatar

Block or report RobbedColek

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. PoC of CVE-2006-4304 for PS4/PS5 PoC of CVE-2006-4304 for PS4/PS5
    1
    from scapy.all import PPPoED, Ether, sniff, sendp, srp1, hexdump
    2
    
                  
    3
    source = b"\xXX\xXX\xXX\xXX\xXX\xXX" # MAC address of your adapter on PC
    4
    destination = b"\xXX\xXX\xXX\xXX\xXX\xXX" # MAC address of LAN on your PS4
    5
    interface = "Realtek PCIe 2.5GbE Family Controller #2" # get via "ipconfig /all" or eth0 or similiar on Linux
  2. GTA-IV-EFLC-DebugPatch-X360 GTA-IV-EFLC-DebugPatch-X360 Public

    Patch for leaked GTA IV: EFLC build that bypasses dongle checks

    5

  3. FiniteElementMethod FiniteElementMethod Public

    C++

  4. GameOfLife GameOfLife Public

    Game of Life written in Delphi 10.3

    Pascal