Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sallie-may/acab-stealer

Here a leak of the Acab Stealer
https://github.com/sallie-may/acab-stealer

browser crypto dualhook leak malware python russian stealer

Last synced: about 7 hours ago
JSON representation

Here a leak of the Acab Stealer

Awesome Lists containing this project

README

        

# Acab Stealer
This repository exposes and analyzes a stealer malware that has been hidden in various GitHub projects, often disguised as dualhook in tools, other stealers, and software. The goal is to reveal how this malicious code spreads and to help others identify and avoid it.

Contents:

## Malware Code Leak: The source code of the stealer.
Files from first payload to the final one:
- `firstpayload.py`
- `dropper.py`
- `gruppe.py`

## Analysis: How it works and how it was hidden.

He's way to hide it is pretty simple. It use `;` to hide inside of python program

- Example :
``` python
import os :exec("payload")
```
# Detection Tips: Ways to spot similar threats in other projects.
- `Always look for any exec/eval call inside of any python file`

Disclaimer:
This project is for educational purposes only. Misuse of this information is prohibited.

RUN IT IN A VM IM NOT RESPONSIBLE FOR YOUR ACTIONS