PowerVu.HomeEdition is a CPU & GPU based PowerVU brute force application.
Prerequisites
=============
- Visual C++ Redistributable Packages for Visual Studio 2013 (X64 & X86 Versions)
X86: https://download.microsoft.com/downl...redist_x86.exe
X64: https://download.microsoft.com/downl...redist_x64.exe
- Microsoft .NET Framework 4.0 (It's compatible with Windows-XP SP3+)
If you have installed Windows-Vista+, it's better to install the .NET 4.6.1
- `CUDA 6.5` requires the minimum `340.xx` driver version.
Usage
=============
Log EMM's of your desired channel (in .txt or .bin) format.
Then introduce its folder to the application and click at start button.
Notes
=============
- PowerVu.HomeEdition is able to use all of your CPU cores at once.
Change the degree of parallelism to lower values if you want to use your system for doing normal tasks.
- I had good results with `16M Sequential Keys Per Each Random Key` option.
- Blocks and Threads: How many keys should be tested sequentially around a given random key? A good choice is 32000 * 512 = ~16M
- Take a look at the ECM text box of PowerVU EMU. If it shows s-box=$00 --> it's primary and if it shows s-box=$A0, it's secondary. EMMs and ECMs are in sync. If the ECM uses secondary tables, EMM will behave the same too.
- If you already have an EMM key, you can test it in `Tools tab -> Decrypt EMM Files` and that key still works (even with the new s-box) and you don't need to brute force anything again.
Prerequisites
=============
- Visual C++ Redistributable Packages for Visual Studio 2013 (X64 & X86 Versions)
X86: https://download.microsoft.com/downl...redist_x86.exe
X64: https://download.microsoft.com/downl...redist_x64.exe
- Microsoft .NET Framework 4.0 (It's compatible with Windows-XP SP3+)
If you have installed Windows-Vista+, it's better to install the .NET 4.6.1
- `CUDA 6.5` requires the minimum `340.xx` driver version.
Usage
=============
Log EMM's of your desired channel (in .txt or .bin) format.
Then introduce its folder to the application and click at start button.
Notes
=============
- PowerVu.HomeEdition is able to use all of your CPU cores at once.
Change the degree of parallelism to lower values if you want to use your system for doing normal tasks.
- I had good results with `16M Sequential Keys Per Each Random Key` option.
- Blocks and Threads: How many keys should be tested sequentially around a given random key? A good choice is 32000 * 512 = ~16M
- Take a look at the ECM text box of PowerVU EMU. If it shows s-box=$00 --> it's primary and if it shows s-box=$A0, it's secondary. EMMs and ECMs are in sync. If the ECM uses secondary tables, EMM will behave the same too.
- If you already have an EMM key, you can test it in `Tools tab -> Decrypt EMM Files` and that key still works (even with the new s-box) and you don't need to brute force anything again.
Code:
V 2.1.1 - Minor GPU fixes for old NVIDIA cards. V 2.1 Downgraded the application to use: - .NET 4.0. Now it's compatible with Windows-XP SP3 or better. - CUDA 6.5. The minimum NVIDIA whql driver version for this release is `340.xx`. V 2.0 - Added ECMs with patterns support. Sometimes providers stop sending EMMs. In this case, you can log raw ECMs (at least 9 MB) and then BF them to find the working ECM-Key. ECMs unlike the EMMs (targeting limited customers/UAs) are infinite. So if you wait more, you can collect more patterns. V 1.9 - Added TS Demuxer (PID extractor). You can use this tool to extract EMM or other PIDs from the given .TS-188 files. - During the indexing of EMM files, .min text files will be created too. min text files contain unique packets (with smaller sizes, suitable for uploads). - Added displaying expired UA's count per each indexed file. V 1.8 - Improved `Decrypt EMM` tool to process emm.key/softcam.key file entries automatically. - Improved the `Folder Browser Dialog`. V 1.7 - Added different S-Boxes support. - Added an option to create all of the probable patterns. Not all of these patterns are real patterns but it increases the chance of faster collisions when the number of patterns are low. In this case you will have a lot of false positive reports with more memory usage. V 1.6 - Increased the pattern size to 9 bytes to reduce the number of false positive keys/hits. - Added `Test pattern.key file keys` option. You can recover a lot of old false positive reports now. - Added X86 version. It needs Visual C++ Redistributable Packages for Visual Studio 2013 (X86 Version) https://www.microsoft.com/en-us/download/details.aspx?id=40784 V 1.5 - Improved patterns recogniton in .bin files. V 1.4 - Improved the speed of `Tools Tab -> Decrypt EMM Files`. V 1.3 - Added Tools Tab -> Decrypt EMM Files. V 1.2 - Added an experimental single ECM and EMM packets BF. V 1.1.1 - Improved CUDA error reports during startup. If your application doesn't start, try reinstalling the `Visual C++ Redistributable Packages for Visual Studio 2013 (X64 Version)`. Also make sure you have updated your graphics card driver. The current version is `355.60`. V 1.1 - Added GPU (CUDA) support. It needs Visual C++ Redistributable Packages for Visual Studio 2013 (X64 Version) http://www.microsoft.com/en-us/download/details.aspx?id=40784 V 1.0 - First public release.
Kommentar