<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>appsec.fyi — Burp Suite</title>
  <link>https://appsec.fyi/tools.html#burp-suite</link>
  <description>Curated Burp Suite resources from appsec.fyi</description>
  <language>en-us</language>
  <atom:link href="https://appsec.fyi/feeds/tool/burp-suite.xml" rel="self" type="application/rss+xml"/>
  <lastBuildDate>Sun, 12 Jul 2026 16:04:24 +0000</lastBuildDate>
  <managingEditor>carl@chs.us (Carl Sampson)</managingEditor>
  <item>
    <title>Dev: SSRF: Your ticket to internal networks &amp; cloud metadata! Misconfigs in web apps let you fetch backend resources. Check URL params API endpoints. Ffuf &amp; Burp are your friends. Master it! #SSRF #BugBounty</title>
    <link>https://x.com/computerauditor/status/2075254927979626554</link>
    <guid isPermaLink="true">https://x.com/computerauditor/status/2075254927979626554</guid>
    <description>This content explains Server-Side Request Forgery (SSRF) vulnerabilities. SSRF attacks exploit web application misconfigurations to allow attackers to access internal networks and cloud metadata by fetching backend resources. Key areas to investigate for SSRF include URL parameters and API endpoints. Tools like Ffuf and Burp Suite are recommended for identifying these vulnerabilities. The post encourages mastering SSRF for bug bounty hunting. No specific payout amount is mentioned.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Thu, 09 Jul 2026 16:33:08 +0000</pubDate>
  </item>
  <item>
    <title>Top Burp Suite alternatives for web application security testing</title>
    <link>https://aikido.dev/blog/burp-suite-alternatives</link>
    <guid isPermaLink="true">https://aikido.dev/blog/burp-suite-alternatives</guid>
    <description>Library for identifying and assessing web application security vulnerabilities, this resource highlights alternatives to Burp Suite, focusing on tools that excel in CI/CD integration, AI-driven pentesting, and comprehensive attack surface management. It contrasts Burp&#x27;s manual testing strengths and DAST capabilities with modern approaches like AI pentesting agents that discover shadow APIs, reason about business logic, and chain findings. The selection prioritizes solutions offering continuous automated testing, broader visibility into code and infrastructure, and automated discovery beyond provided specifications.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Wed, 08 Jul 2026 06:00:24 +0000</pubDate>
  </item>
  <item>
    <title>ZOWEH: SSRF LAB 2 SOLVED: Basic SSRF against another back-end system Goal: Find internal admin server IP via SSRF Method: Automated IP scanning with Burp Intruder #SSRF #BugBounty</title>
    <link>https://x.com/ZOWEHZEE/status/2073026915787485572</link>
    <guid isPermaLink="true">https://x.com/ZOWEHZEE/status/2073026915787485572</guid>
    <description>ZOWEH: SSRF LAB 2 SOLVED: Basic SSRF against another back-end system Goal: Find internal admin server IP via SSRF Method: Automated IP scanning with Burp Intruder #SSRF #BugBounty https://ift.tt/zm3UX...</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 03 Jul 2026 13:04:08 +0000</pubDate>
  </item>
  <item>
    <title>I Wasted 3 Days Intercepting a Flutter App. Here’s What Actually Works.</title>
    <link>https://infosecwriteups.com/i-wasted-3-days-intercepting-a-flutter-app-heres-what-actually-works-d3e9a4816818</link>
    <guid isPermaLink="true">https://infosecwriteups.com/i-wasted-3-days-intercepting-a-flutter-app-heres-what-actually-works-d3e9a4816818</guid>
    <description>The author spent three days attempting to intercept traffic from a Flutter app for security assessment using various tools and techniques like Burp Suite, Objection, ReFlutter, custom CA installation, VPN interception, and Frida scripts. Despite these efforts, all methods resulted in the app displaying a &quot;no internet&quot; error, rather than typical SSL or certificate warnings. The author found that none of the common approaches were successful in capturing the app&#x27;s traffic.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 25 Jun 2026 06:00:41 +0000</pubDate>
  </item>
  <item>
    <title>DVWA Cheat Sheet (Low &amp; Medium)</title>
    <link>https://infosecwriteups.com/dvwa-cheat-sheet-low-medium-c7490e76f1b5</link>
    <guid isPermaLink="true">https://infosecwriteups.com/dvwa-cheat-sheet-low-medium-c7490e76f1b5</guid>
    <description>This cheat sheet focuses on brute-forcing the Damn Vulnerable Web Application (DVWA) at low and medium security levels. The method involves capturing a GET request using Burp Suite after obtaining an error message from an initial username/password test. This request is then sent to Burp Intruder. By clearing existing parameters and selecting the password field, users can configure it for brute-force attacks, preparing to input payloads for password cracking.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sat, 13 Jun 2026 06:00:45 +0000</pubDate>
  </item>
  <item>
    <title>How I Built a Burp Extension Efficiently with Claude</title>
    <link>https://infosecwriteups.com/how-i-built-a-burp-extension-efficiently-with-claude-85d43817b8f3</link>
    <guid isPermaLink="true">https://infosecwriteups.com/how-i-built-a-burp-extension-efficiently-with-claude-85d43817b8f3</guid>
    <description>Claude significantly streamlined Burp extension development for security researchers. The author used Claude to create an extension that flags non-standard HTTP headers, aiding in the discovery of injection vulnerabilities. By prompting Claude, the author generated an idea and a prototype, demonstrating how AI can overcome the coding hurdles previously associated with extension building. The extension leverages the IANA registry of common HTTP headers as a filtering mechanism.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 12 Jun 2026 06:00:47 +0000</pubDate>
  </item>
  <item>
    <title>I Found the Entire Admin UI of a Live PlatformJust By Tweaking Traffic in Burp Suite</title>
    <link>https://infosecwriteups.com/i-found-the-entire-admin-ui-of-a-live-platformjust-by-tweaking-traffic-in-burp-suite-c788db767598</link>
    <guid isPermaLink="true">https://infosecwriteups.com/i-found-the-entire-admin-ui-of-a-live-platformjust-by-tweaking-traffic-in-burp-suite-c788db767598</guid>
    <description>During an internship, Hamza Hashim (refang) discovered a significant security vulnerability on the REDACTED.org internship program portal. By manipulating traffic using Burp Suite, he gained access to the entire administrative user interface of the live platform. This article details one of the findings from his broader bug report submitted to the organization.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 10 Jun 2026 06:00:40 +0000</pubDate>
  </item>
  <item>
    <title>WebSocket Turbo Intruder: Unearthing the WebSocket Goldmine</title>
    <link>https://portswigger.net/research/websocket-turbo-intruder-unearthing-the-websocket-goldmine</link>
    <guid isPermaLink="true">https://portswigger.net/research/websocket-turbo-intruder-unearthing-the-websocket-goldmine</guid>
    <description>Library for fuzzing WebSocket messages with custom Python code, WebSocket Turbo Intruder extends the Burp Suite engine to exploit protocol-specific vulnerabilities. It includes a fast attack engine for high-volume testing against single targets, and features HTTP middleware for automating scans with tools like Burp Suite Pro. The library supports custom Python scripts with decorators like `@MatchRegex`, `@Pong`, and `@PingPong`, and offers a THREADED engine for race condition testing by opening multiple simultaneous connections. It also includes workarounds for Socket.IO testing, including handling the `EIO` parameter and detecting server-side prototype pollution.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Mon, 08 Jun 2026 02:51:13 +0000</pubDate>
  </item>
  <item>
    <title>Introducing HTTP Anomaly Rank</title>
    <link>https://portswigger.net/research/introducing-http-anomaly-rank</link>
    <guid isPermaLink="true">https://portswigger.net/research/introducing-http-anomaly-rank</guid>
    <description>Algorithm for ranking HTTP responses, HTTP Anomaly Rank, automatically identifies anomalous findings within massive result sets by calculating a score for each response based on the uniqueness of its attribute values and their stability. This technique, evolved from 2016 research for the Backslash Powered Scanner, is now integrated into Turbo Intruder and Burp Suite API (release 2025.10) to streamline vulnerability discovery by highlighting subtle discrepancies in noisy responses.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Mon, 08 Jun 2026 02:51:13 +0000</pubDate>
  </item>
  <item>
    <title>Mahmoud BARRY ( Docteur JS): Day #11 of #100DaysOfCyber | Exploitation d&#x27;un #SSRF Avant hier on a vu la théorie derrière le SSRF (Server-Side Request Forgery). Aujourd&#x27;hui place au lab pratique de PortSwigger pour voir comment ça se passe concrètement dans Burp Suite. Le scénario : L&#x27;application propose</title>
    <link>https://x.com/Sultane221/status/2059426422876229951</link>
    <guid isPermaLink="true">https://x.com/Sultane221/status/2059426422876229951</guid>
    <description>Mahmoud BARRY ( Docteur JS👨‍💻): Day #11 of #100DaysOfCyber | Exploitation d&#x27;un #SSRF Avant hier, on a vu la théorie derrière le SSRF (Server-Side Request Forgery). Aujourd&#x27;hui, place au lab pratique d...</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 27 May 2026 00:13:46 +0000</pubDate>
  </item>
  <item>
    <title>PortSwigger Lab: Exploiting a Mass Assignment Vulnerability</title>
    <link>https://portswigger.net/web-security/api-testing/lab-exploiting-mass-assignment-vulnerability</link>
    <guid isPermaLink="true">https://portswigger.net/web-security/api-testing/lab-exploiting-mass-assignment-vulnerability</guid>
    <description>Lab walkthrough demonstrating exploitation of a mass assignment vulnerability to purchase a product. The lab involves logging in with `wiener:peter`, adding an item to the basket, and then identifying and manipulating a `chosen_discount` parameter within the `/api/checkout` POST request. By adding this hidden parameter and altering its value, users can bypass credit limitations and solve the exercise.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:52:30 +0000</pubDate>
  </item>
  <item>
    <title>GraphQL - PortSwigger Lab Writeup</title>
    <link>https://py-us3r.github.io/burp-writeup-graphql/</link>
    <guid isPermaLink="true">https://py-us3r.github.io/burp-writeup-graphql/</guid>
    <description>Writeup detailing GraphQL vulnerabilities and exploitation techniques. It covers bypassing introspection query regex validation, brute-forcing logins using aliases to circumvent rate limiting, and performing CSRF by converting requests to `x-www-form-urlencoded`. The entry also demonstrates how to find hidden GraphQL endpoints using directory fuzzing with Gobuster.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:51:49 +0000</pubDate>
  </item>
  <item>
    <title>SulphurAPI: Burp Suite extension for automating OWASP API Top 10 detection</title>
    <link>https://github.com/I-TRACING-ASO/SulphurAPI</link>
    <guid isPermaLink="true">https://github.com/I-TRACING-ASO/SulphurAPI</guid>
    <description>Extension for automating OWASP API Top 10 detection within Burp Suite. SulphurAPI includes checks for mass assignment, authentication, and authorization vulnerabilities, alongside OpenID Connect/OAuth2 management and advanced OpenAPI parsing for versions 2.0 to 3.1.1.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:51:30 +0000</pubDate>
  </item>
  <item>
    <title>Awesome Burp Extensions 2025</title>
    <link>https://github.com/rm-rf-tools/awesome-burp-extensions-2025</link>
    <guid isPermaLink="true">https://github.com/rm-rf-tools/awesome-burp-extensions-2025</guid>
    <description>Library of curated Burp extensions for enhancing web application penetration testing. Features include scanners for vulnerabilities like Log4Shell (CVE-2021-44228), HTTP Request Smuggling, and Java deserialization. Additional extensions aid in discovering Content Security Policy (CSP) bypasses, identifying software versions, detecting reverse proxies, and testing for Cloudflare origin IPs, among many other specialized checks and integrations.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:51:29 +0000</pubDate>
  </item>
  <item>
    <title>The Future of Security Testing: AI-Powered Extensibility in Burp</title>
    <link>https://portswigger.net/blog/the-future-of-security-testing-harness-ai-powered-extensibility-in-burp-nbsp</link>
    <guid isPermaLink="true">https://portswigger.net/blog/the-future-of-security-testing-harness-ai-powered-extensibility-in-burp-nbsp</guid>
    <description>Library for AI-powered extensibility in Burp Suite Professional, leveraging the Montoya API to integrate AI capabilities for enhanced security testing and automation. This allows for seamless integration of AI, exemplified by Gareth Heyes&#x27; enhanced Hackvertor extension, which enables custom transformations without coding. Users receive free AI credits to experiment and build their own AI-powered extensions, with options to submit them to the BApp store.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">advanced</category>
    <pubDate>Wed, 22 Apr 2026 12:51:27 +0000</pubDate>
  </item>
  <item>
    <title>Filtering the WebSockets history with scripts</title>
    <link>https://portswigger.net/burp/documentation/desktop/tools/proxy/websockets-history/scripts</link>
    <guid isPermaLink="true">https://portswigger.net/burp/documentation/desktop/tools/proxy/websockets-history/scripts</guid>
    <description>Library for filtering WebSockets history in Burp Suite, allowing users to create and load custom Java-based scripts. Users can write new scripts from templates, convert existing filter settings into scripts, or import scripts from their Bambda library. The library supports two key Montoya API objects, `ProxyWebSocketMessage` and `Utilities`, to facilitate script development for analyzing and filtering WebSocket traffic based on criteria like message direction and payload length.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:51:26 +0000</pubDate>
  </item>
  <item>
    <title>Filtering the HTTP history with scripts (Bambdas)</title>
    <link>https://portswigger.net/burp/documentation/desktop/tools/proxy/http-history/scripts</link>
    <guid isPermaLink="true">https://portswigger.net/burp/documentation/desktop/tools/proxy/http-history/scripts</guid>
    <description>Library for creating custom Java-based scripts, known as Bambdas, to filter Burp Suite&#x27;s HTTP history. Users can load pre-existing scripts from their library or create new ones using built-in templates or by converting existing filter settings. The library leverages the Montoya API and provides a GitHub repository for community contributions and examples, enabling advanced traffic analysis based on criteria like response status codes and cookie presence.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:51:25 +0000</pubDate>
  </item>
  <item>
    <title>Developing AI features in Burp extensions</title>
    <link>https://portswigger.net/burp/documentation/desktop/extend-burp/extensions/creating/creating-ai-extensions/developing-ai-features</link>
    <guid isPermaLink="true">https://portswigger.net/burp/documentation/desktop/extend-burp/extensions/creating/creating-ai-extensions/developing-ai-features</guid>
    <description>Library for integrating AI capabilities into Burp Suite extensions via the Montoya API. This resource details how extensions must declare AI feature support using `EnhancedCapability.AI_FEATURES` and verify availability with `Ai.isEnabled()`. It explains sending single-shot and multi-turn prompts using `Message` objects for system, user, and assistant roles, and handling responses through `PromptResponse`.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">advanced</category>
    <pubDate>Wed, 22 Apr 2026 12:51:25 +0000</pubDate>
  </item>
  <item>
    <title>Burp AI - PortSwigger Documentation</title>
    <link>https://portswigger.net/burp/documentation/desktop/burp-ai</link>
    <guid isPermaLink="true">https://portswigger.net/burp/documentation/desktop/burp-ai</guid>
    <description>Library integrating AI capabilities into Burp Suite for enhanced security testing. Features include AI in Repeater for custom prompts, Explore Issue for autonomous vulnerability investigation, and Explainer for understanding web technologies. It also offers AI-powered false positive reduction for Broken Access Control, automated recorded logins, and extensible AI features via the Montoya API, all while prioritizing user control, data privacy, and industry-standard security.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Wed, 22 Apr 2026 12:51:24 +0000</pubDate>
  </item>
  <item>
    <title>Bambdas - PortSwigger Documentation</title>
    <link>https://portswigger.net/burp/documentation/desktop/extend-burp/bambdas</link>
    <guid isPermaLink="true">https://portswigger.net/burp/documentation/desktop/extend-burp/bambdas</guid>
    <description>Library for scripting Burp Suite&#x27;s interface to personalize tasks. Bambdas allow for custom match-and-replace rules, table columns, filters, and scan checks. Scripts can be saved, imported from sources like the Bambdas GitHub repository, and reused across projects. PortSwigger warns that Bambda scripts can execute arbitrary code, advising caution with unverified sources.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Wed, 22 Apr 2026 12:51:23 +0000</pubDate>
  </item>
  <item>
    <title>Hunting for IDOR and BAC in B2B Apps with Burp Authorize</title>
    <link>https://thexssrat.medium.com/hunting-for-idor-and-bac-vulnerabilities-in-b2b-applications-with-burp-suites-authorize-extension-597877b53d94</link>
    <guid isPermaLink="true">https://thexssrat.medium.com/hunting-for-idor-and-bac-vulnerabilities-in-b2b-applications-with-burp-suites-authorize-extension-597877b53d94</guid>
    <description>Hunting for IDOR and BAC in B2B Apps with Burp Authorize</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:50:30 +0000</pubDate>
  </item>
  <item>
    <title>IDOR-Scanner: Burp Suite Extension for Automated IDOR Detection</title>
    <link>https://github.com/6h4ack/IDOR-Scanner</link>
    <guid isPermaLink="true">https://github.com/6h4ack/IDOR-Scanner</guid>
    <description>Extension for Burp Suite that automatically detects Insecure Direct Object Reference (IDOR) vulnerabilities. It passively scans HTTP requests and responses for numeric fields in URL paths, query parameters, JSON, and form data. Actively, it increments these numeric fields, sending modified requests to identify confirmed IDORs by checking for differing response sizes and 200 OK statuses. An option to right-click and scan specific issues is also provided.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:50:28 +0000</pubDate>
  </item>
  <item>
    <title>Meta and PortSwigger drive offensive security further to find what others miss</title>
    <link>https://www.helpnetsecurity.com/2026/04/20/meta-bug-bounty-portswigger-partnership/</link>
    <guid isPermaLink="true">https://www.helpnetsecurity.com/2026/04/20/meta-bug-bounty-portswigger-partnership/</guid>
    <description>Library. This partnership between Meta Bug Bounty and PortSwigger integrates Meta’s bug bounty program with Burp Suite Professional, aiming to enhance vulnerability discovery and researcher skills. Selected HackerPlus Silver league researchers receive Burp Suite Professional licenses to leverage its technical capabilities alongside Meta&#x27;s collaborative program, fostering improved tooling and education for the security community.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">news</category>
    <pubDate>Mon, 20 Apr 2026 08:49:31 +0000</pubDate>
  </item>
  <item>
    <title>Pentest-Mapper: Burp Extension for Pentesters &amp; Bug Bounty</title>
    <link>https://github.com/Anof-cyber/Pentest-Mapper</link>
    <guid isPermaLink="true">https://github.com/Anof-cyber/Pentest-Mapper</guid>
    <description>Library for Burp Suite that maps application testing flows with custom checklists. Pentest-Mapper logs API calls, allowing users to connect them to specific vulnerabilities from a loaded checklist. It also tracks test cases, enables vulnerability mapping with severity, and offers auto-save, import/export functionality, and auto-logging of scoped APIs.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sun, 19 Apr 2026 02:21:55 +0000</pubDate>
  </item>
  <item>
    <title>Burp Suite Extension: Copy For — Black Hills InfoSec</title>
    <link>https://www.blackhillsinfosec.com/copy-for/</link>
    <guid isPermaLink="true">https://www.blackhillsinfosec.com/copy-for/</guid>
    <description>Library for Burp Suite that generates command-line syntax for security tools like `curl`, `ffuf`, `jwt_tool.py`, `Nikto`, `Nmap`, `Nuclei`, and `wget` directly from requests. It supports variable substitution and configurable flags, allowing users to create custom commands.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sun, 19 Apr 2026 02:21:54 +0000</pubDate>
  </item>
  <item>
    <title>Burp AI — PortSwigger</title>
    <link>https://portswigger.net/burp/ai</link>
    <guid isPermaLink="true">https://portswigger.net/burp/ai</guid>
    <description>Burp AI — PortSwigger</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sun, 19 Apr 2026 02:21:53 +0000</pubDate>
  </item>
  <item>
    <title>Pentest Mapper: Burp Extension for Application Pentesting</title>
    <link>https://github.com/PortSwigger/pentest-mapper</link>
    <guid isPermaLink="true">https://github.com/PortSwigger/pentest-mapper</guid>
    <description>Extension for Burp Suite that integrates request logging with a custom application testing checklist. It enables users to map application flows and API calls, link them to vulnerabilities from a customizable checklist, and track parameters and severity. Features include auto-saving, import/export functionality, and the ability to map individual requests to vulnerabilities with optional CVSS scoring.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sun, 19 Apr 2026 02:21:52 +0000</pubDate>
  </item>
  <item>
    <title>Pentest Mapper — PortSwigger BApp Store</title>
    <link>https://portswigger.net/bappstore/af490ae7e79546fa81a28d8d0b90874e</link>
    <guid isPermaLink="true">https://portswigger.net/bappstore/af490ae7e79546fa81a28d8d0b90874e</guid>
    <description>Library for mapping application flows during penetration testing. Pentest Mapper integrates Burp Suite request logging with a custom checklist, allowing testers to connect API calls to specific functions and map identified vulnerabilities. This Burp Suite extension facilitates a structured approach to application analysis and vulnerability assessment.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sun, 19 Apr 2026 02:21:52 +0000</pubDate>
  </item>
  <item>
    <title>Maximizing IDOR Detection with Burp Suite&#x27;s Autorize</title>
    <link>https://www.blackhatethicalhacking.com/articles/maximizing-idor-detection-with-burp-suites-autorize/</link>
    <guid isPermaLink="true">https://www.blackhatethicalhacking.com/articles/maximizing-idor-detection-with-burp-suites-autorize/</guid>
    <description>Library for Burp Suite&#x27;s Autorize extension, this resource details how to leverage it for identifying Insecure Direct Object Reference (IDOR) vulnerabilities by automatically testing authorization with low-privileged user session cookies. It explains the extension&#x27;s functionality, including its enforcement status detection and customizable filters for identifying authorization bypasses, and provides installation and usage instructions with examples against OWASP Juice Shop.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 17 Apr 2026 14:47:28 +0000</pubDate>
  </item>
  <item>
    <title>Manual and semi-automated testing for IDORs using Burp Suite</title>
    <link>https://www.levelblue.com/blogs/levelblue-blog/manual-and-semi-automated-testing-for-idors-using-burp-suite</link>
    <guid isPermaLink="true">https://www.levelblue.com/blogs/levelblue-blog/manual-and-semi-automated-testing-for-idors-using-burp-suite</guid>
    <description>Library for semi-automated and manual testing of Insecure Direct Object References (IDORs) using Burp Suite. It details how to leverage the Autorize plugin for automated checks by sending captured requests from different user contexts and offers a manual approach by identifying and manipulating object identifiers within Burp Suite&#x27;s Repeater tool, referencing PortSwigger labs as an example.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 17 Apr 2026 14:47:27 +0000</pubDate>
  </item>
  <item>
    <title>Testing for IDORs (PortSwigger Burp docs)</title>
    <link>https://portswigger.net/burp/documentation/desktop/testing-workflow/access-controls/testing-for-idors</link>
    <guid isPermaLink="true">https://portswigger.net/burp/documentation/desktop/testing-workflow/access-controls/testing-for-idors</guid>
    <description>Library for testing Insecure Direct Object References (IDORs), a common access control vulnerability where an application directly uses user-supplied input to access objects. This resource guides users through identifying potential IDORs in parameters, forwarding requests to Burp Intruder, configuring a Sniper attack with payload positions, and analyzing responses to confirm unauthorized access, using an example involving a user ID parameter.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Fri, 17 Apr 2026 14:47:26 +0000</pubDate>
  </item>
  <item>
    <title>IDOR Hunting with Burp Suite: A $1,000 Bug Bounty Case Study</title>
    <link>https://herish.me/blog/idor-bug-bounty-burp-suite/</link>
    <guid isPermaLink="true">https://herish.me/blog/idor-bug-bounty-burp-suite/</guid>
    <description>Tool for hunting Insecure Direct Object Reference (IDOR) vulnerabilities, focusing on a $1,000 bug bounty case. It details how Burp Suite&#x27;s Proxy, Repeater, and Intruder features can be used to identify and automate the discovery of IDORs by tampering with object identifiers and analyzing responses. The entry also covers common IDOR scenarios in APIs, including GraphQL and RESTful endpoints, and provides developer-side prevention techniques like server-side authorization checks and the use of indirect or signed references.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 16 Apr 2026 21:03:51 +0000</pubDate>
  </item>
  <item>
    <title>InQL: Advanced GraphQL Security Testing Burp Extension</title>
    <link>https://github.com/doyensec/inql</link>
    <guid isPermaLink="true">https://github.com/doyensec/inql</guid>
    <description>Library for advanced GraphQL security testing, InQL integrates with Burp Suite. It offers a scanner for auto-generating queries and mutations, customizable scans with &#x27;Points of Interest&#x27; analysis for vulnerability detection, and circular reference detection. InQL also supports batch queries, custom headers, engine fingerprinting even when introspection is disabled, and interactive schema visualization through GraphiQL and GraphQL Voyager.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 16 Apr 2026 21:03:47 +0000</pubDate>
  </item>
  <item>
    <title>Burp Suite Professional Testing Handbook</title>
    <link>https://appsec.guide/docs/web/burp/</link>
    <guid isPermaLink="true">https://appsec.guide/docs/web/burp/</guid>
    <description>Library for Burp Suite Professional, an HTTP interception proxy with features for web application security testing. It aids in identifying server-side and client-side vulnerabilities by intercepting and manipulating requests/responses, fuzzing payloads with Intruder, and analyzing traffic with Proxy and Scanner. The handbook also mentions Burp&#x27;s DOM Invader extension and Trail of Bits webinars on mastering web research with Burp Suite.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Thu, 16 Apr 2026 21:03:23 +0000</pubDate>
  </item>
  <item>
    <title>Bambdas Collection for Burp Suite Professional and Community</title>
    <link>https://github.com/PortSwigger/bambdas</link>
    <guid isPermaLink="true">https://github.com/PortSwigger/bambdas</guid>
    <description>Library of Bambdas for Burp Suite, offering scripts for table filters, custom columns, Repeater actions, match and replace rules, and custom scan checks. Developed by PortSwigger and the community, these scripts enhance Burp Suite&#x27;s functionality, with Java-based checks available in this repository and BChecks in a separate repo. Instructions cover importing, updating, and contributing scripts, with security warnings about executing arbitrary code. Resources include detailed documentation and video tutorials on various Bambda functionalities.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 16 Apr 2026 21:03:22 +0000</pubDate>
  </item>
  <item>
    <title>BurpSuite for Pentester - Vulnerability Hunting Cheatsheet</title>
    <link>https://github.com/Ignitetechnologies/BurpSuite-For-Pentester</link>
    <guid isPermaLink="true">https://github.com/Ignitetechnologies/BurpSuite-For-Pentester</guid>
    <description>Library for penetration testers and bug bounty hunters, this practical Burp Suite cheat sheet aids in efficiently discovering web application vulnerabilities from P4 to P1. It offers a structured reference for web application security testing, guiding users on leveraging Burp Suite&#x27;s features for traffic interception, request analysis, parameter fuzzing, and identifying vulnerabilities in modern web applications.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Thu, 16 Apr 2026 21:03:21 +0000</pubDate>
  </item>
  <item>
    <title>Weaponize Your Burp - Bug Bounty Hunting Automation</title>
    <link>https://github.com/cyspad/Weaponize-Your-Burp</link>
    <guid isPermaLink="true">https://github.com/cyspad/Weaponize-Your-Burp</guid>
    <description>Library for automating Burp Suite for bug bounty hunting. This project weaponizes Burp Suite with extensions like Burp Bounty Pro, Logger++, and AutoRepeater. It details a methodology for integrating custom payloads into AutoRepeater and using Logger++ filters to identify potential vulnerabilities, then sending suspicious requests to Repeater for exploitation. Examples demonstrate configuring custom payloads to enhance bug hunting capabilities.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 16 Apr 2026 21:03:20 +0000</pubDate>
  </item>
  <item>
    <title>Smart Automation with Burp Suite - YesWeHack</title>
    <link>https://www.yeswehack.com/learn-bug-bounty/smart-automation-with-burp-suite</link>
    <guid isPermaLink="true">https://www.yeswehack.com/learn-bug-bounty/smart-automation-with-burp-suite</guid>
    <description>Library for automating Burp Suite workflows, this resource details using passive scanners like the built-in passive scanner and passive crawler, alongside extensions such as BChecks, Burp Bounty, and Logger++, to streamline bug bounty efforts. It explains how to combine active and passive scanning to efficiently gather information and discover vulnerabilities, emphasizing the importance of custom headers for tracking BCheck requests and leveraging error messages for deeper analysis, while still advocating for manual testing to complement automated findings.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 16 Apr 2026 21:03:19 +0000</pubDate>
  </item>
  <item>
    <title>A Guide to Build Burp Suite Extensions Using Montoya API and Java</title>
    <link>https://medium.com/@hosam.gemeai/a-guide-to-build-burp-suite-extensions-using-montoya-api-java-a8256a169bee</link>
    <guid isPermaLink="true">https://medium.com/@hosam.gemeai/a-guide-to-build-burp-suite-extensions-using-montoya-api-java-a8256a169bee</guid>
    <description>A Guide to Build Burp Suite Extensions Using Montoya API and Java</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 16 Apr 2026 21:03:19 +0000</pubDate>
  </item>
  <item>
    <title>Power Up Pen Tests: Create Burp Suite Extensions with Montoya API</title>
    <link>https://bishopfox.com/blog/power-pen-tests-with-montoya-api</link>
    <guid isPermaLink="true">https://bishopfox.com/blog/power-pen-tests-with-montoya-api</guid>
    <description>Library for developing Burp Suite extensions using the Montoya API, streamlining tasks like authentication handling, API data mining, and UI visualization. This API, introduced in Burp Suite 2022.9.5, offers improved object-oriented design, WebSocket support, and simplified HTTP message manipulation compared to the older extender API, enabling developers to create more robust and flexible tools like the example &quot;BurpCage&quot; extension that replaces images with Nicolas Cage photos.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 16 Apr 2026 21:03:18 +0000</pubDate>
  </item>
  <item>
    <title>Burp Suite Extensions - Overview and Introduction with Kotlin</title>
    <link>https://www.scip.ch/en/?labs.20250911</link>
    <guid isPermaLink="true">https://www.scip.ch/en/?labs.20250911</guid>
    <description>Library for developing Burp Suite extensions, focusing on the modern MontoyaApi with Kotlin. This resource details how to create powerful extensions, introducing concepts like Bambdas for filtering and BChecks for custom scan checks. It showcases the development of the HeaderMate extension, which automates server response header evaluation against OWASP recommendations and configurable rules, offering features like selective host checking, issue creation toggling, and CSV export.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Thu, 16 Apr 2026 21:03:17 +0000</pubDate>
  </item>
  <item>
    <title>Creating Burp Extensions: A Beginner&#x27;s Guide - Black Hills InfoSec</title>
    <link>https://www.blackhillsinfosec.com/creating-burp-extensions-wrapup/</link>
    <guid isPermaLink="true">https://www.blackhillsinfosec.com/creating-burp-extensions-wrapup/</guid>
    <description>Library for creating Burp Suite extensions. This resource guides beginners through developing custom functionalities for Burp Suite, a web application proxy essential for security testing. It explains what Burp extensions are, why they enhance testing capabilities, and covers the necessary tools and languages for development. The presentation introduces the Montoya API for integration and showcases a practical example of a JWT editor extension, illustrating how these additions expand Burp Suite&#x27;s utility beyond its default features.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Thu, 16 Apr 2026 21:03:16 +0000</pubDate>
  </item>
  <item>
    <title>PortSwigger&#x27;s Top 10 Web Hacking Techniques of 2025</title>
    <link>https://portswigger.net/research/top-10-web-hacking-techniques-of-2025</link>
    <guid isPermaLink="true">https://portswigger.net/research/top-10-web-hacking-techniques-of-2025</guid>
    <description>Reference listing the top 10 web hacking techniques of 2025, curated by an expert panel from community nominations. Techniques include Parser Differentials, Playing with HTTP/2 CONNECT, XSS-Leak, Next.js cache poisoning, Cross-Site ETag Length Leak, SOAPwn (RCE via HttpWebClientProtocol flaw), Unicode normalization attacks like &quot;Lost in Translation,&quot; blind SSRF visibility techniques, ORM leaks, and &quot;Successful Errors&quot; for blind server-side template injection. The analysis highlights trends in side-channel attacks and new exploitation primitives.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Thu, 16 Apr 2026 21:03:15 +0000</pubDate>
  </item>
  <item>
    <title>Found SSRF vulnerability allowed to access admin panel and delete user account. StockAPI Burp Intruder Admin URL Deleted user account (carlos) #SSRF #WebSecurityAcademy #Portswigger #Lab #Vulnerability pic.x.com/EiIMQEUyxQ</title>
    <link>https://x.com/Cyb3rX7u/status/2044000956468322409</link>
    <guid isPermaLink="true">https://x.com/Cyb3rX7u/status/2044000956468322409</guid>
    <description>Found SSRF vulnerability allowed to access admin panel and delete user account. StockAPI   Burp Intruder  Admin URL  Deleted user account (carlos) #SSRF #WebSecurityAcademy #Portswigger #Lab #Vulnerab...</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Tue, 14 Apr 2026 10:38:42 +0000</pubDate>
  </item>
  <item>
    <title>OWASP Testing for Server Side Template Injection</title>
    <link>https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/07-Input_Validation_Testing/18-Testing_for_Server_Side_Template_Injection</link>
    <guid isPermaLink="true">https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/07-Input_Validation_Testing/18-Testing_for_Server_Side_Template_Injection</guid>
    <description>Reference for testing Server-Side Template Injection (SSTI) vulnerabilities in web applications, a common flaw found when user input is unsafely embedded in templating engines like Jinja2 and Twig, potentially leading to remote code execution. The guide details methods for detecting injection points, identifying templating engines, and building exploits, referencing tools such as Tplmap and Burp Suite extensions. It also covers testing in both plaintext and code contexts.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Fri, 10 Apr 2026 21:21:52 +0000</pubDate>
  </item>
  <item>
    <title>Server-side template injection PortSwigger KB</title>
    <link>https://portswigger.net/kb/issues/00101080_server-side-template-injection</link>
    <guid isPermaLink="true">https://portswigger.net/kb/issues/00101080_server-side-template-injection</guid>
    <description>Library detailing Server-side template injection, a vulnerability where user input is unsafely embedded into server-side templates, potentially allowing arbitrary code execution and server control. It covers identifying template engine types, mapping the attack surface, and auditing exposed objects, noting severity varies by engine. Remediation strategies include avoiding user-generated templates, using logic-less engines like Mustache, or sandboxing rendering environments. This vulnerability is classified under CWE-94, CWE-95, and CWE-116, often carrying a high severity.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 10 Apr 2026 21:21:51 +0000</pubDate>
  </item>
  <item>
    <title>Template Injection Research | PortSwigger Research</title>
    <link>https://portswigger.net/research/template-injection</link>
    <guid isPermaLink="true">https://portswigger.net/research/template-injection</guid>
    <description>Library covering template injection, detailing both Client Side Template Injection (CSTI) and Server Side Template Injection (SSTI). Learn techniques to bypass Content Security Policy (CSP) and exploit client-side vulnerabilities similar to Cross-Site Scripting (XSS), including breaking the AngularJS sandbox as presented at BSides Manchester. Explore server-side exploitation, detecting templating engines, and achieving Remote Code Execution (RCE), including research presented at Black Hat USA on SSTI.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">advanced</category>
    <pubDate>Fri, 10 Apr 2026 21:21:49 +0000</pubDate>
  </item>
  <item>
    <title>Server-Side Template Injection | PortSwigger Research</title>
    <link>https://portswigger.net/research/server-side-template-injection</link>
    <guid isPermaLink="true">https://portswigger.net/research/server-side-template-injection</guid>
    <description>Reference for Server-Side Template Injection (SSTI) details a methodology for detecting and exploiting template engines like Twig and FreeMarker, which are commonly used to embed dynamic content. SSTI vulnerabilities arise when user input is unsafely embedded in templates, potentially leading to Remote Code Execution (RCE). The research outlines detection techniques for both &quot;text&quot; and &quot;variable&quot; contexts, emphasizing the importance of identifying the specific template engine and its documentation to craft effective exploits, including escaping sandbox modes.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">advanced</category>
    <pubDate>Fri, 10 Apr 2026 21:21:48 +0000</pubDate>
  </item>
  <item>
    <title>Server-side template injection | Web Security Academy</title>
    <link>https://portswigger.net/web-security/server-side-template-injection</link>
    <guid isPermaLink="true">https://portswigger.net/web-security/server-side-template-injection</guid>
    <description>Library explaining server-side template injection, a vulnerability where attackers inject malicious payloads into templates to achieve remote code execution or access sensitive data. It details how these vulnerabilities arise when user input is directly concatenated into templates instead of being passed as data, and outlines detection methods like fuzzing with special characters and testing mathematical operations in plaintext or code contexts, applicable to engines like Twig and Freemarker.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Fri, 10 Apr 2026 21:21:48 +0000</pubDate>
  </item>
  <item>
    <title>PortSwigger KB: JWT none algorithm supported</title>
    <link>https://portswigger.net/kb/issues/00200901_jwt-none-algorithm-supported</link>
    <guid isPermaLink="true">https://portswigger.net/kb/issues/00200901_jwt-none-algorithm-supported</guid>
    <description>Library for detecting JWT &quot;none&quot; algorithm vulnerabilities. This flaw allows an attacker to tamper with the JWT&#x27;s `alg` header to &quot;none&quot;, remove the signature, and submit an unsigned token. If the server accepts this, attackers can escalate privileges or impersonate users by modifying arbitrary claims in the payload. Remediation involves configuring JWT libraries to reject unsecured tokens and only accept cryptographically strong algorithms.</description>
    <category domain="tool">Burp Suite</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 10 Apr 2026 21:21:47 +0000</pubDate>
  </item>
</channel>
</rss>