Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended request command #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

daem0nc0re
Copy link
Contributor

Hi.

To prevent the trouble of converting pem output with openssl, I added the functionality to output pfx in Base64 format to the request command.
The added options are following:

  • /pfx : Flag for output certificate Base64 encoded pfx. Default value is false.

  • /password : Password for pfx file. Default value is Password123!.

  • /nowrap : Flag whether Base64 encoded pfx output should be wrapped or not. Default value is false.

I also extended /enrollcert option to accept Base64 pfx string like Rubeus.
As far as I tested, my changes work well for ESC1 and ESC3 senarios in my environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant