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

Try our bug bounty calculator

Hacking Tools

How to appeal a bug bounty submission Cover Image

How to appeal a bug bounty submission

Bug Bounty Tips & Methodology

Hacking Tools

July 30, 2026

Bug bounty is a collaborative process that involves multiple parties, including the security researcher, triage team, and the affected organization managing the bug bounty program. While the vast majority of submissions are handled correctly, there are exceptional instances in which reports are mish

Continue reading

Exploiting insecure cookie policies

Web & API HackingClient-Side Attacks

Hacking Tools

June 27, 2026

Cookies are one of the most fundamental building blocks of the modern web, and yet they are often overlooked from a security perspective. When misconfigured, they can potentially lead to exposure of sensitive session data, enable several client-side attacks, and in severe cases, even allow attackers

Continue reading

Exploiting web cache poisoning vulnerabilities

Web & API HackingSecurity Misconfigurations

Hacking Tools

June 24, 2026

Web (or HTTP) caching is a highly adopted practice to effectively optimize web page loading times for clients. However, as with most technologies, when incorrectly implemented, it may open up a new exploitable attack surface for us to look into. In this article, we'll cover what web cache poisoning

Continue reading

Exploiting SQL injection vulnerabilities

Web & API Hacking

Hacking Tools

April 30, 2026

Most assume that SQL injection is a solved problem in today's application landscape, especially with increased awareness of secure coding practices (such as resorting to prepared statements or parameterized queries) and the widespread adoption of NoSQL databases. However, in practice, SQLi vulnerabi

Continue reading

BugQuest 2026: 31 Days of Broken Access Control

CTF Challenge

Hacking Tools

April 1, 2026

In March 2026, we ran BugQuest, a 31-day campaign covering everything you need to know about finding and exploiting broken access control vulnerabilities. From understanding the basics of authentication and authorization to spotting subtle authorization bypasses in real code, we broke down one of th

Continue reading

Intigriti 0326 CTF Challenge: Chaining DOM clobbering and CSP bypasses for XSS

CTF Challenge

Hacking Tools

March 25, 2026

At Intigriti, we host monthly web-based Capture The Flag (CTF) challenges as a way to engage with the security researcher community. This month's challenge, brought forward by Kulindu, presented us with a Secure Search Portal that, on the surface, appeared to be well protected. A strict Content Secu

Continue reading

Exploiting broken access control vulnerabilities

Web & API HackingAuthentication & Authorization

Hacking Tools

March 20, 2026

Broken access control vulnerabilities have consistently remained at the top of the OWASP Top 10, and for a good reason. As web applications continue to grow in complexity, with the introduction of role-based access controls, multi-tenant support, and granular permission models, the likelihood of acc

Continue reading

How to use AI for improved vulnerability report writing

Bug Bounty Tips & Methodology

Hacking Tools

February 17, 2026

Report writing is an integral part of bug bounty or any type of vulnerability assessment. In fact, sometimes, it can become the most important phase. Submitting a confusing report can often lead to misalignment and faulty interpretation of your reported vulnerability. On the contrary, a well-written

Continue reading

Exploiting PostMessage vulnerabilities: A complete guide

Web & API HackingClient-Side Attacks

Hacking Tools

January 31, 2026

PostMessage vulnerabilities arise when developers fail to properly validate message origins or sanitize content within cross-origin communication handlers. As modern web applications increasingly rely on the postMessage API for cross-origin communication, whether for embedded widgets, OAuth flows, t

Continue reading

Intigriti 0126 CTF Challenge: Exploiting insecure postMessage handlers

CTF Challenge

Hacking Tools

January 28, 2026

At Intigriti, we host monthly web-based Capture The Flag (CTF) challenges as a way to engage with the security researcher community. January's challenge presented participants with CRYPTIGRITI, a cryptocurrency trading platform where users could buy and trade Bitcoin (BTC), Monero (XMR), and a custo

Continue reading

Exploiting information disclosure vulnerabilities

Web & API Hacking

Hacking Tools

January 12, 2026

Information disclosure vulnerabilities can arise in various peculiar ways, especially as applications continue to evolve and become more complex over time. Unlike some injection attacks, where several factors determine exploitability. Information disclosures can often lead to direct, standalone atta

Continue reading

December CTF Challenge: Chaining XS leaks and postMessage XSS

CTF Challenge

Hacking Tools

December 24, 2025

At Intigriti, we host monthly web-based Capture The Flag (CTF) challenges as a way to engage with the security researcher community. December's challenge by Renwa took inspiration from the Marvel Cinematic Universe, specifically Thanos's quest to collect all six Infinity Stones. This challenge requi

Continue reading

Exploiting business logic error vulnerabilities

Web & API Hacking

Hacking Tools

December 9, 2025

It's no secret that complexity is the biggest rival of safe applications. As web apps become more sophisticated, they create countless opportunities for logic flaws to arise. Unlike technical vulnerabilities that can be easily automated, business logic errors emerge from the gap between how develope

Continue reading

Bypassing Content Security Policy (CSP)

Web & API HackingClient-Side Attacks

Hacking Tools

November 30, 2025

Content Security Policies (CSPs) are often deployed as the last line of defense against client-side attacks such as cross-site scripting (XSS) and clickjacking. Since their first introduction in 2012, they've enabled developers to control which and what resources are allowed to load and evaluate wit

Continue reading

November CTF Challenge: Exploiting JWT vulnerabilities to achieve RCE

CTF Challenge

Hacking Tools

November 26, 2025

At Intigriti, we host monthly web-based Capture The Flag (CTF) challenges as a way to engage with the security research community. This month, we've decided to take on a challenge ourselves as a way to give back to the community. In response to one of our recent articles, we decided to focus on JSON

Continue reading

Hunting for DOM-based XSS vulnerabilities: A complete guide

Web & API HackingClient-Side Attacks

Hacking Tools

November 11, 2025

Traditional cross-site scripting (XSS) vulnerabilities were prevalent when server-side rendering (with languages like PHP, JSP, and ASP) was the norm. However, as applications become more complex and developers continue to shift application logic to the client-side, more complex client-side vulnerab

Continue reading

Exploiting JWT vulnerabilities: A complete guide

Web & API Hacking

Hacking Tools

November 7, 2025

Before JSON Web Tokens (JWTs) became popular in today's app development landscape, web applications predominantly used server-side sessions, which presented horizontal scalability issues. JWTs solved this by moving authentication data from the server to the token itself. They are self-contained, sta

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