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/procelmyapp ips --host wikipedia.orgmyapp host --ip 5.255.255.50myapp ns --host wikipedia.orgmyapp mx --host wikipedia.orgmyapp txt --host wikipedia.orgmyapp scan --host localhost --protocol tcp --port 8080myapp scan --host localhost --protocol tcp --allmyapp archive --file file.txt --size 100git clone https://github.com/yabamiah/procel
cd procel
./build/myappI'm still new to Go, and I appreciate any kind of help!
