Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/italocobains/aluoi

Aluoi is a mini malware, made with standard python modules.
https://github.com/italocobains/aluoi

malware malware-analysis python std

Last synced: 20 days ago
JSON representation

Aluoi is a mini malware, made with standard python modules.

Awesome Lists containing this project

README

        


Aluoi - 👿


Technologies   |   
Project   |   
Running   |   
How to contribute   |   
License

## Tecnologias 🖥️

[![My Skills](https://skills.thijs.gg/icons?i=python)](https://skills.thijs.gg)

## Project 📕

Aluoi is a mini malware, made with standard python modules.

## Running the App 🚀

To use it you need to open a connection with serverMultthread.py on the victim's pc, then use clientMultiThread.py to connect to the victim's server and use the commands.

### Commands

```bash
python3 clientMultiThread.py os

python3 clientMultiThread.py cmd ls -a
```

## 🤔 How to contribute

- Fork this repository;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit your changes: `git commit -m 'feat: my new feature'`;
- Push to your branch: `git push origin my-feature`.

After your pull request is merged, you can delete your branch.

### 🔖 License

If you want to check the project's license, just look at this file [LICENSE](./LICENSE)