Reward your researchers fairly – try our bug bounty calculator today!

Try our bug bounty calculator

blackbird-eu

Intigriti Bug Bytes #229 - October 2025 🚀

Intigriti Bug Bytes #229 - October 2025 🚀

Bug Bytes

Bug Bytes

October 31, 2025

Welcome to the latest edition of Bug Bytes! In this month’s issue, we’ll be featuring: Cool trick to find disclosed secrets in internal web extensions A repository full of WAF bypasses Hacking Intercom misconfigurations Wayback Machine for hackers And so much more! Let’s dive in! October’s Intigriti

Continue reading

Hunting for reflected XSS vulnerabilities: A complete guide

Web & API HackingClient-Side Attacks

Hacking Tools

October 20, 2025

Cross-site scripting vulnerabilities are, by no doubt, one of the vulnerability types that'll keep haunting applications for a long time. This seamless injection bug can often be further escalated to allow attackers to perform malicious actions on behalf of the victim, or even worse, on behalf of a

Continue reading

Hunting for secrets in bug bounty targets

Bug Bounty Tips & Methodology

Hacking Tools

October 5, 2025

It is no secret that bug bounty hunters who spend lots of time on information gathering are always rewarded well for their efforts. As developers continue to in-deliberately push secrets to production or to other public-facing resources, hunting for secrets remains invaluable for security researcher

Continue reading

Hunting for SSRF vulnerabilities in Next.js targets

Web & API Hacking

Hacking Tools

September 28, 2025

Next.js is a powerful open-source React framework that enables developers to build fast, interactive, and SEO-friendly web applications. With almost 13 million weekly downloads via NPM, and the framework being complex by nature, it makes it a prime target for unfriendly intruders. In this article, w

Continue reading

Hacking plugin ecosystems: A complete guide

Web & API HackingSecurity Misconfigurations

Hacking Tools

September 2, 2025

Add-on (or plugin) ecosystems unlock an entire new world of integration possibilities while also complementing the platform's extensibility to developers. However, in practice, finding the right balance between adding extensibility and maintaining security often proves to be difficult. The root caus

Continue reading

August CTF challenge: Exploiting SSRF via NextJS Middleware

CTF Challenge

Hacking Tools

August 27, 2025

At Intigriti, we hold monthly web-based Capture The Flag (CTF) challenges as a way to engage with the security research community. This month's challenge, presented by @0xblackbird, featured an interesting server-side request forgery (SSRF) vulnerability affecting web applications that make use of t

Continue reading

Hacking misconfigured Firebase targets: A complete guide

Web & API HackingSecurity Misconfigurations

Hacking Tools

August 13, 2025

Google Firebase is a popular back-end application development platform that provides several built-in components and services, allowing developers to seamlessly build interactive web and mobile applications. But as with any development platform and framework, security always proves to be difficult.

Continue reading

Identifying the server's origin IP behind popular reverse proxies

Web & API HackingSecurity Misconfigurations

Hacking Tools

July 29, 2025

Most of your targets often resort to using content delivery networks (CDNs) or other anti-DDoS reverse proxies to mask their origin IP, protecting the origin server from possible (injection) attacks while also improving content delivery speed. However, when access is misconfigured, it makes it possi

Continue reading

GitHub dorking for beginners: How to find more vulnerabilities using GitHub search

Bug Bounty Tips & Methodology

Hacking Tools

July 13, 2025

Bug bounty hunters who spend time in content discovery and reconnaissance are always rewarded well for their efforts, as they often come across untested and hidden assets or endpoints. GitHub dorking is another way to leverage public search engines to discover hidden assets, endpoints and even secre

Continue reading

Exploiting Log4Shell (Log4J) in 2025

Web & API Hacking

Hacking Tools

June 29, 2025

It's been a few years since Log4Shell, an injection attack in Log4J Apache logging software, has struck thousands of companies around the world. And despite all the efforts organisations took to patch this critical flaw in their systems, some web services running in 2025 are still vulnerable to Log4

