password-reset-poisoning

Poison host headers and intercept password reset tokens for account takeover.

253|37|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/blacklanternsecurity/red-run --skill password-reset-poisoning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: password-reset-poisoning
Source: https://github.com/blacklanternsecurity/red-run/tree/main/skills/web/password-reset-poisoning
Command: npx skills add https://github.com/blacklanternsecurity/red-run --skill password-reset-poisoning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps penetration testers exploit vulnerabilities in password reset functionalities to gain unauthorized access to user accounts.

Core Features & Use Cases

  • Host Header Poisoning: Manipulate Host headers to redirect reset tokens to an attacker-controlled domain.
  • Token Leakage: Exploit Referer headers or email injection to intercept reset tokens.
  • Token Analysis: Identify weak or predictable tokens for brute-force attacks.
  • Use Case: A penetration tester uses this Skill to exploit a web application's weak password reset flow, successfully intercepting a reset token via Host header poisoning and taking over a victim's account.

Quick Start

Use the password-reset-poisoning skill to test for host header poisoning vulnerabilities against the target URL 'https://example.com/reset'.

Frequently Asked Questions about password-reset-poisoning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is host header poisoning in password reset flows?

Host header poisoning manipulates HTTP Host headers to trick a web application into sending password reset tokens to an attacker-controlled domain, enabling account takeover.

How do I intercept password reset tokens via referer or email injection?

You intercept password reset tokens by exploiting Referer header leakage or email injection vulnerabilities, capturing the tokens as they are transmitted to external resources or attacker-controlled addresses.

How can I analyze reset token entropy for brute-force attacks?

Analyze reset token entropy by examining the character space and length of generated tokens to identify weak or predictable patterns, making them viable targets for brute-force attacks.

Do I need Burp Suite and curl to test for password reset vulnerabilities?

Yes, exploiting insecure account recovery flows requires tools like Burp Suite and curl to intercept requests, manipulate headers, and analyze token entropy during penetration testing.

What is the best way to bypass password resets and gain account access?

The best way to bypass password resets is to poison host headers, intercept tokens via referer or email injection, and brute-force weak tokens to exploit insecure recovery flows.