Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 759 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 759 Bytes

Havoc Profile Generator by 0xv1n

Purpose: Simple GUI tool to generate a Havoc C2 profile for Demon.

Usage

  1. go run main.go
  2. fill in parameters as desired
  3. click save
  4. profile is saved as profile.yaotl if no name is specified.

Field Validation/Error Handling

  • 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".

TODO

  • 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.