Skip to content

martencassel/netcat-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netstat-pid

Netcat-tester tests network connections (TCP) against a file of dst_ip's and dst_ports. The result are written to a output csv file.

Usage

  1. Test network connections specified from csv file. Output to a new csv file.

    cat test.csv
    dst_ip,dst_port
    8.8.8.8,53
    www.google.com,443
    ./netcat-tester -f test.csv -o output.csv
    cat output.csv
    src_ip,dst_ip,dst_port,success
    172.21.22.144,8.8.8.8,53,true
    172.21.22.144,www.google.com,443,true

Build

  1. Fedora 22

    make build-fedora-32
  2. Ubuntu 22.04

    make build-ubuntu-22.04

About

netcat-tester tests network connectivity

Resources

Stars

Watchers

Forks

Packages

No packages published