- JSON supports "key":"value" only on one string, so PEM-encoded private key need convertion to one-line encoded PEM. To achieve it with AWK use this:
awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' decrypted-key.pem
- To test WMI query use standart Windows utility
wbemtest.exe
, default namespace:root\CIMV2
-
Notifications
You must be signed in to change notification settings - Fork 0
Utility to retrieve batch remote command execution in JSON
License
llorephie/RFetch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Utility to retrieve batch remote command execution in JSON
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published