Welcome to my personal projects space. This is a collection of scripts and tools created for security research and sysadmin stuff.
- x86 Assembly scripts: PE files analysis and manipulation with ASM
- USB stick autorun: A custom autorun USB based on L3 devices
- More PE analysis in C: Reverse PE files with C
- Windows Process injection: A C program to execute arbitrary commands in another (privileged) process
- Windows Reverse Shell injection: A C program to inject a static reverse-shell in another process
- Windows Ring 0 Keylogger: A Windows keylogger in kernel (driver method)
- Windows PE Virus in ASM: A GUI-based ASM program to generate Windows viruses (self-replicating and "invisible" code) and ransomwares
- Active Directory Audit Script: PowerShell script with GUI to perform access-rights reviews on MS Active Directory. Generates an Excel report for sensitive and custom AD groups.
- Remote Administration Tool: A GUI-based C# program to run commands on multiple Windows and Linux systems (multi-threaded).
- Linux CLI Support Tool: A C program with a GUI in command-line to perform support-related actions (e.g., reverse SSH shell)
- Misc stuff: C, Python, Perl and Batch scripts to perform various sysadmin tasks and Linux memory management research
Open-Source Intelligence Scanner: A web-based application in PHP, Python and NodeJS. Provides an OSINT scanner (domain-based) to find company data leaked on internet (e.g., credentials, sensitive documents) and a vulnerability scanner (based on OpenVAS)
- Microsoft Cognitive Services: Basic code to use MS Azure Cognitive Services (AI/ML)
- Octave / Matlab stuff: Basic maths/code to perform machine learning tasks (from logistic reg to Neural Networks)
- Python ML: Basic Python scripts to perform machine learning tasks