Skip to content
View Rosbifbr's full-sized avatar
💫
currently enjoying life and the inexorable passing of time.
💫
currently enjoying life and the inexorable passing of time.

Highlights

  • Pro

Block or report Rosbifbr

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. intelbras_dec.js intelbras_dec.js
    1
    const fs = require('fs');
    2
    const path = require('path');
    3
    
                  
    4
    //Simple script to XOR/unXOR intelbras router config files.
    5
    //TIP: If the tecomtec key does not work, get your hands on a firmware file, the config loading binaries and the miblib linkable binary.
  2. ZTE decompress utility ZTE decompress utility
    1
    #!/usr/bin/fish
    2
    # ZTE apparently outsourced their old ONT firwmare. Started showing up a lot in Brazilian vendors which I will not name.
    3
    # The firmwares always export their configurations in an uneditable way.
    4
    
                  
    5
    # REQUIRED: Perl, binwalk, fish
  3. ask_rs ask_rs Public

    Rust-based multimodal terminal LLM UI.

    Rust 1

  4. todo.c todo.c Public

    Todo webapp written in C to piss off the React devs

    C

  5. maersk-scraper maersk-scraper Public

    Simple WebScraper of Maersk website imports written in NodeJS

    JavaScript

  6. 8086_challenge 8086_challenge Public

    Challenge file parser for x86 real mode assembly on DOS

    Assembly