godylockz / wined

Windows Exploitation Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Exploitation (wined) Tools

The following scripts were used to automate Windows x86 (32-bit) / x86_64 (64-bit) Exploitation Development.

Feel free to submit issues/pull requests if you find anything wrong or want to improve!

Development Environment

  • attach.ps1 : Respawn services/processes, wait for sockets, and attach to WinDBG
  • getinstalls.sh : Get installations to be used during install.ps1
  • install.ps1 : Install Python, Mona, etc. to the target

Automation Scripts (Python 2/3)

  • gadgetizer.py : Used to find ROP gadgets via RP++, and filter bad characters.
  • shellcoder.py : Used to generate bad character/null-byte free position-independent shellcode.

WinDBG Scripts (Python 2/3)

Templates

Various templates that can be use during exploitation.

About

Windows Exploitation Tools

License:MIT License


Languages

Language:Python 75.0%Language:PowerShell 22.5%Language:Shell 2.5%