From 9e75f6bca34f649aa6fcbafe464eca5d624784d6 Mon Sep 17 00:00:00 2001 From: alex1704 Date: Mon, 1 Jun 2020 01:04:26 +0300 Subject: [PATCH] name 'KeyFileName' is not defined error --- dump.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dump.py b/dump.py index 0a18272..7a7bf32 100755 --- a/dump.py +++ b/dump.py @@ -36,6 +36,7 @@ User = 'root' Password = 'alpine' Host = 'localhost' Port = 2222 +KeyFileName = None TEMP_DIR = tempfile.gettempdir() PAYLOAD_DIR = 'Payload'