How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
CRLF and open redirect fuzzer
The main features of bountystrike/injectus are: CRLF Injection, Open Redirect.
Projects with overlapping indexed features include: daffainfo/allaboutbugbounty — AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing.… six2dez/reconftw — reconftw is an attack surface management framework and reconnaissance workflow orchestrator designed to automate the… dwisiswant0/crlfuzz — A fast tool to scan CRLF vulnerability written in Go. michaelstott/crlf-injection-scanner — Command line tool for testing CRLF injection on a list of domains. naategh/dom-red — Small script to check a list of domains against open redirect vulnerability. nefcore/crlfsuite — The most powerful CRLF injection (HTTP Response Splitting) scanner.
AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing. It serves as a reference resource covering common web vulnerabilities and exploitation methods for security researchers, providing a structured approach to identifying and exploiting web application security flaws in bug bounty programs. The repository covers a wide range of attack categories including authentication bypass, cross-site scripting injection, server-side request forgery, web cache poisoning, and business logic abuse. It includes techniques for bypassing access co
reconftw is an attack surface management framework and reconnaissance workflow orchestrator designed to automate the discovery, mapping, and monitoring of external digital assets. It operates as a modular tool-chain pipeline that coordinates a sequence of security tools to perform intelligence gathering and vulnerability scanning. The project distinguishes itself through a cloud-native deployment model that parallelizes scanning workloads across a fleet of remote VPS instances to bypass local resource constraints. It utilizes container-based environment isolation to ensure consistent executio
A fast tool to scan CRLF vulnerability written in Go
Command line tool for testing CRLF injection on a list of domains.