Purpose: Simple GUI tool to generate a Havoc C2 profile for Demon.
go run main.go
- fill in parameters as desired
- click save
- profile is saved as
profile.yaotl
if no name is specified.
- The form does not currently validate that you enter a correct type
- If you do not specify a value for a field defined as
Required
in the docs, the profile you save will auto-populate that field with a placeholder"REQUIRED_FIELD"
.
- Allow users to specify file name
- Parse existing
yaotl
profile to allow GUI based modification of existing profiles. - Maybe add Monaco font to keep theming consistent with the Havoc client.