From 254aa264b1e67ca355fd029ce7c59b720ecb865b Mon Sep 17 00:00:00 2001 From: dekanfrus <dekanfrus@users.noreply.github.com> Date: Tue, 28 Apr 2020 09:56:12 -0500 Subject: [PATCH] Update README.md Fixed minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb9eaa5..d6dd1ed 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ nmap -sV -oX /shared/xml_files -oN - -v1 $@ --script=vulners/vulners.nse <ip-a ``` The `-oX` flag adds an XML version of the scan results to the `/shared/xml_files` directory and the `-oN -` flag outputs "normal" Nmap results to the console. The `-v1` flag increases the verbosity to 1 and the `-sV` flag runs a service detection scan (aside from Nmap's default port and SYN scans). The `--script=vulners/vulners.nse` is the script that matches the services detected with relevant CVEs. -Nmap also allows you to run UDP scans and to scan IPv6 addresses. To add these and other flags to Scan Flan's Nmap command after running `make build` run the container and pass in your Nmap flags like so: +Nmap also allows you to run UDP scans and to scan IPv6 addresses. To add these and other flags to Flan Scan's Nmap command after running `make build` run the container and pass in your Nmap flags like so: ```bash $ docker run -v $(CURDIR)/shared:/shared flan_scan <Nmap-flags> -- GitLab