Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joanbono/webbuster
Web app for Rustbuster output
https://github.com/joanbono/webbuster
go golang rustbuster webapp
Last synced: 3 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T14:37:10.000Z (over 5 years ago)
- Last Synced: 2024-06-20T07:53:43.536Z (7 months 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).
![](img/WebBuster_001.png)