;)
Decrypt.py: Act like a decrypting hacker on tv
21–30 of 54 posts
Re: Decrypt.py: Act like a decrypting hacker on tv
#22Earlier quoted context omitted.
So... uhh... this one-liner will download and execute a python script. would really suggest that you read the script before executing it.
Looks clean to me. Check out for yourself of course. Does bring up an interesting dilemma. We all download code, libraries etc. all the time without going through it with a fine comb...
Re: Decrypt.py: Act like a decrypting hacker on tv
#23Re: Decrypt.py: Act like a decrypting hacker on tv
#24Earlier quoted context omitted.
Quick and dirty screencast http://youtu.be/DoDoOtlomsM
Thanks, much better than the gif. But I'm confused...it de-scrambles what amounts to an ls -la? I gleaned from the op that it de-scrambled an image?
Re: Decrypt.py: Act like a decrypting hacker on tv
#25Earlier quoted context omitted.
Thanks, much better than the gif. But I'm confused...it de-scrambles what amounts to an ls -la? I gleaned from the op that it de-scrambled an image?
No, the script requires ascii input. If you use jpg2a it will take a JPG and turn it into an ASCII version of the jpg, at that point you can run it through this descrambler.
At any rate, it looks cool but someone should really build a GUI for it.
Re: Decrypt.py: Act like a decrypting hacker on tv
#26Earlier quoted context omitted.
Looks clean to me. Check out for yourself of course. Does bring up an interesting dilemma. We all download code, libraries etc. all the time without going through it with a fine comb...
Is this the part where we mention Ken's talk on trusting trust for the 1,000th time?
Re: Decrypt.py: Act like a decrypting hacker on tv
#27Earlier quoted context omitted.
Looks clean to me. Check out for yourself of course. Does bring up an interesting dilemma. We all download code, libraries etc. all the time without going through it with a fine comb...
Is this the part where we mention Ken's talk on trusting trust for the 1,000th time?
No.
Trusting trust isn't even applicable here. That trick only works with programs that build other programs.
Re: Decrypt.py: Act like a decrypting hacker on tv
#28Re: Decrypt.py: Act like a decrypting hacker on tv
#29Also see Hacker Typer for a web browser version. :) http://hackertyper.net
Re: Decrypt.py: Act like a decrypting hacker on tv
#30Earlier quoted context omitted.
No, the script requires ascii input. If you use jpg2a it will take a JPG and turn it into an ASCII version of the jpg, at that point you can run it through this descrambler.
Ah. Thanks for the clarification. At any rate, it looks cool but someone should really build a GUI for it.
Learn to use the command-line (if you're not on Windows), it's fun! :)