|
Message-ID: <20200112193742.GA10492@openwall.com> Date: Sun, 12 Jan 2020 20:37:43 +0100 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: How to use "telegram2john.py" on Linux? 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.