html-injection-testing
Test for HTML Injection Vulnerabilities
Web applications often fail to properly sanitize user input, allowing attackers to inject malicious HTML content. This skill provides comprehensive methodology for identifying HTML injection flaws through authorized security testing.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen â Fähigkeiten â Skills â Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "html-injection-testing". Test search parameter for HTML injection
Erwartetes Ergebnis:
- Phase 1: Identified injection point at /search?q= parameter
- Phase 2: Basic payload test results: <h1>Test</h1> renders as heading - VULNERABLE
- Phase 3: Stored injection confirmed - payload persists after page reload
- Recommendation: Implement output encoding using htmlspecialchars() or DOMPurify
Verwendung von "html-injection-testing". What phishing payloads can demonstrate HTML injection risk?
Erwartetes Ergebnis:
- Demonstration payload: Overlay form capturing credentials
- Impact: Attacker can harvest user credentials via fake login form
- Severity: Medium to High depending on authentication value
- Remediation: Strict input validation and CSP headers
Sicherheitsaudit
Niedriges RisikoThis is a legitimate educational security testing skill for authorized HTML injection vulnerability assessment. Static findings are false positives or expected content for security education. The skill teaches penetration testing methodologies for identifying and reporting HTML injection flaws in web applications. All examples are clearly educational and the skill includes proper remediation guidance.
Probleme mit mittlerem Risiko (2)
Probleme mit niedrigem Risiko (2)
Risikofaktoren
⥠Enthält Skripte (2)
âď¸ Externe Befehle (60)
đ Netzwerkzugriff (30)
Erkannte Muster
Qualitätsbewertung
Was du bauen kannst
Security Consultant Assessing Client Web Applications
A penetration tester conducting authorized security assessment for a client needs to identify HTML injection vulnerabilities in their web applications and provide a comprehensive report with remediation steps.
Developer Learning Web Security
A web developer wants to understand HTML injection vulnerabilities to write more secure code and properly validate user input in their applications.
QA Engineer Testing Input Handling
A QA engineer needs to verify that the application's input handling properly sanitizes HTML content and prevents injection attacks.
Probiere diese Prompts
Use the html-injection-testing skill to help me test if our application's search function is vulnerable to HTML injection. The search parameter is 'q' and the URL is http://example.com/search
Help me test for stored HTML injection in the user profile bio field using the html-injection-testing skill. What test payloads should I use and how do I verify if the injection is stored?
Our application claims to filter HTML tags. Using the html-injection-testing skill, what encoding and bypass techniques should I test to verify if the filter can be evaded?
After implementing input sanitization, how can I use the html-injection-testing skill to verify that the remediation is effective and no HTML injection vectors remain?
Bewährte Verfahren
- Always obtain written authorization before testing any web application
- Document all findings with proof-of-concept screenshots and request/response pairs
- Test both GET and POST parameters, including hidden fields and cookies
- Include remediation guidance in your report to help developers fix issues
Vermeiden
- Testing production systems without explicit authorization
- Using discovered vulnerabilities to access or exfiltrate data
- Focusing only on automated tools without manual verification
- Reporting findings without providing clear reproduction steps
Häufig gestellte Fragen
What is the difference between HTML injection and XSS?
Can HTML injection lead to account compromise?
What tools are recommended for HTML injection testing?
How do I prevent HTML injection in my web application?
Is testing on localhost considered ethical?
What is the typical severity of HTML injection?
Entwicklerdetails
Autor
sickn33Lizenz
MIT
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/html-injection-testingRef
main
Dateistruktur
đ SKILL.md