Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/docs/metasploit-framework.wiki/How-to-decrypt-RC4-with-Metasploit-Framework-Compiler.md
Views: 11765
How to decrypt RC4 with Metasploit::Framework::Compiler
The Metasploit C compiler has built-in support for RC4 encryption and decryption, which is implemented as the rc4.h
header.
Code Example
To compile, use [[Metasploit::Framework::Compiler::Windows.compile_c|How to use Metasploit Framework Compiler Windows to compile C code]].