Update README.md

quick readme
This commit is contained in:
dash
2020-09-26 15:39:14 +02:00
committed by GitHub
parent 1163a41a9d
commit 1ecceb459d

View File

@@ -0,0 +1,17 @@
# jing-go
first steps in golang, implemented a little ping tool with something missing most ping implementations:
- json output
- target list
# usage
jing one host
./jing -t 127.0.0.1
jing a list of hosts
./jing -T targets.txt
jing a list of hosts with json output
./jing -T targets.txt -J
# happy jing