Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

31 lines (30 loc) · 1.42 KB

badger

The swiss army knife for windows exploit development.
---ABOUT--- Version: 3.0
Made By: Lilly Chalupowski
This application is designed to be the Swiss Army Knife of Windows exploit development
Allowing exploit developers to think more about development than the repetitive tasks done everyday
To participate in this project email lilly@arcnetworksecurity.com
IMPORTANT: By using this application you indemnify and hold harmless Arc Network Security\nfor any unethical application or misuse of this software
---WHAT'S NEW---

  • Now Using Structs for Easy to Read Code
  • Includes ASLR Bruter
  • Major code clean up and overhaul from alpha version
    ---FEATURES TO COME---
  • ROP Gadget Dumps
  • x64 Support
  • x64 AlphaNumeric Shellcode Reference
  • Suggestions are welcome

Examples:

  • badger --aslr-check
  • badger --lib library.dll function
  • badger --enable-dep or --disable-dep
  • badger --enum library.dll
  • badger --about Descriptions:
  • --aslr-check: Shows RSP and ESP to aid in discovering ASLR best run several times, if values change ASLR is enabled.
  • --lib: Shows the function actual address when loaded into memory ASLR may change this if enabled
  • --enable-dep and --disable--dep: Requires administrator command prompt and will allow to enable/disable DEP for troubleshooting.
  • --enum: This will give library headers and information including functions and actual addresses
  • --about: The about screen