Skip to content
View brxxn's full-sized avatar

Organizations

@GitHubBounty

Block or report brxxn

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
brxxn/README.md

๐Ÿ‘‹ Hi, I'm Brian!

I am a software engineer and security researcher who works on projects ranging from reverse engineering software to web interfaces that help me work faster. Here are some of my public projects:

  • ๐Ÿค– FBTM: Analyzes Meta's binary transparency archives to extract key data (like internal API endpoints and GraphQL operations) from JavaScript bundles and compares it with previous ones to identify new features, automated by a custom GitHub action.
  • ๐ŸŒŽ Jumpstarter: Enables remote access to local services when port forwarding is unavailable by hosting a Discord bot that can start an ngrok instance.
  • โ˜•๏ธ jdcli: Command line interface that allows extraction and multithreaded optimistic decompiling of .jar files, allowing large projects which contain classes that cause the decompiler to hang or deadlock to be analyzed.
  • ๐Ÿ›œ mitmproxy: Custom fork of the mitmproxy project that includes a web management interface to modify automatic request/response rules without the need to write a script.

I also find and report security vulnerabilities through bug bounty programs in major products, including GitHub, macOS, Facebook, Instagram, and Microsoft.

Pinned Loading

  1. jdcli jdcli Public

    Command line interface to extract and asynchronously decompile Java .jar files

    Java

  2. jumpstarter jumpstarter Public

    Forward ports in networks with CGNATs using a Discord bot and ngrok

    TypeScript

  3. fbtm fbtm Public

    GitHub repository that analyzes Meta's binary transparency archives for security researchers

    JavaScript 7 3

  4. fbtm-action fbtm-action Public

    GitHub action for analyzing Meta's binary transparency archives for security research

    TypeScript