Skip to content
View marufromhell's full-sized avatar

Block or report marufromhell

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
marufromhell/README.README
Projects:
  NKNK: "A Python CLI that runs in between your terminal and the CLI, supports command completion, inline Python, and Python function shortcuts, git integration, and zoxide integration. This is my favorite project."
  Ghscraper: "Collects data on a GitHub user by cloning all their repos, searching commit logs for email leaks, and checks for API/name leaks. To protect idiots from doxxing. Or doxxing idiots, your choice."
  DSH: "Shell scripting for the Flipper Zero. Uses a serial connection to interpret its own programming language. Can use Flipper CLI commands, as well as local Python, and JavaScript. Or anything else you want."
  Papaya: "An unholy creation that allows you to write Python scripts without using parentheses."

Contact:
  Email: "maru@lithium-dev.xyz (pgp attached in marufromhell/marufromhell)"
  Signal: "maru.222"

Crypto:
  XMR: "49dNpgP5QSpPDF1YUVuU3ST2tUWng32m8crGQ4NuM6U44CG1ennTvESWbwK6epkfJ6LuAKYjSDKqKNtbtJnU71gi6GrF4Wh"

Working on:
  - nothing

Maintaining:
  - NKNK
  - Ghscraper

Unmaintained:
  - DSH
  - Py-Typer
  - Papaya
  - inefficent
  - ksl
Funfact: This is valid yaml

Pinned Loading

  1. ghscraper Public

    Scrapes a whole github users page and searches for name leaks. Creates a list of emails from all non github api commits to a users personal(non forked) repos

    Python 1

  2. dsh Public

    Runs flipper cli .dsh files over serial port.

    Python 1

  3. NKNK Public

    Fast python shell

    Python 2

  4. papaya Public

    python without parenthesis

    Python