Online PHP and Javascript Decoder decode hidden script to uncover its real functionality


{
  "jsonapi": {
    "version": "1.1",
    "meta": {
      "links": {
        "self": {
          "href": "http://jsonapi.org/format/1.1/"
        }
      }
    }
  },
  "data": [
    {
      "type": "node--products",
      "id": "8b05d733-0abc-4080-8627-740c02601124",
      "links": {
        "self": {
          "href": "https://mamallan.in/api/v1/products/8b05d733-0abc-4080-8627-740c02601124?resourceVersion=id%3A1"
        }
      },
      "attributes": {
        "title": "Produt 1",
        "description": {
          "value": "<p>Produt Description</p>",
          "format": "basic_html",
          "processed": "<p>Produt Description</p>"
        }
      },
      "relationships": {
        "product_image": {
          "data": {
            "type": "media--image",
            "id": "6d2e8772-4763-4b5c-99f3-b22790b97934",
            "meta": {
              "drupal_internal__target_id": 1
            }
          },
          "links": {
            "related": {
              "href": "https://mamallan.in/api/v1/products/8b05d733-0abc-4080-8627-740c02601124/product_image?resourceVersion=id%3A1"
            },
            "self": {
              "href": "https://mamallan.in/api/v1/products/8b05d733-0abc-4080-8627-740c02601124/relationships/product_image?resourceVersion=id%3A1"
            }
          }
        }
      }
    },
    {
      "type": "node--products",
      "id": "f78ce063-4e16-469d-955b-8869fb4bf87f",
      "links": {
        "self": {
          "href": "https://mamallan.in/api/v1/products/f78ce063-4e16-469d-955b-8869fb4bf87f?resourceVersion=id%3A2"
        }
      },
      "attributes": {
        "title": "Product 2",
        "description": {
          "value": "<p>Product 2 description</p>",
          "format": "basic_html",
          "processed": "<p>Product 2 description</p>"
        }
      },
      "relationships": {
        "product_image": {
          "data": {
            "type": "media--image",
            "id": "fe843024-9d08-4853-a143-e0c06311be4d",
            "meta": {
              "drupal_internal__target_id": 2
            }
          },
          "links": {
            "related": {
              "href": "https://mamallan.in/api/v1/products/f78ce063-4e16-469d-955b-8869fb4bf87f/product_image?resourceVersion=id%3A2"
            },
            "self": {
              "href": "https://mamallan.in/api/v1/products/f78ce063-4e16-469d-955b-8869fb4bf87f/relationships/product_image?resourceVersion=id%3A2"
            }
          }
        }
      }
    }
  ],
  "links": {
    "self": {
      "href": "https://mamallan.in/api/v1/products?fields%5Bnode--products%5D=title%2Cdescription%2Cproduct_image"
    }
  }
}



© 2023 Quttera Ltd. All rights reserved.