├── LICENSE ├── README.md ├── env.rb ├── greenhat.rb ├── image ├── image.png ├── pic1.png ├── pic2.png └── test ├── install.ps1 └── lib ├── antisandbox.rb ├── console.rb ├── encoder.rb ├── env.rb ├── exemaker.rb ├── greenhat.rb ├── output.rb ├── payloadmaker.rb ├── skeleton.rb └── utils.rb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/README.md -------------------------------------------------------------------------------- /env.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/env.rb -------------------------------------------------------------------------------- /greenhat.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/greenhat.rb -------------------------------------------------------------------------------- /image/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/image/image.png -------------------------------------------------------------------------------- /image/pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/image/pic1.png -------------------------------------------------------------------------------- /image/pic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/image/pic2.png -------------------------------------------------------------------------------- /image/test: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/install.ps1 -------------------------------------------------------------------------------- /lib/antisandbox.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/antisandbox.rb -------------------------------------------------------------------------------- /lib/console.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/console.rb -------------------------------------------------------------------------------- /lib/encoder.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/encoder.rb -------------------------------------------------------------------------------- /lib/env.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/env.rb -------------------------------------------------------------------------------- /lib/exemaker.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/exemaker.rb -------------------------------------------------------------------------------- /lib/greenhat.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/greenhat.rb -------------------------------------------------------------------------------- /lib/output.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/output.rb -------------------------------------------------------------------------------- /lib/payloadmaker.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/payloadmaker.rb -------------------------------------------------------------------------------- /lib/skeleton.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/skeleton.rb -------------------------------------------------------------------------------- /lib/utils.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-m/green-hat-suite/HEAD/lib/utils.rb --------------------------------------------------------------------------------