{"id":105,"date":"2007-08-15T20:13:37","date_gmt":"2007-08-15T18:13:37","guid":{"rendered":"http:\/\/www.corelan.be:8800\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/"},"modified":"2007-08-15T20:13:37","modified_gmt":"2007-08-15T18:13:37","slug":"how-to-mount-openfiler-snapshot-in-windows","status":"publish","type":"post","link":"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/","title":{"rendered":"How to mount an Openfiler snapshot in Windows"},"content":{"rendered":"<p>After playing with Openfiler for a while, I started wondering how I could get access to a snapshot that was created with Openfiler.<\/p>\n<p>This is how it works (according to me, I just hope Openfiler and iSCSI Enterprise Target find another way to make this easier)<\/p>\n<p>On one of my LUN's, I have created a snapshot schedule . The original LUN is mounted as drive G: on my system.<\/p>\n<p>After the snapshot was created, this is what I found on the filesystem :<\/p>\n<div>\n<pre style=\"font-size: 8pt; margin: 0em; overflow: visible; width: 98.53%; color: black; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; height: 144px; background-color: #f4f4f4; border-style: none; padding: 0px;\">[root@openfiler1 storage3]# pwd\n\/dev\/storage3\n[root@openfiler1 storage3]# ls -al\ntotal 0\ndrwx------ 2 root root 80 Aug 15 13:22 .\ndrwxr-xr-x 11 root root 3340 Aug 15 13:22 ..\nlrwxrwxrwx 1 root root 25 Aug 13 00:00 lun3 -<span style=\"color: #0000ff;\">&gt;<\/span>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \/dev\/mapper\/storage3-lun3\nlrwxrwxrwx 1 root root 44 Aug 13 00:00 of.snapshot.lun3.sched0 -<span style=\"color: #0000ff;\">&gt;<\/span>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\/dev\/mapper\/storage3-of.snapshot.lun3.sched0<\/pre>\n<\/div>\n<p>\u00a0<\/p>\n<p>So the snapshot is stored as \/dev\/storage3\/of.snapshot.lun3.sched0. On the original system, this drive that was snapshotted into \/dev\/storage3\/of.snapshot.lun3.sched0 is mounted as G:<\/p>\n<p>If you add this snapshot lun into the \/etc\/ietd.conf file, you should be able to mount it<\/p>\n<div>\n<pre style=\"font-size: 8pt; margin: 0em; overflow: visible; width: 98.83%; color: black; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; height: 336px; background-color: #f4f4f4; border-style: none; padding: 0px;\">#\n# PLEASE DO NOT MODIFY THIS CONFIGURATION FILE!\n# This configuration file was auto-generated\n# by Openfiler. Please do not modify it.\n#\n# Generated at: Wed Aug 15 13:22:20 CEST 2007\n# \n\nTarget iqn.2006-01.com.openfiler:storage1.lun01\nLun 0 Path=\/dev\/storage1\/lun01,ScsiSN=QsV92w-LCLO,Type=fileio\n\nTarget iqn.2006-01.com.openfiler:storage2.lun2\nLun 0 Path=\/dev\/storage2\/lun2,ScsiSN=NHt8t3-ueGA,Type=fileio \n\nTarget iqn.2006-01.com.openfiler:storage3.lun3\nLun 0 Path=\/dev\/storage3\/lun3,ScsiSN=CZklf2-quoJ,Type=fileio \n\nTarget iqn.2006-01.com.openfiler:storage3ss.lun3\nLun 0 Path=\/dev\/storage3\/of.snapshot.lun3.sched0,Type=fileio \n\n# End of Openfiler iSCSI configuration<\/pre>\n<\/div>\n<p>Now restart iSCSI Enterprise Target<\/p>\n<div>\n<pre style=\"font-size: 8pt; margin: 0em; overflow: visible; width: 98.39%; color: black; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; height: 64px; background-color: #f4f4f4; border-style: none; padding: 0px;\">[root@openfiler1 storage3]# service iscsi-target restart\nStopping iSCSI target service: [ OK ]\nStarting iSCSI target service: [ OK ]\n[root@openfiler1 storage3]#<\/pre>\n<\/div>\n<p>Important : the snapshot will carry the same drive letter, so you won't be able to mount the snapshot on the same machine.\u00a0 Go to MS iSCSI Initiator on another Windows host and refresh the targets. You will see a new target\u00a0<\/p>\n<p>Click 'Log on' to mount the new lun<\/p>\n<p><a href=\"\/wp-content\/uploads\/2008\/09\/081507-1206-howtomounta1.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2008\/09\/081507-1206-howtomounta1-thumb.png\" alt=\"081507_1206_Howtomounta1\" width=\"329\" height=\"363\" \/><\/a><\/p>\n<p>If you open Disk Management on your Windows host, the new snapshot should be added as a new disk. The disk will be declared as a \"Foreign Disk\". Right click and choose \"Import Foreign Disk\". You should see a \"Foreign Disk Group\" with 1 disk. When the mount is completed, you'll get a G: drive with the same drive name as what you have configured on the original system.<\/p>\n<p><a href=\"\/wp-content\/uploads\/2008\/09\/081507-1206-howtomounta2.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2008\/09\/081507-1206-howtomounta2-thumb.png\" alt=\"081507_1206_Howtomounta2\" width=\"460\" height=\"302\" \/><\/a><\/p>\n<p>\u00a0<\/p>\n<p>Note : Openfiler doesn't recognize this custom lun in its administration tool. Just make sure to remove the custom entries in \/etc\/ietd.conf again when you've restored your data.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>After playing with Openfiler for a while, I started wondering how I could get access to a snapshot that was created with Openfiler. This is how it works (according to me, I just hope Openfiler and iSCSI Enterprise Target find another way to make this easier) On one of my LUN's, I have created a &hellip; <a href=\"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> \"How to mount an Openfiler snapshot in Windows\"<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[64,70],"tags":[131,67,62],"class_list":["post-105","post","type-post","status-publish","format-standard","hentry","category-linux","category-storage","tag-linux","tag-san","tag-iscsi"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to mount an Openfiler snapshot in Windows - Corelan | Exploit Development &amp; Vulnerability Research<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to mount an Openfiler snapshot in Windows - Corelan | Exploit Development &amp; Vulnerability Research\" \/>\n<meta property=\"og:description\" content=\"After playing with Openfiler for a while, I started wondering how I could get access to a snapshot that was created with Openfiler. This is how it works (according to me, I just hope Openfiler and iSCSI Enterprise Target find another way to make this easier) On one of my LUN&#039;s, I have created a &hellip; Continue reading &quot;How to mount an Openfiler snapshot in Windows&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Corelan | Exploit Development &amp; Vulnerability Research\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/corelanconsulting\" \/>\n<meta property=\"article:published_time\" content=\"2007-08-15T18:13:37+00:00\" \/>\n<meta name=\"author\" content=\"corelanc0d3r\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@corelanc0d3r\" \/>\n<meta name=\"twitter:site\" content=\"@corelanc0d3r\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/08\\\/15\\\/how-to-mount-openfiler-snapshot-in-windows\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/08\\\/15\\\/how-to-mount-openfiler-snapshot-in-windows\\\/\"},\"author\":{\"name\":\"corelanc0d3r\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/person\\\/3be5542b9b0a0787893db83a5ad68e8f\"},\"headline\":\"How to mount an Openfiler snapshot in Windows\",\"datePublished\":\"2007-08-15T18:13:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/08\\\/15\\\/how-to-mount-openfiler-snapshot-in-windows\\\/\"},\"wordCount\":291,\"publisher\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#organization\"},\"keywords\":[\"Linux and Unix\",\"san\",\"iSCSI\"],\"articleSection\":[\"Linux and Unix\",\"Storage\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/08\\\/15\\\/how-to-mount-openfiler-snapshot-in-windows\\\/\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/08\\\/15\\\/how-to-mount-openfiler-snapshot-in-windows\\\/\",\"name\":\"How to mount an Openfiler snapshot in Windows - Corelan | Exploit Development &amp; Vulnerability Research\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#website\"},\"datePublished\":\"2007-08-15T18:13:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/08\\\/15\\\/how-to-mount-openfiler-snapshot-in-windows\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/08\\\/15\\\/how-to-mount-openfiler-snapshot-in-windows\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/08\\\/15\\\/how-to-mount-openfiler-snapshot-in-windows\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.corelan.be\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to mount an Openfiler snapshot in Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#website\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/\",\"name\":\"Corelan CyberSecurity Research\",\"description\":\"Corelan publishes in-depth tutorials on exploit development, Windows exploitation, vulnerability research, heap internals, reverse engineering and security tooling used by professionals worldwide.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.corelan.be\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#organization\",\"name\":\"Corelan CyberSecurity Research\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/corelanlogo2_small-20.png\",\"contentUrl\":\"https:\\\/\\\/www.corelan.be\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/corelanlogo2_small-20.png\",\"width\":200,\"height\":200,\"caption\":\"Corelan CyberSecurity Research\"},\"image\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/corelanconsulting\",\"https:\\\/\\\/x.com\\\/corelanc0d3r\",\"https:\\\/\\\/x.com\\\/corelanconsulting\",\"https:\\\/\\\/instagram.com\\\/corelanconsult\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/person\\\/3be5542b9b0a0787893db83a5ad68e8f\",\"name\":\"corelanc0d3r\",\"pronouns\":\"he\\\/him\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x\",\"caption\":\"corelanc0d3r\"},\"description\":\"Peter Van Eeckhoutte is the founder of Corelan and a globally recognized expert in exploit development and vulnerability research. With over two decades in IT security, he built Corelan into a respected platform for deep technical research, hands-on training, and knowledge sharing. Known for his influential exploit development tutorials, tools, and real-world training, Peter combines a strong research mindset with a passion for education\u2014helping security professionals understand not just how exploits work, but why.\",\"sameAs\":[\"https:\\\/\\\/www.corelan-training.com\",\"https:\\\/\\\/instagram.com\\\/corelanc0d3r\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/petervaneeckhoutte\\\/\",\"https:\\\/\\\/x.com\\\/corelanc0d3r\"],\"url\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/author\\\/admin0\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to mount an Openfiler snapshot in Windows - Corelan | Exploit Development &amp; Vulnerability Research","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:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/","og_locale":"en_US","og_type":"article","og_title":"How to mount an Openfiler snapshot in Windows - Corelan | Exploit Development &amp; Vulnerability Research","og_description":"After playing with Openfiler for a while, I started wondering how I could get access to a snapshot that was created with Openfiler. This is how it works (according to me, I just hope Openfiler and iSCSI Enterprise Target find another way to make this easier) On one of my LUN's, I have created a &hellip; Continue reading \"How to mount an Openfiler snapshot in Windows\"","og_url":"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/","og_site_name":"Corelan | Exploit Development &amp; Vulnerability Research","article_publisher":"https:\/\/www.facebook.com\/corelanconsulting","article_published_time":"2007-08-15T18:13:37+00:00","author":"corelanc0d3r","twitter_card":"summary_large_image","twitter_creator":"@corelanc0d3r","twitter_site":"@corelanc0d3r","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/#article","isPartOf":{"@id":"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/"},"author":{"name":"corelanc0d3r","@id":"https:\/\/www.corelan.be\/#\/schema\/person\/3be5542b9b0a0787893db83a5ad68e8f"},"headline":"How to mount an Openfiler snapshot in Windows","datePublished":"2007-08-15T18:13:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/"},"wordCount":291,"publisher":{"@id":"https:\/\/www.corelan.be\/#organization"},"keywords":["Linux and Unix","san","iSCSI"],"articleSection":["Linux and Unix","Storage"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/","url":"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/","name":"How to mount an Openfiler snapshot in Windows - Corelan | Exploit Development &amp; Vulnerability Research","isPartOf":{"@id":"https:\/\/www.corelan.be\/#website"},"datePublished":"2007-08-15T18:13:37+00:00","breadcrumb":{"@id":"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.corelan.be\/index.php\/2007\/08\/15\/how-to-mount-openfiler-snapshot-in-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.corelan.be\/"},{"@type":"ListItem","position":2,"name":"How to mount an Openfiler snapshot in Windows"}]},{"@type":"WebSite","@id":"https:\/\/www.corelan.be\/#website","url":"https:\/\/www.corelan.be\/","name":"Corelan CyberSecurity Research","description":"Corelan publishes in-depth tutorials on exploit development, Windows exploitation, vulnerability research, heap internals, reverse engineering and security tooling used by professionals worldwide.","publisher":{"@id":"https:\/\/www.corelan.be\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.corelan.be\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.corelan.be\/#organization","name":"Corelan CyberSecurity Research","url":"https:\/\/www.corelan.be\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.corelan.be\/#\/schema\/logo\/image\/","url":"https:\/\/www.corelan.be\/wp-content\/uploads\/2026\/03\/corelanlogo2_small-20.png","contentUrl":"https:\/\/www.corelan.be\/wp-content\/uploads\/2026\/03\/corelanlogo2_small-20.png","width":200,"height":200,"caption":"Corelan CyberSecurity Research"},"image":{"@id":"https:\/\/www.corelan.be\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/corelanconsulting","https:\/\/x.com\/corelanc0d3r","https:\/\/x.com\/corelanconsulting","https:\/\/instagram.com\/corelanconsult"]},{"@type":"Person","@id":"https:\/\/www.corelan.be\/#\/schema\/person\/3be5542b9b0a0787893db83a5ad68e8f","name":"corelanc0d3r","pronouns":"he\/him","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x","url":"https:\/\/secure.gravatar.com\/avatar\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x","caption":"corelanc0d3r"},"description":"Peter Van Eeckhoutte is the founder of Corelan and a globally recognized expert in exploit development and vulnerability research. With over two decades in IT security, he built Corelan into a respected platform for deep technical research, hands-on training, and knowledge sharing. Known for his influential exploit development tutorials, tools, and real-world training, Peter combines a strong research mindset with a passion for education\u2014helping security professionals understand not just how exploits work, but why.","sameAs":["https:\/\/www.corelan-training.com","https:\/\/instagram.com\/corelanc0d3r","https:\/\/www.linkedin.com\/in\/petervaneeckhoutte\/","https:\/\/x.com\/corelanc0d3r"],"url":"https:\/\/www.corelan.be\/index.php\/author\/admin0\/"}]}},"views":5284,"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/posts\/105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/comments?post=105"}],"version-history":[{"count":0,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/posts\/105\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/media?parent=105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/categories?post=105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/tags?post=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}