Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example flag fix - not used this way anymore #138

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

crypt0rr
Copy link
Member

As shown below the --nmap-file flag isn't used anymore. This PR fixes only the example text to --file.

$ gowitness nmap --nmap-file out.xml 
Error: unknown flag: --nmap-file
Usage:
  gowitness nmap [flags]

Examples:
# WARNING: These scan all exposed service, like SSH
$ gowitness nmap --nmap-file nmap.xml
$ gowitness nmap --nmap-file nmap.xml --scan-hostnames

# These filter services from the nmap file
$ gowitness nmap --file nmap.xml --service http --service https
$ gowitness nmap --file nmap.xml --service-contains http --service ftp
$ gowitness nmap --file nmap.xml -w http
$ 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

@leonjza
Copy link
Member

leonjza commented Jun 21, 2022

🎉

@leonjza leonjza merged commit ad7a6af into sensepost:master Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants