[ninux-not-wireless] NSA ha provato a scardinare Tor

Robotica robotica at robotica.it
Thu Oct 10 20:48:25 CEST 2013


On 10/10/2013 07:05 PM, LuX wrote:
> Il primo che posta la risposta del quesito ivi contenuto (e condivide
> il KnowHow su come ha fatto) ha una pizza pagata!
>

ok, a me la pizza!

Deg8hu5wAf4yik3Kec8pe4ith2cav9

Tanto va la gatta al lardo,
che ci lascia lo..


qualche riga di python e il gioco รจ fatto:


import gnupg
import string

gpg = gnupg.GPG(gnupghome='.')
filename = 'file.txt.asc'
with open(filename, 'r') as content_file:
    content = content_file.read()
print content, type(content)

rang = list(string.ascii_lowercase+string.ascii_uppercase+string.digits)
for c in rang:
    for d in rang:
        #pas = "nmdcdnvmriu"+c+d
        pas = "Deg8hu5wAf4yik3Kec8pe4ith2ca"+c+d
        decrypted_data = gpg.decrypt(content , passphrase=pas)
        if len(str(decrypted_data)) > 0:
            print pas, len(str(decrypted_data)), decrypted_data


PS: in real time!  zzzzzzz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ml.ninux.org/pipermail/not-wireless/attachments/20131010/0688b147/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 551 bytes
Desc: OpenPGP digital signature
URL: <http://ml.ninux.org/pipermail/not-wireless/attachments/20131010/0688b147/attachment-0001.sig>


More information about the Not-wireless mailing list