mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Change a few occurrences of "./nmap" to "nmap".
This commit is contained in:
parent
3206168fb8
commit
e999e05ca0
1 changed files with 2 additions and 2 deletions
|
|
@ -158,7 +158,7 @@ The reference manual is also
|
|||
<title>Typical NSE Output</title>
|
||||
<indexterm><primary><option>-sC</option></primary><secondary>example of</secondary></indexterm>
|
||||
<screen>
|
||||
$ ./nmap -sC localhost -p 22,23,80,113
|
||||
$ nmap -sC localhost -p 22,23,80,113
|
||||
|
||||
Starting Nmap ( http://nmap.org )
|
||||
Interesting ports on localhost (127.0.0.1):
|
||||
|
|
@ -3498,7 +3498,7 @@ end
|
|||
<para>
|
||||
This is what the output of this script looks like:
|
||||
<screen>
|
||||
$ ./nmap -sV localhost -p 80
|
||||
$ nmap -sV localhost -p 80
|
||||
|
||||
Starting Nmap ( http://nmap.org )
|
||||
Interesting ports on localhost (127.0.0.1):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue