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

added optional arugment to exclude hosts parsed from normal files with empty results from ouput #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jasonmpittman
Copy link

Hi,

I made the following changes:

  • added the '-e', '--exclude' argument to the argparser object on line 66
  • added logic such that a line like "66.110.224.130";"";"";"";"";"";"" will be excluded from output when the '-e' option is issued. this code is spans lines 627 - 636
  • updated the version on line 47
  • updated the README to reflect the the new argument.

Collectively, these changes cleanup the output when parsing normal nmap files. While this is specific to research I am working on, I thought others might also want to benefit from the change.

-Jason

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.

1 participant