{"id":951,"date":"2008-09-26T13:54:10","date_gmt":"2008-09-26T11:54:10","guid":{"rendered":"http:\/\/www.corelan.be:8800\/?p=951"},"modified":"2008-09-26T13:54:10","modified_gmt":"2008-09-26T11:54:10","slug":"free-tool-pve-tcp-ping-utility","status":"publish","type":"post","link":"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/","title":{"rendered":"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1"},"content":{"rendered":"<p>I wanted to share a small utility that I wrote a while ago, allowing you to run a non-interactive 'ping' to a tcp port (e.g. from within a script).<\/p>\n<p>This could for example allow you to bring up a VPN tunnel from a script (by generating traffic to a target host), to determine whether a tcp port is open or not and so on... I'm sure all of you are creative enough to see the wide range of possibilities and applications for this utility.<\/p>\n<p>The tool is a command-line utility, should run on Windows 32bit and 64bit, and requires <a href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en\">.Net framework 2.0.<\/a><\/p>\n<p>Usage :<\/p>\n<p>Unzip the file and place the file pvetcpping.exe somewhere on your harddrive, preferable in a folder that is part of your PATH variable (e.g. c:windowssystem32)<\/p>\n<p>If you run the utility without parameters, this is what you'll get :<\/p>\n<blockquote>\n<div>\n<pre style=\"font-size: 8pt; margin: 0em; overflow: visible; width: 100%; color: black; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4; border-style: none; padding: 0px;\">---------------------------------\nPVE TCP Ping Utility\nWritten by Peter Van Eeckhoutte\nhttp:<span style=\"color: #008000;\">\/\/www.corelan.be:8800<\/span>\nVersion 1.0.0.1\n---------------------------------\n\nUsage :\npvetcpping.exe &lt;host&gt; &lt;port&gt; [&lt;number of pings&gt;]\n\nBoth the &lt;host&gt; and &lt;port&gt; parameters are mandatory.\nThe &lt;number of pings&gt; parameter <span style=\"color: #0000ff;\">is<\/span> optional.\nSet <span style=\"color: #0000ff;\">this<\/span> parameter to 0 to launch a continuous ping.<\/pre>\n<\/div>\n<\/blockquote>\n<p>As you can see, there are 3 possible parameters. The target host and target port number are mandatory, the number of pings is optional. If you don't specify a number of pings, then 4 pings will be performed.<\/p>\n<p>If you run the utility with correct parameters, this is what you should get :<\/p>\n<blockquote>\n<div>\n<pre style=\"font-size: 8pt; margin: 0em; overflow: visible; width: 100%; color: black; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4; border-style: none; padding: 0px;\">c:&gt; pvetcpping.exe www.google.com 80\n---------------------------------\nPVE TCP Ping Utility\nWritten by Peter Van Eeckhoutte\nhttp:<span style=\"color: #008000;\">\/\/www.corelan.be:8800<\/span>\nVersion 1.0.0.1\n---------------------------------\n\n[+] Connecting to tcp port 80 on host www.google.com...\n[+] Number of pings : 4\n[+] Started probing at 20:33:32\n[+] Probing host www.google.com on port tcp\/80 - Connect OK - 84ms.\n[+] Probing host www.google.com on port tcp\/80 - Connect OK - 17ms.\n[+] Probing host www.google.com on port tcp\/80 - Connect OK - 19ms.\n[+] Probing host www.google.com on port tcp\/80 - Connect OK - 18ms.\n\nTCP Ping statistics <span style=\"color: #0000ff;\">for<\/span> www.google.com port tcp\/80\nConnects : 4, Success : 4, Failed : 0 (0% loss)\nApproximate round trip times <span style=\"color: #0000ff;\">in<\/span> milli-seconds:\nMinimum = 17ms, Maximum = 84ms, Average = 34ms<\/pre>\n<\/div>\n<\/blockquote>\n<p>Starting from version 1.0.0.1, timestamps are added to the output of the utility<\/p>\n<ul>\n<li>when the probes start<\/li>\n<li>when the status changes<\/li>\n<\/ul>\n<div>\n<pre style=\"font-size: 8pt; margin: 0em; overflow: visible; width: 100%; color: black; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4; border-style: none; padding: 0px;\">---------------------------------\n PVE TCP Ping Utility\n Written by Peter Van Eeckhoutte\n http:<span style=\"color: #008000;\">\/\/www.corelan.be:8800<\/span>\n Version 1.0.0.1\n---------------------------------\n\n [+] Connecting to tcp port 22 on host 192.168.0.116...\n [+] Number of pings : Unlimited\n [+] Started probing at 20:33:32\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 30ms.\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 0ms.\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 0ms.\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 0ms.\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 0ms.\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 0ms.\n [-] Probe status changed at 20:33:59\n [-] Probing host 192.168.0.116 on port tcp\/22 - Connect failed\n [-] Probing host 192.168.0.116 on port tcp\/22 - Connect failed\n [-] Probing host 192.168.0.116 on port tcp\/22 - Connect failed\n [+] Probe status changed at 20:34:44\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 0ms.\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 0ms.\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 0ms.\n [+] Probing host 192.168.0.116 on port tcp\/22 - Connect OK - 0ms.\n\n TCP Ping statistics <span style=\"color: #0000ff;\">for<\/span> 192.168.0.116 port tcp\/22\n     Connects : 13,  Success : 10, Failed : 3  (0% loss)\n Approximate round trip times <span style=\"color: #0000ff;\">in<\/span> milli-seconds:\n     Minimum = 30ms, Maximum = 30ms, Average = 2ms<\/pre>\n<\/div>\n<h3>Version history<\/h3>\n<p>1.0.0.1 : April 2009 : Added timestamps to output<\/p>\n<p>1.0 : Initial release<\/p>\n<h3>Known issues<\/h3>\n<p>The statistics at the end of the probe sequence may report an incorrect loss percentage.<\/p>\n<h3>Download<\/h3>\n<p>Note : before downloading the utility, you must be logged on to this blog.<\/p>\n<p>Registration is free, you can <a href=\"\/wp-login.php?action=register\">register here<\/a><\/p>\n<p>You can download the utility from the link(s) below :<\/p>\n<p>[download id=\"11\"]11[\/download]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I wanted to share a small utility that I wrote a while ago, allowing you to run a non-interactive 'ping' to a tcp port (e.g. from within a script). This could for example allow you to bring up a VPN tunnel from a script (by generating traffic to a target host), to determine whether a &hellip; <a href=\"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> \"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1\"<\/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":[488,164],"tags":[484,32],"class_list":["post-951","post","type-post","status-publish","format-standard","hentry","category-corelan-free-tools","category-networking","tag-free-tool","tag-active-directory"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1 - 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\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1 - Corelan | Exploit Development &amp; Vulnerability Research\" \/>\n<meta property=\"og:description\" content=\"I wanted to share a small utility that I wrote a while ago, allowing you to run a non-interactive &#039;ping&#039; to a tcp port (e.g. from within a script). This could for example allow you to bring up a VPN tunnel from a script (by generating traffic to a target host), to determine whether a &hellip; Continue reading &quot;Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/\" \/>\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=\"2008-09-26T11:54:10+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\\\/2008\\\/09\\\/26\\\/free-tool-pve-tcp-ping-utility\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2008\\\/09\\\/26\\\/free-tool-pve-tcp-ping-utility\\\/\"},\"author\":{\"name\":\"corelanc0d3r\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/person\\\/3be5542b9b0a0787893db83a5ad68e8f\"},\"headline\":\"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1\",\"datePublished\":\"2008-09-26T11:54:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2008\\\/09\\\/26\\\/free-tool-pve-tcp-ping-utility\\\/\"},\"wordCount\":282,\"publisher\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#organization\"},\"keywords\":[\"free tool\",\"Active Directory\"],\"articleSection\":[\"Corelan Free Tools\",\"Networking\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2008\\\/09\\\/26\\\/free-tool-pve-tcp-ping-utility\\\/\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2008\\\/09\\\/26\\\/free-tool-pve-tcp-ping-utility\\\/\",\"name\":\"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1 - Corelan | Exploit Development &amp; Vulnerability Research\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#website\"},\"datePublished\":\"2008-09-26T11:54:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2008\\\/09\\\/26\\\/free-tool-pve-tcp-ping-utility\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2008\\\/09\\\/26\\\/free-tool-pve-tcp-ping-utility\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2008\\\/09\\\/26\\\/free-tool-pve-tcp-ping-utility\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.corelan.be\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free tool &#8211; PVE TCP Ping Utility &ndash; v1.0.0.1\"}]},{\"@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":"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1 - 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\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/","og_locale":"en_US","og_type":"article","og_title":"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1 - Corelan | Exploit Development &amp; Vulnerability Research","og_description":"I wanted to share a small utility that I wrote a while ago, allowing you to run a non-interactive 'ping' to a tcp port (e.g. from within a script). This could for example allow you to bring up a VPN tunnel from a script (by generating traffic to a target host), to determine whether a &hellip; Continue reading \"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1\"","og_url":"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/","og_site_name":"Corelan | Exploit Development &amp; Vulnerability Research","article_publisher":"https:\/\/www.facebook.com\/corelanconsulting","article_published_time":"2008-09-26T11:54:10+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\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/#article","isPartOf":{"@id":"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/"},"author":{"name":"corelanc0d3r","@id":"https:\/\/www.corelan.be\/#\/schema\/person\/3be5542b9b0a0787893db83a5ad68e8f"},"headline":"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1","datePublished":"2008-09-26T11:54:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/"},"wordCount":282,"publisher":{"@id":"https:\/\/www.corelan.be\/#organization"},"keywords":["free tool","Active Directory"],"articleSection":["Corelan Free Tools","Networking"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/","url":"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/","name":"Free tool - PVE TCP Ping Utility &ndash; v1.0.0.1 - Corelan | Exploit Development &amp; Vulnerability Research","isPartOf":{"@id":"https:\/\/www.corelan.be\/#website"},"datePublished":"2008-09-26T11:54:10+00:00","breadcrumb":{"@id":"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.corelan.be\/index.php\/2008\/09\/26\/free-tool-pve-tcp-ping-utility\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.corelan.be\/"},{"@type":"ListItem","position":2,"name":"Free tool &#8211; PVE TCP Ping Utility &ndash; v1.0.0.1"}]},{"@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":8810,"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\/951","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=951"}],"version-history":[{"count":0,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/posts\/951\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/media?parent=951"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/categories?post=951"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/tags?post=951"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}