{"id":35252114,"url":"https://github.com/arisinghackers/goxploit","last_synced_at":"2026-03-17T16:09:21.844Z","repository":{"id":288340379,"uuid":"967716732","full_name":"arisinghackers/goxploit","owner":"arisinghackers","description":"Go client for Metasploit RPC with automatic method generation","archived":false,"fork":false,"pushed_at":"2025-05-07T18:12:50.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-09T17:52:20.074Z","etag":null,"topics":["go","golang","metasploit","metasploit-framework","msf","msfrpc"],"latest_commit_sha":null,"homepage":"","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/arisinghackers.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-16T22:21:50.000Z","updated_at":"2025-05-18T14:28:14.000Z","dependencies_parsed_at":"2025-04-17T11:19:31.743Z","dependency_job_id":"cd4fe3ae-fc4e-40df-a1c5-4140af2bb266","html_url":"https://github.com/arisinghackers/goxploit","commit_stats":null,"previous_names":["arisinghackers/goxploit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arisinghackers/goxploit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arisinghackers%2Fgoxploit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arisinghackers%2Fgoxploit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arisinghackers%2Fgoxploit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arisinghackers%2Fgoxploit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arisinghackers","download_url":"https://codeload.github.com/arisinghackers/goxploit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arisinghackers%2Fgoxploit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30626921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: 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":["go","golang","metasploit","metasploit-framework","msf","msfrpc"],"created_at":"2025-12-30T06:57:22.217Z","updated_at":"2026-03-17T16:09:21.839Z","avatar_url":"https://github.com/arisinghackers.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goxploit\n\n**GoXploit** is a modular Go client for interacting with the [Metasploit RPC API](https://docs.rapid7.com/metasploit/standard-api-methods-reference).  \nIt includes a code generator that scrapes official documentation and produces strongly-typed API wrappers.\n\n## Features\n\n- RPC client for Metasploit\n- Automatic method generation from Rapid7's API docs\n- Easy integration with other Go projects\n- Simple structure for extending or contributing\n\n## Installation\n\n```bash\ngo get github.com/arisinghackers/goxploit\n```\n\n## Usage \nAuthenticate and send a request\n```go\nclient := msfrpc.NewMsfRpcClient(\"your_password\", \"false\", \"your_username\", \"127.0.0.1\", 55552, \"/api\")\ntoken, err := client.MsfAuth()\nif err != nil {\n    log.Fatalf(\"Auth error: %v\", err)\n}\nfmt.Println(\"Token:\", token)\n\nresponse, err := client.AuthenticatedRequest([]any{\"core.version\"})\nif err != nil {\n    log.Fatal(err)\n}\nfmt.Printf(\"Core Version: %+v\\n\", response)\n```\n##### See /examples folder\n\n## Contributing\nContributions are welcome. Please keep changes modular and follow idiomatic Go practices.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farisinghackers%2Fgoxploit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farisinghackers%2Fgoxploit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farisinghackers%2Fgoxploit/lists"}