
CVE-2023-38831 WinRaR Exploit Generator
This Python script is designed to generate a "bait and switch" archive file. It is meant for educational and ethical hacking purposes only. Please ensure that you have the necessary permissions before using this script.
A "bait and switch" archive is an archive that contains two different versions of files with the same extension, making it difficult for security software to detect malicious content. It typically includes a legitimate file (bait) and a malicious script (switch). When an unsuspecting user or system extracts and opens the archive, the script can be executed, potentially compromising the system.
python cve-2023-38831.py <BAIT_NAME> <SCRIPT_NAME> <OUTPUT_NAME>
You can also run a proof-of-concept (poc) command to see how the script works without creating an archive:
python cve-2023-38831.py poc
TEMPLATE.TEMPLATE directory, it creates a subdirectory with the same name as the bait file (e.g., my_bait.pdfA).<BAIT_NAME>A.cmd (e.g., my_bait.pdfA.cmd) and the bait file into the TEMPLATE directory with the name <BAIT_NAME>B (e.g., my_bait.pdfB).TEMPLATE directory into a ZIP archive.<BAIT_NAME>A with <BAIT_NAME> and <BAIT_NAME>B with <BAIT_NAME> in the binary content.This script is for educational purposes only and should not be used for any malicious activities. Use it responsibly and with proper authorization. Unauthorized use of this script may violate laws and regulations
