Skip to content

revengsmK/poison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoiSoN

A Blumentals Surfblocker v5.x password exploitation tool.
It is released as a reverse engineering proof-of-concept code.

Screenshot & demo

poison

poisondemo.mp4

How to use

Simply run poison.exe and click on get password button.

There are two "attack" methods - memory exploit and decryption.

If the memory exploit option is used, make sure that the Surfblocker process is running.

In case of multiple user accounts logged in at the same time, Surfblocker main executable will run in whichever account gets logged in first, as it allows only one instance in memory.

To overcome this, use force run surfblocker option to forcibly execute another instance under your account, thus enabling you to use memory exploit option, since the new instance now runs under your account privileges.

The decryption method doesn't require all of this, as it works by decrypting password stored in the Windows registry.

How to build

Install either GCC or MSVC compiler and set PATH environment variable correctly to point to your chosen compiler, then run build.bat script. The script prefers GCC, but if it is not available it will try to build using MSVC.

This tool is intended to be compiled as a 32-bit binary, so make sure you have set your compiler to output 32-bit image.

Affected versions

Following Surfblocker versions are affected:

5.8, 5.9, 5.10, 5.11, 5.12

Note on antivirus

Your antivirus software may flag this tool as a malware or potentially unwanted program (PUP).
Please ignore this, and add it to your antivirus exclusion list.

Support

bitcoin

If you would like to see more projects like this one, please consider supporting me :)

Donate bitcoin to the following address:

btcqrcode

bc1qjwedefp3xruv7qak72l89hzx5mx0c0ftq8qem7

About

Blumentals Surfblocker password exploitation tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published