https://github.com/joanbono/webbuster
Web app for Rustbuster output
https://github.com/joanbono/webbuster
go golang rustbuster webapp
Last synced: 8 months ago
JSON representation
Web app for Rustbuster output
- Host: GitHub
- URL: https://github.com/joanbono/webbuster
- Owner: joanbono
- License: gpl-3.0
- Created: 2019-09-13T07:36:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T14:37:10.000Z (over 6 years ago)
- Last Synced: 2025-01-12T13:52:38.283Z (over 1 year ago)
- Topics: go, golang, rustbuster, webapp
- Language: Go
- Size: 4.86 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webbuster
Web app to visualize [Rustbuster](https://github.com/phra/rustbuster)'s output.
## Installation
Download a pre-built binary from [Releases](https://github.com/joanbono/webbuster/releases) or compile:
```bash
go get -u -v github.com/joanbono/webbuster
go install -v github.com/joanbono/webbuster
```
## Usage
```bash
# From rustbuster
$ rustbuster dir -w dictionary.txt -u https://target.com -o sample.json
# From webbuster
$ webbuster -data sample.json
[+] WeBBuster - Listening on http://localhost:9090...
```
Open your browser on [http://localhost:9090](http://localhost:9090).
