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

Nmap import scan all the ports #46

Closed
Stoo0rmq opened this issue Apr 23, 2020 · 1 comment
Closed

Nmap import scan all the ports #46

Stoo0rmq opened this issue Apr 23, 2020 · 1 comment

Comments

@Stoo0rmq
Copy link

Imagine we have an nmap output file that gave us which ports are opened and which ones are closed. gowitness instead of go only for the opens goes for every possible port therefore it does not make any distinction between open or closed ports.

The expected behaviour would be to only enumerate the open ports

gowitness version: Latest, downloaded yesterday

Nmap command:
nmap -iL FILE -p80,8000 -T4 -oX OUTPUT --max-retries=2

Gowitness command:
gowitness nmap --nmap-file OUTPUT --threads 20

@leonjza
Copy link
Member

leonjza commented Aug 13, 2020

#52 landed to address this.

@leonjza leonjza closed this as completed Aug 13, 2020
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

No branches or pull requests

2 participants