lemmeknow icon indicating copy to clipboard operation
lemmeknow copied to clipboard

Show Exploits in cli output

Open swanandx opened this issue 3 years ago • 0 comments

We have Exploit for some identifications. It would be great if we could show them if user passed -v i.e. verbose flag on cli.

{
      "Name": "Mailchimp API Key",
      ...
      "Description": null,
      "Exploit": "Use the command below to verify that the API key is valid (substitute <dc> for your datacenter, i. e. us5):\n  $ curl --request GET --url 'https://<dc>.api.mailchimp.com/3.0/' --user 'anystring:API_KEY_HERE' --include\n",
      "Rarity": 0.8,
      "URL": null,
     ...
   },

swanandx avatar Oct 19 '22 12:10 swanandx