Skip to content

Commit

Permalink
Example flag fix - not used this way anymore (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
crypt0rr authored Jun 21, 2022
1 parent 141299c commit ad7a6af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/nmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ It is also possible to filter for services containing a specific string
with the --service-contains / -w flag. Specifying -w flag as http means
it would match services like http-alt, http-proxy etc.`,
Example: `# WARNING: These scan all exposed service, like SSH
$ gowitness nmap --nmap-file nmap.xml
$ gowitness nmap --nmap-file nmap.xml --scan-hostnames
$ gowitness nmap --file nmap.xml
$ gowitness nmap --file nmap.xml --scan-hostnames
# These filter services from the nmap file
$ gowitness nmap --file nmap.xml --service http --service https
Expand All @@ -49,7 +49,7 @@ $ gowitness nmap -f nmap.xml --no-http
$ gowitness nmap -f nmap.xml --no-http --service https --port 8888
$ gowitness nmap -f nmap.xml --no-https -n http -n http-alt
$ gowitness nmap -f nmap.xml --port 80 --port 8080
$ gowitness nmap --nmap-file nmap.xml -s -n http`,
$ gowitness nmap --file nmap.xml -s -n http`,
Run: func(cmd *cobra.Command, args []string) {
log := options.Logger

Expand Down

0 comments on commit ad7a6af

Please sign in to comment.