Changes between Initial Version and Version 1 of EsercizioPythonShadow


Ignore:
Timestamp:
Oct 16, 2015, 11:03:32 AM (9 years ago)
Author:
monga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EsercizioPythonShadow

    v1 v1  
     1Un 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
     3Allo 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
     8SoluzioneEsercizioPythonShadow
     9
     10