{"id":37180137,"url":"https://github.com/stefanoj3/restuss","last_synced_at":"2026-01-14T20:56:52.054Z","repository":{"id":48194245,"uuid":"82224490","full_name":"stefanoj3/restuss","owner":"stefanoj3","description":"Golang Nessus Rest Api","archived":false,"fork":false,"pushed_at":"2017-09-03T18:35:35.000Z","size":5,"stargazers_count":6,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:34:01.169Z","etag":null,"topics":["golang","nessus"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanoj3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-16T20:46:27.000Z","updated_at":"2024-06-20T16:34:01.169Z","dependencies_parsed_at":"2022-08-29T23:25:50.822Z","dependency_job_id":null,"html_url":"https://github.com/stefanoj3/restuss","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stefanoj3/restuss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoj3%2Frestuss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoj3%2Frestuss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoj3%2Frestuss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoj3%2Frestuss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanoj3","download_url":"https://codeload.github.com/stefanoj3/restuss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoj3%2Frestuss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["golang","nessus"],"created_at":"2026-01-14T20:56:51.523Z","updated_at":"2026-01-14T20:56:52.047Z","avatar_url":"https://github.com/stefanoj3.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Restuss\nThis is a Go package that support part of the Nessus rest(kind of) api.\n\n```\ngo get github.com/stefanoj3/restuss\n```\n\nThe amount of method supported is extremely small, I actually needed it for a personal project and decided to make a library out of it, so others can reuse it.\n\nExample usage of the library:\n```go\nauth := restuss.NewKeyAuthProvider(\n    \"fa74fcdd10db53bf54cd1467c11547efd70af0b526eb0d2b347b1050e1cab639\",\n    \"71ebdf108b4d2fa9fef8c895096ff1a2a7732c215c64edc8d6495053488004d6\",\n)\n\nc, err := restuss.NewClient(auth, \"https://127.0.0.1:8834\", true)\n\nif err != nil {\n    log.Fatal(err.Error())\n}\n\nvar lastModificationDate int64 = 0\n\nres, err := c.GetScans(lastModificationDate)\n\nif err != nil {\n    log.Fatal(err.Error())\n}\n```\n\nSupport for basic auth is also planned but not a priority.\n\nFor now the available calls are: create scan, launch scan, stop scan, list scans, list scan's templates.\n\nThis package has zero dependencies and I plan to keep it like that.\n\nTested with Nessus 6.10.1\n\n## Important note\nSince it's in early development the next versions could contain breaking changes.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanoj3%2Frestuss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanoj3%2Frestuss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanoj3%2Frestuss/lists"}