Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitorfhc/queryxss
Tool for testing reflections in the HTTP responses
https://github.com/vitorfhc/queryxss
Last synced: 3 months ago
JSON representation
Tool for testing reflections in the HTTP responses
- Host: GitHub
- URL: https://github.com/vitorfhc/queryxss
- Owner: vitorfhc
- Created: 2023-03-10T01:34:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-10T17:57:54.000Z (over 1 year ago)
- Last Synced: 2024-06-20T05:07:35.335Z (5 months ago)
- Language: Go
- Size: 318 KB
- Stars: 59
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - vitorfhc/queryxss - Tool for testing reflections in the HTTP responses (Go)
README
# QueryXSS
QueryXSS is a tool to test for reflected inputs in the response.
**Beware:** This tool is still in development, so you can expect bugs.
![](docs/img/example.png)
## Usage
```bash
$ queryxss -h
QueryXSS finds reflected values in the HTTP response.Usage:
queryxss [flags]Flags:
-k, --allow-insecure Allow insecure connections
-d, --debug Enable debug mode
-f, --file string File with URLs to scan
-H, --header stringArray Headers to send with the request (specify multiple times)
-h, --help help for queryxss
-m, --min-length uint Minimum value's length to scan for reflections (default 3)
-n, --no-color Disable color output
-r, --rate-limit uint Number of requests per second (default 25)
-s, --silent Outputs only errors and the results
```## Install
### Using go install
Make sure you have [Go installed and configured](https://go.dev/doc/install).
```bash
go install github.com/vitorfhc/queryxss@latest
```### Manual install
```bash
git clone github.com/vitorfhc/queryxss
cd queryxss
go install
```alert(document.cookie)