Pinned Repositories
100-days-of-code
Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
100-days-of-Hacking
This is our internal Team Progress Tracker for the 100days of hacking
64-bit-OperatingSystem
Building a 64 bit OS using assembly
A-star-path-finding
Implementing the A-star path finding algorithm in python
Direct-and-Indirect-Syscalls
Process Injection Techniques using DIrect and Indirect Syscalls
Mshikaki
A shellcode injection tool showcasing various process injection techniques
Process-Injection-cpp
Various Process Injection Implementation with cpp
trevorsaudi.github.io
personal blogfolio
Zero-Import-Malware
Small project looking into how we can build malware with zero-imports by dynamically resolving windows APIs using GetProcAddress and GetModuleHandle windows APIs.
trevorsaudi's Repositories
trevorsaudi/Mshikaki
A shellcode injection tool showcasing various process injection techniques
trevorsaudi/Zero-Import-Malware
Small project looking into how we can build malware with zero-imports by dynamically resolving windows APIs using GetProcAddress and GetModuleHandle windows APIs.
trevorsaudi/Process-Injection-cpp
Various Process Injection Implementation with cpp
trevorsaudi/Direct-and-Indirect-Syscalls
Process Injection Techniques using DIrect and Indirect Syscalls
trevorsaudi/Android-Reverse-Engineering
Some apk files I test for android reverse engineering
trevorsaudi/BinaryExploitation
trevorsaudi/trevorsaudi.github.io
personal blogfolio
trevorsaudi/100-days-of-Hacking
This is our internal Team Progress Tracker for the 100days of hacking
trevorsaudi/64-bit-OperatingSystem
Building a 64 bit OS using assembly
trevorsaudi/A-star-path-finding
Implementing the A-star path finding algorithm in python
trevorsaudi/data-selfie-app
built using node and express, this app geolocates where you take a selfie and saves it to a database
trevorsaudi/django-Shoestore
trevorsaudi/dockerized-zip-slip
A dockerized instance of a web zip-slip vulnerability in JustCTF2022
trevorsaudi/Flappy-birds-with-Neural-networks
using neural networks to play the flappybirds game
trevorsaudi/Movie-Sentiment-Analysis
NLP Final Project Group Task
trevorsaudi/RFID-locksystem
IoT - 2nd year project recreating an RFID locksystem for our hostels
trevorsaudi/TinyAES-NTAPI-Injector
Implementing TinyAES for payload encryption in an NTAPI-Injector
trevorsaudi/TOR-from-scratch
trevorsaudi/x86asm
trevorsaudi/Actioncable-rails
trevorsaudi/AI_labs
trevorsaudi/BadBlood
BadBlood by @davidprowe, Secframe.com, fills a Microsoft Active Directory Domain with a structure and thousands of objects. The output of the tool is a domain similar to a domain in the real world. After BadBlood is ran on a domain, security analysts and engineers can practice using tools to gain an understanding and prescribe to securing Active Directory. Each time this tool runs, it produces different results. The domain, users, groups, computers and permissions are different. Every. Single. Time.
trevorsaudi/blind-sqli-telegram-bot
bruteforcing a blind sqli vulnerability on a telegram bot
trevorsaudi/Blogpost-website
full stack blogpost website with flask python as front end and back end
trevorsaudi/Breaking_XOR
Using python to break common XOR encryption methods
trevorsaudi/BufferOverflows
trevorsaudi/codecrafters-http-server-c
Building an HTTP server in C from scratch using the Codecrafters guide
trevorsaudi/foodLog-ruby
trevorsaudi/ftpRuby
trevorsaudi/Maldev-Skeleton
This repo contains a skeleton stager for both stageless and staged programs in C# and an encryptor for shellcode to bypass AV