Skip to content

Commit 95a0196

Browse files
committed
Land rapid7#9629, decouple hosts and targets for tests
2 parents 55a045e + bb0d5ba commit 95a0196

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/modules/auxiliary/scanner/smb/smb_login.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"TYPE": "VIRTUAL",
1212
"METHOD": "VM_TOOLS_UPLOAD",
1313
"HYPERVISOR_CONFIG": "../JSON/esxi_config.json",
14-
"NAME": "APT_MSF_HOST",
14+
"CPE": "cpe:/a:rapid7:metasploit:::",
1515
"MSF_ARTIFACT_PATH": "/home/msfuser/rapid7/test_artifacts",
1616
"MSF_PATH": "/home/msfuser/rapid7/metasploit-framework"
1717
}
@@ -22,7 +22,7 @@
2222
{
2323
"TYPE": "VIRTUAL",
2424
"METHOD": "EXPLOIT",
25-
"NAME": "Win2008r2x64sp1",
25+
"CPE": "cpe:/o:microsoft:windows_server_2008:r2:sp1:x64",
2626
"MODULES":
2727
[
2828
{
@@ -37,7 +37,7 @@
3737
{
3838
"TYPE": "VIRTUAL",
3939
"METHOD": "EXPLOIT",
40-
"NAME": "Win2012x64",
40+
"CPE": "cpe:/o:microsoft:windows_server_2016:::x64",
4141
"MODULES":
4242
[
4343
{

test/modules/exploits/windows/smb/ms17_010_eternalblue.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"TYPE": "VIRTUAL",
1010
"METHOD": "VM_TOOLS_UPLOAD",
1111
"HYPERVISOR_CONFIG": "../JSON/esxi_config.json",
12-
"NAME": "APT_MSF_HOST",
12+
"CPE": "cpe:/a:rapid7:metasploit:::",
1313
"MSF_PATH": "/home/msfuser/rapid7/metasploit-framework",
1414
"MSF_ARTIFACT_PATH": "/home/msfuser/rapid7/test_artifacts"
1515
}
@@ -30,7 +30,7 @@
3030
{
3131
"TYPE": "VIRTUAL",
3232
"METHOD": "EXPLOIT",
33-
"NAME": "Win7x64"
33+
"NAME": "SATA_Win7x64"
3434
}
3535
],
3636
"MODULES":

0 commit comments

Comments
 (0)