inSp3ctor icon indicating copy to clipboard operation
inSp3ctor copied to clipboard

Allow JSON output and more

Open mesaglio opened this issue 3 years ago • 0 comments

New functionality:

  • Flag -j, to print findings like json
{
   "Bucket": {
      "public": [
         "url: string"
      ],
      "redirect": [
         "src -> dest"
      ],
      "no_exist": [
        "url: string"
      ]
   },
   "Object": {
      "public": [
         "url: string"
      ]
   }
}
  • Flag -v, to print logs
  • Flag -t, to skip banner print
  • Change output colors. Old: image New: image

mesaglio avatar Jul 06 '21 16:07 mesaglio