accidentalrebel
Programmer for 10+ years who switched to cyber security. Working as a L2 SOC Analyst. Focusing on malware reverse engineering and development.
Accidental Rebel
Pinned Repositories
csv-to-json
CSV to JSON command line app written in RUST
emacs-dokuwiki
Edit remote Dokuwiki pages using XML-RPC
emacs-game-engine
A game engine for making games on and for Emacs
mbcscan
Scans a malware file and lists down the related MBC (Malware Behavior Catalog) details.
RATwurst
Windows-only Remote Access Tool (RAT) with anti-debugging and anti-sandbox checks. For educational purposes only.
rebel-game-engine
A 3D game engine using C with Lisp scripting
shcode2exe
Compile shellcode into an exe file from Windows or Linux.
string-anti-virus-evasion-x64-assembly
String Anti-Virus evasion written in x64 Windows Assembly
vATTACK
Visual Att&ck Tool
wp-c2
Wordpress comments section as a C&C server (Proof of Concept)
accidentalrebel's Repositories
accidentalrebel/shcode2exe
Compile shellcode into an exe file from Windows or Linux.
accidentalrebel/RATwurst
Windows-only Remote Access Tool (RAT) with anti-debugging and anti-sandbox checks. For educational purposes only.
accidentalrebel/rebel-game-engine
A 3D game engine using C with Lisp scripting
accidentalrebel/mbcscan
Scans a malware file and lists down the related MBC (Malware Behavior Catalog) details.
accidentalrebel/emacs-game-engine
A game engine for making games on and for Emacs
accidentalrebel/emacs-dokuwiki
Edit remote Dokuwiki pages using XML-RPC
accidentalrebel/vATTACK
Visual Att&ck Tool
accidentalrebel/dllcharacteristics.py
A simple Python tool for getting and setting the values of DLL characteristics for PE files.
accidentalrebel/sandbox-evasion-by-checking-ram-size
Malware sandbox evasion in x64 assembly by checking ram size
accidentalrebel/string-anti-virus-evasion-x64-assembly
String Anti-Virus evasion written in x64 Windows Assembly
accidentalrebel/wp-c2
Wordpress comments section as a C&C server (Proof of Concept)
accidentalrebel/malware-dropper-x64-win-assembly
Malware dropper converted from C to x64 Windows assembly
accidentalrebel/blue-jupyter
Jupyter Notebooks for the Blue Team
accidentalrebel/coordinate.el
Buffer editing using col and row coordinates.
accidentalrebel/mbclib
accidentalrebel/MalysisTools
This is a repository where I dump my various under-development malware analysis tools/scripts.
accidentalrebel/abplayer-mini-helper
Python helper script that cuts audio books in smaller chunks for the ABPlayer hardware project.
accidentalrebel/accidentalrebel
accidentalrebel/accidentalrebel.com
My dev blog
accidentalrebel/cti
Cyber Threat Intelligence Repository expressed in STIX 2.0
accidentalrebel/GoKit
Lightweight tween library for Unity
accidentalrebel/HandmadeHero
My project files while following Handmade Hero series
accidentalrebel/ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
accidentalrebel/json.h
🗄️ single header json parser for C and C++
accidentalrebel/salt-states
This repository maintains the SaltStack state files for the REMnux distro.
accidentalrebel/speakeasy
Windows kernel and user mode emulation.
accidentalrebel/splunk_eventgen
Splunk Event Generator: Eventgen
accidentalrebel/ThreatHuntingJupyterNotebooks
accidentalrebel/watermarker
watermarker is a Python script that adds a watermark to multiple images found in a target directory.
accidentalrebel/x64-asm-boilerplate
Boilerplate code for x64 Windows assembly