{"id":866,"date":"2022-05-25T02:53:26","date_gmt":"2022-05-25T02:53:26","guid":{"rendered":"https:\/\/zineausa.com\/blog\/?p=866"},"modified":"2022-05-25T04:47:36","modified_gmt":"2022-05-25T04:47:36","slug":"how-to-automatically-replace-cookies-in-burpsuite","status":"publish","type":"post","link":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/","title":{"rendered":"How to automatically replace cookies in BurpSuite"},"content":{"rendered":"\n<p>If you have ever done a phishing exercise for a company, the contract probably said you have to test the creds you get. But what if they&#8217;re tokens? Are you going to manually replace them every intercept? No way, that&#8217;s extremely slow and error prone. Here&#8217;s how to automatically replace cookies in BurpSuite. In the example below, we&#8217;ll be placing the two cookies: ESTSAUTH and ESTSAUTHPERSISTENT we received during an O365 phishing request.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step by Step Instructions for Replacing Cookies in Burpsuite<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>First, navigate to &#8220;Proxy&#8221; and then &#8220;Options&#8221;:<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"445\" height=\"90\" src=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image.png\" alt=\"\" class=\"wp-image-868\" srcset=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image.png 445w, https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image-300x61.png 300w\" sizes=\"auto, (max-width: 445px) 100vw, 445px\" \/><figcaption>Navigate to Proxy then Options in the menu<\/figcaption><\/figure>\n\n\n\n<p>2. Next, scroll down to &#8220;Match and Replace&#8221; and press &#8220;Add&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"705\" height=\"92\" src=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image-1.png\" alt=\"\" class=\"wp-image-869\" srcset=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image-1.png 705w, https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image-1-300x39.png 300w\" sizes=\"auto, (max-width: 705px) 100vw, 705px\" \/><figcaption>Press add under Match and Replace<\/figcaption><\/figure>\n\n\n\n<p>3. For us, we want to replace all existing ESTSAUTH cookies with the one we received during our Phishing exercise, so we will use a regex match as followed:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"205\" src=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image-2.png\" alt=\"\" class=\"wp-image-870\"\/><figcaption>How to actually do the match and replace using regex<\/figcaption><\/figure>\n\n\n\n<p>In the Match field, we put <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ESTSAUTH=.*;<\/code><\/pre>\n\n\n\n<p>To translate this from REGEX, this means match the exact phrase &#8220;ESTSAUTH=&#8221;, and match any amount of any character after that, and then match &#8220;;&#8221; then stop.<\/p>\n\n\n\n<p>The replace will be our token, plus a &#8220;;&#8221; at the end, so something like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ESTSAUTH=0.ARsSFDGSBNVCXLKSJDFGSLKGFJCVB,.MNSDFGKLJHSDFGLKJSDFGSGSyE_azw;<\/code><\/pre>\n\n\n\n<p>4. Similarly, the other cookie will look like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"330\" height=\"219\" src=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image-3.png\" alt=\"\" class=\"wp-image-871\" srcset=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image-3.png 330w, https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/image-3-300x199.png 300w\" sizes=\"auto, (max-width: 330px) 100vw, 330px\" \/><figcaption>Second cookie<\/figcaption><\/figure>\n\n\n\n<p>Viola &#8211; that&#8217;s how to automatically replace cookies in BurpSuite. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Summary related to ESTSAUTH and O365<\/h2>\n\n\n\n<p>In our experience, logging in with ESTSAUTH will attempt lock you in on the landing page of the phished app, especially if you&#8217;re using something in <a href=\"https:\/\/github.com\/kgretzky\/evilginx2\">evilginx2<\/a> to capture tokens to avoid MFA. However, once you try to open anything like a document or traverse to email, you will get another login prompt prompting you to enter MFA. Just retry the URL again and with the Burp settings above in place it should just let you into email, onedrive, etc for O365.<\/p>\n\n\n\n<p>We hope this has helped, please see our other <a href=\"https:\/\/zineausa.com\/blog\/category\/how-to\/\">How-To<\/a> guides if you want to learn more about other cyber-related topics!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have ever done a phishing exercise for a company, the contract probably said you have to test the creds you get. But what if they&#8217;re tokens? Are you going to manually replace them every intercept? No way, that&#8217;s extremely slow and error prone. Here&#8217;s how to automatically replace cookies in BurpSuite. In the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":867,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-866","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to automatically replace cookies in BurpSuite - Zinea InfoSec Blog<\/title>\n<meta name=\"description\" content=\"Here&#039;s two clear examples of how you replace cookies in Burpsuite automatically\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to automatically replace cookies in BurpSuite - Zinea InfoSec Blog\" \/>\n<meta property=\"og:description\" content=\"Here&#039;s two clear examples of how you replace cookies in Burpsuite automatically\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/\" \/>\n<meta property=\"og:site_name\" content=\"Zinea InfoSec Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/zineausa\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-25T02:53:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-25T04:47:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/download.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"290\" \/>\n\t<meta property=\"og:image:height\" content=\"174\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Zinea\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ZineaLLC\" \/>\n<meta name=\"twitter:site\" content=\"@ZineaLLC\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zinea\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/\"},\"author\":{\"name\":\"Zinea\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3c58d4f0650f7fb571c01fcf836b1d0\"},\"headline\":\"How to automatically replace cookies in BurpSuite\",\"datePublished\":\"2022-05-25T02:53:26+00:00\",\"dateModified\":\"2022-05-25T04:47:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/\"},\"wordCount\":340,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/download.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/\",\"name\":\"How to automatically replace cookies in BurpSuite - Zinea InfoSec Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/download.jpg\",\"datePublished\":\"2022-05-25T02:53:26+00:00\",\"dateModified\":\"2022-05-25T04:47:36+00:00\",\"description\":\"Here's two clear examples of how you replace cookies in Burpsuite automatically\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/#primaryimage\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/download.jpg\",\"contentUrl\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/download.jpg\",\"width\":290,\"height\":174},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2022\\\/05\\\/how-to-automatically-replace-cookies-in-burpsuite\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to automatically replace cookies in BurpSuite\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/\",\"name\":\"Zinea InfoSec Blog\",\"description\":\"Cyber Security Resources\",\"publisher\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#organization\",\"name\":\"Zinea LLC\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/zinea-square.png\",\"contentUrl\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/zinea-square.png\",\"width\":876,\"height\":876,\"caption\":\"Zinea LLC\"},\"image\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/zineausa\\\/\",\"https:\\\/\\\/x.com\\\/ZineaLLC\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3c58d4f0650f7fb571c01fcf836b1d0\",\"name\":\"Zinea\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g\",\"caption\":\"Zinea\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to automatically replace cookies in BurpSuite - Zinea InfoSec Blog","description":"Here's two clear examples of how you replace cookies in Burpsuite automatically","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/","og_locale":"en_US","og_type":"article","og_title":"How to automatically replace cookies in BurpSuite - Zinea InfoSec Blog","og_description":"Here's two clear examples of how you replace cookies in Burpsuite automatically","og_url":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/","og_site_name":"Zinea InfoSec Blog","article_publisher":"https:\/\/www.facebook.com\/zineausa\/","article_published_time":"2022-05-25T02:53:26+00:00","article_modified_time":"2022-05-25T04:47:36+00:00","og_image":[{"width":290,"height":174,"url":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/download.jpg","type":"image\/jpeg"}],"author":"Zinea","twitter_card":"summary_large_image","twitter_creator":"@ZineaLLC","twitter_site":"@ZineaLLC","twitter_misc":{"Written by":"Zinea","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/#article","isPartOf":{"@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/"},"author":{"name":"Zinea","@id":"https:\/\/zineausa.com\/blog\/#\/schema\/person\/e3c58d4f0650f7fb571c01fcf836b1d0"},"headline":"How to automatically replace cookies in BurpSuite","datePublished":"2022-05-25T02:53:26+00:00","dateModified":"2022-05-25T04:47:36+00:00","mainEntityOfPage":{"@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/"},"wordCount":340,"commentCount":0,"publisher":{"@id":"https:\/\/zineausa.com\/blog\/#organization"},"image":{"@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/#primaryimage"},"thumbnailUrl":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/download.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/","url":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/","name":"How to automatically replace cookies in BurpSuite - Zinea InfoSec Blog","isPartOf":{"@id":"https:\/\/zineausa.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/#primaryimage"},"image":{"@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/#primaryimage"},"thumbnailUrl":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/download.jpg","datePublished":"2022-05-25T02:53:26+00:00","dateModified":"2022-05-25T04:47:36+00:00","description":"Here's two clear examples of how you replace cookies in Burpsuite automatically","breadcrumb":{"@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/#primaryimage","url":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/download.jpg","contentUrl":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2022\/05\/download.jpg","width":290,"height":174},{"@type":"BreadcrumbList","@id":"https:\/\/zineausa.com\/blog\/2022\/05\/how-to-automatically-replace-cookies-in-burpsuite\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zineausa.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to automatically replace cookies in BurpSuite"}]},{"@type":"WebSite","@id":"https:\/\/zineausa.com\/blog\/#website","url":"https:\/\/zineausa.com\/blog\/","name":"Zinea InfoSec Blog","description":"Cyber Security Resources","publisher":{"@id":"https:\/\/zineausa.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zineausa.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zineausa.com\/blog\/#organization","name":"Zinea LLC","url":"https:\/\/zineausa.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zineausa.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2018\/05\/zinea-square.png","contentUrl":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2018\/05\/zinea-square.png","width":876,"height":876,"caption":"Zinea LLC"},"image":{"@id":"https:\/\/zineausa.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/zineausa\/","https:\/\/x.com\/ZineaLLC"]},{"@type":"Person","@id":"https:\/\/zineausa.com\/blog\/#\/schema\/person\/e3c58d4f0650f7fb571c01fcf836b1d0","name":"Zinea","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g","caption":"Zinea"}}]}},"_links":{"self":[{"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/posts\/866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/comments?post=866"}],"version-history":[{"count":5,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/posts\/866\/revisions"}],"predecessor-version":[{"id":882,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/posts\/866\/revisions\/882"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/media\/867"}],"wp:attachment":[{"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/media?parent=866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/categories?post=866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/tags?post=866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}