-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Hi again,
I saw that when an SSH key is found, when saved in JSON format to a file, the SSH key is written as a multi-line string. JSON format does not support multi-line strings, thus failing when trying to load that data with the Python json module.
More info can be found here:
Problematic output example:
"Passwords": [
[
{
"Category": "Ssh"
},
[
{
"KEY": "-----BEGIN RSA PRIVATE KEY-----
<string>
<string>
<string>
If a json.load() is executed upon that data, it will fail, rendering the feature of storing data as json kind of useless.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels