Is a tiny network CLI made in Go with urfave/cli package, which can quickly look up IPs addresses, hosts, DNS NS, MX, TXT and scan ports. Mainly made to train the Go language and the implementation of your packages and project organization.
go get github.com/yabamiah/procel
myapp ips --host wikipedia.org
myapp host --ip 5.255.255.50
myapp ns --host wikipedia.org
myapp mx --host wikipedia.org
myapp txt --host wikipedia.org
myapp scan --host localhost --protocol tcp --port 8080
myapp scan --host localhost --protocol tcp --all
myapp archive --file file.txt --size 100
git clone https://github.com/yabamiah/procel
cd procel
./build/myapp
I'm still new to Go, and I appreciate any kind of help!