@@ -27,6 +27,7 @@ test("WPScan parser parses a successfull scan result with at least one informati
27
27
Array [
28
28
Object {
29
29
"attributes": Object {
30
+ "hostname": "https://www.example.com/",
30
31
"ip_address": "192.168.200.100",
31
32
"wp_confirmed_by": Object {},
32
33
"wp_found_by": "Rss Generator (Passive Detection)",
@@ -52,6 +53,7 @@ test("WPScan parser parses a successfull scan result with at least one informati
52
53
},
53
54
Object {
54
55
"attributes": Object {
56
+ "hostname": "https://www.example.com/",
55
57
"wp_confirmed_by": Object {},
56
58
"wp_found_by": "Headers (Passive Detection)",
57
59
"wp_interesting_entries": Array [
@@ -69,6 +71,7 @@ test("WPScan parser parses a successfull scan result with at least one informati
69
71
},
70
72
Object {
71
73
"attributes": Object {
74
+ "hostname": "https://www.example.com/",
72
75
"wp_confirmed_by": Object {},
73
76
"wp_found_by": "Robots Txt (Aggressive Detection)",
74
77
"wp_interesting_entries": Array [
@@ -87,6 +90,7 @@ test("WPScan parser parses a successfull scan result with at least one informati
87
90
},
88
91
Object {
89
92
"attributes": Object {
93
+ "hostname": "https://www.example.com/",
90
94
"wp_confirmed_by": Object {},
91
95
"wp_found_by": "Direct Access (Aggressive Detection)",
92
96
"wp_interesting_entries": Array [],
@@ -102,6 +106,7 @@ test("WPScan parser parses a successfull scan result with at least one informati
102
106
},
103
107
Object {
104
108
"attributes": Object {
109
+ "hostname": "https://www.example.com/",
105
110
"wp_confirmed_by": Object {},
106
111
"wp_found_by": "Direct Access (Aggressive Detection)",
107
112
"wp_interesting_entries": Array [],
@@ -117,6 +122,7 @@ test("WPScan parser parses a successfull scan result with at least one informati
117
122
},
118
123
Object {
119
124
"attributes": Object {
125
+ "hostname": "https://www.example.com/",
120
126
"wp_confirmed_by": Object {},
121
127
"wp_found_by": "Direct Access (Aggressive Detection)",
122
128
"wp_interesting_entries": Array [],
@@ -132,4 +138,4 @@ test("WPScan parser parses a successfull scan result with at least one informati
132
138
},
133
139
]
134
140
` ) ;
135
- } ) ;
141
+ } ) ;
0 commit comments