Closed stackpivot closed 2 years ago
go api
func (c *Client) GetServicesForHost(ctx context.Context, ip string, options *HostServicesOptions) (*Host, error)
xray
info, err := t.ctx.Shodan.GetServicesForHost(t.Address, &shodan.HostServicesOptions{ History: false, Minify: true, })
I don't know how to change.
When trying to build docker container, the build process fails with
Im guessing there were some API changes