Is your feature request related to a problem? Please describe.
The generate command allows using the --external-builder / -E flag to build payloads using external builders.
As the profiles generate command is supposed to be the equivalent to the generate command for existing profiles, it is expected that it will also support generating implants through external builders.
Describe the solution you'd like
Being able to use profiles generate --external-builder <profile> would be useful.
Describe alternatives you've considered
The current alternative when external builders are needed is not using profiles, and repeating all configurations options whenever needed on generate command calls.
Additional context
No other aditional context needed.
Is your feature request related to a problem? Please describe.
The
generatecommand allows using the--external-builder / -Eflag to build payloads using external builders.As the
profiles generatecommand is supposed to be the equivalent to thegeneratecommand for existing profiles, it is expected that it will also support generating implants through external builders.Describe the solution you'd like
Being able to use
profiles generate --external-builder <profile>would be useful.Describe alternatives you've considered
The current alternative when external builders are needed is not using profiles, and repeating all configurations options whenever needed on
generatecommand calls.Additional context
No other aditional context needed.