woiz-FF / WinRAR-Exploit-Builder

The WinRAR Exploit Builder is a C# project designed to create an exploit targeting a vulnerability in WinRAR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinRAR Exploit Builder

This project contains a WinRAR Exploit developed using the C# language. The exploit is a piece of software designed to target a vulnerability in the WinRAR software to run two specific files at the same time.

Usage

  1. Clone or download this repository to your local machine.
  2. Specify the names of your file in Program.cs
  3. Compile and run the program
  4. The program will create the exploit and save it as the specified output RAR file.

How it works

Requirements

  • .NET Core 3.1 or higher

License

This project is licensed under the MIT License - see LICENSE for details.

Acknowledgements

This tool was inspired by the need for automated exploit generation in cybersecurity research and testing scenarios

About

The WinRAR Exploit Builder is a C# project designed to create an exploit targeting a vulnerability in WinRAR.

License:MIT License


Languages

Language:C# 99.0%Language:Batchfile 1.0%