Skip to content

Commit 14dd960

Browse files
jmariomejiapprees1
andauthored
Update pages/user guides/discover_nmap.md
Co-authored-by: Philip Rees <[email protected]>
1 parent cfe1056 commit 14dd960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/user guides/discover_nmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ By leveraging the power of **Tidal Tools** you can send the output generated by
2525
sudo nmap -sV -p80,443,8080,8443,1433,1521,27017 <ip-address/range> -oX my-network.xml
2626
```
2727
_Note: the **-sV** flag will attempt to determine the version of the service running on port and the **-oX** specifies the output as a XML file. [Want more scanning options?](#nmap-usage)_
28-
{% include tip.html content="Be sure to replace <ip-address> with the CIDR range for the network you would like to scan, ex. `10.0.0.0/24`" %}
28+
{% include tip.html content="Be sure to replace <ip-address/range> with the CIDR range for the network you would like to scan, ex. `10.0.0.0/24`" %}
2929
3030
4. Run this Tidal Tools command to upload your previously generated Nmap output to your Tidal Migrations account
3131
```

0 commit comments

Comments
 (0)