| 1 | Un informatore ha rivelato alcuni [http://homes.di.unimi.it/~sisop/lucidi1516/shadow dati sensibili] relativi ad una macchina UNIX. Sapete scoprire almeno una delle password? |
| 2 | |
| 3 | Allo scopo possono essere utili i moduli Python `crypt`, `urllib2`, `itertools` oltre che le operazioni fondamentali su liste e stringhe. Una lista di parole inglesi è raggiungibile [https://raw.githubusercontent.com/eneko/data-repository/master/data/words.txt qui]. Suggerimento: può anche essere utile provare le username o loro variazioni (a rovescio?). |
| 4 | |
| 5 | (Esercizio tratto da [http://www.anobii.com/books/Violent_Python/9781597499576/pi525d284de5a2f1ad T.J. O'Connor, Violent Python]) |
| 6 | |
| 7 | |
| 8 | SoluzioneEsercizioPythonShadow |
| 9 | |
| 10 | |