Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/randomrobbiebf/grafana-bruteforce

Grafana Bruteforce tool
https://github.com/randomrobbiebf/grafana-bruteforce

brute-force bugbounty grafana red-team

Last synced: about 1 month ago
JSON representation

Grafana Bruteforce tool

Awesome Lists containing this project

README

        

# grafana-bruteforce

A tool that takes a combo username and password list and will attempt to bruteforce grafana login page.

Grafana will lock you out after 5 attempts so you need to ensure your proxy has multiple external ip's.

How to Run
---

Use supplied combo list

```
python3 grafana-brute.py -u http://localhost:3000
```

Use your own combo list.

```
python3 grafana-brute.py -u http://localhost:3000 -f mycombo.txt
```

Example
---

![screenshot](https://github.com/RandomRobbieBF/grafana-bruteforce/raw/master/grafana.png "screenshot")