Skip to content
View DoxrGitHub's full-sized avatar
  • Memphis, TN

Organizations

@Bromine35

Block or report DoxrGitHub

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
DoxrGitHub/README.md
  • 👋 Hi, I’m @DoxrGitHub (I did not know what doxxing was when I created this stupid username)
  • 👀 I’m interested in researching ligma!
  • Favorite Language: JavaScript (I normally use the NodeJS runtime for projects)
  • Very interested in cybersecurity

Some of my old projects that I haven't ported to GitHub are on my Replit. They're extremely old, and therefore are essentially useless.

I'm currently trying to remake my portfolio. Here are a couple of things to check out if you're interested:

Secordis

An abandoned (at least, for now) project to create a new, open source blocking system; one made for low end school chromebooks. I stopped development as I didn't really get enough time, and I'm willing to pick up the project again. The current state of the extension is "functional and usable," but not exactly something you'd be able to set up yet.

Bromine35 Organization

Old group that a couple of us made from scratch. It has some useful resources, such as private extension dumps. No exploits or breakthroughs though :(

Doxr's Blog

A blog website that I have made. Contains public disclosures for vulnerabilities I have found.


Some of my other public projects:

Gus Payment Processor

A self-hosted payment system for Chrome extensions. Gus gives you full control over monetization, with no fees (you keep 100% of the revenue) and fine-control integration. I made as a way of having more control over how my extensions handle payments.

HS-YT

A short project of mine, to create a new YouTube client without the lag that low end devices like Chromebooks have to face, while keeping the YouTube streaming speeds.

clientDB/nodeDB

JSON "database" library; makes it really easy to work with persistent JSON files (or localStorage for the client version) for simple KV database usage. Inspired by Replit's KV built in database.

DOPE

An RSA/assymetric encryption re-implementation from scratch for fun called DOPE (Doxr Open Protocol Encryption), one of my only cryptographic projects.


There is a lot more (public) tomfoolery, but this is a small listing. See DoxrV2 (text: https://doxr.xyz/) for links and stuff.

Pinned Loading

  1. nodeDB nodeDB Public

    Easy to use JSON key/value database. NodeJS version of clientDB and has the exact same features.

    JavaScript

  2. doxrv2 doxrv2 Public

    version two of my original link page

    JavaScript 1

  3. secordis/secordis secordis/secordis Public

    Dynamic, privacy-oriented blocker.

    JavaScript 1

  4. doxrblogs doxrblogs Public

    Doxr's Blogs

    HTML

  5. gus gus Public

    A fully self-hosted license & payment processor for Chrome extensions.

    JavaScript 6

  6. DOPE DOPE Public

    Doxr Open Protocol Encryption

    JavaScript