A simple Python coincidence searcher between to compromised accounts. You have to provide your metamask log. Used this for determining to which web3 scammy website you have connected in common with your friend, and therefore compromised.
Put, in the same directory of the project the two .json file that you have downloanded from metamask, then run with python the 'main.py', the coincidences found in common in the two files while be outputed to 'result.txt'
A while ago I've got my metamask account compromised and some assets stolen, same happened to a close friend around the same dates ๐, so I had the hypothesis that maybe we connected to the same website. The questions was finding that website, so in order to get that i created this small project. Feel free to take some inspiration and let me know if it helped you.