From 0b4d67a9780900bc67fba70b6fbcaf119bae77d2 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 25 Feb 2019 17:01:37 -0600 Subject: [PATCH] delete test, seems the sanity mechanism isn't ready for aux modules --- test/modules/auxiliary/server/tftp.json | 49 ------------------------- 1 file changed, 49 deletions(-) delete mode 100644 test/modules/auxiliary/server/tftp.json diff --git a/test/modules/auxiliary/server/tftp.json b/test/modules/auxiliary/server/tftp.json deleted file mode 100644 index fb4f582ab0..0000000000 --- a/test/modules/auxiliary/server/tftp.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "TEST_NAME": "tftp test", - "REPORT_PREFIX": "TftpServerTest", - "FRAMEWORK_BRANCH": "upstream/master", - "HTTP_PORT": 5309, - "STARTING_LISTENER": 30000, - "CREDS_FILE": "../JSON/creds.json", - "MSF_HOSTS": - [ - { - "TYPE": "VIRTUAL", - "METHOD": "VM_TOOLS_UPLOAD", - "HYPERVISOR_CONFIG": "../JSON/esxi_config.json", - "CPE": "cpe:/a:rapid7:metasploit:::", - "MSF_ARTIFACT_PATH": "/home/msfuser/rapid7/test_artifacts", - "MSF_PATH": "/home/msfuser/rapid7/metasploit-framework" - } - ], - - "TARGETS": - [ - { - "TYPE": "VIRTUAL", - "METHOD": "EXPLOIT", - "CPE": "cpe:/o:microsoft:windows_server_2008:r2:sp1:x64", - "MODULES": - [ - { - "NAME": "auxiliary/server/tftp" - } - ] - } - ], - "TARGET_GLOBALS": - { - "TYPE": "VIRTUAL", - "HYPERVISOR_CONFIG": "../JSON/esxi_config.json", - "METHOD": "VM_TOOLS_UPLOAD", - "PAYLOAD_DIRECTORY": "C:\\payload_test", - "TESTING_SNAPSHOT": "TESTING_BASE", - "PYTHON": "C:\\software\\x86\\python27\\python.exe", - "METERPRETER_PYTHON": "C:\\software\\x86\\python27\\python.exe", - "METERPRETER_JAVA": "C:\\software\\x86\\java\\bin\\java.exe" - }, - "COMMAND_LIST": [], - "SUCCESS_LIST": [ - "Starting TFTP server" - ] -}