Small project in Go, for creating a port scanner using Rest. A potential use case is dropping it on a server (EC2/Droplet etc) and allow it to scan your cloud infrastructure.
go get github.com/O-Luhishi/Radar
go build
./Radar
METHOD: GET
/api/healthcheck/
METHOD: GET
/api/scan/
METHOD: POST
/api/scan/{ip_addr}/
Big thanks to @Anvie for the Port Scanner Go Module!