Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hahwul/hbxss
Security test tool for Blind XSS
https://github.com/hahwul/hbxss
Last synced: 3 months ago
JSON representation
Security test tool for Blind XSS
- Host: GitHub
- URL: https://github.com/hahwul/hbxss
- Owner: hahwul
- License: mit
- Archived: true
- Created: 2017-11-10T09:37:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T14:03:52.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T14:06:33.921Z (6 months ago)
- Language: Ruby
- Size: 66.4 KB
- Stars: 27
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- WebHackersWeapons - hbxss - xss`](/categorize/tags/blind-xss.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Ruby](/images/ruby.png)](/categorize/langs/Ruby.md)| (Weapons / Tools)
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.