You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do a vulnerability analysis report on the following JSON data provided.
139
+
It's the data extracted from my network scanner.
140
+
follow the following rules for analysis:
141
+
1) Calculate the criticality score based on the service or CVE.
142
+
2) Return all the open ports within the open_ports list.
143
+
3) Return all the closed ports within the closed_ports list.
144
+
4) Return all the filtered ports within the filtered_ports list.
145
+
6) Keep the highest possible accuracy.
146
+
7) Do not provide unwanted explanations.
147
+
8) Only provide details in the output_format provided.
148
+
149
+
output_format: {{
150
+
"open_ports": [],
151
+
"closed_ports": [],
152
+
"filtered_ports": [],
153
+
"criticality_score": ""
154
+
}}
155
+
156
+
data = {analize}
157
+
"""
158
+
```
159
+
160
+
The above-mentioned prompt as a distinct output format will return this output no matter the instance. These are the following things needed to be addressed:
161
+
- The prompt must be detailed.
162
+
- The prompt must explain all sorts of use cases and inputs.
163
+
- The prompt must be guided with rules to follow.
164
+
- The number of tokens must be monitored and taken care of.
Do a vulnerability analysis report on the following JSON data provided.
139
+
It's the data extracted from my network scanner.
140
+
follow the following rules for analysis:
141
+
1) Calculate the criticality score based on the service or CVE.
142
+
2) Return all the open ports within the open_ports list.
143
+
3) Return all the closed ports within the closed_ports list.
144
+
4) Return all the filtered ports within the filtered_ports list.
145
+
6) Keep the highest possible accuracy.
146
+
7) Do not provide unwanted explanations.
147
+
8) Only provide details in the output_format provided.
148
+
149
+
output_format: {{
150
+
"open_ports": [],
151
+
"closed_ports": [],
152
+
"filtered_ports": [],
153
+
"criticality_score": ""
154
+
}}
155
+
156
+
data = {analize}
157
+
"""
158
+
```
159
+
160
+
The above-mentioned prompt as a distinct output format will return this output no matter the instance. These are the following things needed to be addressed:
161
+
- The prompt must be detailed.
162
+
- The prompt must explain all sorts of use cases and inputs.
163
+
- The prompt must be guided with rules to follow.
164
+
- The number of tokens must be monitored and taken care of.
0 commit comments