{"id":161518,"date":"2026-05-27T09:38:24","date_gmt":"2026-05-27T09:38:24","guid":{"rendered":"https:\/\/hnsecurity.it\/?p=161518"},"modified":"2026-05-27T09:38:24","modified_gmt":"2026-05-27T09:38:24","slug":"ai-reporter-lets-automate-reporting-in-burp-suite","status":"publish","type":"post","link":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/","title":{"rendered":"AI Reporter &#8211; Let&#8217;s automate reporting in Burp Suite!"},"content":{"rendered":"<p><img decoding=\"async\" class=\"aligncenter wp-image-161526 size-large\" src=\"https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/05\/AI_Reporter_logo-1024x440.png\" alt=\"\" width=\"840\" height=\"361\" srcset=\"https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/05\/AI_Reporter_logo-1024x440.png 1024w, https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/05\/AI_Reporter_logo-300x129.png 300w, https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/05\/AI_Reporter_logo-768x330.png 768w, https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/05\/AI_Reporter_logo-350x150.png 350w, https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/05\/AI_Reporter_logo.png 1348w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/p>\n<p data-start=\"213\" data-end=\"542\">To wrap up <a href=\"https:\/\/x.com\/Burp_Suite\/status\/2049856390252921278\">PortSwigger Extensibility Month<\/a> in style, today I\u2019ll walk you through an extension I recently published: Burp Suite <strong>AI Reporter<\/strong>. It started as a quick use case for <a href=\"https:\/\/hnsecurity.it\/blog\/extending-burp-suite-for-fun-and-profit-the-montoya-way-part-10\/\">Extending Burp Suite for Fun and Profit \u2013 The Montoya Way \u2013 Part 10<\/a>, but it turned out to be quite useful. So I expanded it a bit and decided to release it as a full extension.<\/p>\n<p data-start=\"544\" data-end=\"685\">LLMs have proven to be excellent tools for generating and understanding text, so why not take advantage of that when writing pentest reports?<\/p>\n<p data-start=\"687\" data-end=\"1178\"><strong>AI Reporter<\/strong> is a Burp Suite extension that automatically generates vulnerability findings from HTTP request\/response pairs using <strong>Burp AI<\/strong> or<strong> local Ollama instances <\/strong>(or any other OpenAI compatible service). The workflow is very simple: right-click any request in Burp, select <strong data-start=\"920\" data-end=\"938\">Report with AI<\/strong>, fill in the vulnerability name, severity, and confidence (plus any extra context if needed), and the extension generates a structured finding, adds it as a Burp issue, and can optionally export it as a Markdown file ready for your report.<\/p>\n<p data-start=\"1180\" data-end=\"1190\">That\u2019s it!<\/p>\n<p data-start=\"1192\" data-end=\"1248\">The extension currently includes the following features:<\/p>\n<ul data-start=\"1250\" data-end=\"2715\">\n<li data-section-id=\"1hzdoit\" data-start=\"1250\" data-end=\"1555\"><strong data-start=\"1252\" data-end=\"1271\">Easy reporting:<\/strong> you choose a title, and the extension can infer most of the necessary details from it and from the HTTP request\/response. If additional details are needed (for example, for an IDOR or something that cannot be inferred from the request and\/or response), they can be provided manually.<\/li>\n<li data-section-id=\"gpz6yq\" data-start=\"1556\" data-end=\"1822\"><strong data-start=\"1558\" data-end=\"1583\">Flexible LLM backend:<\/strong> you can use Burp AI (the native integration in Burp Pro) or any OpenAI-compatible endpoint, including a local Ollama instance. The local option may be particularly useful for engagements where sending data to third parties is not allowed.<\/li>\n<li data-section-id=\"1rflqzl\" data-start=\"1823\" data-end=\"2129\"><strong data-start=\"1825\" data-end=\"1864\">Customizable prompts and templates:<\/strong> both the system prompts and input\/output templates are fully editable. You can tweak how the LLM generates findings and control exactly what ends up in your Markdown export, using dynamic tags that inject data at runtime (including requests\/responses, or parts of them).<\/li>\n<li data-section-id=\"1ixp61j\" data-start=\"2130\" data-end=\"2259\"><strong data-start=\"2132\" data-end=\"2152\">Markdown export:<\/strong> findings are added to Burp Suite and can also be saved as Markdown files (or any other text-based format).<\/li>\n<li data-section-id=\"bmthny\" data-start=\"2260\" data-end=\"2454\"><strong data-start=\"2262\" data-end=\"2299\">Support for Burp Suite Community:<\/strong> the extension can also be used by Community Edition users, using Ollama or any OpenAI-compatible endpoint, with findings exported only (issue reporting in Burp Suite is a Pro feature).<\/li>\n<li data-section-id=\"u2qrp3\" data-start=\"2455\" data-end=\"2715\"><strong data-start=\"2457\" data-end=\"2478\">A basic chat tab:<\/strong> there\u2019s also a lightweight chat interface for quick questions or debugging the extension. It keeps history within the session, but don\u2019t expect too much. It\u2019s intentionally minimal, with no advanced features (such as context trimming).<\/li>\n<\/ul>\n<p data-start=\"2717\" data-end=\"2870\">The extension can be downloaded from the <a href=\"https:\/\/github.com\/federicodotta\/AI-Reporter\/releases\">Releases section of my GitHub repository,<\/a> and it should soon also be available on the Burp Suite BApp Store.<\/p>\n<p data-start=\"2872\" data-end=\"3453\">In the GitHub Releases section, you will find two different versions of the extension. One, as required by BApp Store policy, requires Burp AI features and the extension AI flag to be enabled even when using local models such as Ollama (this applies only to Burp Suite Pro, since AI features are Pro-only and the extension behaves differently in the Community Edition). The other version allows the use of OpenAI-compatible models without enabling the AI flag or Burp AI features, which may be useful for penetration tests where it is mandatory to disable any third-party services.<\/p>\n<p data-start=\"3455\" data-end=\"3728\">A quick note on<strong> privacy and costs<\/strong>: when using Burp AI or a third-party OpenAI-compatible endpoint, your request and response data is sent to external infrastructure. If that\u2019s a concern for a given engagement, you can instead point the extension to a local Ollama instance. Also, Burp AI is a paid service, like most cloud-based LLM services, so unless you use a local model, this extension will consume AI credits (or money). Burp Suite Pro currently includes 10,000 free AI credits; additional credits need to be purchased separately.<\/p>\n<p data-start=\"3994\" data-end=\"4052\">Burp Suite <strong>AI Reporter<\/strong> can be downloaded from <a href=\"https:\/\/github.com\/federicodotta\/AI-Reporter\">my GitHub repository<\/a>.<\/p>\n<p>Cheers!<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To wrap up PortSwigger Extensibility Month in style, today I\u2019ll walk you through an extension I recently published: Burp Suite [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":159898,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[91,88],"tags":[579,225,580,576,104,105,188,221,582,581],"class_list":["post-161518","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","category-tools","tag-ai-reporter","tag-bug-bounty","tag-burp-ai","tag-burp-extension","tag-burp-suite","tag-java","tag-montoya-api","tag-ollama","tag-pentration-test","tag-report"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HN Security - AI Reporter - Let&#039;s automate reporting in Burp Suite! - Articles<\/title>\n<meta name=\"description\" content=\"Burp Suite AI Reporter generates vulnerability findings from HTTP pairs using Burp AI or Ollama\/OpenAI. Export to Markdown in one click.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HN Security - AI Reporter - Let&#039;s automate reporting in Burp Suite! - Articles\" \/>\n<meta property=\"og:description\" content=\"Burp Suite AI Reporter generates vulnerability findings from HTTP pairs using Burp AI or Ollama\/OpenAI. Export to Markdown in one click.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/\" \/>\n<meta property=\"og:site_name\" content=\"HN Security\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-27T09:38:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/BURP.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"836\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Federico Dotta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hnsec\" \/>\n<meta name=\"twitter:site\" content=\"@hnsec\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"Federico Dotta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/\"},\"author\":{\"name\":\"Federico Dotta\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#\\\/schema\\\/person\\\/e0e6046bd2bc829f7d945ad361bce702\"},\"headline\":\"AI Reporter &#8211; Let&#8217;s automate reporting in Burp Suite!\",\"datePublished\":\"2026-05-27T09:38:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/\"},\"wordCount\":652,\"publisher\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/BURP.jpg\",\"keywords\":[\"AI Reporter\",\"bug bounty\",\"Burp AI\",\"Burp Extension\",\"Burp Suite\",\"Java\",\"Montoya API\",\"ollama\",\"Pentration test\",\"Report\"],\"articleSection\":[\"Articles\",\"Tools\"],\"inLanguage\":\"it-IT\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/\",\"name\":\"HN Security - AI Reporter - Let's automate reporting in Burp Suite! - Articles\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/BURP.jpg\",\"datePublished\":\"2026-05-27T09:38:24+00:00\",\"description\":\"Burp Suite AI Reporter generates vulnerability findings from HTTP pairs using Burp AI or Ollama\\\/OpenAI. Export to Markdown in one click.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/BURP.jpg\",\"contentUrl\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/BURP.jpg\",\"width\":1600,\"height\":836},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ai-reporter-lets-automate-reporting-in-burp-suite\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI Reporter &#8211; Let&#8217;s automate reporting in Burp Suite!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/\",\"name\":\"HN Security\",\"description\":\"Offensive Security Specialists\",\"publisher\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#organization\",\"name\":\"HN Security\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/hn-libellula.jpg\",\"contentUrl\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/hn-libellula.jpg\",\"width\":696,\"height\":696,\"caption\":\"HN Security\"},\"image\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/hnsec\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/hnsecurity\\\/\",\"https:\\\/\\\/github.com\\\/hnsecurity\",\"https:\\\/\\\/infosec.exchange\\\/@hnsec\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#\\\/schema\\\/person\\\/e0e6046bd2bc829f7d945ad361bce702\",\"name\":\"Federico Dotta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/02d5d800b81f2a125ac23ee31a108ee2404d123bd3b722f2e263f0130cc1df42?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/02d5d800b81f2a125ac23ee31a108ee2404d123bd3b722f2e263f0130cc1df42?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/02d5d800b81f2a125ac23ee31a108ee2404d123bd3b722f2e263f0130cc1df42?s=96&d=mm&r=g\",\"caption\":\"Federico Dotta\"},\"url\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/author\\\/federico-dotta\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HN Security - AI Reporter - Let's automate reporting in Burp Suite! - Articles","description":"Burp Suite AI Reporter generates vulnerability findings from HTTP pairs using Burp AI or Ollama\/OpenAI. Export to Markdown in one click.","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:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/","og_locale":"it_IT","og_type":"article","og_title":"HN Security - AI Reporter - Let's automate reporting in Burp Suite! - Articles","og_description":"Burp Suite AI Reporter generates vulnerability findings from HTTP pairs using Burp AI or Ollama\/OpenAI. Export to Markdown in one click.","og_url":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/","og_site_name":"HN Security","article_published_time":"2026-05-27T09:38:24+00:00","og_image":[{"width":1600,"height":836,"url":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/BURP.jpg","type":"image\/jpeg"}],"author":"Federico Dotta","twitter_card":"summary_large_image","twitter_creator":"@hnsec","twitter_site":"@hnsec","twitter_misc":{"Scritto da":"Federico Dotta","Tempo di lettura stimato":"4 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/#article","isPartOf":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/"},"author":{"name":"Federico Dotta","@id":"https:\/\/hnsecurity.it\/it\/#\/schema\/person\/e0e6046bd2bc829f7d945ad361bce702"},"headline":"AI Reporter &#8211; Let&#8217;s automate reporting in Burp Suite!","datePublished":"2026-05-27T09:38:24+00:00","mainEntityOfPage":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/"},"wordCount":652,"publisher":{"@id":"https:\/\/hnsecurity.it\/it\/#organization"},"image":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/#primaryimage"},"thumbnailUrl":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/BURP.jpg","keywords":["AI Reporter","bug bounty","Burp AI","Burp Extension","Burp Suite","Java","Montoya API","ollama","Pentration test","Report"],"articleSection":["Articles","Tools"],"inLanguage":"it-IT"},{"@type":"WebPage","@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/","url":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/","name":"HN Security - AI Reporter - Let's automate reporting in Burp Suite! - Articles","isPartOf":{"@id":"https:\/\/hnsecurity.it\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/#primaryimage"},"image":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/#primaryimage"},"thumbnailUrl":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/BURP.jpg","datePublished":"2026-05-27T09:38:24+00:00","description":"Burp Suite AI Reporter generates vulnerability findings from HTTP pairs using Burp AI or Ollama\/OpenAI. Export to Markdown in one click.","breadcrumb":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/#primaryimage","url":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/BURP.jpg","contentUrl":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/BURP.jpg","width":1600,"height":836},{"@type":"BreadcrumbList","@id":"https:\/\/hnsecurity.it\/it\/blog\/ai-reporter-lets-automate-reporting-in-burp-suite\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hnsecurity.it\/it\/"},{"@type":"ListItem","position":2,"name":"AI Reporter &#8211; Let&#8217;s automate reporting in Burp Suite!"}]},{"@type":"WebSite","@id":"https:\/\/hnsecurity.it\/it\/#website","url":"https:\/\/hnsecurity.it\/it\/","name":"HN Security","description":"Offensive Security Specialists","publisher":{"@id":"https:\/\/hnsecurity.it\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hnsecurity.it\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/hnsecurity.it\/it\/#organization","name":"HN Security","url":"https:\/\/hnsecurity.it\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/hnsecurity.it\/it\/#\/schema\/logo\/image\/","url":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/01\/hn-libellula.jpg","contentUrl":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/01\/hn-libellula.jpg","width":696,"height":696,"caption":"HN Security"},"image":{"@id":"https:\/\/hnsecurity.it\/it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/hnsec","https:\/\/www.linkedin.com\/company\/hnsecurity\/","https:\/\/github.com\/hnsecurity","https:\/\/infosec.exchange\/@hnsec"]},{"@type":"Person","@id":"https:\/\/hnsecurity.it\/it\/#\/schema\/person\/e0e6046bd2bc829f7d945ad361bce702","name":"Federico Dotta","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/secure.gravatar.com\/avatar\/02d5d800b81f2a125ac23ee31a108ee2404d123bd3b722f2e263f0130cc1df42?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/02d5d800b81f2a125ac23ee31a108ee2404d123bd3b722f2e263f0130cc1df42?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/02d5d800b81f2a125ac23ee31a108ee2404d123bd3b722f2e263f0130cc1df42?s=96&d=mm&r=g","caption":"Federico Dotta"},"url":"https:\/\/hnsecurity.it\/it\/blog\/author\/federico-dotta\/"}]}},"jetpack_featured_media_url":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/BURP.jpg","_links":{"self":[{"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/posts\/161518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/comments?post=161518"}],"version-history":[{"count":13,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/posts\/161518\/revisions"}],"predecessor-version":[{"id":161537,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/posts\/161518\/revisions\/161537"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/media\/159898"}],"wp:attachment":[{"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/media?parent=161518"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/categories?post=161518"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/tags?post=161518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}