Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hahwul/hbxss

Security test tool for Blind XSS
https://github.com/hahwul/hbxss

Last synced: about 2 months ago
JSON representation

Security test tool for Blind XSS

Awesome Lists containing this project

README

        

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

# hbxss
Blind XSS Testing toolkit

### Install
#> git clone https://github.com/hahwul/hbxss.git
#> cd hbxss
#> bundle install

### Run
#> rails db:migrate
#> rails s
! Open browser http://127.0.0.1:3000

### Usage
1. Generate code.

2. Inject XSS Code your testing(target) site.

3. Check the Blind XSS results on the log page.