Latest PowerVu.HomeEdition here

  • Thread starter ooOO_SORGOS_OOoo
  • Start date
Status
Not open for further replies.
O

ooOO_SORGOS_OOoo

Latest PowerVu.HomeEdition here

Code:
PowerVu.HomeEdition is a CPU & GPU based PowerVU brute force application.

Prerequisites
=============
-  Visual C++ Redistributable Packages for Visual Studio 2013 (X64 Version)
http://www.microsoft.com/en-us/download/details.aspx?id=40784

- Microsoft .NET Framework 4.5.2
http://www.microsoft.com/en-us/download/details.aspx?id=42642

.NET framework is part of the OS these days. If you have installed Win10.x, you already have .NET 4.6. 
Also Win8.x comes with .NET 4.5 and if you have not turned off Windows updates, you should have the latest .NET 4.5.x by default.



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.


History
=============
V 1.5
- Improved patterns recognition 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.
 
Last edited:
O

ooOO_SORGOS_OOoo

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
 
O

ooOO_SORGOS_OOoo

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.
 
O

ooOO_SORGOS_OOoo

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


History
=============
V 1.8
- Improved `Decrypt EMM` tool to process emm.key/softcam.key file entries automatically.
- Improved the `Folder Browser Dialog`.
 

gotya

Moderator
Messages
7,200
31.12.2015

Version 1.9 is released


original posted by Anubis_Ir here

http://www.sat-universe.com/showpost.php?p=2036634942&postcount=345

PowerVu.HomeEdition is a CPU & GPU based PowerVU brute force application.

Prerequisites
=============
- Visual C++ Redistributable Packages for Visual Studio 2013 X64 & X86 Versions)
Code:
(http://www.microsoft.com/en-us/download/details.aspx?id=40784

- Microsoft .NET Framework 4.5.2
Code:
http://www.microsoft.com/en-us/download/details.aspx?id=42642

.NET framework is part of the OS these days. If you have installed Win10.x, you already have .NET 4.6.
Also Win8.x comes with .NET 4.5 and if you have not turned off Windows updates, you should have the latest .NET 4.5.x by default.



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


History
=============
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.
 
O

ooOO_SORGOS_OOoo

PowerVu.HomeEdition V 2.0
23/01/2016


PowerVu.HomeEdition 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.
 

dahaka

Registered
Messages
700
PowerVu.HomeEdition.V.2.1.1

PowerVu.HomeEdition.V.2.1.1

PowerVu.HomeEdition 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`.
 
Status
Not open for further replies.
Top