We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f990a9a commit a7f3f23Copy full SHA for a7f3f23
pages/api/Using_with_nmap.md
@@ -25,11 +25,11 @@ This is the shape of the expected payload.
25
26
```
27
{
28
- "nmap_output": {
29
- "hosts": [
30
- {
+ "nmap_output": {
+ "hosts": [
+ {
31
"ip_address" : "32.199.2.33",
32
- "ptr_record": "abc-32-199-2-33.cloudfront.net",
+ "ptr_record": "abc-32-199-2-33.cloudfront.net",
33
"ports": [
34
35
"port": 22,
0 commit comments