Skip to content

mamori017/nslookup2csv

Repository files navigation

nslookup2csv

Build status codecov Codacy Badge CodeFactor BCH compliance Release License

Overview

Windows nslookup command execute results change to one line, and convert to csv file.

Build

  • .NET Framework 4.5.2

Requirement

  • mamori017/Common

    Build Status Test Coverage
    Appveyor Build status Codecov codecov

    This project reference another repository files.

    GitClone.bat is clone another repository on parent directory.

    Execute GitClone.bat only once before open this project.

Usage

  1. Execute nslookup with cmd.exe and output it to a text file.
  2. Drop the text file to the nslookup2csv.exe to output the csv file.

Sample

  1. Execute sample/Output.bat and TargetResults.txt is created.
  2. TargetResults.txt drop to nslookup2csv.exe, Finally TargetResults.csv is created.

Licence

MIT

Author

mamori017