Some projects I have been working on, in no particular order

ascii_wizard

A Python library (a bit poorly designed) for converting images to ASCII representation in the terminal. I learn a bit about some terminal magic and how to upload a repository to pip

VulnJWT

A Flask application vulnerable to numerous JWT attacks. A solution is also implemented to defend against such attacks.

InteractshEverywhere

A Burp Suite extension that mimics the Collaborator Everywhere extension, for interact.sh. This aims to replace the paywalled Burp Collaborator back when I was attempting the Portswigger labs.

Overseer

A somewhat limited attempt in building an Javascript virus scanning engine based on the logs from a JavaScript malware sandbox. This is a summer research project.

MultithreadProxy

A simple proxy server written in Go. Nothing really special aside from its simple logic.

Future ideas?

To the future me:

  • Maybe some Chrome extensions?
  • SCA engine
  • Something that uses DevTools recorder for monitoring the changes to the DOM.