Skip to content

RDP and WMI Example #190

Answered by rbreesems
Cyb3r-Monk asked this question in Q&A
Mar 11, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Here is an example

##passwords must be base64 encoded, ie:  "hello" would be "aGVsbG8="
##Here is a link to an online base64 encoder:  https://codebeautify.org/base64-encode
# the credential file is not meant to be 'secure', the base64 encoding is so that you don't have to escape special characters.
# the version number is there in case a different format is introduced later (like a 'secure' format)
## Credential files can have any number of entries, but each entry must have a unique key, typically the IP 
## or a combination of IP+Username if more than one credential per host
# The 'credkey' is the unique key for one of the entries

##SSH/SFTP/RDP Credential file example
{
   "Version": …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Cyb3r-Monk
Comment options

Answer selected by Cyb3r-Monk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants