PakistanDatabase.com

[SOURCE] Python Crypto Clipper Detector

CyberGod

Administrator
Staff member
2.0
Joined
Dec 23, 2021
Messages
741
Location
Hell
Website
hellofhackers.com
Hellcoins
♆25,900
Profile Music
Crypto Clipper Detector
Wrote this piece of software a while back,
thought people would like to see how I did it
and how to interact with lower-level API's
in Python.
You must reply before you can see the hidden data contained here.

How does it work?​

It's quite simple. Using ctypes to access the lower-level api's, we are able to use the function GetClipboardOwner which according to the MSDN Docs "If the function succeeds, the return value is the handle to the window that owns the clipboard.". This is quite useful as crypto clippers attack the clipboard.
Note:- To Run Make sure python and pip is already to your system
 
Top