Skip to content

Commit 61b694b

Browse files
committed
remove more spacing
1 parent 4a327f1 commit 61b694b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/user guides/discover_nmap.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ Nmap is capable of producing its output in an XML file, allowing you to inspect
1818

1919
## Using Nmap with Tidal Tools
2020
By leveraging the power of **Tidal Tools** you can send the output generated by Nmap to your Tidal Migrations account.
21-
2221
1. Install [Tidal Tools](https://guides.tidalmg.com/tidal-tools.html)
2322
2. [Login to Tidal Tools](https://guides.tidalmg.com/tidal-tools.html#login) with **tidal login**
24-
3. Run Nmap ([Need to install Nmap?](#installing-nmap)) with the flags of your choosing and save the output to an XML file. For example,
23+
3. Run Nmap ([Need to install Nmap?](#installing-nmap)) with the flags of your choosing and save the output to an XML file. For example,
2524
```
2625
sudo nmap -sV <ip-address/range> -oX my-network.xml
2726
```
2827
_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)_
2928
{% 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`" %}
30-
29+
3130
4. Run this Tidal Tools command to upload your previously generated Nmap output to your Tidal Migrations account
3231
```
3332
tidal sync nmap <filename.XML>

0 commit comments

Comments
 (0)