## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-RODPWN-CVE-2021-43798-MASS_SCANNER
# Grafana CVE 2021-43798
Неавторизованное чтение произвольных файлов в Grafana — уязвимость **CVE-2021-43798**
## Зависимости
root@kitploit:~
python3 -m pip install -r requirements.txt
или
pipenv install -r requirements.txt
# Дорки

* Дорки (Shodan | Google)
* Google Dorks
* Shodan Dorks
# Использование
* Цели без / в конце. И без http:// или https://
* Пример файла targets.txt
root@kitploit:~
target.com
example.com
foo.gov
xpto.com.de
root@kitploit:~
usage: tool [-h] [--file <hostnames.txt>] [--range <ip-start>,<ip-end>] [--single SINGLE]
optional arguments:
-h, --help show this help message and exit
--file <hostnames.txt> Input your target host lists
--range <ip-start>,<ip-end> Set range IP Eg.: 192.168.15.1,192.168.15.100
--single <target> Only one target
# PoC

## Возможности
* Диапазон IP-адресов с помощью --range, напр.: python3 main.py --range 192.168.0.1,192.168.1.253
* Список хостов с помощью --file, напр.: python3 main.py --file hostnames.txt
* Проверка одной цели с помощью --single, напр.: python3 main.py --single example.com:3000
## Ссылки
https://github.com/jas502n/Grafana-CVE-2021-43798
## ОБРАТИТЕ ВНИМАНИЕ
root@kitploit:~
+------------------------------------------------------------------------------+
| [!] Legal disclaimer: Usage of this tool for attacking |
| targets without prior mutual consent is illegal. |
| It is the end user's responsibility to obey all applicable |
| local, state and federal laws. |
| Developers assume no liability and are not responsible for any misuse or |
| damage caused by this program |
+------------------------------------------------------------------------------+
Пока!
