Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/randomrobbiebf/grafana-bruteforce
- Owner: RandomRobbieBF
- License: gpl-3.0
- Created: 2020-04-21T09:51:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T08:00:35.000Z (over 4 years ago)
- Last Synced: 2023-02-26T09:23:44.287Z (almost 2 years ago)
- Topics: brute-force, bugbounty, grafana, red-team
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")