Continue reading

SSTI: A complete guide to exploiting advanced server-side template injections

Web & API Hacking

Hacking Tools

June 15, 2025

Server-side template injection (SSTI) vulnerabilities still remain present in modern applications as developers continue to struggle with implementing proper input validations everywhere. And yet, despite this fact, bug bounty hunters still occasionally overlook these injection vulnerability class,

Continue reading

Discovering hidden parameters: An advanced guide

Bug Bounty Tips & Methodology

Hacking Tools

June 3, 2025

Reconnaissance plays an integral part in bug bounty hunting, with hidden parameter discovery an even more crucial role as they are often left with inadequate validation. Making these types of parameters usually more susceptible to common injection vulnerabilities such as SQLs, XSS, IDORs and even co

Continue reading

CORS: A complete guide to exploiting advanced CORS misconfiguration vulnerabilities

Web & API HackingClient-Side Attacks

Hacking Tools

May 18, 2025

CORS misconfiguration vulnerabilities are a highly underestimated vulnerability class. With an impact ranging from sensitive information disclosure to facilitating SSRF attacks, this client-side security vulnerability should always be part of your security testing. In this article, we will explore t

Continue reading

NoSQLi: A complete guide to exploiting advanced NoSQL injection vulnerabilities

Web & API Hacking

Hacking Tools

April 27, 2025

NoSQL injections are relatively easier to exploit than classic SQL injections. However, developers often overlook these vulnerabilities, mainly due to limited awareness. Additionally, false beliefs among software engineers that NoSQL databases inherently resist injection attacks further increase the

Continue reading

Hunting down subdomain takeover vulnerabilities

Web & API Hacking

Hacking Tools

April 8, 2025

Subdomain takeovers are a well-documented security misconfiguration. Despite widespread awareness, developers still frequently forget to remove DNS records pointing to forgotten and unused third-party services, allowing these vulnerabilities to be present even today. In this article, we will learn w

Continue reading

8 Tips for writing effective bug bounty reports

Bug Bounty Tips & Methodology

Hacking Tools

March 25, 2025

So, you've found a valid security vulnerability in one of your bug bounty programs, now it's time to write the report. Finding the vulnerability was half the story. Writing effective reports is also an essential phase in bug bounty. Clear, well-written, and to-the-point bug bounty reports often get

Continue reading

XXE: A complete guide to exploiting advanced XXE vulnerabilities

Web & API HackingInjection Attacks

Hacking Tools

March 11, 2025

XML External Entity (XXE) vulnerabilities are one of the most overlooked yet impactful vulnerabilities in modern web applications. Although they've become seemingly harder to detect and exploit, their impact remains severe, often allowing attackers to read internal files, reach internal-only network

Continue reading

5 Ways to hack WordPress targets

Web & API Hacking

Hacking Tools

February 13, 2025

Over half a billion websites are powered by WordPress as of today. Unfortunately, not every instance deserves the same security attention as the other. The chances of coming across a bug bounty target that has a vulnerable instance is quite probable. However, some bug bounty hunters get intimidated

Continue reading

Creating custom wordlists for bug bounty targets: A complete guide

Bug Bounty Tips & Methodology

Hacking Tools

January 31, 2025

Everyone understands the importance of custom wordlists in bug bounties, and how they can be deployed in targeted bruteforcing attacks to help discover new hidden endpoints. Custom wordlists can also help reduce the number of requests sent and even prevent unnecessary aggressive scanning of bug boun

Continue reading

Exploiting PDF generators: A complete guide to finding SSRF vulnerabilities in PDF generators

Web & API Hacking

Hacking Tools

January 27, 2025

PDF generators are commonly implemented in applications. Developers tend to use these components to generate documents based on dynamic data provided from the database for example. Unfortunately, not every developer is also aware of the potential risks that he/she might introduce when integrating th

Continue reading