Ivan Moreno
Ivan Moreno
I love your tool for decrypting databases, congratulations, if someday you want to incorporate it to Whapa, it will be well received.
Whapa emerged as an android forensic tool at first, but I will keep it in mind.
Perhaps this tool can be implemented https://github.com/mukulkadel/mwatoi
Elcomsoft Explorer for WhatsApp has an option to decrypt the database by entering the phone number linked to whatsapp. It would be a very good feature to implement in Whapa....
Give a try this. https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter
I'll check it
Can you indicate the method you used to make it work?
I am developing a tool, I use pyinstaller, with the noconsole option and it gives cache problems. I use "extractor = URLExtract(cache_dir=''D:\temp')" but it seems like no such path is...
My code: from urlextract import URLExtract try: extractor = URLExtract(cache_dir="D:\\") urls = extractor.find_urls(text) print(urls) except Exception as e: print(e) ERROR: Default cache file does not exist 'C:\Users\B16f00t\AppData\Local\Temp\_MEI102122\urlextract\data\tlds-alpha-by-domain.txt'!
Hi everyone, I've been exploring alternatives like **tkwebview2**, which allows embedding web content directly into a `tkinter` frame. However, I've run into a significant limitation: the lack of support for...