Skip to content
View michaelf97's full-sized avatar
😀
😀

Block or report michaelf97

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

Michael's GitHub Portfolio

Cybersecurity Enthusiast: Threat Intelligence, Malware Analysis & Reverse Engineering

Welcome to my digital realm, where I showcase my explorations and contributions in the vast world of cybersecurity. I am constantly tinkering, learning, and developing, and this space serves as a testament to my journey. Feel free to navigate through my repositories and tools. Feedback is invaluable; if you have any suggestions or insights, kindly raise an issue in the respective repository.

Featured Tools

  • zipSniper: A Rust application that remotely reads ZIP files to display their directory listing. It's especially handy when determining the value of downloading a ZIP archive over Tor given its often slow speeds.

  • shellrunner: Shellrunner is a simple Windows-based tool designed to load and execute shellcode from a binary file. This differs from blobrunner and other tools like it by simplifying the injection process.

  • 32bit_a3x_converter: Working with 64-bit AutoIT a3x compiled scripts? This tool is essential for converting them to 32-bit, ensuring compatibility with various tools.

  • pwndar: A Rust-based CLI tool to query the HaveIBeenPwned API. While it started as a personal exercise, it might be of use to others.

  • godaddy_ddns: A Python script tailored for those using Godaddy's DNS. Ideal when hosting resources behind ISP-provided routers with dynamic IPs, this program automatically updates the domain's A record every hour.

Exploratory Ventures

While these projects might not be fully-fledged tools, they capture unique facets of my journey and might pique the interest of the curious:

  • jlox: My personal endeavor into crafting a custom interpreter, initially developed in Java. I have future aspirations to reimagine it in Rust. (rlox)

Thank you for stopping by! Collaboration and knowledge-sharing are at the heart of the open-source community. Let's learn and grow together.

Popular repositories Loading

  1. godaddy_ddns godaddy_ddns Public

    Python software that can update A records for domains held by GoDaddy.com.

    Python 4

  2. zipSniper zipSniper Public

    Rust 2 1

  3. bot bot Public

    Python

  4. michaelf97 michaelf97 Public

  5. shellcode_injector shellcode_injector Public

    Will inject shellcode into a hardcoded address to aid in analysis.

    C

  6. 32bit_a3x_converter 32bit_a3x_converter Public

    A lot of the freely available tools to decompile, analyse and reverse AutoIT related scripts do not support 64 bit. This tool will convert 64 bit a3x compiled scripts into 32 bit

    Python