Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/italocobains/aluoi
- Owner: ItaloCobains
- License: mit
- Created: 2022-10-29T16:55:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T17:04:44.000Z (over 2 years ago)
- Last Synced: 2024-11-20T22:58:59.132Z (3 months ago)
- Topics: malware, malware-analysis, python, std
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ospython3 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)