shogo/internal/shodan/scan/scan.go
perp 3e6efdb181 Added commands
Added new commands.
2023-08-03 23:49:57 +01:00

10 lines
208 B
Go

package scan
// Scan manager
type Scan struct {
IPs []string // IP addresses
Port int // Port location
Protocol string // Protocol type
Results chan string // Results channel
}