Open omrid594 opened 3 years ago
I second this question. Awesome tool, but does not appear to work anymore.
try the Windows-Exe version, it works great with wine
Ah yes, that worked. Thanks for the tip!
-------- Original Message -------- On Nov 4, 2021, 2:00 PM, jJit0 wrote:
try the .exe version, it works great with wine
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
try the Windows-Exe version, it works great with wine
could you quickly walk me through how you run the Windows-Exe version with wine? 'wine tinfoleak.py invokes 'wine32 missing', but when attempt to install it's missing or obsolete, and libwine doesn't seem to do the trick. i'm getting 'except exception, e:' syntax errors the standard way and am not familiar with wine. greatly appreciated
Yes of course
You're using wine with the wrong file. Here is what I did:
wget "https://github.com/vaguileradiaz/tinfoleak/raw/master/Windows-EXE/tinfoleak-EXE.zip"
unzip tinfoleak-EXE.zip
cd tinfoleak-EXE
wine tinfoleak.exe
If you still encouter errors, you need to download the 32bit version of wine, make sure you do the following if you're using a debian based disto: apt install wine32 wine64
Yes, this is what I did as well. Assuming you're on a Debian-based distro, I simply installed wine via sudo apt install wine
, then downloaded the ZIP file from https://github.com/vaguileradiaz/tinfoleak/raw/master/Windows-EXE/tinfoleak-EXE.zip
, and did exactly as @jJit0 described. Here's a quick GIF in case it's at all helpful https://privatty.com/en/n/H3O6wpdL#WcCU07jvXL .
Yes of course
You're using wine with the wrong file. Here is what I did:
* `wget "https://github.com/vaguileradiaz/tinfoleak/raw/master/Windows-EXE/tinfoleak-EXE.zip"` * `unzip tinfoleak-EXE.zip` * `cd tinfoleak-EXE` * `wine tinfoleak.exe`
If you still encouter errors, you need to download the 32bit version of wine, make sure you do the following if you're using a debian based disto:
apt install wine32 wine64
Thanks, i appreciate the help. My Kali machine went down Saturday but now I'm back up. So i followed those steps and used 'wine tinfoleak.exe' and i get a response 'it looks like wine32 is missing, you should install it.' I thought i had but okay, so i 'apt install wine32' and i get 'Package wine32 is not available, but is referred to by another package... the following packages replace it: libwine'. So i install libwine and no luck. I'll have to do some digging. There is a line at the bottom that says 'E: Package 'wine32' has no installation candidate'. Does that mean anything to you?
Ok, it’s probably because you didn’t add 32bit architecture into your sources. Do the following:
dpkg --add-architecture i386
apt update
apt install wine{32,64} mono-complete
That should work
BTW, mono is useful to install, as it launch .Net-Framework binaries like windows portable apps.
Ok, it’s probably because you didn’t add 32bit architecture into your sources. Do the following:
* `dpkg --add-architecture i386` * `apt update` * `apt install wine{32,64} mono-complete`
That should work
BTW, mono is useful to install, as it launch .Net-Framework binaries like windows portable apps.
Ok, making progress - thank you -but new error:
$ wine tinfoleak.exe
Traceback (most recent call last):
File "site-packages\PyInstaller\loader\rthooks\pyi_rth_qt4plugins.py", line 43, in <module>
File "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 546, in >load_module
ImportError: DLL load failed: No access to memory location.
Failed to execute script pyi_rth_qt4plugins
Searching the forums i only find fixes for windows users with this error. Again i'll keep looking but you've been spot on thus far
@vaguileradiaz Any updates on this?
Don't bother The author has abandoned the project since Apr. 2018, you can check the commit history.
As mentionned above, the only way to use Tinfoleak, is to download the exe version available in the source
Hey, does the program still working? What's your problem?
I can t be authenticated in configuration settings.
Nevertheless, Whotwi online use - it s similar.
Whotwi online use - it s similar.
looks like it shutdown for another service mate
Hey, does the program still working?