delete test, seems the sanity mechanism isn't ready for aux modules

GSoC/Meterpreter_Web_Console
Brent Cook 2019-02-25 17:01:37 -06:00
parent 8de62af236
commit 0b4d67a978
1 changed files with 0 additions and 49 deletions

View File

@ -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"
]
}