Обновить VULN-HIGH-rosetta-sdu-2026-0000

This commit is contained in:
2026-05-29 07:04:55 +00:00
parent bfb0c960c0
commit e91f868005

View File

@@ -17,12 +17,3 @@ KERNEL_DIR это просто папка kernel. Дальше сервер
content = f.read().decode("utf-8", errors="replace")
print(content[:1000])
except URLError:
print("Failed to download file.")
sys.exit(0)
print("Not vulnerable")
sys.exit(1)