{"id":21130819,"url":"https://github.com/ngn13/venom","last_synced_at":"2025-07-30T03:33:03.805Z","repository":{"id":228086699,"uuid":"773121900","full_name":"ngn13/venom","owner":"ngn13","description":"Free and open source information stealer written in Go","archived":false,"fork":false,"pushed_at":"2024-12-16T17:57:58.000Z","size":1669,"stargazers_count":33,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T01:45:34.461Z","etag":null,"topics":["golang-malware","info-stealer","information-stealer","malware","malware-development","stealer"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngn13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-03-16T20:06:50.000Z","updated_at":"2025-06-23T11:57:25.000Z","dependencies_parsed_at":"2024-03-17T03:33:02.941Z","dependency_job_id":"6ae2c35a-33b6-43c7-85b1-e102f14e2fcb","html_url":"https://github.com/ngn13/venom","commit_stats":null,"previous_names":["ngn13/venom"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ngn13/venom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngn13%2Fvenom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngn13%2Fvenom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngn13%2Fvenom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngn13%2Fvenom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngn13","download_url":"https://codeload.github.com/ngn13/venom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngn13%2Fvenom/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267803984,"owners_count":24146527,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-malware","info-stealer","information-stealer","malware","malware-development","stealer"],"created_at":"2024-11-20T05:39:40.895Z","updated_at":"2025-07-30T03:33:03.636Z","avatar_url":"https://github.com/ngn13.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"left\" width=\"100\" height=\"150\" src=\"assets/venom.png\"\u003e\n\n# Venom | Free and open source info-stealer\nVenom is a free (as in freedom) and open source information stealer\ntool targeting x64 Windows 10/11 systems, written in Go.\n\n\u003c/br\u003e\n\n\u003e [!CAUTION]\n\u003e This software is designed and shared only for educational and\n\u003e research purposes. It's is provided without warranty and the\n\u003e distribution platform or the developers of the software are not\n\u003e responsible for any material, moral or legal damage that may occur\n\u003e due to incorrect or unethical use of the software.\n\n---\n\n## 📸 Screenshots\n| **Page:** home                                  | **Page:** data                              | **Page:** build                              |\n| ----------------------------------------------- | ------------------------------------------- | -------------------------------------------- |\n| ![](assets/home.png) ![](assets/connection.png) | ![](assets/data.png) ![](assets/cookie.png) | ![](assets/build.png) ![](assets/builds.png) |\n\n## 🗃️ Features\n- Easy setup with Docker\n- Web interface over TOR\n- Compile time obfuscated builds for unique signatures\n- Anti-VM (Anti-Sandbox) and Anti-Debug features for protection\n- Steal browser information (cookies, history data, passwords and credit cards) from popular Chromium-based browsers\n- Steal discord account information from popular Chromium-based browsers and the Discord app\n- Steal files from the disk\n- Display fake error message to trick the user\n- Fairly small build sizes (~4MB)\n- Multi-language support\n    * 🇬🇧 English\n    * 🇹🇷 Turkish\n    * 🇸🇦 Arabic (thanks to [R3dbust3R](https://github.com/R3dbust3R))\n\n## 🚀 Setup\nFor a minimal setup, the server requirements are:\n- At least 512MB memory\n- At least a single core CPU\n- Docker, you can install it with your distro's package manager\n\nThe docker image is a quite big one (~1GB) so this command may take a while:\n```bash\ndocker run -d -p 80:8082           \\\n    -e VENOM_ALLINT=true           \\\n    -e VENOM_URL=http://\u003cip\u003e       \\\n    -v $PWD/db:/venom/server/db    \\\n    -v $PWD/tor:/var/lib/tor/venom \\\n    ghcr.io/ngn13/venom:latest\n```\nThen checkout the logs for the server (`docker logs \u003cid\u003e`) to learn the onion\naddress, so you can access the interface over TOR. Please check out the [docs](docs/advanced.md)\nfor a more advanced setup.\n\nIf you are having any problems then [create an issue](https://github.com/ngn13/ezcat/issues/new).\n\n## ❤️ Contribute\nIf like this project, then please consider contributing! You can do so by\nadding new features, fixing bugs, [adding translations](docs/translate.md) or by\njust leaving a star!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngn13%2Fvenom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngn13%2Fvenom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngn13%2Fvenom/lists"}