cd ../../
- Notes
- Archived Notes, it's years of content that I no longer know how to organize. Sorry. ~ Contains malicious script
- FUD_x64_Loader
- Built alongside BIN ENCODE. Utilizing alternative shellcode execution via callbacks.
- Executable - Drop & Exec Elevated PS1
- Write PS1 file to disk, and execute via elevated token. Scores considerably low on VT checks. Not difficult to add disable AV function, if you're smart (dont copy/paste) it also slides by AV checks.
- BIN ENCODE - C++
- XOR/AES encode a .bin/.raw payload via given key w/ C++ decode stub. Also includes post base64 output.
- Cobalt Strike Shellcode Encoding/Formating for C++
- XOR /w Key - meant to work along side [CS Shellcode Generator Aggressor Script](https://github.com/RCStep/CSSG)
- MS-MSDT-Office-RCE-Follina
- CVE-2022-30190 POC / Payloads
- Phish [P]
- templates I created
- Process Hollow Shellcode Loader [P]
- use XOR encypter on payload.
- NetworkSweeper
- Script to discover devices on specified network | Ex. ./netsweeper 192.168.30 Credit: @ogpimen
- Automated Nmap
- Enables Host List Import / Choose Scan Depth
- Auto Scanner For CTFs
- Adds to /etc/hosts | Scans via nmap, gobuster, sublist3r, +
- Rubber Ducky Stuff
- Cobalt Custom Patch.c [P]
- GoLang Port Scanner
- This... is really slow. This was build for practice, and so I could better understand network functionalities/
- Repo List