/dgframework

good project i like doing

Primary LanguageGo

DG Framework

Hand crafted, artisan code
very cool and super epic framework used for port/ vuln scanning + exploitation
Work in progress to fill out with exploits and webapp

Usage

Run the binary however your heart desires
Can be run in headless mode from the CLI or can load the console
Example command:
bin/dgframework scan -h google.com -p 443
bin/dgframework
scan -h google.com -p 443
Or run "help"

Installation

Clone the repository git clone https://github.com/joshmerr/dgframework
Build the binary go build -o bin/dgframework main.go