Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
docs: Fix typo for nmap
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Jan 15, 2022
1 parent 3f2e1a5 commit 2156870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fe80::b2a8:6eff:fe0c:ed1a%enp0s13f0u1u2u2
2001:7c7:2121:8d00:d125:4d82:b9f7:5a00
```

The progress bar and logging output is written to `STDERR`, so you can further process just the IP addresses as usual, for example to scan all the IPv6 nodes using `IPv6`:
The progress bar and logging output is written to `STDERR`, so you can further process just the IP addresses as usual, for example to scan all the IPv6 nodes using `nmap`:

```shell
$ for host in $(invaentory -4=false); do nmap -6 ${host}; done
Expand Down

0 comments on commit 2156870

Please sign in to comment.