A list of projects/tools that I have made along my journey of learning, either that be for a CTF or a real world scenario.

Forensics

PcapAnalysis (GitHub)
A script that is useful when analyzing malware traffic pcaps. It's goal is to find all HTTP and HTTPS hosts that a victim IP interacted with. Once it runs through the pcap file and collects all hosts which interacted with the victim ip, it makes request to VirusTotal in order to distinguish the malicious ones with the rest. It saves ...

Web Attacks

vulnerable_phpThumb (GitHub)
A script which scrapes the web using dorks to find domains that still use vulnerable versions of the phpThumb php script.

Reversing tools

DotNetParser (GitHub)
A script that is used to quickly parse a .NET assembly to read its methods and instructions. It's just a quick way to parse and decompile raw bytecode to IL and read the instructions, instead of loading it to a decompiler like DnSpy, ILSpy etc.
Jlaive-Deobfuscator (GitHub)
A script that deobfuscates and reconstructs all parts used in the Jlaive obfuscation process, including the final decrypted executable.

Obfuscation scripts

forcoding-Obfuscator (GitHub)
A script used for forcode-obfuscating cmd commands.

Automation tools / Scrapers

pscrapy (GitHub)
A script used for scraping the Pararius website, find and submit forms for new properties - also bypassing cloudflares anti-bot protection.