{"id":1342,"date":"2009-01-19T22:04:51","date_gmt":"2009-01-19T20:04:51","guid":{"rendered":"http:\/\/www.corelan.be:8800\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/"},"modified":"2009-01-19T22:04:51","modified_gmt":"2009-01-19T20:04:51","slug":"exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox","status":"publish","type":"post","link":"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/","title":{"rendered":"Exchange 2007 : Powershell script to select optimal database for a new mailbox"},"content":{"rendered":"<p>If you have multiple Storage Groups \/ Databases on your Exchange 2007 server, you may want to try to spread your mailboxes over all databases.&#160; You could use your \u201cgut feeling\u201d and\/or select a database at random, or you could use a simple script to select the \u201cbest\u201d database for hosting a new mailbox.<\/p>\n<p>The following script will query all databases, find the total size and number of mailboxes, and will then prompt the most optimal database based on average size per mailbox in the databases.<\/p>\n<div>\n<pre style=\"padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none\">#\n# Powershell Script written by Peter Van Eeckhoutte\n#\n# Purpose : select the most optimal database for\n# hosting a new mailbox in Exchange 2007\n# taking into account that mailbox data should\n# be spread across multiple databases as much as possible\n#\n# http:\/\/www.corelan.be:8800\n#\n#\n# Load assembly\n[System.Reflection.Assembly]::LoadWithPartialName(&quot;System.Windows.Forms&quot;)\n\n$Databases = Get-MailboxDatabase -status | sort-object Name\n$lowestavgsize=0\n$optimaldb=&quot;&quot;\n\nforeach ($Database in $Databases)\n{\n  write-host &quot;Database : $Database&quot;\n  write-host &quot;--------------------------------------------------------------&quot;\n  if ($Database.Mounted -eq &quot;True&quot;)\n  {\n    $dbstats = Get-MailboxStatistics -database $Database\n    $totaldbsize = 0\n    $totalnrofmb = 0\n    $avgmbsize = 0\n    foreach ($dbstat in $dbstats)\n    {\n      $totalnrofmb++\n      $totaldbsize = $totaldbsize + $dbstat.TotalItemSize.Value.ToMB()\n    }\n    if ($totalnrofmb -gt 0)\n    {\n       $avgmbsize = $totaldbsize\/$totalnrofmb \n    }\n    $avgmbsize=[math]::round($avgmbsize, 2)\n    write-host &quot;   Total Database Size  : $totaldbsize Mb&quot;\n    write-host &quot;   Number of mailboxes  : $totalnrofmb &quot;\n    write-host &quot;   Average mailbox size : $avgmbsize Mb&quot;\n\n    if (($lowestavgsize -eq 0) -and ($optimaldb -eq &quot;&quot;))\n    {\n       $lowestavgsize = $avgmbsize\n       $optimaldb = $Database\n    }\n    else\n    {\n      if ($avgmbsize -lt $lowestavgsize)\n      {\n         $optimaldb = $Database\n         $lowestavgsize = $avgmbsize\n      }\n    }\n\n   }\n   else\n   {\n    write-host &quot;Database : $Database : not mounted&quot;\n    write-host &quot;--------------------------------------------------------------&quot;\n   }\n   write-host &quot;&quot;\n }\n#find optimal database\n[System.Windows.Forms.MessageBox]::Show(&quot;Database :`n$optimaldb`n\n      Avg mailbox size : $lowestavgsize Mb&quot;,&quot;Optimal Database&quot;)<\/pre>\n<\/div>\n<p>&#160;<\/p>\n<p>You can either run this powershell directly from a Powershell command line, or you can create a batch file to run the script :<\/p>\n<p>Some assumptions : <\/p>\n<ul>\n<li>The powershell script is called selectoptimaldb.ps1, saved under c:\\scripts <\/li>\n<li>Exchange is installed at D:\\Program Files\\Microsoft\\Exchange Server <\/li>\n<\/ul>\n<p>&#160;<\/p>\n<p><strong>selectoptimaldb.bat<\/strong><\/p>\n<div>\n<pre style=\"padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none\"><p>C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe<\/p><p>&#160;&#160;&#160; -PSConsoleFile &quot;D:\\Program Files\\Microsoft\\Exchange Server\\bin\\exshell.psc1&quot; <\/p><p>&#160;&#160;&#160; -command &quot;. 'C:\\Scripts\\selectoptimaldb.ps1'&quot;<\/p><\/pre>\n<\/div>\n<p>(put everything on one line, save the file, put a shortcut on your desktop, and you\u2019re ready to go)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have multiple Storage Groups \/ Databases on your Exchange 2007 server, you may want to try to spread your mailboxes over all databases.&#160; You could use your \u201cgut feeling\u201d and\/or select a database at random, or you could use a simple script to select the \u201cbest\u201d database for hosting a new mailbox. The &hellip; <a href=\"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> \"Exchange 2007 : Powershell script to select optimal database for a new mailbox\"<\/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":[349,1440],"tags":[1300,509],"class_list":["post-1342","post","type-post","status-publish","format-standard","hentry","category-exchange","category-powershell-scripts","tag-powershell","tag-exchange"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exchange 2007 : Powershell script to select optimal database for a new mailbox - 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\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exchange 2007 : Powershell script to select optimal database for a new mailbox - Corelan | Exploit Development &amp; Vulnerability Research\" \/>\n<meta property=\"og:description\" content=\"If you have multiple Storage Groups \/ Databases on your Exchange 2007 server, you may want to try to spread your mailboxes over all databases.&#160; You could use your \u201cgut feeling\u201d and\/or select a database at random, or you could use a simple script to select the \u201cbest\u201d database for hosting a new mailbox. The &hellip; Continue reading &quot;Exchange 2007 : Powershell script to select optimal database for a new mailbox&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/\" \/>\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=\"2009-01-19T20:04:51+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\\\/2009\\\/01\\\/19\\\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2009\\\/01\\\/19\\\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\\\/\"},\"author\":{\"name\":\"corelanc0d3r\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/person\\\/3be5542b9b0a0787893db83a5ad68e8f\"},\"headline\":\"Exchange 2007 : Powershell script to select optimal database for a new mailbox\",\"datePublished\":\"2009-01-19T20:04:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2009\\\/01\\\/19\\\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\\\/\"},\"wordCount\":164,\"publisher\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#organization\"},\"keywords\":[\"powershell\",\"MS Exchange\"],\"articleSection\":[\"MS Exchange\",\"Powershell\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2009\\\/01\\\/19\\\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\\\/\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2009\\\/01\\\/19\\\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\\\/\",\"name\":\"Exchange 2007 : Powershell script to select optimal database for a new mailbox - Corelan | Exploit Development &amp; Vulnerability Research\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#website\"},\"datePublished\":\"2009-01-19T20:04:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2009\\\/01\\\/19\\\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2009\\\/01\\\/19\\\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2009\\\/01\\\/19\\\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.corelan.be\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exchange 2007 : Powershell script to select optimal database for a new mailbox\"}]},{\"@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":"Exchange 2007 : Powershell script to select optimal database for a new mailbox - 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\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/","og_locale":"en_US","og_type":"article","og_title":"Exchange 2007 : Powershell script to select optimal database for a new mailbox - Corelan | Exploit Development &amp; Vulnerability Research","og_description":"If you have multiple Storage Groups \/ Databases on your Exchange 2007 server, you may want to try to spread your mailboxes over all databases.&#160; You could use your \u201cgut feeling\u201d and\/or select a database at random, or you could use a simple script to select the \u201cbest\u201d database for hosting a new mailbox. The &hellip; Continue reading \"Exchange 2007 : Powershell script to select optimal database for a new mailbox\"","og_url":"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/","og_site_name":"Corelan | Exploit Development &amp; Vulnerability Research","article_publisher":"https:\/\/www.facebook.com\/corelanconsulting","article_published_time":"2009-01-19T20:04:51+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\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/#article","isPartOf":{"@id":"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/"},"author":{"name":"corelanc0d3r","@id":"https:\/\/www.corelan.be\/#\/schema\/person\/3be5542b9b0a0787893db83a5ad68e8f"},"headline":"Exchange 2007 : Powershell script to select optimal database for a new mailbox","datePublished":"2009-01-19T20:04:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/"},"wordCount":164,"publisher":{"@id":"https:\/\/www.corelan.be\/#organization"},"keywords":["powershell","MS Exchange"],"articleSection":["MS Exchange","Powershell"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/","url":"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/","name":"Exchange 2007 : Powershell script to select optimal database for a new mailbox - Corelan | Exploit Development &amp; Vulnerability Research","isPartOf":{"@id":"https:\/\/www.corelan.be\/#website"},"datePublished":"2009-01-19T20:04:51+00:00","breadcrumb":{"@id":"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.corelan.be\/index.php\/2009\/01\/19\/exchange-2007-powershell-script-to-select-optimal-database-for-a-new-mailbox\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.corelan.be\/"},{"@type":"ListItem","position":2,"name":"Exchange 2007 : Powershell script to select optimal database for a new mailbox"}]},{"@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":5271,"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\/1342","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=1342"}],"version-history":[{"count":0,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/posts\/1342\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/media?parent=1342"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/categories?post=1342"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/tags?post=1342"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}