Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 13 Jan 2020 13:03:02 +0000 (UTC)
From: hack3rcon@...oo.com
To: john-users@...ts.openwall.com
Subject: Re: How to use "telegram2john.py" on Linux?

 Thank you, but the Telegram is not in a regular location(C:\Users\YourUsername\AppData\Roaming).
How below command detect it?
C:\> python telegram2john.py "Telegram Desktop" > telegram.txt

     On Sunday, January 12, 2020, 11:08:29 PM GMT+3:30, Solar Designer <solar@...nwall.com> wrote:  
 
 On Tue, Jan 07, 2020 at 07:40:26AM +0000, Jason Long wrote:
>  Thank you, but I got below result:
> 
> 
> C:\> python telegram2john.py "C:\Telegram Desktop" > telegram.txt
> C:\>john telegram.txt --show
> 0 password hashes cracked, 0 left
> C:\>john telegram.txt --show --format=telegram
> 0 password hashes cracked, 0 left
> 
> Why it can't show the password?

Upon investigation, the main problem turned out to be the colon in "C:",
which "john" interprets as field separator.  This should work:

C:\> python telegram2john.py "Telegram Desktop" > telegram.txt
C:\> john telegram.txt

That is, just omit the "C:\" and instead be on that drive in that
directory.

And we should probably fix telegram2john.py to replace any colons in the
pathname with benign characters.

Alexander
  

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.