Skip to content

multiple input files #6

Description

@noraj

Any chance that nmap-parse-output could take several input files, so we'll be able to replace

for i in scans/nmap/*.xml; do nmap-parse-output $i host-ports-protocol; done

with

nmap-parse-output scans/nmap/*.xml host-ports-protocol or nmap-parse-output file1.xml file2.xml host-ports-protocol

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions