Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still working? #33

Open
omrid594 opened this issue Sep 29, 2021 · 14 comments
Open

Still working? #33

omrid594 opened this issue Sep 29, 2021 · 14 comments

Comments

@omrid594
Copy link

Hey, does the program still working?

@pyttam
Copy link

pyttam commented Oct 31, 2021

I second this question. Awesome tool, but does not appear to work anymore.

@ghost
Copy link

ghost commented Nov 4, 2021

try the Windows-Exe version, it works great with wine

@pyttam
Copy link

pyttam commented Nov 4, 2021 via email

@ChristopherBoots
Copy link

ChristopherBoots commented Nov 14, 2021

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

@ghost
Copy link

ghost commented Nov 14, 2021

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

@pyttam
Copy link

pyttam commented Nov 14, 2021

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 .

@ChristopherBoots
Copy link

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?

@ghost
Copy link

ghost commented Nov 17, 2021

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.

@ChristopherBoots
Copy link

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

@gaby
Copy link

gaby commented Nov 20, 2021

@vaguileradiaz Any updates on this?

@ghost
Copy link

ghost commented Nov 20, 2021

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

@w70t
Copy link

w70t commented Aug 10, 2022

Hey, does the program still working?
What's your problem?

@Andrejki
Copy link

I can t be authenticated in configuration settings.
Nevertheless, Whotwi online use - it s similar.

@dhupee
Copy link

dhupee commented Aug 5, 2023

Whotwi online use - it s similar.

looks like it shutdown for another service mate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants