Skip to content

A Restful API Written In Go for Port Scanning

Notifications You must be signed in to change notification settings

O-Luhishi/Radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radar : A Restful API Written In Go for Port Scanning

Overview

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.

Install

go get github.com/O-Luhishi/Radar
go build
./Radar

Endpoints

METHOD: GET
/api/healthcheck/
METHOD: GET
/api/scan/
METHOD: POST
/api/scan/{ip_addr}/

Big thanks to @Anvie for the Port Scanner Go Module!

About

A Restful API Written In Go for Port Scanning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages