{"id":20830235,"url":"https://github.com/stone/goshodan","last_synced_at":"2025-05-11T22:33:07.512Z","repository":{"id":8804355,"uuid":"10499593","full_name":"stone/goshodan","owner":"stone","description":"goshodan is a work in progress thin wrapper around shodanhq.com API.","archived":false,"fork":false,"pushed_at":"2013-09-02T12:23:32.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-12T09:07:30.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-05T09:49:19.000Z","updated_at":"2013-09-28T19:39:40.000Z","dependencies_parsed_at":"2022-09-20T08:51:49.603Z","dependency_job_id":null,"html_url":"https://github.com/stone/goshodan","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fgoshodan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fgoshodan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fgoshodan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fgoshodan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stone","download_url":"https://codeload.github.com/stone/goshodan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225102821,"owners_count":17421270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T23:23:47.109Z","updated_at":"2024-11-17T23:23:47.698Z","avatar_url":"https://github.com/stone.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"goshodan\n========\n\n[![Build Status](https://drone.io/github.com/stone/goshodan/status.png)](https://drone.io/github.com/stone/goshodan/latest)\n\ngoshodan is a work in progress thin wrapper around shodanhq.com API.\n\n![img](http://i.imgur.com/IMUKRWQ.jpg)\n\nYou need a APIKEY to use this package.\nGet one here: http://www.shodanhq.com/api_doc\n\nA simple example using the package:\n\n```Go\n    api := goshodan.NewWebAPI(APIKEY)\n    res, err := api.Search(\"apache\", 1)\n    if err != nil {\n      panic(err)\n    }\n\n    for x := range res.Matches {\n      fmt.Printf(\"%s : %s\\n\", res.Matches[x].IP, res.Matches[x].RegionName)\n    }\n```\n\n\nWant to hack on goshodan? Awesome! Send me pull requests!\n\nNOTE: The package are faaaar from perfect.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone%2Fgoshodan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstone%2Fgoshodan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone%2Fgoshodan/lists"}