├── .gitignore ├── CONTRIBUTORS ├── LICENSE-umich-spanishwords-00readme.txt ├── LICENSE.BSD ├── MANIFEST.in ├── README.rst ├── contrib ├── office-safe.txt └── xkcdpass.bash-completion ├── examples ├── example_import.py ├── example_json.py └── example_postprocess.py ├── setup.py ├── tests ├── __init__.py ├── test_list.txt └── test_xkcdpass.py ├── xkcdpass.1 └── xkcdpass ├── __init__.py ├── __main__.py ├── static ├── eff-long ├── eff-short ├── eff-special ├── eff_large_de_sample.wordlist ├── fin-kotus ├── fr-corrected.txt ├── fr-freelang ├── ger-anlx ├── ger-long ├── ger-short ├── ita-wiki ├── legacy ├── nor-nb ├── pt-ipublicis ├── pt-l33t-ipublicis ├── spa-mich └── swe-short └── xkcd_password.py /.gitignore: -------------------------------------------------------------------------------- 1 | *.py[cod] 2 | 3 | # C extensions 4 | *.so 5 | 6 | # Packages 7 | *.egg 8 | *.egg-info 9 | dist 10 | build 11 | eggs 12 | parts 13 | bin 14 | var 15 | sdist 16 | develop-eggs 17 | .installed.cfg 18 | lib 19 | lib64 20 | include 21 | share 22 | MANIFEST 23 | data 24 | 25 | # Installer logs 26 | pip-log.txt 27 | 28 | # Unit test / coverage reports 29 | .coverage 30 | .tox 31 | nosetests.xml 32 | 33 | # Translations 34 | *.mo 35 | 36 | # Mr Developer 37 | .mr.developer.cfg 38 | .project 39 | .pydevproject 40 | 41 | # VS Code 42 | .vscode 43 | 44 | # mypy 45 | .mypy_cache 46 | 47 | .idea/ 48 | -------------------------------------------------------------------------------- /CONTRIBUTORS: -------------------------------------------------------------------------------- 1 | Contributors to XKCD Password Generator 2 | ======================================= 3 | 4 | Steven Tobin 5 | Rob Lanphier 6 | Mithrandir 7 | Daniel Beecham 8 | Kim Slawson 9 | Stanislav Bytsko 10 | Lowe Thiderman 11 | Daniil Baturin 12 | Ben Finney 13 | Simeon Visser 14 | Scot Hacker , 15 | Lars Noschinski 16 | Scott Tankard 17 | Sebastian Brannstrom 18 | Russell Bradley 19 | Chris Cogdon 20 | Justin Findlay 21 | Timothy McFadden 22 | Edward Betts 23 | Jakub Wilk 24 | Dan Rosenbloom 25 | Tomas Krizek 26 | Amir Yalon 27 | Javier Meija 28 | Jussi Tiira 29 | Lorenzo Mureu 30 | Fabian Affolter 31 | Fred Cox 32 | François Freitag 33 | Gus Dunn 34 | Sam Zaydel 35 | Nicolas Marie-Magdelaine 36 | Halvor Strand 37 | Lopo 38 | Andres Weber 39 | Francoisa 40 | Tobias Bora 41 | Andrew Parker 42 | Sean Abbott 43 | David Shen 44 | Gregor Dschung 45 | Ben Kohler 46 | Rikard Nordin 47 | Rostyslav Bohomaz -------------------------------------------------------------------------------- /LICENSE-umich-spanishwords-00readme.txt: -------------------------------------------------------------------------------- 1 | Welcome to the University of Michigan Linguistics Archive. 2 | 3 | These archives are at archive.umich.edu in the /linguistics directory. 4 | Please use the symbolic internet address if you can, since the archives 5 | move occasionally. 6 | 7 | --- what's here --- 8 | There is a collection of public domain, freeware, shareware, and other 9 | files that may be useful to linguists. Here are the directories you 10 | will see in archive/linguistics: 11 | 12 | /fonts various fonts of interest to linguists 13 | /texts a number of types of non-software directories: 14 | /texts/biblio, 15 | /texts/lexica (containing word lists), 16 | /texts/papers (containing offprints, and 17 | /texts/papers/available, containing publication lists), 18 | /texts/syllabi (containing the COSWL syllabus collection), and 19 | /texts/indices (containing the Levin verb index) 20 | /linguist.list back issues of LINGUIST mailing list 21 | /software programs of interest to linguists 22 | /celtline maintained as an online service for the 23 | Association for Celtic Linguistics 24 | /uploads recently submitted files, including software; 25 | this directory may be written to but not read; 26 | all others are read-only. 27 | 28 | This is the tree structure of the Linguistics Archive so far. 29 | 30 | New directory tree for /linguistics archive 31 | (as of Bastille Day 1994) 32 | 33 | [root directory (/) where you log in] 34 | | 35 | [cd] linguistics [to get here] 36 | | 37 | +-------+------------+--------+----+-----------+----------+ 38 | | | | | | | 39 | | uploads | celtling | software 40 | | texts | | 41 | | | | +---+---+ 42 | | +-------+-------+-------+--------+ | | | | 43 | | | | | | | | dos | mac 44 | | lexica papers biblio indices syllabi | | 45 | fonts | | nl.software.registry 46 | | available | 47 | +-+-+ linguist.list 48 | | | | 49 | mac dos +---------+---------+---------+---------+ 50 | | | | | | | 51 | windows volume.1 volume.2 volume.3 volume.4 volume.5 52 | 53 | --- physical location --- 54 | The archives are located in Ann Arbor, Michigan, at the University of 55 | Michigan, and are operated by Merit, Inc. Ann Arbor is in the USA 56 | Eastern time zone: Eastern Standard Time (UT-5) between November and 57 | May, Eastern Daylight Time (UT-4) the rest of the year. 58 | 59 | --- ftp access --- 60 | You can use ftp to get to these archives (anonymous login, any 61 | password). For load management reasons, there is currently a limit to 62 | the number of simultaneous anonymous ftp users on the archives, 63 | especially during USA business hours (0800-1900 M-F). 64 | 65 | --- afs access --- 66 | If you are using AFS (Andrew File System) you can get to this archive 67 | directory with 68 | cd /afs/umich.edu/group/itd/archive/linguistics 69 | If you are already in the University of Michigan AFS cell, you can 70 | cd ~archive/linguistics 71 | 72 | --- gopher access --- 73 | The archives are accessible via gopherspace. Look for the University of 74 | Michigan main menu. 75 | 76 | --- email access --- 77 | Email access is in beta test, but not yet available. 78 | 79 | --- Mosaic access --- 80 | Mosaic (WorldWideWeb) access is under development. 81 | 82 | --- work in progress --- 83 | These archives are not static and there is constant work being done to 84 | improve them: additional content, better access, more documentation, 85 | better indexing, etc. Suggestions are welcome. 86 | 87 | --- contacting a human --- 88 | Work on these archives is done as a volunteer effort. And while my time 89 | is necessarily limited so a response may be delayed, please contact me 90 | with questions, suggestions, submissions, or praise. I can be reached 91 | at 92 | linguistics-archivist@archive.umich.edu 93 | 94 | 7/14/94 95 | -------------------------------------------------------------------------------- /LICENSE.BSD: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011 - 2025, Steven Tobin and Contributors. 2 | All rights reserved. 3 | 4 | Redistribution and use in source and binary forms, with or without 5 | modification, are permitted provided that the following conditions are met: 6 | * Redistributions of source code must retain the above copyright 7 | notice, this list of conditions and the following disclaimer. 8 | * Redistributions in binary form must reproduce the above copyright 9 | notice, this list of conditions and the following disclaimer in the 10 | documentation and/or other materials provided with the distribution. 11 | * Neither the name of the copyright holder nor the 12 | names of its contributors may be used to endorse or promote products 13 | derived from this software without specific prior written permission. 14 | 15 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 16 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 17 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 18 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 19 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 20 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 21 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 22 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 | -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | include xkcdpass/static/* 2 | include tests/* 3 | include examples/* 4 | include LICENSE.BSD 5 | include xkcdpass.1 6 | -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | xkcdpass 2 | ======== 3 | 4 | .. image:: https://badges.gitter.im/Join%20Chat.svg 5 | :alt: Join the chat at https://gitter.im/redacted/XKCD-password-generator 6 | :target: https://gitter.im/redacted/XKCD-password-generator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge 7 | 8 | A flexible and scriptable password generator which generates strong passphrases, inspired by `XKCD 936 `_:: 9 | 10 | $ xkcdpass 11 | > correct horse battery staple 12 | 13 | .. image:: http://imgs.xkcd.com/comics/password_strength.png 14 | 15 | 16 | 17 | Install 18 | ======= 19 | 20 | ``xkcdpass`` can be easily installed using pip:: 21 | 22 | pip install xkcdpass 23 | 24 | or manually:: 25 | 26 | python setup.py install 27 | 28 | 29 | 30 | Source 31 | ~~~~~~ 32 | The latest development version can be found on github: https://github.com/redacted/XKCD-password-generator 33 | 34 | Contributions welcome and gratefully appreciated! 35 | 36 | 37 | 38 | Requirements 39 | ============ 40 | 41 | Python 2 (version 2.7 or later), or Python 3 (version 3.4 or later). Running module unit tests on Python 2 requires ``mock`` to be installed. 42 | 43 | 44 | 45 | Running ``xkcdpass`` 46 | ==================== 47 | 48 | ``xkcdpass`` can be called with no arguments:: 49 | 50 | $ xkcdpass 51 | > pinball previous deprive militancy bereaved numeric 52 | 53 | which returns a single password, using the default dictionary and default settings. Or you can mix whatever arguments you want:: 54 | 55 | $ xkcdpass --count=5 --acrostic='chaos' --delimiter='|' --min=5 --max=6 --valid-chars='[a-z]' 56 | > collar|highly|asset|ovoid|sultan 57 | > caper|hangup|addle|oboist|scroll 58 | > couple|honcho|abbot|obtain|simple 59 | > cutler|hotly|aortae|outset|stool 60 | > cradle|helot|axial|ordure|shale 61 | 62 | which returns 63 | 64 | * ``--count=5`` 5 passwords to choose from 65 | * ``--acrostic='chaos'`` the first letters of which spell 'chaos' 66 | * ``--delimiter='|'`` joined using '|' 67 | * ``--min=5 --max=6`` with words between 5 and 6 characters long 68 | * ``--valid-chars='[a-z]'`` using only lower-case letters (via regex). 69 | 70 | 71 | A concise overview of the available ``xkcdpass`` options can be accessed via:: 72 | 73 | xkcdpass --help 74 | 75 | Usage: xkcdpass [options] 76 | 77 | Options: 78 | -h, --help 79 | show this help message and exit 80 | -w WORDFILE, --wordfile=WORDFILE 81 | Specify that the file WORDFILE contains the list of 82 | valid words from which to generate passphrases. Multiple 83 | wordfiles can be provided, separated by commas. 84 | Provided wordfiles: eff-long (default), eff-short, 85 | eff-special, legacy, spa-mich (Spanish), fin-kotus (Finnish) 86 | ita-wiki (Italian), ger-anlx, ger-long, ger-short (German), nor-nb (Norwegian), 87 | fr-freelang (French), pt-ipublicis / pt-l33t-ipublicis (Portuguese) 88 | swe-short (Swedish) 89 | --min=MIN_LENGTH 90 | Minimum length of words to make password 91 | --max=MAX_LENGTH 92 | Maximum length of words to make password 93 | -n NUMWORDS, --numwords=NUMWORDS 94 | Number of words to make password 95 | -i, --interactive 96 | Interactively select a password 97 | -v VALID_CHARS, --valid-chars=VALID_CHARS 98 | Valid chars, using regexp style (e.g. '[a-z]') 99 | -V, --verbose 100 | Report various metrics for given options, including word list entropy 101 | -a ACROSTIC, --acrostic=ACROSTIC 102 | Acrostic to constrain word choices 103 | -c COUNT, --count=COUNT 104 | number of passwords to generate 105 | -d DELIM, --delimiter=DELIM 106 | separator character between words 107 | -R, --random-delimiters 108 | use randomised delimiters 109 | -D DELIMITERS, --valid-delimiters=DELIMETERS 110 | delimeters to choose from, used with - 111 | -s SEP, --separator SEP 112 | Separate generated passphrases with SEP. 113 | -C CASE, --case CASE 114 | Choose the method for setting the case of each word in 115 | the passphrase. Choices: ['alternating', 'upper', 116 | 'lower', 'random', 'capitalize', 'as-is'] (default: 'lower'). 117 | --allow-weak-rng 118 | Allow fallback to weak RNG if the system does not 119 | support cryptographically secure RNG. Only use this if 120 | you know what you are doing. 121 | 122 | 123 | Word lists 124 | ========== 125 | 126 | Several word lists are provided with the package. The default, `eff-long`, was specifically designed by the EFF for `passphrase generation `_ and is licensed under `CC BY 3.0 `_. As it was originally intended for use with Diceware ensure that the number of words in your passphrase is at least six when using it. Two shorter variants of that list, `eff-short` and `eff-special`, are also included. Please refer to the EFF documentation linked above for more information. 127 | 128 | The original word list from `xkcdpass` versions earlier than 1.10.0 is also provided as a convenience, and is available under `legacy`. This word list is derived mechanically from `12Dicts `_ by Alan Beale. It is the understanding of the author of ``xkcdpass`` that purely mechanical transformation does not imbue copyright in the resulting work. The documentation for the 12Dicts project at 129 | http://wordlist.aspell.net/12dicts/ contains the following dedication: 130 | 131 | .. 132 | 133 | The 12dicts lists were compiled by Alan Beale. I explicitly release them to the public domain, but request acknowledgment of their use. 134 | 135 | Note that the generator can be used with any word file of the correct format: a file containing one 'word' per line. 136 | 137 | Additional languages 138 | ~~~~~~~~~~~~~~~~~~~~ 139 | 140 | - Spanish: a modifed version of archive.umich.edu in the `/linguistics` directory. It includes ~80k words. Less than 5 char. and latin-like words were deleted using regex. This list is public domain, see `here `_. 141 | - Finnish: a modified version of the Institute for the Languages of Finland `XML word list `_. Profanities and expressions containing spaces were removed using regex. The resulting list contains ~93k words. The list is published under GNU LGPL, EUPL 1.1 and CC-BY 3.0 licenses. 142 | - Italian: generated from dumps of the Italian-language Wikipedia, which is released under the Creative Commons Attribution-Share-Alike 3.0 licence. 143 | - German (ger-anlx): based on `this GPL v3 list `_. Single and double character words have been removed. 144 | - German (ger-long, ger-short): imported from `this repository `_. BSD-3 licenced. 145 | - German (eff_large_de_sample.wordlist): based on `this public domain dictionary `_. Converted to UTF-8 and randomly sampled to reduce file size. 146 | - Norwegian: a modified version of `Norsk Ordbank in Norwegian Bokmål 2005 `_, 2018-06-28 update, which is released under the `CC-BY 4.0 license `_. Regex has been used to alter the list for cleanup and removal of words with impractical characters. The resulting list contains ~137k words. 147 | - French: One cleaned version of `this list `_ (public domain), and one filtered to remove potentially offensive words. 148 | - Portuguese: Converted variant of the LibreOffice / Firefox Portuguese dictionary (from `this link `_. GPL and BSD licenced. 149 | - Swedish: a modified version of `Martin Lindhe's Swedish word list `_ (MIT license). Modifications also released under MIT license. 150 | 151 | Additional language word lists are always welcome! 152 | 153 | Using xkcdpass as an imported module 154 | ==================================== 155 | 156 | The built-in functionality of ``xkcdpass`` can be extended by importing the module into python scripts. An example of this usage is provided in `example_import.py `_, which randomly capitalises the letters in a generated password. `example_json.py` demonstrates integration of xkcdpass into a Django project, generating password suggestions as JSON to be consumed by a Javascript front-end. 157 | 158 | A simple use of import:: 159 | 160 | from xkcdpass import xkcd_password as xp 161 | 162 | # create a wordlist from the default wordfile 163 | # use words between 5 and 8 letters long 164 | wordfile = xp.locate_wordfile() 165 | mywords = xp.generate_wordlist(wordfile=wordfile, min_length=5, max_length=8) 166 | 167 | # create a password with the acrostic "face" 168 | print(xp.generate_xkcdpassword(mywords, acrostic="face")) 169 | 170 | When used as an imported module, `generate_wordlist()` takes the following args (defaults shown):: 171 | 172 | wordfile=None, 173 | min_length=5, 174 | max_length=9, 175 | valid_chars='.' 176 | 177 | While `generate_xkcdpassword()` takes:: 178 | 179 | wordlist, 180 | numwords=6, 181 | interactive=False, 182 | acrostic=False, 183 | delimiter=" " 184 | 185 | 186 | Insecure random number generators 187 | ================================= 188 | `xkcdpass` uses crytographically strong random number generators where possible (provided by `random.SystemRandom()` on most modern operating systems). From version 1.7.0 falling back to an insecure RNG must be explicitly enabled, either by using a new command line variable before running the script:: 189 | 190 | xkcdpass --allow-weak-rng 191 | 192 | or setting the appropriate environment variable:: 193 | 194 | export XKCDPASS_ALLOW_WEAKRNG=1 195 | 196 | 197 | Changelog 198 | ========= 199 | - **1.20.0** Improved German wordlists, addressed bugs in delimeter and word length checks 200 | - **1.19.9** Remove usage of deprecated `assertEquals` in tests 201 | - **1.19.8** Enables `python -m xkcdpass` usage 202 | - **1.19.7** Adds Swedish wordlist, improvements to test suite, improvements to setup.py (excludes examples from install) 203 | - **1.19.6** Fixes randomly failing unit test 204 | - **1.19.5** Adds "as-is" option for case 205 | - **1.19.4** Makes randomised delimiters behavior consistent with fixed delimeters 206 | - **1.19.3** Restore a randomly sampled version of eff_large_de wordlist 207 | - **1.19.2** Reduction in install size 208 | - **1.19.1** Improvements to help text, handle rare case where arguments lead to empty wordlist 209 | - **1.19.0** Initial support for multiple wordfiles 210 | - **1.18.2** fixes for README 211 | - **1.18.0** Added randomised delimiters 212 | 213 | 214 | License 215 | ======= 216 | This is free software: you may copy, modify, and/or distribute this work under the terms of the BSD 3-Clause license. 217 | See the file ``LICENSE.BSD`` for details. 218 | -------------------------------------------------------------------------------- /contrib/xkcdpass.bash-completion: -------------------------------------------------------------------------------- 1 | # Programmable Bash command completion for the ‘xkcdpass’ command. 2 | # See the Bash manual “Programmable Completion” section. 3 | # 4 | # Copyright © 2015–2016 Ben Finney 5 | # This is free software: you may copy, modify, and/or distribute this 6 | # work under the terms of the BSD 3-Clause license. 7 | # See the file ‘LICENSE.BSD’ for details. 8 | 9 | shopt -s progcomp 10 | 11 | _xkcdpass_completion () { 12 | COMPREPLY=() 13 | 14 | local cur="${COMP_WORDS[COMP_CWORD]}" 15 | local prev="${COMP_WORDS[COMP_CWORD-1]}" 16 | 17 | local opts="-h --help -V --verbose" 18 | opts+=" -w --wordfile -v --valid-chars -a --acrostic" 19 | opts+=" -n --numwords --min --max" 20 | opts+=" -c --count -d --delimiter" 21 | 22 | case "${prev}" in 23 | -w|--wordfile) 24 | COMPREPLY=( $(compgen -A file -- ${cur}) ) 25 | COMPREPLY+=("eff-long") 26 | COMPREPLY+=("eff-short") 27 | COMPREPLY+=("eff-special") 28 | COMPREPLY+=("legacy") 29 | COMPREPLY+=("spa-mich") 30 | COMPREPLY+=("fin-kotus") 31 | COMPREPLY+=("nor-nb") 32 | COMPREPLY+=("eff_large_de_sample.wordlist") 33 | ;; 34 | 35 | *) 36 | COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) 37 | ;; 38 | esac 39 | } 40 | 41 | complete -F _xkcdpass_completion xkcdpass 42 | 43 | 44 | # Local variables: 45 | # coding: utf-8 46 | # mode: shell-script 47 | # End: 48 | # vim: fileencoding=utf-8 filetype=bash : 49 | -------------------------------------------------------------------------------- /examples/example_import.py: -------------------------------------------------------------------------------- 1 | import random 2 | 3 | import xkcdpass.xkcd_password as xp 4 | 5 | 6 | def random_capitalisation(s, chance): 7 | new_str = [] 8 | for i, c in enumerate(s): 9 | new_str.append(c.upper() if random.random() < chance else c) 10 | return "".join(new_str) 11 | 12 | def capitalize_first_letter(s): 13 | new_str = [] 14 | s = s.split(" ") 15 | for i, c in enumerate(s): 16 | new_str.append(c.capitalize()) 17 | return "".join(new_str) 18 | 19 | 20 | words = xp.locate_wordfile() 21 | mywords = xp.generate_wordlist(wordfile=words, min_length=5, max_length=8) 22 | raw_password = xp.generate_xkcdpassword(mywords) 23 | 24 | for i in range(5): 25 | print(random_capitalisation(raw_password, i/10.0)) 26 | 27 | print(capitalize_first_letter(raw_password)) 28 | -------------------------------------------------------------------------------- /examples/example_json.py: -------------------------------------------------------------------------------- 1 | from xkcdpass import xkcd_password as xp 2 | 3 | from django.http import JsonResponse 4 | 5 | 6 | def json_password_generator(request): 7 | # Example Django view to generate passphrase suggestions via xkcd library 8 | # Called with optional params e.g. 9 | # /json_password_generator/?tc=true&separator=|&acrostic=face 10 | 11 | if request.method == 'GET': 12 | acrostic = request.GET.get("acrostic", None) 13 | titlecase = request.GET.get("tc", None) 14 | 15 | wordfile = xp.locate_wordfile() 16 | words = xp.generate_wordlist( 17 | wordfile=wordfile, 18 | min_length=3, 19 | max_length=8) 20 | suggestion = xp.generate_xkcdpassword(words, acrostic=acrostic) 21 | 22 | if titlecase: 23 | # Convert "foo bar" to "Foo Bar" 24 | suggestion = suggestion.title() 25 | 26 | return JsonResponse({ 27 | 'suggestion': suggestion} 28 | ) 29 | -------------------------------------------------------------------------------- /examples/example_postprocess.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import fileinput 3 | import random 4 | import sys 5 | 6 | # generate a list of symbols via ascii code 7 | SYMBOLS = [str(unichr(i)) for i in range(33, 65)] 8 | 9 | 10 | def rng_delimitor(password): 11 | words = password.split() 12 | n_words = len(words) 13 | 14 | # zip the split password and an equivalent number of symbols 15 | # join, and drop the first symbol 16 | return " ".join(i for l in zip( 17 | [random.choice(SYMBOLS) for _ in range(n_words)], 18 | words 19 | ) for i in l)[2:] 20 | 21 | 22 | if __name__ == "__main__": 23 | # fileinput.input allows us to iterate over stdin 24 | for line in fileinput.input(): 25 | rng_delim_line = rng_delimitor(line) 26 | sys.stdout.write(rng_delim_line + "\n") 27 | -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- 1 | from setuptools import setup, find_namespace_packages 2 | from io import open 3 | import sys 4 | 5 | setup( 6 | name='xkcdpass', 7 | version='1.20.0', 8 | author='Steven Tobin', 9 | author_email='steventtobin@gmail.com', 10 | url='https://github.com/redacted/XKCD-password-generator', 11 | description='Generate secure multiword passwords/passphrases, inspired by XKCD', 12 | long_description=open('README.rst', encoding='utf-8').read(), 13 | #packages=['xkcdpass'], 14 | packages=find_namespace_packages(exclude=["examples", "*.tests", "*.tests.*", "tests.*", "tests"]), 15 | zip_safe=False, 16 | license='BSD', 17 | include_package_data=True, 18 | entry_points={ 19 | 'console_scripts': [ 20 | 'xkcdpass = xkcdpass.xkcd_password:main', 21 | ], 22 | }, 23 | tests_require=['mock'] if sys.version_info[0] == 2 else None, 24 | test_suite = 'tests', 25 | classifiers=[ 26 | 'Development Status :: 5 - Production/Stable', 27 | 'Programming Language :: Python :: 2', 28 | 'Programming Language :: Python :: 2.7', 29 | 'Programming Language :: Python :: 3', 30 | 'Programming Language :: Python :: 3.4', 31 | 'Programming Language :: Python :: 3.5', 32 | 'Programming Language :: Python :: 3.6', 33 | 'Programming Language :: Python :: 3.7', 34 | 'Programming Language :: Python :: 3.8', 35 | 'Programming Language :: Python :: 3.9', 36 | 'Environment :: Console', 37 | 'Operating System :: OS Independent', 38 | 'License :: OSI Approved :: BSD License', 39 | ], 40 | ) 41 | -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redacted/XKCD-password-generator/0d97202529b6053140dfabdb51de2348c9e6058c/tests/__init__.py -------------------------------------------------------------------------------- /tests/test_list.txt: -------------------------------------------------------------------------------- 1 | factual 2 | captain 3 | capricious 4 | __$$$__ 5 | amazing 6 | exactly 7 | define 8 | relevant -------------------------------------------------------------------------------- /tests/test_xkcdpass.py: -------------------------------------------------------------------------------- 1 | """ Unit test for `xkcd_password` module. """ 2 | 3 | from subprocess import PIPE, Popen 4 | import argparse 5 | import io 6 | import re 7 | import sys 8 | import unittest 9 | try: 10 | import unittest.mock as mock 11 | except ImportError: 12 | # python2.7 support via external lib 13 | import mock 14 | 15 | from xkcdpass import xkcd_password 16 | 17 | 18 | WORDFILE = 'xkcdpass/static/legacy' 19 | 20 | 21 | class XkcdPasswordTests(unittest.TestCase): 22 | def setUp(self): 23 | self.wordlist_full = xkcd_password.generate_wordlist( 24 | wordfile=WORDFILE, 25 | min_length=5, 26 | max_length=8,) 27 | self.wordlist_small = xkcd_password.generate_wordlist( 28 | wordfile='tests/test_list.txt', 29 | valid_chars='[a-z]') 30 | 31 | def test_loadwordfile(self): 32 | self.assertEqual(len(self.wordlist_full), 29611) 33 | 34 | def test_regex(self): 35 | self.assertNotIn("__$$$__", self.wordlist_small) 36 | 37 | def test_acrostic(self): 38 | word = "face" 39 | result = xkcd_password.generate_xkcdpassword( 40 | self.wordlist_small, 41 | acrostic=word) 42 | self.assertEqual("".join(map(lambda x: x[0], result.split())), word) 43 | 44 | def test_delim(self): 45 | tdelim = "_" 46 | result = xkcd_password.generate_xkcdpassword( 47 | self.wordlist_small, 48 | delimiter=tdelim) 49 | self.assertIsNotNone(re.match('([a-z]+(_|$))+', result)) 50 | 51 | def test_random_delimiter(self): 52 | wordlength = 4 53 | numwords = 3 54 | wordlist = xkcd_password.generate_wordlist( 55 | WORDFILE, min_length=wordlength, max_length=wordlength 56 | ) 57 | result = xkcd_password.generate_xkcdpassword( 58 | wordlist, numwords=numwords, random_delimiters=True 59 | ) 60 | # check that the result is the right length 61 | self.assertEqual(len(result), numwords * wordlength + (numwords - 1)) 62 | # check we have the right number of delimiters 63 | self.assertEqual( 64 | len([x for x in result if x in set(xkcd_password.DEFAULT_DELIMITERS)]), 65 | numwords - 1 66 | ) 67 | 68 | def test_set_case(self): 69 | words = "this is only a GREAT Test".lower().split() 70 | words_before = set(words) 71 | 72 | results = {} 73 | 74 | results["as-is"] = xkcd_password.set_case(words, method="as-is") 75 | results["lower"] = xkcd_password.set_case(words, method="lower") 76 | results["upper"] = xkcd_password.set_case(words, method="upper") 77 | results["first"] = xkcd_password.set_case(words, method="first") 78 | results["capitalize"] = xkcd_password.set_case(words, method="capitalize") 79 | results["alternating"] = xkcd_password.set_case(words, method="alternating") 80 | results["random"] = xkcd_password.set_case(words, method="random", testing=True) 81 | 82 | words_after = set(word.lower() for group in list(results.values()) for word in group) 83 | 84 | # Test that no words have been fundamentally mutated by any of the methods 85 | self.assertTrue(words_before == words_after) 86 | 87 | # Test that no words have been uppered or lowered for method "as-is" 88 | self.assertEqual(results["as-is"], words) 89 | 90 | # Test that the words have been uppered or lowered respectively. 91 | self.assertTrue(all(word.islower() for word in results["lower"])) 92 | self.assertTrue(all(word.isupper() for word in results["upper"])) 93 | self.assertTrue(all(word.istitle() for word in results["first"])) 94 | self.assertTrue(all(word.istitle() for word in results["capitalize"])) 95 | self.assertEqual(results["alternating"], ["THIS", "is", "ONLY", "a", "GREAT", "test"]) 96 | # Test that the words have been correctly uppered randomly. 97 | expected_random_result_1_py3 = ['THIS', 'IS', 'ONLY', 'a', 'GREAT', 'test'] 98 | expected_random_result_2_py3 = ['THIS', 'IS', 'a', 'test', 'ALSO', 'GREAT'] 99 | expected_random_result_1_py2 = ['this', 'is', 'only', 'a', 'GREAT', 'TEST'] 100 | expected_random_result_2_py2 = ['this', 'is', 'a', 'TEST', 'also', 'GREAT'] 101 | 102 | words_extra = "this is a test also great".lower().split() 103 | observed_random_result_1 = results["random"] 104 | observed_random_result_2 = xkcd_password.set_case( 105 | words_extra, 106 | method="random", 107 | testing=True 108 | ) 109 | 110 | self.assertIn(observed_random_result_1, (expected_random_result_1_py2, expected_random_result_1_py3)) 111 | self.assertIn(observed_random_result_2, (expected_random_result_2_py2, expected_random_result_2_py3)) 112 | 113 | 114 | class TestEmitPasswords(unittest.TestCase): 115 | """ Test cases for function `emit_passwords`. """ 116 | 117 | def setUp(self): 118 | """ Set up fixtures for this test case. """ 119 | self.wordlist_small = xkcd_password.generate_wordlist( 120 | wordfile='tests/test_list.txt', 121 | valid_chars='[a-z]') 122 | 123 | self.options = argparse.Namespace( 124 | interactive=False, 125 | numwords=6, 126 | count=1, 127 | acrostic=False, 128 | delimiter=" ", 129 | separator=u"\n", 130 | valid_delimiters="", 131 | random_delimiters=False, 132 | case='lower', 133 | ) 134 | 135 | self.stdout_patcher = mock.patch.object( 136 | sys, 'stdout', new_callable=io.StringIO) 137 | 138 | def test_emits_specified_count_of_passwords(self): 139 | """ Should emit passwords numbering specified `count`. """ 140 | self.options.count = 6 141 | with self.stdout_patcher as mock_stdout: 142 | xkcd_password.emit_passwords( 143 | wordlist=self.wordlist_small, 144 | options=self.options) 145 | output = mock_stdout.getvalue() 146 | expected_separator = self.options.separator 147 | expected_separator_count = self.options.count 148 | self.assertEqual( 149 | output.count(expected_separator), expected_separator_count) 150 | 151 | def test_emits_specified_separator_between_passwords(self): 152 | """ Should emit specified separator text between each password. """ 153 | self.options.count = 3 154 | self.options.separator = u"!@#$%" 155 | with self.stdout_patcher as mock_stdout: 156 | xkcd_password.emit_passwords( 157 | wordlist=self.wordlist_small, 158 | options=self.options) 159 | output = mock_stdout.getvalue() 160 | expected_separator = self.options.separator 161 | expected_separator_count = self.options.count 162 | self.assertEqual( 163 | output.count(expected_separator), expected_separator_count) 164 | 165 | def test_emits_no_separator_when_specified_separator_empty(self): 166 | """ Should emit no separator when empty separator specified. """ 167 | self.options.count = 1 168 | self.options.separator = u"" 169 | with self.stdout_patcher as mock_stdout: 170 | xkcd_password.emit_passwords( 171 | wordlist=self.wordlist_small, 172 | options=self.options) 173 | output = mock_stdout.getvalue() 174 | unwanted_separator = "\n" 175 | self.assertEqual(output.find(unwanted_separator), -1) 176 | 177 | 178 | # class TestEntropyInformation(unittest.TestCase): 179 | # """ Test cases for function `emit_passwords`. """ 180 | 181 | # @staticmethod 182 | # # def run_xkcdpass_process(*args): 183 | # # process = Popen(["xkcdpass", "-V", "-i"], stdout=PIPE, stdin=PIPE) 184 | # # return process.communicate('\n'.join(args))[0] 185 | 186 | # @staticmethod 187 | # def test_entropy_printout_valid_input(self): 188 | # values = self.run_xkcdpass_process('4', 'y') 189 | # self.assertIn('A 4 word password from this list will have roughly 51', values) 190 | 191 | 192 | if __name__ == '__main__': 193 | test_cases = [XkcdPasswordTests, TestEmitPasswords, ] # TestEntropyInformation] 194 | suites = [unittest.TestLoader().loadTestsFromTestCase(test_case) for test_case in test_cases] 195 | unittest.TextTestRunner(verbosity=2).run(unittest.TestSuite(suites)) 196 | -------------------------------------------------------------------------------- /xkcdpass.1: -------------------------------------------------------------------------------- 1 | .TH xkcdpass 1 2 | .SH NAME 3 | xkcdpass - generate memorable, secure multiword passphrases 4 | .SH SYNOPSIS 5 | .PP 6 | .B xkcdpass 7 | [ options ] 8 | .br 9 | .B xkcdpass 10 | --help 11 | .SH DESCRIPTION 12 | .PP 13 | A flexible and scriptable password generator which generates strong 14 | passphrases, inspired by XKCD 936: 15 | .IP 16 | .nf 17 | \f[C] 18 | $\ xkcdpass 19 | >\ correct\ horse\ battery\ staple 20 | \f[] 21 | .fi 22 | .SH OPTIONS 23 | .PP 24 | \f[B]\-\-help\f[] 25 | .RS 26 | .PP 27 | Describe how to use this command. 28 | .RE 29 | .PP 30 | \f[B]\-\-wordfile\f[] WORDFILE, \f[B]\-w\f[] WORDFILE 31 | .RS 32 | .PP 33 | Specify that the file WORDFILE contains the list of valid words from 34 | which to generate passphrases. 35 | .RE 36 | .PP 37 | \f[B]\-\-min\f[] MIN_LENGTH 38 | .RS 39 | .PP 40 | Generate passphrases containing at least MIN_LENGTH letters. 41 | (Default: 5) 42 | .RE 43 | .PP 44 | \f[B]\-\-max\f[] MAX_LENGTH 45 | .RS 46 | .PP 47 | Generate passphrases containing at most MAX_LENGTH letters. 48 | (Default: 9) 49 | .RE 50 | .PP 51 | \f[B]\-\-numwords\f[] NUM_WORDS, \f[B]\-n\f[] NUM_WORDS 52 | .RS 53 | .PP 54 | Generate passphrases containing exactly NUM_WORDS words. 55 | (Default: 6) 56 | .RE 57 | .PP 58 | \f[B]\-\-interactive\f[], \f[B]\-i\f[] 59 | .RS 60 | .PP 61 | Generate and output a passphrase, query the user to accept it, and loop 62 | until one is accepted. 63 | .RE 64 | .PP 65 | \f[B]\-\-valid_chars\f[] VALID_CHARS, \f[B]\-v\f[] VALID_CHARS 66 | .RS 67 | .PP 68 | Limit passphrases to only include words matching the regex pattern 69 | VALID_CHARS (e.g. 70 | \f[C]\[aq][a\-z]\[aq]\f[]). 71 | .RE 72 | .PP 73 | \f[B]\-\-verbose\f[], \f[B]\-V\f[] 74 | .RS 75 | .PP 76 | Report various metrics for given options. 77 | .RE 78 | .PP 79 | \f[B]\-\-acrostic\f[] ACROSTIC, \f[B]\-a\f[] ACROSTIC 80 | .RS 81 | .PP 82 | Generate passphrases with an acrostic matching ACROSTIC. 83 | .RE 84 | .PP 85 | \f[B]\-\-count\f[] COUNT, \f[B]\-c\f[] COUNT 86 | .RS 87 | .PP 88 | Generate COUNT passphrases. 89 | (Default: 1) 90 | .RE 91 | .PP 92 | \f[B]\-\-delimiter\f[] DELIM, \f[B]\-d\f[] DELIM 93 | .RS 94 | .PP 95 | Separate words within a passphrase with DELIM. 96 | (Default: \[aq] \[aq]) 97 | .RE 98 | .PP 99 | \f[B]\-\-separator\f[] SEP, \f[B]\-s\f[] SEP 100 | .RS 101 | .PP 102 | Separate generated passphrases with SEP. 103 | (Default: \[aq] \[aq]) 104 | .SS EXAMPLES 105 | .IP \[bu] 2 106 | \f[B]xkcdpass\f[] 107 | .RS 2 108 | .PP 109 | Generates one passphrase with the default options. 110 | Example output: 111 | .IP 112 | .nf 113 | \f[C] 114 | pinball\ previous\ deprive\ militancy\ bereaved\ numeric 115 | \f[] 116 | .fi 117 | .RE 118 | .IP \[bu] 2 119 | \f[B]xkcdpass\f[] \-\-count=5 \-\-acrostic=\[aq]chaos\[aq] 120 | \-\-delimiter=\[aq]|\[aq] \-\-min=5 \-\-max=6 121 | \-\-valid_chars=\[aq][a\-z]\[aq] 122 | .RS 2 123 | .PP 124 | Generates 5 passphrases, all from lower\-case words and meeting the 125 | acrostic "chaos", delimited by the "|" character. 126 | Example output: 127 | .IP 128 | .nf 129 | \f[C] 130 | collar|highly|asset|ovoid|sultan 131 | caper|hangup|addle|oboist|scroll 132 | couple|honcho|abbot|obtain|simple 133 | cutler|hotly|aortae|outset|stool 134 | cradle|helot|axial|ordure|shale 135 | \f[] 136 | .fi 137 | .RE 138 | .SH HISTORY 139 | .PP 140 | The \f[B]xkcdpass\f[] command invokes the Python program 141 | \f[C]xkcd_password.py\f[]. 142 | .PP 143 | The inspiration for the program\[aq]s purpose is the XKCD 936 "Password 144 | Strength" cartoon. 145 | .PP 146 | -------------------------------------------------------------------------------- /xkcdpass/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redacted/XKCD-password-generator/0d97202529b6053140dfabdb51de2348c9e6058c/xkcdpass/__init__.py -------------------------------------------------------------------------------- /xkcdpass/__main__.py: -------------------------------------------------------------------------------- 1 | from sys import argv 2 | from .xkcd_password import main 3 | 4 | exit(main(argv)) 5 | -------------------------------------------------------------------------------- /xkcdpass/static/eff-short: -------------------------------------------------------------------------------- 1 | acid 2 | acorn 3 | acre 4 | acts 5 | afar 6 | affix 7 | aged 8 | agent 9 | agile 10 | aging 11 | agony 12 | ahead 13 | aide 14 | aids 15 | aim 16 | ajar 17 | alarm 18 | alias 19 | alibi 20 | alien 21 | alike 22 | alive 23 | aloe 24 | aloft 25 | aloha 26 | alone 27 | amend 28 | amino 29 | ample 30 | amuse 31 | angel 32 | anger 33 | angle 34 | ankle 35 | apple 36 | april 37 | apron 38 | aqua 39 | area 40 | arena 41 | argue 42 | arise 43 | armed 44 | armor 45 | army 46 | aroma 47 | array 48 | arson 49 | art 50 | ashen 51 | ashes 52 | atlas 53 | atom 54 | attic 55 | audio 56 | avert 57 | avoid 58 | awake 59 | award 60 | awoke 61 | axis 62 | bacon 63 | badge 64 | bagel 65 | baggy 66 | baked 67 | baker 68 | balmy 69 | banjo 70 | barge 71 | barn 72 | bash 73 | basil 74 | bask 75 | batch 76 | bath 77 | baton 78 | bats 79 | blade 80 | blank 81 | blast 82 | blaze 83 | bleak 84 | blend 85 | bless 86 | blimp 87 | blink 88 | bloat 89 | blob 90 | blog 91 | blot 92 | blunt 93 | blurt 94 | blush 95 | boast 96 | boat 97 | body 98 | boil 99 | bok 100 | bolt 101 | boned 102 | boney 103 | bonus 104 | bony 105 | book 106 | booth 107 | boots 108 | boss 109 | botch 110 | both 111 | boxer 112 | breed 113 | bribe 114 | brick 115 | bride 116 | brim 117 | bring 118 | brink 119 | brisk 120 | broad 121 | broil 122 | broke 123 | brook 124 | broom 125 | brush 126 | buck 127 | bud 128 | buggy 129 | bulge 130 | bulk 131 | bully 132 | bunch 133 | bunny 134 | bunt 135 | bush 136 | bust 137 | busy 138 | buzz 139 | cable 140 | cache 141 | cadet 142 | cage 143 | cake 144 | calm 145 | cameo 146 | canal 147 | candy 148 | cane 149 | canon 150 | cape 151 | card 152 | cargo 153 | carol 154 | carry 155 | carve 156 | case 157 | cash 158 | cause 159 | cedar 160 | chain 161 | chair 162 | chant 163 | chaos 164 | charm 165 | chase 166 | cheek 167 | cheer 168 | chef 169 | chess 170 | chest 171 | chew 172 | chief 173 | chili 174 | chill 175 | chip 176 | chomp 177 | chop 178 | chow 179 | chuck 180 | chump 181 | chunk 182 | churn 183 | chute 184 | cider 185 | cinch 186 | city 187 | civic 188 | civil 189 | clad 190 | claim 191 | clamp 192 | clap 193 | clash 194 | clasp 195 | class 196 | claw 197 | clay 198 | clean 199 | clear 200 | cleat 201 | cleft 202 | clerk 203 | click 204 | cling 205 | clink 206 | clip 207 | cloak 208 | clock 209 | clone 210 | cloth 211 | cloud 212 | clump 213 | coach 214 | coast 215 | coat 216 | cod 217 | coil 218 | coke 219 | cola 220 | cold 221 | colt 222 | coma 223 | come 224 | comic 225 | comma 226 | cone 227 | cope 228 | copy 229 | coral 230 | cork 231 | cost 232 | cot 233 | couch 234 | cough 235 | cover 236 | cozy 237 | craft 238 | cramp 239 | crane 240 | crank 241 | crate 242 | crave 243 | crawl 244 | crazy 245 | creme 246 | crepe 247 | crept 248 | crib 249 | cried 250 | crisp 251 | crook 252 | crop 253 | cross 254 | crowd 255 | crown 256 | crumb 257 | crush 258 | crust 259 | cub 260 | cult 261 | cupid 262 | cure 263 | curl 264 | curry 265 | curse 266 | curve 267 | curvy 268 | cushy 269 | cut 270 | cycle 271 | dab 272 | dad 273 | daily 274 | dairy 275 | daisy 276 | dance 277 | dandy 278 | darn 279 | dart 280 | dash 281 | data 282 | date 283 | dawn 284 | deaf 285 | deal 286 | dean 287 | debit 288 | debt 289 | debug 290 | decaf 291 | decal 292 | decay 293 | deck 294 | decor 295 | decoy 296 | deed 297 | delay 298 | denim 299 | dense 300 | dent 301 | depth 302 | derby 303 | desk 304 | dial 305 | diary 306 | dice 307 | dig 308 | dill 309 | dime 310 | dimly 311 | diner 312 | dingy 313 | disco 314 | dish 315 | disk 316 | ditch 317 | ditzy 318 | dizzy 319 | dock 320 | dodge 321 | doing 322 | doll 323 | dome 324 | donor 325 | donut 326 | dose 327 | dot 328 | dove 329 | down 330 | dowry 331 | doze 332 | drab 333 | drama 334 | drank 335 | draw 336 | dress 337 | dried 338 | drift 339 | drill 340 | drive 341 | drone 342 | droop 343 | drove 344 | drown 345 | drum 346 | dry 347 | duck 348 | duct 349 | dude 350 | dug 351 | duke 352 | duo 353 | dusk 354 | dust 355 | duty 356 | dwarf 357 | dwell 358 | eagle 359 | early 360 | earth 361 | easel 362 | east 363 | eaten 364 | eats 365 | ebay 366 | ebony 367 | ebook 368 | echo 369 | edge 370 | eel 371 | eject 372 | elbow 373 | elder 374 | elf 375 | elk 376 | elm 377 | elope 378 | elude 379 | elves 380 | email 381 | emit 382 | empty 383 | emu 384 | enter 385 | entry 386 | envoy 387 | equal 388 | erase 389 | error 390 | erupt 391 | essay 392 | etch 393 | evade 394 | even 395 | evict 396 | evil 397 | evoke 398 | exact 399 | exit 400 | fable 401 | faced 402 | fact 403 | fade 404 | fall 405 | false 406 | fancy 407 | fang 408 | fax 409 | feast 410 | feed 411 | femur 412 | fence 413 | fend 414 | ferry 415 | fetal 416 | fetch 417 | fever 418 | fiber 419 | fifth 420 | fifty 421 | film 422 | filth 423 | final 424 | finch 425 | fit 426 | five 427 | flag 428 | flaky 429 | flame 430 | flap 431 | flask 432 | fled 433 | flick 434 | fling 435 | flint 436 | flip 437 | flirt 438 | float 439 | flock 440 | flop 441 | floss 442 | flyer 443 | foam 444 | foe 445 | fog 446 | foil 447 | folic 448 | folk 449 | food 450 | fool 451 | found 452 | fox 453 | foyer 454 | frail 455 | frame 456 | fray 457 | fresh 458 | fried 459 | frill 460 | frisk 461 | from 462 | front 463 | frost 464 | froth 465 | frown 466 | froze 467 | fruit 468 | gag 469 | gains 470 | gala 471 | game 472 | gap 473 | gas 474 | gave 475 | gear 476 | gecko 477 | geek 478 | gem 479 | genre 480 | gift 481 | gig 482 | gills 483 | given 484 | giver 485 | glad 486 | glass 487 | glide 488 | gloss 489 | glove 490 | glow 491 | glue 492 | goal 493 | going 494 | golf 495 | gong 496 | good 497 | gooey 498 | goofy 499 | gore 500 | gown 501 | grab 502 | grain 503 | grant 504 | grape 505 | graph 506 | grasp 507 | grass 508 | grave 509 | gravy 510 | gray 511 | green 512 | greet 513 | grew 514 | grid 515 | grief 516 | grill 517 | grip 518 | grit 519 | groom 520 | grope 521 | growl 522 | grub 523 | grunt 524 | guide 525 | gulf 526 | gulp 527 | gummy 528 | guru 529 | gush 530 | gut 531 | guy 532 | habit 533 | half 534 | halo 535 | halt 536 | happy 537 | harm 538 | hash 539 | hasty 540 | hatch 541 | hate 542 | haven 543 | hazel 544 | hazy 545 | heap 546 | heat 547 | heave 548 | hedge 549 | hefty 550 | help 551 | herbs 552 | hers 553 | hub 554 | hug 555 | hula 556 | hull 557 | human 558 | humid 559 | hump 560 | hung 561 | hunk 562 | hunt 563 | hurry 564 | hurt 565 | hush 566 | hut 567 | ice 568 | icing 569 | icon 570 | icy 571 | igloo 572 | image 573 | ion 574 | iron 575 | islam 576 | issue 577 | item 578 | ivory 579 | ivy 580 | jab 581 | jam 582 | jaws 583 | jazz 584 | jeep 585 | jelly 586 | jet 587 | jiffy 588 | job 589 | jog 590 | jolly 591 | jolt 592 | jot 593 | joy 594 | judge 595 | juice 596 | juicy 597 | july 598 | jumbo 599 | jump 600 | junky 601 | juror 602 | jury 603 | keep 604 | keg 605 | kept 606 | kick 607 | kilt 608 | king 609 | kite 610 | kitty 611 | kiwi 612 | knee 613 | knelt 614 | koala 615 | kung 616 | ladle 617 | lady 618 | lair 619 | lake 620 | lance 621 | land 622 | lapel 623 | large 624 | lash 625 | lasso 626 | last 627 | latch 628 | late 629 | lazy 630 | left 631 | legal 632 | lemon 633 | lend 634 | lens 635 | lent 636 | level 637 | lever 638 | lid 639 | life 640 | lift 641 | lilac 642 | lily 643 | limb 644 | limes 645 | line 646 | lint 647 | lion 648 | lip 649 | list 650 | lived 651 | liver 652 | lunar 653 | lunch 654 | lung 655 | lurch 656 | lure 657 | lurk 658 | lying 659 | lyric 660 | mace 661 | maker 662 | malt 663 | mama 664 | mango 665 | manor 666 | many 667 | map 668 | march 669 | mardi 670 | marry 671 | mash 672 | match 673 | mate 674 | math 675 | moan 676 | mocha 677 | moist 678 | mold 679 | mom 680 | moody 681 | mop 682 | morse 683 | most 684 | motor 685 | motto 686 | mount 687 | mouse 688 | mousy 689 | mouth 690 | move 691 | movie 692 | mower 693 | mud 694 | mug 695 | mulch 696 | mule 697 | mull 698 | mumbo 699 | mummy 700 | mural 701 | muse 702 | music 703 | musky 704 | mute 705 | nacho 706 | nag 707 | nail 708 | name 709 | nanny 710 | nap 711 | navy 712 | near 713 | neat 714 | neon 715 | nerd 716 | nest 717 | net 718 | next 719 | niece 720 | ninth 721 | nutty 722 | oak 723 | oasis 724 | oat 725 | ocean 726 | oil 727 | old 728 | olive 729 | omen 730 | onion 731 | only 732 | ooze 733 | opal 734 | open 735 | opera 736 | opt 737 | otter 738 | ouch 739 | ounce 740 | outer 741 | oval 742 | oven 743 | owl 744 | ozone 745 | pace 746 | pagan 747 | pager 748 | palm 749 | panda 750 | panic 751 | pants 752 | panty 753 | paper 754 | park 755 | party 756 | pasta 757 | patch 758 | path 759 | patio 760 | payer 761 | pecan 762 | penny 763 | pep 764 | perch 765 | perky 766 | perm 767 | pest 768 | petal 769 | petri 770 | petty 771 | photo 772 | plank 773 | plant 774 | plaza 775 | plead 776 | plot 777 | plow 778 | pluck 779 | plug 780 | plus 781 | poach 782 | pod 783 | poem 784 | poet 785 | pogo 786 | point 787 | poise 788 | poker 789 | polar 790 | polio 791 | polka 792 | polo 793 | pond 794 | pony 795 | poppy 796 | pork 797 | poser 798 | pouch 799 | pound 800 | pout 801 | power 802 | prank 803 | press 804 | print 805 | prior 806 | prism 807 | prize 808 | probe 809 | prong 810 | proof 811 | props 812 | prude 813 | prune 814 | pry 815 | pug 816 | pull 817 | pulp 818 | pulse 819 | puma 820 | punch 821 | punk 822 | pupil 823 | puppy 824 | purr 825 | purse 826 | push 827 | putt 828 | quack 829 | quake 830 | query 831 | quiet 832 | quill 833 | quilt 834 | quit 835 | quota 836 | quote 837 | rabid 838 | race 839 | rack 840 | radar 841 | radio 842 | raft 843 | rage 844 | raid 845 | rail 846 | rake 847 | rally 848 | ramp 849 | ranch 850 | range 851 | rank 852 | rant 853 | rash 854 | raven 855 | reach 856 | react 857 | ream 858 | rebel 859 | recap 860 | relax 861 | relay 862 | relic 863 | remix 864 | repay 865 | repel 866 | reply 867 | rerun 868 | reset 869 | rhyme 870 | rice 871 | rich 872 | ride 873 | rigid 874 | rigor 875 | rinse 876 | riot 877 | ripen 878 | rise 879 | risk 880 | ritzy 881 | rival 882 | river 883 | roast 884 | robe 885 | robin 886 | rock 887 | rogue 888 | roman 889 | romp 890 | rope 891 | rover 892 | royal 893 | ruby 894 | rug 895 | ruin 896 | rule 897 | runny 898 | rush 899 | rust 900 | rut 901 | sadly 902 | sage 903 | said 904 | saint 905 | salad 906 | salon 907 | salsa 908 | salt 909 | same 910 | sandy 911 | santa 912 | satin 913 | sauna 914 | saved 915 | savor 916 | sax 917 | say 918 | scale 919 | scam 920 | scan 921 | scare 922 | scarf 923 | scary 924 | scoff 925 | scold 926 | scoop 927 | scoot 928 | scope 929 | score 930 | scorn 931 | scout 932 | scowl 933 | scrap 934 | scrub 935 | scuba 936 | scuff 937 | sect 938 | sedan 939 | self 940 | send 941 | sepia 942 | serve 943 | set 944 | seven 945 | shack 946 | shade 947 | shady 948 | shaft 949 | shaky 950 | sham 951 | shape 952 | share 953 | sharp 954 | shed 955 | sheep 956 | sheet 957 | shelf 958 | shell 959 | shine 960 | shiny 961 | ship 962 | shirt 963 | shock 964 | shop 965 | shore 966 | shout 967 | shove 968 | shown 969 | showy 970 | shred 971 | shrug 972 | shun 973 | shush 974 | shut 975 | shy 976 | sift 977 | silk 978 | silly 979 | silo 980 | sip 981 | siren 982 | sixth 983 | size 984 | skate 985 | skew 986 | skid 987 | skier 988 | skies 989 | skip 990 | skirt 991 | skit 992 | sky 993 | slab 994 | slack 995 | slain 996 | slam 997 | slang 998 | slash 999 | slate 1000 | slaw 1001 | sled 1002 | sleek 1003 | sleep 1004 | sleet 1005 | slept 1006 | slice 1007 | slick 1008 | slimy 1009 | sling 1010 | slip 1011 | slit 1012 | slob 1013 | slot 1014 | slug 1015 | slum 1016 | slurp 1017 | slush 1018 | small 1019 | smash 1020 | smell 1021 | smile 1022 | smirk 1023 | smog 1024 | snack 1025 | snap 1026 | snare 1027 | snarl 1028 | sneak 1029 | sneer 1030 | sniff 1031 | snore 1032 | snort 1033 | snout 1034 | snowy 1035 | snub 1036 | snuff 1037 | speak 1038 | speed 1039 | spend 1040 | spent 1041 | spew 1042 | spied 1043 | spill 1044 | spiny 1045 | spoil 1046 | spoke 1047 | spoof 1048 | spool 1049 | spoon 1050 | sport 1051 | spot 1052 | spout 1053 | spray 1054 | spree 1055 | spur 1056 | squad 1057 | squat 1058 | squid 1059 | stack 1060 | staff 1061 | stage 1062 | stain 1063 | stall 1064 | stamp 1065 | stand 1066 | stank 1067 | stark 1068 | start 1069 | stash 1070 | state 1071 | stays 1072 | steam 1073 | steep 1074 | stem 1075 | step 1076 | stew 1077 | stick 1078 | sting 1079 | stir 1080 | stock 1081 | stole 1082 | stomp 1083 | stony 1084 | stood 1085 | stool 1086 | stoop 1087 | stop 1088 | storm 1089 | stout 1090 | stove 1091 | straw 1092 | stray 1093 | strut 1094 | stuck 1095 | stud 1096 | stuff 1097 | stump 1098 | stung 1099 | stunt 1100 | suds 1101 | sugar 1102 | sulk 1103 | surf 1104 | sushi 1105 | swab 1106 | swan 1107 | swarm 1108 | sway 1109 | swear 1110 | sweat 1111 | sweep 1112 | swell 1113 | swept 1114 | swim 1115 | swing 1116 | swipe 1117 | swirl 1118 | swoop 1119 | swore 1120 | syrup 1121 | tacky 1122 | taco 1123 | tag 1124 | take 1125 | tall 1126 | talon 1127 | tamer 1128 | tank 1129 | taper 1130 | taps 1131 | tarot 1132 | tart 1133 | task 1134 | taste 1135 | tasty 1136 | taunt 1137 | thank 1138 | thaw 1139 | theft 1140 | theme 1141 | thigh 1142 | thing 1143 | think 1144 | thong 1145 | thorn 1146 | those 1147 | throb 1148 | thud 1149 | thumb 1150 | thump 1151 | thus 1152 | tiara 1153 | tidal 1154 | tidy 1155 | tiger 1156 | tile 1157 | tilt 1158 | tint 1159 | tiny 1160 | trace 1161 | track 1162 | trade 1163 | train 1164 | trait 1165 | trap 1166 | trash 1167 | tray 1168 | treat 1169 | tree 1170 | trek 1171 | trend 1172 | trial 1173 | tribe 1174 | trick 1175 | trio 1176 | trout 1177 | truce 1178 | truck 1179 | trump 1180 | trunk 1181 | try 1182 | tug 1183 | tulip 1184 | tummy 1185 | turf 1186 | tusk 1187 | tutor 1188 | tutu 1189 | tux 1190 | tweak 1191 | tweet 1192 | twice 1193 | twine 1194 | twins 1195 | twirl 1196 | twist 1197 | uncle 1198 | uncut 1199 | undo 1200 | unify 1201 | union 1202 | unit 1203 | untie 1204 | upon 1205 | upper 1206 | urban 1207 | used 1208 | user 1209 | usher 1210 | utter 1211 | value 1212 | vapor 1213 | vegan 1214 | venue 1215 | verse 1216 | vest 1217 | veto 1218 | vice 1219 | video 1220 | view 1221 | viral 1222 | virus 1223 | visa 1224 | visor 1225 | vixen 1226 | vocal 1227 | voice 1228 | void 1229 | volt 1230 | voter 1231 | vowel 1232 | wad 1233 | wafer 1234 | wager 1235 | wages 1236 | wagon 1237 | wake 1238 | walk 1239 | wand 1240 | wasp 1241 | watch 1242 | water 1243 | wavy 1244 | wheat 1245 | whiff 1246 | whole 1247 | whoop 1248 | wick 1249 | widen 1250 | widow 1251 | width 1252 | wife 1253 | wifi 1254 | wilt 1255 | wimp 1256 | wind 1257 | wing 1258 | wink 1259 | wipe 1260 | wired 1261 | wiry 1262 | wise 1263 | wish 1264 | wispy 1265 | wok 1266 | wolf 1267 | womb 1268 | wool 1269 | woozy 1270 | word 1271 | work 1272 | worry 1273 | wound 1274 | woven 1275 | wrath 1276 | wreck 1277 | wrist 1278 | xerox 1279 | yahoo 1280 | yam 1281 | yard 1282 | year 1283 | yeast 1284 | yelp 1285 | yield 1286 | yo-yo 1287 | yodel 1288 | yoga 1289 | yoyo 1290 | yummy 1291 | zebra 1292 | zero 1293 | zesty 1294 | zippy 1295 | zone 1296 | zoom 1297 | -------------------------------------------------------------------------------- /xkcdpass/static/eff-special: -------------------------------------------------------------------------------- 1 | aardvark 2 | abandoned 3 | abbreviate 4 | abdomen 5 | abhorrence 6 | abiding 7 | abnormal 8 | abrasion 9 | absorbing 10 | abundant 11 | abyss 12 | academy 13 | accountant 14 | acetone 15 | achiness 16 | acid 17 | acoustics 18 | acquire 19 | acrobat 20 | actress 21 | acuteness 22 | aerosol 23 | aesthetic 24 | affidavit 25 | afloat 26 | afraid 27 | aftershave 28 | again 29 | agency 30 | aggressor 31 | aghast 32 | agitate 33 | agnostic 34 | agonizing 35 | agreeing 36 | aidless 37 | aimlessly 38 | ajar 39 | alarmclock 40 | albatross 41 | alchemy 42 | alfalfa 43 | algae 44 | aliens 45 | alkaline 46 | almanac 47 | alongside 48 | alphabet 49 | already 50 | also 51 | altitude 52 | aluminum 53 | always 54 | amazingly 55 | ambulance 56 | amendment 57 | amiable 58 | ammunition 59 | amnesty 60 | amoeba 61 | amplifier 62 | amuser 63 | anagram 64 | anchor 65 | android 66 | anesthesia 67 | angelfish 68 | animal 69 | anklet 70 | announcer 71 | anonymous 72 | answer 73 | antelope 74 | anxiety 75 | anyplace 76 | aorta 77 | apartment 78 | apnea 79 | apostrophe 80 | apple 81 | apricot 82 | aquamarine 83 | arachnid 84 | arbitrate 85 | ardently 86 | arena 87 | argument 88 | aristocrat 89 | armchair 90 | aromatic 91 | arrowhead 92 | arsonist 93 | artichoke 94 | asbestos 95 | ascend 96 | aseptic 97 | ashamed 98 | asinine 99 | asleep 100 | asocial 101 | asparagus 102 | astronaut 103 | asymmetric 104 | atlas 105 | atmosphere 106 | atom 107 | atrocious 108 | attic 109 | atypical 110 | auctioneer 111 | auditorium 112 | augmented 113 | auspicious 114 | automobile 115 | auxiliary 116 | avalanche 117 | avenue 118 | aviator 119 | avocado 120 | awareness 121 | awhile 122 | awkward 123 | awning 124 | awoke 125 | axially 126 | azalea 127 | babbling 128 | backpack 129 | badass 130 | bagpipe 131 | bakery 132 | balancing 133 | bamboo 134 | banana 135 | barracuda 136 | basket 137 | bathrobe 138 | bazooka 139 | blade 140 | blender 141 | blimp 142 | blouse 143 | blurred 144 | boatyard 145 | bobcat 146 | body 147 | bogusness 148 | bohemian 149 | boiler 150 | bonnet 151 | boots 152 | borough 153 | bossiness 154 | bottle 155 | bouquet 156 | boxlike 157 | breath 158 | briefcase 159 | broom 160 | brushes 161 | bubblegum 162 | buckle 163 | buddhist 164 | buffalo 165 | bullfrog 166 | bunny 167 | busboy 168 | buzzard 169 | cabin 170 | cactus 171 | cadillac 172 | cafeteria 173 | cage 174 | cahoots 175 | cajoling 176 | cakewalk 177 | calculator 178 | camera 179 | canister 180 | capsule 181 | carrot 182 | cashew 183 | cathedral 184 | caucasian 185 | caviar 186 | ceasefire 187 | cedar 188 | celery 189 | cement 190 | census 191 | ceramics 192 | cesspool 193 | chalkboard 194 | cheesecake 195 | chimney 196 | chlorine 197 | chopsticks 198 | chrome 199 | chute 200 | cilantro 201 | cinnamon 202 | circle 203 | cityscape 204 | civilian 205 | clay 206 | clergyman 207 | clipboard 208 | clock 209 | clubhouse 210 | coathanger 211 | cobweb 212 | coconut 213 | codeword 214 | coexistent 215 | coffeecake 216 | cognitive 217 | cohabitate 218 | collarbone 219 | computer 220 | confetti 221 | copier 222 | cornea 223 | cosmetics 224 | cotton 225 | couch 226 | coverless 227 | coyote 228 | coziness 229 | crawfish 230 | crewmember 231 | crib 232 | croissant 233 | crumble 234 | crystal 235 | cubical 236 | cucumber 237 | cuddly 238 | cufflink 239 | cuisine 240 | culprit 241 | cup 242 | curry 243 | cushion 244 | cuticle 245 | cybernetic 246 | cyclist 247 | cylinder 248 | cymbal 249 | cynicism 250 | cypress 251 | cytoplasm 252 | dachshund 253 | daffodil 254 | dagger 255 | dairy 256 | dalmatian 257 | dandelion 258 | dartboard 259 | dastardly 260 | datebook 261 | daughter 262 | dawn 263 | daytime 264 | dazzler 265 | dealer 266 | debris 267 | decal 268 | dedicate 269 | deepness 270 | defrost 271 | degree 272 | dehydrator 273 | deliverer 274 | democrat 275 | dentist 276 | deodorant 277 | depot 278 | deranged 279 | desktop 280 | detergent 281 | device 282 | dexterity 283 | diamond 284 | dibs 285 | dictionary 286 | diffuser 287 | digit 288 | dilated 289 | dimple 290 | dinnerware 291 | dioxide 292 | diploma 293 | directory 294 | dishcloth 295 | ditto 296 | dividers 297 | dizziness 298 | doctor 299 | dodge 300 | doll 301 | dominoes 302 | donut 303 | doorstep 304 | dorsal 305 | double 306 | downstairs 307 | dozed 308 | drainpipe 309 | dresser 310 | driftwood 311 | droppings 312 | drum 313 | dryer 314 | dubiously 315 | duckling 316 | duffel 317 | dugout 318 | dumpster 319 | duplex 320 | durable 321 | dustpan 322 | dutiful 323 | duvet 324 | dwarfism 325 | dwelling 326 | dwindling 327 | dynamite 328 | dyslexia 329 | eagerness 330 | earlobe 331 | easel 332 | eavesdrop 333 | ebook 334 | eccentric 335 | echoless 336 | eclipse 337 | ecosystem 338 | ecstasy 339 | edged 340 | editor 341 | educator 342 | eelworm 343 | eerie 344 | effects 345 | eggnog 346 | egomaniac 347 | ejection 348 | elastic 349 | elbow 350 | elderly 351 | elephant 352 | elfishly 353 | eliminator 354 | elk 355 | elliptical 356 | elongated 357 | elsewhere 358 | elusive 359 | elves 360 | emancipate 361 | embroidery 362 | emcee 363 | emerald 364 | emission 365 | emoticon 366 | emperor 367 | emulate 368 | enactment 369 | enchilada 370 | endorphin 371 | energy 372 | enforcer 373 | engine 374 | enhance 375 | enigmatic 376 | enjoyably 377 | enlarged 378 | enormous 379 | enquirer 380 | enrollment 381 | ensemble 382 | entryway 383 | enunciate 384 | envoy 385 | enzyme 386 | epidemic 387 | equipment 388 | erasable 389 | ergonomic 390 | erratic 391 | eruption 392 | escalator 393 | eskimo 394 | esophagus 395 | espresso 396 | essay 397 | estrogen 398 | etching 399 | eternal 400 | ethics 401 | etiquette 402 | eucalyptus 403 | eulogy 404 | euphemism 405 | euthanize 406 | evacuation 407 | evergreen 408 | evidence 409 | evolution 410 | exam 411 | excerpt 412 | exerciser 413 | exfoliate 414 | exhale 415 | exist 416 | exorcist 417 | explode 418 | exquisite 419 | exterior 420 | exuberant 421 | fabric 422 | factory 423 | faded 424 | failsafe 425 | falcon 426 | family 427 | fanfare 428 | fasten 429 | faucet 430 | favorite 431 | feasibly 432 | february 433 | federal 434 | feedback 435 | feigned 436 | feline 437 | femur 438 | fence 439 | ferret 440 | festival 441 | fettuccine 442 | feudalist 443 | feverish 444 | fiberglass 445 | fictitious 446 | fiddle 447 | figurine 448 | fillet 449 | finalist 450 | fiscally 451 | fixture 452 | flashlight 453 | fleshiness 454 | flight 455 | florist 456 | flypaper 457 | foamless 458 | focus 459 | foggy 460 | folksong 461 | fondue 462 | footpath 463 | fossil 464 | fountain 465 | fox 466 | fragment 467 | freeway 468 | fridge 469 | frosting 470 | fruit 471 | fryingpan 472 | gadget 473 | gainfully 474 | gallstone 475 | gamekeeper 476 | gangway 477 | garlic 478 | gaslight 479 | gathering 480 | gauntlet 481 | gearbox 482 | gecko 483 | gem 484 | generator 485 | geographer 486 | gerbil 487 | gesture 488 | getaway 489 | geyser 490 | ghoulishly 491 | gibberish 492 | giddiness 493 | giftshop 494 | gigabyte 495 | gimmick 496 | giraffe 497 | giveaway 498 | gizmo 499 | glasses 500 | gleeful 501 | glisten 502 | glove 503 | glucose 504 | glycerin 505 | gnarly 506 | gnomish 507 | goatskin 508 | goggles 509 | goldfish 510 | gong 511 | gooey 512 | gorgeous 513 | gosling 514 | gothic 515 | gourmet 516 | governor 517 | grape 518 | greyhound 519 | grill 520 | groundhog 521 | grumbling 522 | guacamole 523 | guerrilla 524 | guitar 525 | gullible 526 | gumdrop 527 | gurgling 528 | gusto 529 | gutless 530 | gymnast 531 | gynecology 532 | gyration 533 | habitat 534 | hacking 535 | haggard 536 | haiku 537 | halogen 538 | hamburger 539 | handgun 540 | happiness 541 | hardhat 542 | hastily 543 | hatchling 544 | haughty 545 | hazelnut 546 | headband 547 | hedgehog 548 | hefty 549 | heinously 550 | helmet 551 | hemoglobin 552 | henceforth 553 | herbs 554 | hesitation 555 | hexagon 556 | hubcap 557 | huddling 558 | huff 559 | hugeness 560 | hullabaloo 561 | human 562 | hunter 563 | hurricane 564 | hushing 565 | hyacinth 566 | hybrid 567 | hydrant 568 | hygienist 569 | hypnotist 570 | ibuprofen 571 | icepack 572 | icing 573 | iconic 574 | identical 575 | idiocy 576 | idly 577 | igloo 578 | ignition 579 | iguana 580 | illuminate 581 | imaging 582 | imbecile 583 | imitator 584 | immigrant 585 | imprint 586 | iodine 587 | ionosphere 588 | ipad 589 | iphone 590 | iridescent 591 | irksome 592 | iron 593 | irrigation 594 | island 595 | isotope 596 | issueless 597 | italicize 598 | itemizer 599 | itinerary 600 | itunes 601 | ivory 602 | jabbering 603 | jackrabbit 604 | jaguar 605 | jailhouse 606 | jalapeno 607 | jamboree 608 | janitor 609 | jarring 610 | jasmine 611 | jaundice 612 | jawbreaker 613 | jaywalker 614 | jazz 615 | jealous 616 | jeep 617 | jelly 618 | jeopardize 619 | jersey 620 | jetski 621 | jezebel 622 | jiffy 623 | jigsaw 624 | jingling 625 | jobholder 626 | jockstrap 627 | jogging 628 | john 629 | joinable 630 | jokingly 631 | journal 632 | jovial 633 | joystick 634 | jubilant 635 | judiciary 636 | juggle 637 | juice 638 | jujitsu 639 | jukebox 640 | jumpiness 641 | junkyard 642 | juror 643 | justifying 644 | juvenile 645 | kabob 646 | kamikaze 647 | kangaroo 648 | karate 649 | kayak 650 | keepsake 651 | kennel 652 | kerosene 653 | ketchup 654 | khaki 655 | kickstand 656 | kilogram 657 | kimono 658 | kingdom 659 | kiosk 660 | kissing 661 | kite 662 | kleenex 663 | knapsack 664 | kneecap 665 | knickers 666 | koala 667 | krypton 668 | laboratory 669 | ladder 670 | lakefront 671 | lantern 672 | laptop 673 | laryngitis 674 | lasagna 675 | latch 676 | laundry 677 | lavender 678 | laxative 679 | lazybones 680 | lecturer 681 | leftover 682 | leggings 683 | leisure 684 | lemon 685 | length 686 | leopard 687 | leprechaun 688 | lettuce 689 | leukemia 690 | levers 691 | lewdness 692 | liability 693 | library 694 | licorice 695 | lifeboat 696 | lightbulb 697 | likewise 698 | lilac 699 | limousine 700 | lint 701 | lioness 702 | lipstick 703 | liquid 704 | listless 705 | litter 706 | liverwurst 707 | lizard 708 | llama 709 | luau 710 | lubricant 711 | lucidity 712 | ludicrous 713 | luggage 714 | lukewarm 715 | lullaby 716 | lumberjack 717 | lunchbox 718 | luridness 719 | luscious 720 | luxurious 721 | lyrics 722 | macaroni 723 | maestro 724 | magazine 725 | mahogany 726 | maimed 727 | majority 728 | makeover 729 | malformed 730 | mammal 731 | mango 732 | mapmaker 733 | marbles 734 | massager 735 | matchstick 736 | maverick 737 | maximum 738 | mayonnaise 739 | moaning 740 | mobilize 741 | moccasin 742 | modify 743 | moisture 744 | molecule 745 | momentum 746 | monastery 747 | moonshine 748 | mortuary 749 | mosquito 750 | motorcycle 751 | mousetrap 752 | movie 753 | mower 754 | mozzarella 755 | muckiness 756 | mudflow 757 | mugshot 758 | mule 759 | mummy 760 | mundane 761 | muppet 762 | mural 763 | mustard 764 | mutation 765 | myriad 766 | myspace 767 | myth 768 | nail 769 | namesake 770 | nanosecond 771 | napkin 772 | narrator 773 | nastiness 774 | natives 775 | nautically 776 | navigate 777 | nearest 778 | nebula 779 | nectar 780 | nefarious 781 | negotiator 782 | neither 783 | nemesis 784 | neoliberal 785 | nephew 786 | nervously 787 | nest 788 | netting 789 | neuron 790 | nevermore 791 | nextdoor 792 | nicotine 793 | niece 794 | nimbleness 795 | nintendo 796 | nirvana 797 | nuclear 798 | nugget 799 | nuisance 800 | nullify 801 | numbing 802 | nuptials 803 | nursery 804 | nutcracker 805 | nylon 806 | oasis 807 | oat 808 | obediently 809 | obituary 810 | object 811 | obliterate 812 | obnoxious 813 | observer 814 | obtain 815 | obvious 816 | occupation 817 | oceanic 818 | octopus 819 | ocular 820 | office 821 | oftentimes 822 | oiliness 823 | ointment 824 | older 825 | olympics 826 | omissible 827 | omnivorous 828 | oncoming 829 | onion 830 | onlooker 831 | onstage 832 | onward 833 | onyx 834 | oomph 835 | opaquely 836 | opera 837 | opium 838 | opossum 839 | opponent 840 | optical 841 | opulently 842 | oscillator 843 | osmosis 844 | ostrich 845 | otherwise 846 | ought 847 | outhouse 848 | ovation 849 | oven 850 | owlish 851 | oxford 852 | oxidize 853 | oxygen 854 | oyster 855 | ozone 856 | pacemaker 857 | padlock 858 | pageant 859 | pajamas 860 | palm 861 | pamphlet 862 | pantyhose 863 | paprika 864 | parakeet 865 | passport 866 | patio 867 | pauper 868 | pavement 869 | payphone 870 | pebble 871 | peculiarly 872 | pedometer 873 | pegboard 874 | pelican 875 | penguin 876 | peony 877 | pepperoni 878 | peroxide 879 | pesticide 880 | petroleum 881 | pewter 882 | pharmacy 883 | pheasant 884 | phonebook 885 | phrasing 886 | physician 887 | plank 888 | pledge 889 | plotted 890 | plug 891 | plywood 892 | pneumonia 893 | podiatrist 894 | poetic 895 | pogo 896 | poison 897 | poking 898 | policeman 899 | poncho 900 | popcorn 901 | porcupine 902 | postcard 903 | poultry 904 | powerboat 905 | prairie 906 | pretzel 907 | princess 908 | propeller 909 | prune 910 | pry 911 | pseudo 912 | psychopath 913 | publisher 914 | pucker 915 | pueblo 916 | pulley 917 | pumpkin 918 | punchbowl 919 | puppy 920 | purse 921 | pushup 922 | putt 923 | puzzle 924 | pyramid 925 | python 926 | quarters 927 | quesadilla 928 | quilt 929 | quote 930 | racoon 931 | radish 932 | ragweed 933 | railroad 934 | rampantly 935 | rancidity 936 | rarity 937 | raspberry 938 | ravishing 939 | rearrange 940 | rebuilt 941 | receipt 942 | reentry 943 | refinery 944 | register 945 | rehydrate 946 | reimburse 947 | rejoicing 948 | rekindle 949 | relic 950 | remote 951 | renovator 952 | reopen 953 | reporter 954 | request 955 | rerun 956 | reservoir 957 | retriever 958 | reunion 959 | revolver 960 | rewrite 961 | rhapsody 962 | rhetoric 963 | rhino 964 | rhubarb 965 | rhyme 966 | ribbon 967 | riches 968 | ridden 969 | rigidness 970 | rimmed 971 | riptide 972 | riskily 973 | ritzy 974 | riverboat 975 | roamer 976 | robe 977 | rocket 978 | romancer 979 | ropelike 980 | rotisserie 981 | roundtable 982 | royal 983 | rubber 984 | rudderless 985 | rugby 986 | ruined 987 | rulebook 988 | rummage 989 | running 990 | rupture 991 | rustproof 992 | sabotage 993 | sacrifice 994 | saddlebag 995 | saffron 996 | sainthood 997 | saltshaker 998 | samurai 999 | sandworm 1000 | sapphire 1001 | sardine 1002 | sassy 1003 | satchel 1004 | sauna 1005 | savage 1006 | saxophone 1007 | scarf 1008 | scenario 1009 | schoolbook 1010 | scientist 1011 | scooter 1012 | scrapbook 1013 | sculpture 1014 | scythe 1015 | secretary 1016 | sedative 1017 | segregator 1018 | seismology 1019 | selected 1020 | semicolon 1021 | senator 1022 | septum 1023 | sequence 1024 | serpent 1025 | sesame 1026 | settler 1027 | severely 1028 | shack 1029 | shelf 1030 | shirt 1031 | shovel 1032 | shrimp 1033 | shuttle 1034 | shyness 1035 | siamese 1036 | sibling 1037 | siesta 1038 | silicon 1039 | simmering 1040 | singles 1041 | sisterhood 1042 | sitcom 1043 | sixfold 1044 | sizable 1045 | skateboard 1046 | skeleton 1047 | skies 1048 | skulk 1049 | skylight 1050 | slapping 1051 | sled 1052 | slingshot 1053 | sloth 1054 | slumbering 1055 | smartphone 1056 | smelliness 1057 | smitten 1058 | smokestack 1059 | smudge 1060 | snapshot 1061 | sneezing 1062 | sniff 1063 | snowsuit 1064 | snugness 1065 | speakers 1066 | sphinx 1067 | spider 1068 | splashing 1069 | sponge 1070 | sprout 1071 | spur 1072 | spyglass 1073 | squirrel 1074 | statue 1075 | steamboat 1076 | stingray 1077 | stopwatch 1078 | strawberry 1079 | student 1080 | stylus 1081 | suave 1082 | subway 1083 | suction 1084 | suds 1085 | suffocate 1086 | sugar 1087 | suitcase 1088 | sulphur 1089 | superstore 1090 | surfer 1091 | sushi 1092 | swan 1093 | sweatshirt 1094 | swimwear 1095 | sword 1096 | sycamore 1097 | syllable 1098 | symphony 1099 | synagogue 1100 | syringes 1101 | systemize 1102 | tablespoon 1103 | taco 1104 | tadpole 1105 | taekwondo 1106 | tagalong 1107 | takeout 1108 | tallness 1109 | tamale 1110 | tanned 1111 | tapestry 1112 | tarantula 1113 | tastebud 1114 | tattoo 1115 | tavern 1116 | thaw 1117 | theater 1118 | thimble 1119 | thorn 1120 | throat 1121 | thumb 1122 | thwarting 1123 | tiara 1124 | tidbit 1125 | tiebreaker 1126 | tiger 1127 | timid 1128 | tinsel 1129 | tiptoeing 1130 | tirade 1131 | tissue 1132 | tractor 1133 | tree 1134 | tripod 1135 | trousers 1136 | trucks 1137 | tryout 1138 | tubeless 1139 | tuesday 1140 | tugboat 1141 | tulip 1142 | tumbleweed 1143 | tupperware 1144 | turtle 1145 | tusk 1146 | tutorial 1147 | tuxedo 1148 | tweezers 1149 | twins 1150 | tyrannical 1151 | ultrasound 1152 | umbrella 1153 | umpire 1154 | unarmored 1155 | unbuttoned 1156 | uncle 1157 | underwear 1158 | unevenness 1159 | unflavored 1160 | ungloved 1161 | unhinge 1162 | unicycle 1163 | unjustly 1164 | unknown 1165 | unlocking 1166 | unmarked 1167 | unnoticed 1168 | unopened 1169 | unpaved 1170 | unquenched 1171 | unroll 1172 | unscrewing 1173 | untied 1174 | unusual 1175 | unveiled 1176 | unwrinkled 1177 | unyielding 1178 | unzip 1179 | upbeat 1180 | upcountry 1181 | update 1182 | upfront 1183 | upgrade 1184 | upholstery 1185 | upkeep 1186 | upload 1187 | uppercut 1188 | upright 1189 | upstairs 1190 | uptown 1191 | upwind 1192 | uranium 1193 | urban 1194 | urchin 1195 | urethane 1196 | urgent 1197 | urologist 1198 | username 1199 | usher 1200 | utensil 1201 | utility 1202 | utmost 1203 | utopia 1204 | utterance 1205 | vacuum 1206 | vagrancy 1207 | valuables 1208 | vanquished 1209 | vaporizer 1210 | varied 1211 | vaseline 1212 | vegetable 1213 | vehicle 1214 | velcro 1215 | vendor 1216 | vertebrae 1217 | vestibule 1218 | veteran 1219 | vexingly 1220 | vicinity 1221 | videogame 1222 | viewfinder 1223 | vigilante 1224 | village 1225 | vinegar 1226 | violin 1227 | viperfish 1228 | virus 1229 | visor 1230 | vitamins 1231 | vivacious 1232 | vixen 1233 | vocalist 1234 | vogue 1235 | voicemail 1236 | volleyball 1237 | voucher 1238 | voyage 1239 | vulnerable 1240 | waffle 1241 | wagon 1242 | wakeup 1243 | walrus 1244 | wanderer 1245 | wasp 1246 | water 1247 | waving 1248 | wheat 1249 | whisper 1250 | wholesaler 1251 | wick 1252 | widow 1253 | wielder 1254 | wifeless 1255 | wikipedia 1256 | wildcat 1257 | windmill 1258 | wipeout 1259 | wired 1260 | wishbone 1261 | wizardry 1262 | wobbliness 1263 | wolverine 1264 | womb 1265 | woolworker 1266 | workbasket 1267 | wound 1268 | wrangle 1269 | wreckage 1270 | wristwatch 1271 | wrongdoing 1272 | xerox 1273 | xylophone 1274 | yacht 1275 | yahoo 1276 | yard 1277 | yearbook 1278 | yesterday 1279 | yiddish 1280 | yield 1281 | yo-yo 1282 | yodel 1283 | yogurt 1284 | yuppie 1285 | zealot 1286 | zebra 1287 | zeppelin 1288 | zestfully 1289 | zigzagged 1290 | zillion 1291 | zipping 1292 | zirconium 1293 | zodiac 1294 | zombie 1295 | zookeeper 1296 | zucchini 1297 | -------------------------------------------------------------------------------- /xkcdpass/static/ger-short: -------------------------------------------------------------------------------- 1 | abbild 2 | abbruch 3 | abdruck 4 | abend 5 | abfall 6 | abflug 7 | abgrund 8 | abitur 9 | abkommen 10 | ablauf 11 | abreise 12 | abriss 13 | abschied 14 | absicht 15 | abstand 16 | abteil 17 | abwarten 18 | achse 19 | acht 20 | acker 21 | adapter 22 | adler 23 | adresse 24 | advent 25 | affe 26 | agent 27 | ahorn 28 | akademie 29 | akte 30 | aktie 31 | akustik 32 | akzent 33 | alarm 34 | albatros 35 | album 36 | alge 37 | allee 38 | allianz 39 | alltag 40 | alpen 41 | alptraum 42 | alter 43 | altglas 44 | altstadt 45 | alufolie 46 | amboss 47 | ameise 48 | ampel 49 | amsel 50 | amulett 51 | ananas 52 | anfang 53 | angel 54 | anker 55 | anlage 56 | anruf 57 | anstalt 58 | antik 59 | antrag 60 | antwort 61 | anwalt 62 | anwesen 63 | anwohner 64 | anzahl 65 | anzug 66 | apfel 67 | apotheke 68 | april 69 | arbeit 70 | archiv 71 | armband 72 | aroma 73 | arzt 74 | asche 75 | asphalt 76 | atelier 77 | atem 78 | athlet 79 | atlas 80 | atom 81 | aufgabe 82 | aufstand 83 | auftrag 84 | aufzug 85 | auge 86 | august 87 | auktion 88 | aula 89 | ausbruch 90 | ausflug 91 | ausgang 92 | auto 93 | baby 94 | bach 95 | backen 96 | baden 97 | bagger 98 | bahn 99 | balkon 100 | ball 101 | balsam 102 | bambus 103 | banane 104 | band 105 | bank 106 | bargeld 107 | barsch 108 | bart 109 | basteln 110 | batterie 111 | bauch 112 | bauer 113 | baum 114 | baumarkt 115 | bauplan 116 | bausatz 117 | bauwagen 118 | bauzaun 119 | beben 120 | becher 121 | becken 122 | beere 123 | befund 124 | beifall 125 | beil 126 | bein 127 | beitrag 128 | benzin 129 | berg 130 | beruf 131 | besen 132 | besuch 133 | beton 134 | betrieb 135 | bett 136 | beule 137 | beute 138 | bewegen 139 | bewohner 140 | bezahlen 141 | biber 142 | biene 143 | bier 144 | biest 145 | bieten 146 | bild 147 | binden 148 | biologie 149 | biotonne 150 | birke 151 | birne 152 | blasen 153 | blatt 154 | blau 155 | blech 156 | blick 157 | blitz 158 | blume 159 | boden 160 | bogen 161 | bohne 162 | bohren 163 | boje 164 | bolzen 165 | bombe 166 | bonus 167 | boot 168 | bord 169 | botanik 170 | bote 171 | boxen 172 | braten 173 | braun 174 | brei 175 | bremsen 176 | brennen 177 | brett 178 | brief 179 | brille 180 | bringen 181 | brokkoli 182 | bronze 183 | brosche 184 | brot 185 | bruder 186 | brunnen 187 | brust 188 | bube 189 | buch 190 | bude 191 | bunker 192 | bunt 193 | burg 194 | busch 195 | busfahrt 196 | bussard 197 | butter 198 | campen 199 | caravan 200 | chaos 201 | chemie 202 | chor 203 | clown 204 | code 205 | computer 206 | couch 207 | creme 208 | dach 209 | dame 210 | damm 211 | dampf 212 | darm 213 | datei 214 | dattel 215 | dauer 216 | daumen 217 | decke 218 | deich 219 | delfin 220 | delle 221 | denkmal 222 | detektiv 223 | dezember 224 | dichter 225 | dieb 226 | dienstag 227 | digital 228 | dill 229 | diskette 230 | distel 231 | doktor 232 | dokument 233 | dolch 234 | donner 235 | dorf 236 | dorn 237 | dose 238 | drache 239 | draht 240 | dreck 241 | drei 242 | drossel 243 | drucker 244 | ducken 245 | duft 246 | dunkel 247 | durst 248 | dusche 249 | ebbe 250 | echo 251 | echse 252 | ecke 253 | efeu 254 | eichel 255 | eidechse 256 | eier 257 | eimer 258 | eingang 259 | einladen 260 | einrad 261 | eins 262 | eisberg 263 | eisen 264 | eistee 265 | eisvogel 266 | elch 267 | elefant 268 | element 269 | elster 270 | eltern 271 | engel 272 | enkel 273 | ente 274 | entwurf 275 | erbe 276 | erbse 277 | erdbeere 278 | erde 279 | erdgas 280 | erdnuss 281 | erfinden 282 | erfolg 283 | erhalten 284 | erinnern 285 | erkennen 286 | ernte 287 | ersatz 288 | esel 289 | essen 290 | essig 291 | esstisch 292 | etage 293 | etappe 294 | ethik 295 | etikett 296 | eule 297 | event 298 | experte 299 | export 300 | express 301 | fabel 302 | fabrik 303 | fach 304 | fackel 305 | faden 306 | fahne 307 | fahrrad 308 | falke 309 | fallen 310 | falter 311 | familie 312 | fangen 313 | fantasie 314 | farbe 315 | farn 316 | fasching 317 | fass 318 | faultier 319 | fauna 320 | faust 321 | favorit 322 | februar 323 | feder 324 | fegen 325 | feier 326 | feile 327 | feld 328 | fell 329 | fels 330 | fenchel 331 | fenster 332 | ferien 333 | fern 334 | ferse 335 | fest 336 | feuer 337 | fichte 338 | fieber 339 | figur 340 | filiale 341 | film 342 | filter 343 | finden 344 | finger 345 | fink 346 | firma 347 | fisch 348 | flach 349 | flamme 350 | flasche 351 | fleck 352 | fliege 353 | flocke 354 | floh 355 | flora 356 | flucht 357 | flugzeug 358 | flur 359 | fluss 360 | flut 361 | folie 362 | forelle 363 | forst 364 | foto 365 | foyer 366 | fracht 367 | frage 368 | frau 369 | frech 370 | freizeit 371 | freude 372 | freund 373 | frieden 374 | friseur 375 | frosch 376 | frucht 377 | fuchs 378 | futter 379 | gabel 380 | galerie 381 | gang 382 | ganove 383 | gans 384 | garage 385 | gardine 386 | garn 387 | garten 388 | gasse 389 | gast 390 | gauner 391 | gazelle 392 | geben 393 | gebiet 394 | geboren 395 | gecko 396 | gedanke 397 | gedicht 398 | geduld 399 | gegend 400 | gehirn 401 | geier 402 | geige 403 | geist 404 | gelb 405 | geld 406 | gelee 407 | genie 408 | gepard 409 | gerade 410 | gericht 411 | gern 412 | gerste 413 | geruch 414 | geschenk 415 | gespenst 416 | gestalt 417 | gesund 418 | getreide 419 | gewitter 420 | gewonnen 421 | giebel 422 | gipfel 423 | gips 424 | giraffe 425 | gitarre 426 | gitter 427 | glas 428 | gleis 429 | glitzer 430 | globus 431 | glocke 432 | glut 433 | gold 434 | golf 435 | gondel 436 | gorilla 437 | grab 438 | grafik 439 | granit 440 | gras 441 | grau 442 | greifen 443 | griff 444 | grill 445 | grinsen 446 | grotte 447 | grube 448 | gruft 449 | grund 450 | gruppe 451 | gulasch 452 | gully 453 | gummi 454 | gurke 455 | gurt 456 | haar 457 | habicht 458 | hacken 459 | hafen 460 | hagel 461 | hahn 462 | haken 463 | halle 464 | halm 465 | hals 466 | halten 467 | hammer 468 | hamster 469 | hand 470 | hanger 471 | hantel 472 | harfe 473 | harke 474 | hart 475 | hase 476 | haufen 477 | haus 478 | haut 479 | hebamme 480 | hebel 481 | hecht 482 | hecke 483 | heft 484 | heilen 485 | heim 486 | heizung 487 | held 488 | helfen 489 | hell 490 | helm 491 | hemd 492 | henkel 493 | herbst 494 | herd 495 | hering 496 | herz 497 | heute 498 | himbeere 499 | himmel 500 | hirte 501 | hitze 502 | hoch 503 | holen 504 | holunder 505 | holz 506 | honig 507 | hopfen 508 | horizont 509 | horn 510 | hose 511 | hotel 512 | hufeisen 513 | huhn 514 | hummer 515 | hund 516 | hunger 517 | hupe 518 | husten 519 | hydrant 520 | idee 521 | igel 522 | imbiss 523 | imker 524 | impfen 525 | ingwer 526 | insel 527 | jacht 528 | jacke 529 | jagd 530 | jaguar 531 | januar 532 | jazz 533 | joggen 534 | joghurt 535 | juli 536 | jung 537 | juni 538 | juwel 539 | kabel 540 | kabine 541 | kaffee 542 | kajak 543 | kakao 544 | kaktus 545 | kalender 546 | kalt 547 | kamera 548 | kamin 549 | kamm 550 | kampf 551 | kanal 552 | kandidat 553 | kanister 554 | kanne 555 | kante 556 | kanu 557 | kapelle 558 | kapsel 559 | karneval 560 | karotte 561 | karte 562 | kasse 563 | kasten 564 | katalog 565 | katze 566 | kaufhaus 567 | kauz 568 | kegel 569 | kehren 570 | keks 571 | kelch 572 | keller 573 | keramik 574 | kern 575 | kerze 576 | kessel 577 | ketchup 578 | kette 579 | keule 580 | kiefer 581 | kiesel 582 | kind 583 | kino 584 | kiosk 585 | kirsche 586 | kissen 587 | kiste 588 | kittel 589 | kiwi 590 | klammer 591 | klavier 592 | kleben 593 | klee 594 | kleid 595 | klettern 596 | klinik 597 | klon 598 | klopfen 599 | klotz 600 | kneipe 601 | knie 602 | knochen 603 | knopf 604 | knoten 605 | koala 606 | kochen 607 | koffer 608 | kohle 609 | koje 610 | kolibri 611 | kollege 612 | konzert 613 | kopf 614 | kopie 615 | korb 616 | korn 617 | krabbe 618 | kraft 619 | kralle 620 | kran 621 | kraut 622 | krawatte 623 | krebs 624 | kredit 625 | kreis 626 | kresse 627 | kreuz 628 | krokodil 629 | krone 630 | krug 631 | krumm 632 | kuchen 633 | kugel 634 | kuhstall 635 | kulisse 636 | kultur 637 | kunde 638 | kunst 639 | kupfer 640 | kurier 641 | kurz 642 | kuss 643 | kutsche 644 | labor 645 | lachen 646 | lack 647 | laden 648 | ladung 649 | lager 650 | lama 651 | lamm 652 | lampe 653 | lang 654 | lappen 655 | larve 656 | laterne 657 | latte 658 | laub 659 | lauch 660 | laufen 661 | lavendel 662 | lawine 663 | leer 664 | legen 665 | lehm 666 | lehrer 667 | leicht 668 | leim 669 | leinwand 670 | leiste 671 | leiter 672 | lemming 673 | lenken 674 | leopard 675 | lernen 676 | lesen 677 | lesung 678 | leuchte 679 | leute 680 | lexikon 681 | libelle 682 | licht 683 | lied 684 | liegen 685 | lila 686 | lilie 687 | limette 688 | linde 689 | lineal 690 | linie 691 | lippe 692 | liste 693 | loch 694 | locke 695 | lohn 696 | luchs 697 | luft 698 | lunge 699 | lupe 700 | lustig 701 | made 702 | magazin 703 | magen 704 | magie 705 | magnet 706 | mais 707 | malen 708 | mama 709 | mango 710 | mann 711 | mantel 712 | marder 713 | markt 714 | marmor 715 | maschine 716 | maske 717 | mast 718 | matrose 719 | matte 720 | mauer 721 | maulwurf 722 | maus 723 | medaille 724 | medizin 725 | meer 726 | mehl 727 | mehrweg 728 | melden 729 | melken 730 | melone 731 | mensch 732 | messer 733 | metall 734 | miene 735 | milan 736 | milch 737 | minigolf 738 | minze 739 | mittag 740 | mode 741 | molch 742 | monat 743 | mond 744 | monitor 745 | monster 746 | montag 747 | moos 748 | moped 749 | morgen 750 | motor 751 | motte 752 | mulde 753 | mund 754 | muschel 755 | museum 756 | musik 757 | muskel 758 | muster 759 | mutter 760 | nacht 761 | nacken 762 | nadel 763 | nagel 764 | nahrung 765 | napf 766 | narbe 767 | narr 768 | narzisse 769 | nase 770 | nashorn 771 | nass 772 | natter 773 | natur 774 | nebel 775 | nehmen 776 | nektar 777 | nest 778 | nett 779 | netz 780 | neubau 781 | neun 782 | nilpferd 783 | nobel 784 | norden 785 | note 786 | november 787 | nudel 788 | null 789 | nuss 790 | oase 791 | oben 792 | objekt 793 | obst 794 | ofen 795 | ohren 796 | ohrring 797 | oktober 798 | olive 799 | omelett 800 | oper 801 | orgel 802 | orkan 803 | ostern 804 | otter 805 | paket 806 | palast 807 | palette 808 | palme 809 | panda 810 | papagei 811 | papier 812 | pappe 813 | paprika 814 | parade 815 | park 816 | party 817 | pause 818 | pavian 819 | pedal 820 | pegel 821 | peitsche 822 | pelikan 823 | pelz 824 | pendel 825 | perle 826 | person 827 | pfad 828 | pfahl 829 | pfanne 830 | pfau 831 | pfeffer 832 | pfeil 833 | pferd 834 | pfirsich 835 | pflaume 836 | pflegen 837 | pflug 838 | pforte 839 | pfosten 840 | pfote 841 | physik 842 | picknick 843 | pigment 844 | pille 845 | pilot 846 | pilz 847 | pinguin 848 | pink 849 | pinsel 850 | pinzette 851 | pirat 852 | pixel 853 | plakat 854 | planet 855 | platz 856 | podest 857 | podium 858 | pokal 859 | pollen 860 | polster 861 | pommes 862 | pony 863 | pool 864 | portrait 865 | post 866 | praxis 867 | probe 868 | produkt 869 | profil 870 | projekt 871 | prospekt 872 | pudding 873 | puder 874 | puls 875 | pulver 876 | puma 877 | pumpe 878 | punkt 879 | punsch 880 | puppe 881 | pute 882 | putzen 883 | puzzel 884 | pyjama 885 | pyramide 886 | quadrat 887 | qualle 888 | quark 889 | quelle 890 | quittung 891 | quiz 892 | rabe 893 | radio 894 | radtour 895 | radweg 896 | rahmen 897 | rakete 898 | rampe 899 | rand 900 | rang 901 | ranke 902 | raps 903 | rasen 904 | rast 905 | ratgeber 906 | rathaus 907 | ratte 908 | rauch 909 | raum 910 | raupe 911 | raus 912 | rechnen 913 | reden 914 | redner 915 | regal 916 | regen 917 | rehkitz 918 | reibe 919 | reifen 920 | reihe 921 | reim 922 | reise 923 | reiten 924 | rekord 925 | rennen 926 | rentier 927 | reporter 928 | reptil 929 | residenz 930 | respekt 931 | retten 932 | rezept 933 | riechen 934 | riegel 935 | riesig 936 | rind 937 | ring 938 | rinnsaal 939 | riss 940 | ritter 941 | robbe 942 | roboter 943 | rock 944 | roggen 945 | rohr 946 | roller 947 | roman 948 | rosa 949 | rose 950 | rosine 951 | rost 952 | rotkohl 953 | rucksack 954 | rudel 955 | rufen 956 | ruhig 957 | ruine 958 | rummel 959 | rund 960 | rute 961 | rutsche 962 | saal 963 | saat 964 | sack 965 | safran 966 | saft 967 | sahne 968 | saison 969 | salat 970 | salbe 971 | saloon 972 | salz 973 | samen 974 | sammeln 975 | samstag 976 | samt 977 | sand 978 | sardine 979 | satellit 980 | sattel 981 | sauber 982 | sauna 983 | saurier 984 | schabe 985 | schaf 986 | schere 987 | schirm 988 | schlange 989 | schmuck 990 | schnee 991 | schrank 992 | schuh 993 | schwan 994 | sechs 995 | seefahrt 996 | seehund 997 | seekuh 998 | seestern 999 | segel 1000 | sehen 1001 | seide 1002 | seife 1003 | seil 1004 | seite 1005 | sekunde 1006 | sellerie 1007 | selten 1008 | semester 1009 | seminar 1010 | senden 1011 | senf 1012 | senior 1013 | sense 1014 | serie 1015 | serum 1016 | server 1017 | sessel 1018 | shop 1019 | sichel 1020 | sieb 1021 | siedlung 1022 | signal 1023 | silber 1024 | singen 1025 | sirene 1026 | sirup 1027 | sitzen 1028 | skizze 1029 | skulptur 1030 | socke 1031 | sofa 1032 | sohle 1033 | sohn 1034 | soja 1035 | sommer 1036 | sonne 1037 | sorte 1038 | spachtel 1039 | spagat 1040 | spange 1041 | spargel 1042 | spaten 1043 | specht 1044 | speise 1045 | spende 1046 | sperling 1047 | spiegel 1048 | spinne 1049 | spion 1050 | spitze 1051 | sport 1052 | sprechen 1053 | springen 1054 | sprotte 1055 | sprung 1056 | spur 1057 | stabil 1058 | stachel 1059 | stadt 1060 | stahl 1061 | stall 1062 | stamm 1063 | standort 1064 | stapel 1065 | stark 1066 | station 1067 | staub 1068 | stehen 1069 | stein 1070 | stempel 1071 | steppe 1072 | stern 1073 | stier 1074 | stift 1075 | still 1076 | stimme 1077 | stirn 1078 | stock 1079 | stoff 1080 | stoppen 1081 | storch 1082 | strand 1083 | strecke 1084 | strom 1085 | strumpf 1086 | stube 1087 | studium 1088 | stufe 1089 | stuhl 1090 | stumm 1091 | stunde 1092 | sturm 1093 | suche 1094 | summe 1095 | suppe 1096 | surfen 1097 | szenario 1098 | tabelle 1099 | tacker 1100 | tafel 1101 | tagebuch 1102 | tango 1103 | tanne 1104 | tante 1105 | tanz 1106 | tapir 1107 | tarnen 1108 | tasche 1109 | tasse 1110 | tastatur 1111 | taube 1112 | tauchen 1113 | taxi 1114 | team 1115 | technik 1116 | teekanne 1117 | teer 1118 | teesieb 1119 | teich 1120 | teig 1121 | teilen 1122 | telefon 1123 | teller 1124 | tennis 1125 | teppich 1126 | termin 1127 | terrasse 1128 | teuer 1129 | text 1130 | theater 1131 | tief 1132 | tier 1133 | tiger 1134 | tinte 1135 | tisch 1136 | tochter 1137 | toilette 1138 | tomate 1139 | tonband 1140 | tonne 1141 | topf 1142 | torbogen 1143 | torte 1144 | tracht 1145 | tragen 1146 | training 1147 | trapez 1148 | trasse 1149 | traum 1150 | treffen 1151 | treppe 1152 | tresor 1153 | triangel 1154 | trinken 1155 | trommel 1156 | tropfen 1157 | truhe 1158 | trunk 1159 | truthahn 1160 | tuch 1161 | tukan 1162 | tulpe 1163 | tunnel 1164 | turbine 1165 | turm 1166 | turnen 1167 | tusche 1168 | ufer 1169 | uhrwerk 1170 | umbau 1171 | umfrage 1172 | umhang 1173 | umkreis 1174 | umriss 1175 | umsonst 1176 | umwelt 1177 | umzug 1178 | unfall 1179 | unikat 1180 | unrat 1181 | urkunde 1182 | urlaub 1183 | vanille 1184 | vase 1185 | vater 1186 | veranda 1187 | verband 1188 | verein 1189 | verkehr 1190 | video 1191 | vieh 1192 | vier 1193 | villa 1194 | virus 1195 | vitamine 1196 | vitrine 1197 | vogel 1198 | voliere 1199 | voll 1200 | vorbild 1201 | vorort 1202 | vorrat 1203 | vortrag 1204 | vulkan 1205 | waage 1206 | wachs 1207 | wade 1208 | waffel 1209 | wagen 1210 | waggon 1211 | wahl 1212 | wald 1213 | walnuss 1214 | walze 1215 | wand 1216 | wanne 1217 | ware 1218 | warm 1219 | warten 1220 | waschen 1221 | wasser 1222 | webstuhl 1223 | wechsel 1224 | wecker 1225 | weich 1226 | weide 1227 | wein 1228 | weit 1229 | weizen 1230 | welle 1231 | welpe 1232 | welt 1233 | werbung 1234 | werfen 1235 | werkzeug 1236 | wespe 1237 | weste 1238 | wetter 1239 | widder 1240 | wiegen 1241 | wiese 1242 | wimper 1243 | wind 1244 | winter 1245 | winzig 1246 | wippe 1247 | wischen 1248 | wisent 1249 | wissen 1250 | witz 1251 | woche 1252 | wohnen 1253 | wolf 1254 | wolke 1255 | wolle 1256 | wurm 1257 | wurzel 1258 | zahl 1259 | zahn 1260 | zander 1261 | zange 1262 | zapfen 1263 | zauber 1264 | zaun 1265 | zebra 1266 | zecke 1267 | zehe 1268 | zehn 1269 | zeichen 1270 | zeigen 1271 | zeit 1272 | zelt 1273 | zement 1274 | zentrum 1275 | zettel 1276 | ziege 1277 | ziehen 1278 | ziel 1279 | ziffer 1280 | zimmer 1281 | zimt 1282 | zirkus 1283 | zitrone 1284 | zocken 1285 | zollfrei 1286 | zorn 1287 | zucchini 1288 | zucker 1289 | zufall 1290 | zugang 1291 | zukunft 1292 | zunge 1293 | zwei 1294 | zwiebel 1295 | zwilling 1296 | zwirn 1297 | -------------------------------------------------------------------------------- /xkcdpass/static/ita-wiki: -------------------------------------------------------------------------------- 1 | della 2 | anche 3 | stato 4 | parte 5 | prima 6 | degli 7 | essere 8 | questo 9 | viene 10 | venne 11 | nelle 12 | città 13 | mentre 14 | durante 15 | serie 16 | secondo 17 | quando 18 | sulla 19 | quale 20 | altri 21 | contro 22 | stesso 23 | hanno 24 | erano 25 | aveva 26 | stagione 27 | comune 28 | molto 29 | seguito 30 | gruppo 31 | furono 32 | italia 33 | volta 34 | alcuni 35 | grande 36 | secolo 37 | tempo 38 | guerra 39 | quella 40 | tutti 41 | album 42 | sempre 43 | quindi 44 | ancora 45 | chiesa 46 | inoltre 47 | circa 48 | oltre 49 | sotto 50 | famiglia 51 | nuovo 52 | dalle 53 | nazionale 54 | verso 55 | periodo 56 | mondo 57 | insieme 58 | senza 59 | finale 60 | squadra 61 | posto 62 | proprio 63 | presso 64 | campionato 65 | titolo 66 | fatto 67 | opera 68 | abitanti 69 | storia 70 | quattro 71 | invece 72 | causa 73 | morte 74 | tuttavia 75 | infatti 76 | interno 77 | numero 78 | trova 79 | settembre 80 | grazie 81 | maggio 82 | figlio 83 | generale 84 | pubblicato 85 | francese 86 | corso 87 | ultimo 88 | giugno 89 | particolare 90 | regione 91 | padre 92 | gennaio 93 | società 94 | luglio 95 | forma 96 | ottobre 97 | italiano 98 | lungo 99 | attività 100 | uniti 101 | maggiore 102 | dicembre 103 | marzo 104 | agosto 105 | sistema 106 | aprile 107 | perché 108 | formula 109 | specie 110 | provincia 111 | successo 112 | termine 113 | novembre 114 | principale 115 | esempio 116 | territorio 117 | vengono 118 | rispetto 119 | mondiale 120 | punto 121 | ruolo 122 | diversi 123 | inizio 124 | possono 125 | successivamente 126 | regno 127 | febbraio 128 | versione 129 | linea 130 | carriera 131 | campo 132 | soprattutto 133 | lavoro 134 | situato 135 | quasi 136 | divenne 137 | produzione 138 | giorno 139 | attraverso 140 | giovanni 141 | edizione 142 | epoca 143 | governo 144 | terra 145 | persone 146 | paese 147 | maria 148 | allora 149 | popolazione 150 | presidente 151 | nonostante 152 | diretto 153 | francia 154 | studio 155 | partire 156 | vennero 157 | livello 158 | posizione 159 | momento 160 | battaglia 161 | inglese 162 | ordine 163 | torneo 164 | genere 165 | grado 166 | università 167 | nowiki 168 | avrebbe 169 | vittoria 170 | santa 171 | progetto 172 | servizio 173 | sarebbe 174 | prodotto 175 | presente 176 | isola 177 | presenza 178 | esercito 179 | coppa 180 | fosse 181 | singolo 182 | cinque 183 | centrale 184 | giovane 185 | importante 186 | terzo 187 | gioco 188 | porta 189 | scuola 190 | possibile 191 | metri 192 | origine 193 | militare 194 | milano 195 | america 196 | repubblica 197 | strada 198 | europa 199 | piano 200 | distretto 201 | premio 202 | comunque 203 | avere 204 | lingua 205 | calcio 206 | partito 207 | moglie 208 | acqua 209 | uomini 210 | palazzo 211 | infine 212 | avevano 213 | musica 214 | subito 215 | costruzione 216 | carlo 217 | internazionale 218 | avuto 219 | successivo 220 | unico 221 | fiume 222 | fratello 223 | donna 224 | germania 225 | stile 226 | sviluppo 227 | numerosi 228 | occasione 229 | libro 230 | varie 231 | struttura 232 | totale 233 | comunità 234 | canzone 235 | pubblico 236 | tratta 237 | politica 238 | teatro 239 | ritorno 240 | castello 241 | formazione 242 | francesco 243 | realtà 244 | ufficiale 245 | statunitense 246 | forze 247 | divisione 248 | musicale 249 | contea 250 | precedente 251 | programma 252 | ricerca 253 | legge 254 | probabilmente 255 | qualche 256 | poiché 257 | riesce 258 | vista 259 | chiamato 260 | milioni 261 | giochi 262 | piccolo 263 | potere 264 | membri 265 | dipartimento 266 | classifica 267 | tramite 268 | inizialmente 269 | classe 270 | ovest 271 | tedesco 272 | disco 273 | attuale 274 | fronte 275 | tanto 276 | unione 277 | edificio 278 | superiore 279 | impero 280 | controllo 281 | fuori 282 | protagonista 283 | assieme 284 | pochi 285 | personaggio 286 | scritto 287 | vinto 288 | parigi 289 | antonio 290 | autore 291 | storico 292 | breve 293 | superficie 294 | locale 295 | giuseppe 296 | originale 297 | seguente 298 | decide 299 | media 300 | nominato 301 | testa 302 | passato 303 | paolo 304 | consiglio 305 | imperatore 306 | vicino 307 | movimento 308 | comando 309 | antica 310 | romanzo 311 | vescovo 312 | cantante 313 | modello 314 | nuovamente 315 | truppe 316 | proprietà 317 | attualmente 318 | pietro 319 | entrambi 320 | utilizzato 321 | categoria 322 | processo 323 | video 324 | motore 325 | ormai 326 | napoli 327 | ambito 328 | occidentale 329 | massima 330 | località 331 | piazza 332 | direttore 333 | museo 334 | orientale 335 | rimase 336 | femminile 337 | essendo 338 | miglior 339 | capitale 340 | sinistra 341 | ragazza 342 | amore 343 | mezzo 344 | problemi 345 | luigi 346 | diocesi 347 | amico 348 | detto 349 | riuscì 350 | festival 351 | doppio 352 | ovvero 353 | spazio 354 | appena 355 | compagnia 356 | velocità 357 | considerato 358 | turno 359 | elementi 360 | dimensioni 361 | scena 362 | contratto 363 | sette 364 | direzione 365 | completamente 366 | league 367 | simile 368 | londra 369 | attacco 370 | azione 371 | sopra 372 | composto 373 | almeno 374 | possibilità 375 | funzione 376 | incontro 377 | valore 378 | battuto 379 | episodio 380 | scopo 381 | spagna 382 | colore 383 | trovano 384 | villa 385 | situazione 386 | associazione 387 | guida 388 | inghilterra 389 | venezia 390 | mercato 391 | tennis 392 | sembra 393 | reale 394 | estate 395 | notte 396 | rapporto 397 | carica 398 | principalmente 399 | lunghezza 400 | risultato 401 | giocatore 402 | giocato 403 | caratteristiche 404 | sebbene 405 | piuttosto 406 | ottenere 407 | ottenne 408 | cultura 409 | realizzato 410 | basso 411 | destra 412 | comprende 413 | relazione 414 | diventa 415 | quarto 416 | difesa 417 | riferimento 418 | capacità 419 | costa 420 | principe 421 | bianco 422 | mostra 423 | distribuito 424 | inferiore 425 | sociale 426 | informazioni 427 | dovuto 428 | sconfitta 429 | cinema 430 | organizzazione 431 | condizioni 432 | tecnica 433 | popolare 434 | frattempo 435 | ministro 436 | raggiungere 437 | rivista 438 | torre 439 | torino 440 | prende 441 | matrimonio 442 | meridionale 443 | romana 444 | fondata 445 | marito 446 | parco 447 | senso 448 | elezioni 449 | scoperto 450 | nacque 451 | veniva 452 | complesso 453 | tradizione 454 | campagna 455 | formato 456 | canale 457 | conosciuto 458 | azienda 459 | stella 460 | televisiva 461 | portato 462 | firenze 463 | regista 464 | facente 465 | qualità 466 | usato 467 | nonché 468 | vinse 469 | viaggio 470 | world 471 | figura 472 | scelta 473 | natura 474 | dieci 475 | effetti 476 | meglio 477 | tardi 478 | capoluogo 479 | fuoco 480 | oppure 481 | giappone 482 | collaborazione 483 | david 484 | direttamente 485 | personale 486 | artisti 487 | promozione 488 | settore 489 | resto 490 | appare 491 | ottenuto 492 | istituto 493 | polizia 494 | civile 495 | camera 496 | villaggio 497 | partecipato 498 | distanza 499 | certo 500 | vecchio 501 | radio 502 | particolarmente 503 | raccolta 504 | aspetto 505 | dunque 506 | uscita 507 | record 508 | appartenente 509 | brani 510 | popolo 511 | passa 512 | interesse 513 | rosso 514 | differenza 515 | arriva 516 | oggetto 517 | scopre 518 | eventi 519 | armata 520 | materiale 521 | trovare 522 | comunale 523 | medaglia 524 | saint 525 | bambini 526 | ponte 527 | costruito 528 | fascia 529 | giapponese 530 | maschile 531 | energia 532 | percorso 533 | eletto 534 | capitano 535 | company 536 | caratterizzata 537 | comandante 538 | esperienza 539 | soldati 540 | deriva 541 | maestro 542 | minore 543 | potrebbe 544 | troppo 545 | nascita 546 | attorno 547 | accordo 548 | potenza 549 | partecipò 550 | frazione 551 | maglia 552 | naturale 553 | cortometraggio 554 | titolare 555 | davanti 556 | argento 557 | madonna 558 | campione 559 | dedicato 560 | europeo 561 | cambio 562 | greco 563 | importanza 564 | sezione 565 | rappresenta 566 | match 567 | regina 568 | cappella 569 | ambiente 570 | sorella 571 | latino 572 | ottiene 573 | entrò 574 | costituito 575 | contiene 576 | codice 577 | poteva 578 | enrico 579 | futuro 580 | facendo 581 | parole 582 | settentrionale 583 | difficoltà 584 | vuole 585 | passaggio 586 | giorgio 587 | confronti 588 | animali 589 | ucciso 590 | autorità 591 | soltanto 592 | missione 593 | russia 594 | generalmente 595 | ingresso 596 | torna 597 | semplice 598 | diritti 599 | favore 600 | creato 601 | trattato 602 | settimana 603 | colonna 604 | ricevuto 605 | quartiere 606 | tedeschi 607 | alessandro 608 | accademia 609 | tentativo 610 | teoria 611 | minuti 612 | allenatore 613 | james 614 | esemplari 615 | intera 616 | risulta 617 | diventare 618 | singolare 619 | nasce 620 | andata 621 | realizzazione 622 | speciale 623 | sicurezza 624 | andrea 625 | competizione 626 | carattere 627 | spagnolo 628 | continua 629 | maschi 630 | incarico 631 | robert 632 | caccia 633 | africa 634 | maniera 635 | diede 636 | permette 637 | fondazione 638 | girone 639 | notevole 640 | commissione 641 | michael 642 | abbia 643 | croce 644 | buona 645 | rispettivamente 646 | regionale 647 | omonimo 648 | george 649 | operazione 650 | pubblicazione 651 | dollari 652 | raggiunto 653 | onore 654 | ufficialmente 655 | critica 656 | cattedrale 657 | creare 658 | motivo 659 | tornare 660 | lettera 661 | doveva 662 | william 663 | andare 664 | memoria 665 | scrisse 666 | orbita 667 | confine 668 | utilizzo 669 | libertà 670 | interpretato 671 | bologna 672 | provenienti 673 | sposò 674 | altezza 675 | conoscenza 676 | terreno 677 | lotta 678 | costretto 679 | fonti 680 | censimento 681 | pianta 682 | apertura 683 | tracce 684 | conflitto 685 | stava 686 | passare 687 | ospedale 688 | conquista 689 | aperto 690 | resistenza 691 | filippo 692 | cattolica 693 | bordo 694 | gestione 695 | britannico 696 | volume 697 | pratica 698 | famoso 699 | pilota 700 | partecipazione 701 | sicilia 702 | pertanto 703 | evitare 704 | definitivamente 705 | cuore 706 | crisi 707 | significa 708 | creazione 709 | prendere 710 | genitori 711 | quantità 712 | riguarda 713 | esterno 714 | misura 715 | accesso 716 | avendo 717 | politiche 718 | intervento 719 | qualsiasi 720 | standard 721 | facciata 722 | piedi 723 | trono 724 | esistono 725 | conseguenza 726 | avviene 727 | verde 728 | venivano 729 | aereo 730 | trasmissione 731 | femmine 732 | intitolato 733 | lavorare 734 | impianto 735 | iniziato 736 | necessario 737 | genova 738 | svizzera 739 | riprese 740 | austria 741 | federazione 742 | amministrazione 743 | presentato 744 | portare 745 | brasile 746 | intanto 747 | componenti 748 | federico 749 | fossero 750 | attrice 751 | scala 752 | sport 753 | abitato 754 | ricevette 755 | letteratura 756 | raggiunge 757 | attivo 758 | monastero 759 | sangue 760 | sarebbero 761 | ossia 762 | imperiale 763 | debutto 764 | challenger 765 | franco 766 | bronzo 767 | chiede 768 | influenza 769 | messo 770 | immagine 771 | entrare 772 | scrittore 773 | culturale 774 | quinto 775 | avrebbero 776 | giornata 777 | altare 778 | verrà 779 | india 780 | commerciale 781 | celebre 782 | football 783 | occhi 784 | danni 785 | attenzione 786 | giocare 787 | richiesta 788 | durata 789 | americano 790 | national 791 | trasporto 792 | avesse 793 | under 794 | avvenuta 795 | cinese 796 | segue 797 | risale 798 | stampa 799 | trasferì 800 | riforma 801 | incidente 802 | orchestra 803 | economia 804 | nazioni 805 | lasciò 806 | international 807 | asteroide 808 | solamente 809 | differenti 810 | concerto 811 | peter 812 | composizione 813 | supporto 814 | difficile 815 | architettura 816 | etichetta 817 | strumenti 818 | australia 819 | vedere 820 | comitato 821 | cittadina 822 | analisi 823 | disponibile 824 | tecniche 825 | dotato 826 | charles 827 | decreto 828 | angelo 829 | california 830 | ebbero 831 | culto 832 | canada 833 | prove 834 | venendo 835 | obiettivo 836 | berlino 837 | immediatamente 838 | rivela 839 | leader 840 | thomas 841 | denominazione 842 | tradizionale 843 | nipote 844 | esiste 845 | sviluppato 846 | filosofia 847 | medico 848 | libera 849 | riguardanti 850 | dovette 851 | cominciò 852 | possiede 853 | aeroporto 854 | moderna 855 | malattia 856 | vivere 857 | giacomo 858 | parlamento 859 | pittore 860 | metodo 861 | ipotesi 862 | sportiva 863 | parla 864 | ferro 865 | segretario 866 | metropolitana 867 | cinematografiche 868 | simbolo 869 | costruire 870 | xviii 871 | costituzione 872 | cardinale 873 | ottanta 874 | professore 875 | vincitore 876 | ufficio 877 | chilometri 878 | guardia 879 | trovava 880 | rivoluzione 881 | settanta 882 | natale 883 | angeles 884 | antichi 885 | alberto 886 | talvolta 887 | colpo 888 | originariamente 889 | cielo 890 | devono 891 | assegnato 892 | macchina 893 | richard 894 | lasciare 895 | michele 896 | semplicemente 897 | sugli 898 | super 899 | vettura 900 | compito 901 | vincendo 902 | caduta 903 | nemico 904 | collegio 905 | royal 906 | partenza 907 | protezione 908 | copie 909 | lasciato 910 | decisione 911 | prevalentemente 912 | visione 913 | stefano 914 | scrivere 915 | spirito 916 | disposizione 917 | deciso 918 | raccoglie 919 | interamente 920 | distribuzione 921 | diventato 922 | biblioteca 923 | computer 924 | rivolta 925 | commercio 926 | pezzi 927 | monaco 928 | responsabile 929 | documenti 930 | architetto 931 | corrente 932 | temperatura 933 | mediante 934 | basato 935 | governatore 936 | cristo 937 | uccidere 938 | partecipare 939 | solitamente 940 | appunto 941 | luoghi 942 | combattimento 943 | utilizzare 944 | sovietica 945 | fisica 946 | appartiene 947 | puntata 948 | necessità 949 | svolge 950 | legato 951 | caratteristica 952 | iniziale 953 | abbastanza 954 | cavallo 955 | ottenendo 956 | contrario 957 | indipendenza 958 | centri 959 | regime 960 | lorenzo 961 | signore 962 | primavera 963 | collega 964 | bruno 965 | corona 966 | palermo 967 | produttore 968 | avvenne 969 | guglielmo 970 | rimasto 971 | entrata 972 | potente 973 | sessanta 974 | vincere 975 | finalmente 976 | dominio 977 | perciò 978 | bretagna 979 | umani 980 | manifestazione 981 | soluzione 982 | accanto 983 | riceve 984 | martin 985 | ferroviaria 986 | cesare 987 | concorso 988 | proposta 989 | spettacolo 990 | definito 991 | esordio 992 | spedizione 993 | pressione 994 | indipendente 995 | fortemente 996 | registrato 997 | montagna 998 | trasferisce 999 | olimpici 1000 | patria 1001 | maggioranza 1002 | ricorda 1003 | esclusivamente 1004 | metal 1005 | nessuno 1006 | amministrativa 1007 | possesso 1008 | statua 1009 | ferrovia 1010 | mantenere 1011 | significato 1012 | economico 1013 | diffusione 1014 | addirittura 1015 | messico 1016 | grecia 1017 | statale 1018 | faceva 1019 | alleanza 1020 | chiaro 1021 | tuttora 1022 | egitto 1023 | inserito 1024 | volontà 1025 | scienze 1026 | ricerche 1027 | dipinto 1028 | sovrano 1029 | industriale 1030 | attacchi 1031 | basilica 1032 | studenti 1033 | ulteriore 1034 | industria 1035 | permesso 1036 | principio 1037 | posteriore 1038 | argentina 1039 | tribù 1040 | inclinata 1041 | eccentricità 1042 | fondamentale 1043 | compagno 1044 | risposta 1045 | dichiarato 1046 | ritiro 1047 | religione 1048 | aumento 1049 | varietà 1050 | ebrei 1051 | solito 1052 | fenomeno 1053 | eclittica 1054 | ospita 1055 | vienna 1056 | stanza 1057 | anime 1058 | circuito 1059 | normale 1060 | diventando 1061 | espressione 1062 | leone 1063 | universo 1064 | comunicazione 1065 | estende 1066 | prestito 1067 | banda 1068 | alleati 1069 | convento 1070 | lasciando 1071 | trasmessa 1072 | semiasse 1073 | dinastia 1074 | riserva 1075 | polonia 1076 | aggiunta 1077 | occupa 1078 | utilizzando 1079 | identità 1080 | sonora 1081 | classica 1082 | united 1083 | nucleo 1084 | dando 1085 | notizia 1086 | rilievo 1087 | arrivare 1088 | articolo 1089 | rischio 1090 | championship 1091 | verità 1092 | contemporaneamente 1093 | eccezione 1094 | modalità 1095 | questione 1096 | disegno 1097 | crescita 1098 | anteriore 1099 | televisione 1100 | compreso 1101 | carta 1102 | black 1103 | affrontare 1104 | presa 1105 | potuto 1106 | novanta 1107 | capitolo 1108 | assedio 1109 | consiste 1110 | oriente 1111 | precedenza 1112 | compare 1113 | organo 1114 | costituisce 1115 | assenza 1116 | sindaco 1117 | interpretazione 1118 | combattere 1119 | louis 1120 | mettere 1121 | province 1122 | evoluzione 1123 | quota 1124 | condotto 1125 | mosca 1126 | racconto 1127 | facilmente 1128 | girato 1129 | abilità 1130 | mancanza 1131 | mandato 1132 | annunciato 1133 | salute 1134 | precedentemente 1135 | vantaggio 1136 | agente 1137 | pensiero 1138 | laurea 1139 | henry 1140 | chiave 1141 | esecuzione 1142 | affari 1143 | teatrale 1144 | tornato 1145 | contenuto 1146 | bianchi 1147 | afferma 1148 | abbazia 1149 | sardegna 1150 | realizzare 1151 | originario 1152 | sorge 1153 | cercare 1154 | congresso 1155 | sigla 1156 | fondatore 1157 | commedia 1158 | linguaggio 1159 | comportamento 1160 | galleria 1161 | recente 1162 | potevano 1163 | reggimento 1164 | padova 1165 | soggetti 1166 | fanteria 1167 | ampio 1168 | studiosi 1169 | vendita 1170 | laterali 1171 | disputato 1172 | arcivescovo 1173 | perse 1174 | usare 1175 | rappresentato 1176 | giustizia 1177 | perdita 1178 | essersi 1179 | dodici 1180 | diffuso 1181 | amicizia 1182 | estratto 1183 | iniziarono 1184 | lavorato 1185 | school 1186 | grave 1187 | promosso 1188 | giunse 1189 | software 1190 | indicare 1191 | specialmente 1192 | cinquanta 1193 | nobile 1194 | materia 1195 | omicidio 1196 | chitarra 1197 | trattamento 1198 | prestazioni 1199 | facoltà 1200 | estremamente 1201 | catena 1202 | costante 1203 | religioso 1204 | washington 1205 | farsi 1206 | regolare 1207 | giallo 1208 | lontano 1209 | partecipanti 1210 | pellicola 1211 | giulio 1212 | autonoma 1213 | stretto 1214 | invasione 1215 | personalità 1216 | inviato 1217 | largo 1218 | trenta 1219 | generazione 1220 | disputa 1221 | joseph 1222 | organizzato 1223 | parlare 1224 | lancio 1225 | vergine 1226 | collezione 1227 | sacro 1228 | relativamente 1229 | ungheria 1230 | sposato 1231 | giornalista 1232 | dapprima 1233 | sapere 1234 | battista 1235 | toscana 1236 | previsto 1237 | completa 1238 | spalle 1239 | award 1240 | cimitero 1241 | formare 1242 | svezia 1243 | sostegno 1244 | poesia 1245 | domenico 1246 | fecero 1247 | seguire 1248 | riconoscimento 1249 | provinciale 1250 | nicola 1251 | qualcosa 1252 | giardino 1253 | giornale 1254 | privata 1255 | medicina 1256 | assunse 1257 | traccia 1258 | penisola 1259 | impresa 1260 | contava 1261 | scrive 1262 | contenente 1263 | mediterraneo 1264 | clima 1265 | frank 1266 | traffico 1267 | comunista 1268 | segna 1269 | visibile 1270 | cristiana 1271 | madrid 1272 | vittime 1273 | videogioco 1274 | prevede 1275 | espansione 1276 | divisa 1277 | rapidamente 1278 | denaro 1279 | salvare 1280 | tecnologia 1281 | fusione 1282 | tenuto 1283 | occupazione 1284 | fuggire 1285 | assoluto 1286 | conosce 1287 | concluse 1288 | assemblea 1289 | notare 1290 | introduzione 1291 | acquistato 1292 | affreschi 1293 | corpi 1294 | enorme 1295 | verona 1296 | colonnello 1297 | segreto 1298 | giovanili 1299 | definizione 1300 | felice 1301 | assunto 1302 | napoleone 1303 | irlanda 1304 | ispirato 1305 | santuario 1306 | house 1307 | smith 1308 | leggermente 1309 | trasferito 1310 | vicende 1311 | principessa 1312 | senato 1313 | produrre 1314 | offre 1315 | tipico 1316 | divenuto 1317 | elenco 1318 | discografica 1319 | artistico 1320 | regole 1321 | arcidiocesi 1322 | svedese 1323 | solare 1324 | denominata 1325 | capace 1326 | ottocento 1327 | riportato 1328 | indicato 1329 | equipaggio 1330 | braccio 1331 | restauro 1332 | pittura 1333 | monumento 1334 | punteggio 1335 | ricco 1336 | stemma 1337 | ferdinando 1338 | impiego 1339 | medievale 1340 | olimpiade 1341 | finché 1342 | elevata 1343 | circondario 1344 | attori 1345 | maggiormente 1346 | veneto 1347 | distruzione 1348 | oscar 1349 | residenza 1350 | chiusura 1351 | olandese 1352 | passando 1353 | assai 1354 | saranno 1355 | elettrica 1356 | proprietario 1357 | semifinale 1358 | cellule 1359 | marchio 1360 | modifiche 1361 | chicago 1362 | passione 1363 | iniziativa 1364 | contemporanea 1365 | bisogno 1366 | cavaliere 1367 | hockey 1368 | sfida 1369 | belgio 1370 | bandiera 1371 | qualificazioni 1372 | carcere 1373 | nomina 1374 | chiuso 1375 | leggere 1376 | riferisce 1377 | cosiddetta 1378 | scrittura 1379 | relativa 1380 | istituzione 1381 | limite 1382 | savoia 1383 | piena 1384 | treni 1385 | fondò 1386 | pagina 1387 | esposizione 1388 | editore 1389 | solista 1390 | diametro 1391 | artiglieria 1392 | passeggeri 1393 | giudice 1394 | svolto 1395 | contesto 1396 | batteria 1397 | registrazione 1398 | riuscendo 1399 | realizza 1400 | ghiaccio 1401 | classificata 1402 | impiegato 1403 | citato 1404 | fortezza 1405 | fabbrica 1406 | rappresentazione 1407 | pokémon 1408 | federale 1409 | conservato 1410 | ricostruzione 1411 | leggenda 1412 | applicazione 1413 | quegli 1414 | ritiene 1415 | ulteriormente 1416 | risorse 1417 | destinato 1418 | bacino 1419 | pierre 1420 | dischi 1421 | rugby 1422 | frutto 1423 | profondità 1424 | comprendeva 1425 | riconosciuto 1426 | internet 1427 | scomparsa 1428 | dialetto 1429 | esercizio 1430 | uccelli 1431 | suono 1432 | portarono 1433 | scientifico 1434 | tomba 1435 | arrivando 1436 | riescono 1437 | trasferimento 1438 | estensione 1439 | comunemente 1440 | pericolo 1441 | quadro 1442 | benché 1443 | novecento 1444 | descritto 1445 | introdotto 1446 | opposizione 1447 | avversario 1448 | erede 1449 | tappa 1450 | autunno 1451 | infanzia 1452 | decenni 1453 | benedetto 1454 | prevedeva 1455 | avanzata 1456 | abbandonato 1457 | pareti 1458 | compositore 1459 | affidata 1460 | tenente 1461 | socialista 1462 | uscire 1463 | prigionieri 1464 | medioevo 1465 | definitiva 1466 | venduto 1467 | successione 1468 | aiutare 1469 | assistente 1470 | gigante 1471 | pallacanestro 1472 | collegamento 1473 | cinematografica 1474 | navata 1475 | brescia 1476 | consigliere 1477 | liberazione 1478 | portogallo 1479 | anello 1480 | chitarrista 1481 | matematica 1482 | ducato 1483 | portando 1484 | gamma 1485 | professionista 1486 | cerimonia 1487 | disse 1488 | voleva 1489 | consente 1490 | commissario 1491 | arrestato 1492 | ciascuna 1493 | chiama 1494 | claudio 1495 | cannoni 1496 | seguendo 1497 | incluso 1498 | console 1499 | lunghe 1500 | riuscirono 1501 | musicisti 1502 | parrocchia 1503 | legame 1504 | champions 1505 | spada 1506 | austriaco 1507 | potesse 1508 | baviera 1509 | minaccia 1510 | rifugio 1511 | oceano 1512 | intenzione 1513 | avvocato 1514 | appoggio 1515 | estremità 1516 | sepolto 1517 | ferrari 1518 | daniel 1519 | usando 1520 | jones 1521 | marchese 1522 | scozia 1523 | impegno 1524 | recentemente 1525 | offerta 1526 | razza 1527 | pesante 1528 | atleti 1529 | cercando 1530 | quotidiano 1531 | acido 1532 | chris 1533 | urbano 1534 | frequenza 1535 | manga 1536 | abbandonare 1537 | fortuna 1538 | educazione 1539 | stanno 1540 | stazioni 1541 | conoscere 1542 | tribunale 1543 | invernali 1544 | alberi 1545 | colle 1546 | corrispondenza 1547 | interpreta 1548 | apparizione 1549 | street 1550 | insediamento 1551 | desiderio 1552 | normalmente 1553 | texas 1554 | foresta 1555 | assume 1556 | sequenza 1557 | rappresentanti 1558 | liceo 1559 | ceduto 1560 | riuscito 1561 | agricoltura 1562 | dopoguerra 1563 | settimo 1564 | successore 1565 | ridotto 1566 | cover 1567 | steve 1568 | capelli 1569 | accusa 1570 | sceneggiatura 1571 | conduce 1572 | digitale 1573 | lazio 1574 | prezzo 1575 | cavalleria 1576 | variante 1577 | evidente 1578 | brigata 1579 | rimanere 1580 | caterina 1581 | golfo 1582 | congregazione 1583 | ricordare 1584 | dovrebbe 1585 | candidato 1586 | sessuale 1587 | attesa 1588 | walter 1589 | carri 1590 | morale 1591 | riporta 1592 | accetta 1593 | selezione 1594 | studiare 1595 | condannato 1596 | tranne 1597 | critiche 1598 | fumetti 1599 | concilio 1600 | salvo 1601 | progettato 1602 | scott 1603 | calabria 1604 | continuare 1605 | risalente 1606 | emilia 1607 | divinità 1608 | scontri 1609 | aumentare 1610 | giunta 1611 | dichiarò 1612 | schermo 1613 | serata 1614 | trasformazione 1615 | diviene 1616 | dedicò 1617 | barcellona 1618 | laboratorio 1619 | raggiungendo 1620 | vivono 1621 | copertura 1622 | violenza 1623 | praticamente 1624 | pallavolo 1625 | virtù 1626 | errore 1627 | riduzione 1628 | insegnante 1629 | salvatore 1630 | intervista 1631 | superare 1632 | minimo 1633 | esordisce 1634 | uguale 1635 | chimica 1636 | suddiviso 1637 | terrestre 1638 | cratere 1639 | monete 1640 | limitata 1641 | descrive 1642 | conquistare 1643 | conseguente 1644 | notevolmente 1645 | jackson 1646 | specifico 1647 | emisfero 1648 | propone 1649 | prigione 1650 | somma 1651 | fornire 1652 | disney 1653 | insegnamento 1654 | cresciuto 1655 | individui 1656 | atene 1657 | ritrova 1658 | veloce 1659 | contributo 1660 | amante 1661 | meccanica 1662 | finisce 1663 | virginia 1664 | acciaio 1665 | abate 1666 | blocco 1667 | democratico 1668 | avventura 1669 | economiche 1670 | guidato 1671 | cambiare 1672 | aeronautica 1673 | fedeli 1674 | dolce 1675 | conferenza 1676 | effettuare 1677 | pensare 1678 | conquistato 1679 | totalmente 1680 | canadese 1681 | ungherese 1682 | catania 1683 | include 1684 | harry 1685 | altitudine 1686 | ragioni 1687 | morire 1688 | sostiene 1689 | dottor 1690 | documentario 1691 | malgrado 1692 | ferito 1693 | augusto 1694 | preparazione 1695 | spaziale 1696 | confermato 1697 | corrispondente 1698 | riccardo 1699 | licenza 1700 | calcistica 1701 | ebraica 1702 | sfondo 1703 | bosco 1704 | discorso 1705 | stabilì 1706 | decidono 1707 | lombardia 1708 | proposito 1709 | elettorale 1710 | variabile 1711 | ritratto 1712 | indietro 1713 | soldi 1714 | giudizio 1715 | produce 1716 | sacerdote 1717 | perdere 1718 | wrestling 1719 | responsabilità 1720 | copertina 1721 | emanuele 1722 | facile 1723 | sergio 1724 | tokyo 1725 | piemonte 1726 | sogno 1727 | turchia 1728 | pianoforte 1729 | costantinopoli 1730 | classificazione 1731 | calciatore 1732 | spiega 1733 | coinvolto 1734 | deputato 1735 | convocato 1736 | piattaforma 1737 | allievo 1738 | disciplina 1739 | terremoto 1740 | israele 1741 | trofeo 1742 | umanità 1743 | vissuto 1744 | ispirazione 1745 | duomo 1746 | stranieri 1747 | cercò 1748 | speranza 1749 | elena 1750 | fascista 1751 | milanese 1752 | indagini 1753 | alfonso 1754 | trama 1755 | paura 1756 | messaggio 1757 | entità 1758 | sorpresa 1759 | aquila 1760 | occidente 1761 | arrivato 1762 | pensa 1763 | dimostrato 1764 | vigore 1765 | elettronica 1766 | matteo 1767 | fallimento 1768 | polacco 1769 | annuale 1770 | messina 1771 | testimonianza 1772 | dovevano 1773 | recuperare 1774 | affinché 1775 | vasto 1776 | binari 1777 | tavola 1778 | agenzia 1779 | familiari 1780 | studiato 1781 | segnale 1782 | qualunque 1783 | tensione 1784 | permettere 1785 | rimasero 1786 | voluto 1787 | uccide 1788 | lavoratori 1789 | prossimità 1790 | veicoli 1791 | pesce 1792 | campanile 1793 | norvegia 1794 | dovrà 1795 | corea 1796 | scoprire 1797 | intende 1798 | venire 1799 | collina 1800 | conserva 1801 | capire 1802 | migliaia 1803 | magnitudine 1804 | probabile 1805 | merci 1806 | danimarca 1807 | densità 1808 | osservazione 1809 | letteralmente 1810 | miliardi 1811 | tommaso 1812 | permise 1813 | riprende 1814 | pazienti 1815 | ognuno 1816 | costituiscono 1817 | rientra 1818 | alessandria 1819 | statistiche 1820 | leonardo 1821 | parzialmente 1822 | cambiamento 1823 | parrocchiale 1824 | design 1825 | conclusione 1826 | partendo 1827 | pacifico 1828 | destino 1829 | suddivisione 1830 | night 1831 | mattina 1832 | trattava 1833 | rango 1834 | impatto 1835 | inaugurato 1836 | acquisto 1837 | storiche 1838 | veste 1839 | ideale 1840 | margherita 1841 | hotel 1842 | bocca 1843 | fermata 1844 | infortunio 1845 | terminata 1846 | assumere 1847 | reggio 1848 | diego 1849 | conferma 1850 | perdendo 1851 | editrice 1852 | dispone 1853 | impegnato 1854 | brown 1855 | civiltà 1856 | finire 1857 | spese 1858 | suonare 1859 | white 1860 | operativo 1861 | descrizione 1862 | dirige 1863 | sufficiente 1864 | young 1865 | nozze 1866 | scoppio 1867 | pianura 1868 | velivolo 1869 | musiche 1870 | sicuramente 1871 | ricordato 1872 | giocando 1873 | battendo 1874 | lavorazione 1875 | esilio 1876 | nostro 1877 | iscrizione 1878 | completato 1879 | johnson 1880 | cilindri 1881 | profilo 1882 | arabo 1883 | dimostra 1884 | windows 1885 | association 1886 | dante 1887 | strettamente 1888 | edward 1889 | brian 1890 | fossili 1891 | risalgono 1892 | esponenti 1893 | divennero 1894 | ridurre 1895 | atmosfera 1896 | reparti 1897 | western 1898 | irlandese 1899 | pubbliche 1900 | stabilito 1901 | flusso 1902 | centinaia 1903 | cugino 1904 | accompagnato 1905 | ordinato 1906 | pictures 1907 | archivio 1908 | simon 1909 | eliminato 1910 | recupero 1911 | mantenne 1912 | controllare 1913 | spettatori 1914 | complessivamente 1915 | manager 1916 | ovviamente 1917 | trieste 1918 | prototipo 1919 | incendio 1920 | rifiutò 1921 | prendendo 1922 | adottato 1923 | barone 1924 | senatore 1925 | gerusalemme 1926 | popolarità 1927 | decorazione 1928 | tentò 1929 | definisce 1930 | mille 1931 | bellezza 1932 | soccorso 1933 | residenti 1934 | portoghese 1935 | rimangono 1936 | sostenere 1937 | undici 1938 | abbandono 1939 | archi 1940 | cognome 1941 | occupato 1942 | frase 1943 | persino 1944 | ingegnere 1945 | considerazione 1946 | effettuato 1947 | corporation 1948 | profonda 1949 | tipicamente 1950 | alternativa 1951 | nonno 1952 | qualcuno 1953 | circolare 1954 | divenendo 1955 | esame 1956 | sostenuto 1957 | center 1958 | edoardo 1959 | individuale 1960 | narra 1961 | cacciatorpediniere 1962 | progettazione 1963 | schema 1964 | distruggere 1965 | frequenti 1966 | targa 1967 | videogiochi 1968 | conservazione 1969 | alice 1970 | eliminazione 1971 | sostituire 1972 | medesimo 1973 | collaborato 1974 | fontana 1975 | precisamente 1976 | determinato 1977 | effettivamente 1978 | sviluppare 1979 | ritenuto 1980 | adulti 1981 | fornisce 1982 | finestre 1983 | proteggere 1984 | risolvere 1985 | cemento 1986 | maurizio 1987 | privo 1988 | nucleare 1989 | danza 1990 | disambigua 1991 | raffigurante 1992 | tracciato 1993 | rappresentare 1994 | ruote 1995 | fiducia 1996 | superato 1997 | feudo 1998 | britanniche 1999 | turismo 2000 | arresto 2001 | elisabetta 2002 | sostanza 2003 | arena 2004 | sassonia 2005 | difendere 2006 | domanda 2007 | municipalità 2008 | alexander 2009 | comics 2010 | gravemente 2011 | catturato 2012 | raramente 2013 | slalom 2014 | segnando 2015 | belga 2016 | accettare 2017 | grigio 2018 | professione 2019 | ammiraglio 2020 | universale 2021 | addestramento 2022 | potrebbero 2023 | gregorio 2024 | cambiato 2025 | assalto 2026 | attribuito 2027 | opinione 2028 | billboard 2029 | migliorare 2030 | green 2031 | blues 2032 | spirituale 2033 | attaccare 2034 | distrutta 2035 | adattamento 2036 | indiana 2037 | museum 2038 | pieve 2039 | agostino 2040 | gianni 2041 | conobbe 2042 | professionale 2043 | recita 2044 | pontificio 2045 | performance 2046 | esistente 2047 | vincitrice 2048 | inviò 2049 | mantova 2050 | draft 2051 | ricevere 2052 | cucina 2053 | podio 2054 | celeste 2055 | battaglione 2056 | accedere 2057 | firmò 2058 | hitler 2059 | group 2060 | ucraina 2061 | assistenza 2062 | creando 2063 | carne 2064 | odierna 2065 | ricoperto 2066 | eretta 2067 | presero 2068 | prefettura 2069 | trasferirsi 2070 | eseguita 2071 | debuttato 2072 | states 2073 | circolo 2074 | milita 2075 | corrisponde 2076 | concezione 2077 | stima 2078 | discussione 2079 | sottospecie 2080 | stradale 2081 | virus 2082 | ospitare 2083 | approccio 2084 | scorta 2085 | radici 2086 | florida 2087 | grafica 2088 | retrocessione 2089 | pagamento 2090 | dichiarazione 2091 | british 2092 | offensiva 2093 | dimissioni 2094 | atletica 2095 | calendario 2096 | rurale 2097 | sanremo 2098 | teresa 2099 | chiedere 2100 | collabora 2101 | vicinanze 2102 | hollywood 2103 | permettono 2104 | ritirata 2105 | letteraria 2106 | crescente 2107 | arthur 2108 | garibaldi 2109 | bolla 2110 | women 2111 | salvezza 2112 | annuncia 2113 | umberto 2114 | apparentemente 2115 | istituita 2116 | panchina 2117 | vetta 2118 | denti 2119 | capisce 2120 | scegliere 2121 | probabilità 2122 | niente 2123 | sicuro 2124 | taylor 2125 | cristianesimo 2126 | ritirarsi 2127 | bobina 2128 | associato 2129 | vedova 2130 | diresse 2131 | sostituita 2132 | tonnellate 2133 | discesa 2134 | soppresso 2135 | potenziale 2136 | cagliari 2137 | scarsa 2138 | dottrina 2139 | equilibrio 2140 | pareggio 2141 | master 2142 | decisero 2143 | oratorio 2144 | coalizione 2145 | porzione 2146 | vendetta 2147 | zampe 2148 | scavi 2149 | videoclip 2150 | ampiamente 2151 | argomento 2152 | accusato 2153 | tabella 2154 | incaricato 2155 | island 2156 | london 2157 | server 2158 | drago 2159 | curva 2160 | ribelli 2161 | mettendo 2162 | compiere 2163 | jacques 2164 | bergamo 2165 | volley 2166 | pistola 2167 | profondamente 2168 | peraltro 2169 | fattore 2170 | roccia 2171 | insetti 2172 | nemmeno 2173 | parlamentare 2174 | nascosto 2175 | christian 2176 | esteri 2177 | teologia 2178 | estrema 2179 | utenti 2180 | ottavo 2181 | accaduto 2182 | lucio 2183 | boston 2184 | deserto 2185 | testamento 2186 | essenzialmente 2187 | registrare 2188 | carolina 2189 | impossibile 2190 | potrà 2191 | vescovile 2192 | dicendo 2193 | tende 2194 | possedeva 2195 | opportunità 2196 | affronta 2197 | dispositivo 2198 | roger 2199 | prosegue 2200 | meccanismo 2201 | abbiamo 2202 | navigazione 2203 | dubbio 2204 | settecento 2205 | condanna 2206 | garantire 2207 | pagare 2208 | affresco 2209 | ligure 2210 | richiede 2211 | schiavi 2212 | eventuali 2213 | quaranta 2214 | nobiltà 2215 | freddo 2216 | definire 2217 | metallo 2218 | vuoto 2219 | ingaggiato 2220 | portiere 2221 | promuovere 2222 | frammenti 2223 | matrice 2224 | cupola 2225 | stavano 2226 | sembrano 2227 | scudetto 2228 | interessante 2229 | zelanda 2230 | temporale 2231 | eccellenza 2232 | mantenendo 2233 | litri 2234 | docente 2235 | decisamente 2236 | batterista 2237 | permanente 2238 | organizzare 2239 | tradotto 2240 | seminario 2241 | juventus 2242 | consecutive 2243 | cattura 2244 | esordì 2245 | impedire 2246 | compone 2247 | sentimenti 2248 | novità 2249 | quindici 2250 | rimanendo 2251 | esattamente 2252 | positivo 2253 | troviamo 2254 | affermato 2255 | sudafrica 2256 | eredità 2257 | criminale 2258 | raggi 2259 | ombra 2260 | dedicarsi 2261 | esigenze 2262 | anziché 2263 | precisione 2264 | sperimentale 2265 | arrivarono 2266 | consumo 2267 | barbara 2268 | gusto 2269 | sintesi 2270 | giuliano 2271 | certamente 2272 | johnny 2273 | andando 2274 | colonie 2275 | network 2276 | nazista 2277 | classifiche 2278 | versante 2279 | cadde 2280 | seguono 2281 | dipendenti 2282 | considera 2283 | eliminare 2284 | italo 2285 | sconfiggere 2286 | specifiche 2287 | considerare 2288 | programmazione 2289 | efficace 2290 | johann 2291 | sostanzialmente 2292 | fotografia 2293 | liquido 2294 | contadini 2295 | aviazione 2296 | tessuto 2297 | modificato 2298 | fiorentina 2299 | scozzese 2300 | aragona 2301 | socio 2302 | pavia 2303 | wilson 2304 | dettagli 2305 | tutela 2306 | golden 2307 | avvento 2308 | esplosione 2309 | sabato 2310 | gloria 2311 | north 2312 | stabilire 2313 | coscienza 2314 | livorno 2315 | traguardo 2316 | costellazione 2317 | svolgere 2318 | appartamento 2319 | touchdown 2320 | specialità 2321 | rotazione 2322 | ospitato 2323 | trovavano 2324 | separazione 2325 | diploma 2326 | determinare 2327 | ottimo 2328 | lewis 2329 | configurazione 2330 | opposto 2331 | mostrato 2332 | billy 2333 | playoff 2334 | south 2335 | apparato 2336 | finito 2337 | vetro 2338 | ritornare 2339 | chiaramente 2340 | scudo 2341 | causato 2342 | perugia 2343 | tesoro 2344 | bensì 2345 | lavorando 2346 | ambientato 2347 | danese 2348 | espresso 2349 | viaggiatori 2350 | rivelato 2351 | territoriale 2352 | includono 2353 | colleghi 2354 | valutazione 2355 | little 2356 | ludovico 2357 | partecipando 2358 | marine 2359 | appaiono 2360 | abitazione 2361 | larghezza 2362 | cominciarono 2363 | permettendo 2364 | ballo 2365 | online 2366 | riuscire 2367 | salone 2368 | percentuale 2369 | convenzione 2370 | ricopre 2371 | raccogliere 2372 | democrazia 2373 | sponsor 2374 | rottura 2375 | bizantino 2376 | vietnam 2377 | spinta 2378 | atteggiamento 2379 | azzurro 2380 | comporta 2381 | ambasciatore 2382 | panorama 2383 | finlandia 2384 | sound 2385 | negozio 2386 | françois 2387 | monumentale 2388 | contatti 2389 | mitologia 2390 | difensore 2391 | proseguire 2392 | castel 2393 | discendenti 2394 | divide 2395 | debole 2396 | toponimo 2397 | manuale 2398 | animazione 2399 | abside 2400 | concesso 2401 | entrando 2402 | volere 2403 | contribuì 2404 | jimmy 2405 | grotta 2406 | maresciallo 2407 | tradizionalmente 2408 | indoor 2409 | catalogo 2410 | cattedra 2411 | laureato 2412 | ritrovati 2413 | ingegneria 2414 | filosofo 2415 | antichità 2416 | boschi 2417 | artificiale 2418 | system 2419 | intensità 2420 | entertainment 2421 | bartolomeo 2422 | aggiornate 2423 | borsa 2424 | georgia 2425 | valida 2426 | ascesa 2427 | mussolini 2428 | facevano 2429 | sentenza 2430 | calibro 2431 | pronto 2432 | taglio 2433 | venga 2434 | indice 2435 | arcipelago 2436 | clemente 2437 | consegna 2438 | massiccio 2439 | convincere 2440 | brillante 2441 | stabilimento 2442 | organismo 2443 | dimostrare 2444 | regolarmente 2445 | gaetano 2446 | esperto 2447 | variazioni 2448 | vedono 2449 | norvegese 2450 | audio 2451 | permanenza 2452 | regolamento 2453 | cariche 2454 | fidanzata 2455 | scultore 2456 | curato 2457 | ristrutturazione 2458 | improvvisamente 2459 | declino 2460 | telaio 2461 | cadere 2462 | tredici 2463 | interessato 2464 | andré 2465 | derivato 2466 | delegazione 2467 | frequentato 2468 | columbia 2469 | partner 2470 | amichevole 2471 | risalire 2472 | elizabeth 2473 | esperimenti 2474 | conquistando 2475 | basket 2476 | bernardo 2477 | dipende 2478 | kevin 2479 | arrondissement 2480 | talento 2481 | victor 2482 | apparso 2483 | sfera 2484 | incontrano 2485 | seppur 2486 | riferirsi 2487 | poveri 2488 | primato 2489 | modifica 2490 | trasformato 2491 | bombardamento 2492 | rapper 2493 | deposito 2494 | rocce 2495 | gestire 2496 | riprendere 2497 | ricchi 2498 | cortile 2499 | robot 2500 | galles 2501 | luciano 2502 | organizza 2503 | power 2504 | volontari 2505 | presentazione 2506 | franchi 2507 | chiesto 2508 | concessione 2509 | servita 2510 | charlie 2511 | castiglia 2512 | droga 2513 | repertorio 2514 | satellite 2515 | tendenza 2516 | habitat 2517 | salerno 2518 | mantiene 2519 | parteciparono 2520 | visconti 2521 | collegato 2522 | avessero 2523 | strategia 2524 | valli 2525 | funzionamento 2526 | tipologia 2527 | anziano 2528 | municipio 2529 | prato 2530 | influenzato 2531 | incarichi 2532 | doppiato 2533 | anniversario 2534 | stare 2535 | progressivamente 2536 | finlandese 2537 | bruce 2538 | pressoché 2539 | hamilton 2540 | radicale 2541 | osservare 2542 | borgogna 2543 | costumi 2544 | continentale 2545 | salita 2546 | cresce 2547 | spiaggia 2548 | appartenenza 2549 | sydney 2550 | siracusa 2551 | collocato 2552 | anderson 2553 | fabio 2554 | attaccato 2555 | contempo 2556 | concentrazione 2557 | unisce 2558 | pubblicare 2559 | costituzionale 2560 | lombardo 2561 | terapia 2562 | consenso 2563 | conseguito 2564 | scoprono 2565 | piacenza 2566 | creature 2567 | prendono 2568 | marcello 2569 | institute 2570 | gioventù 2571 | sottoposto 2572 | adriano 2573 | particelle 2574 | operare 2575 | costantino 2576 | liberale 2577 | esecutivo 2578 | fiore 2579 | storicamente 2580 | barocco 2581 | equivalente 2582 | sconfisse 2583 | appello 2584 | filippine 2585 | taranto 2586 | amministratore 2587 | malta 2588 | farmaco 2589 | mobili 2590 | assassino 2591 | sostenitori 2592 | pseudonimo 2593 | comprendere 2594 | eugenio 2595 | ginevra 2596 | calcolo 2597 | dibattito 2598 | appositamente 2599 | minerale 2600 | fantasy 2601 | appartengono 2602 | coraggio 2603 | cominciato 2604 | laghi 2605 | vegetazione 2606 | favorevole 2607 | archeologici 2608 | apostolico 2609 | adozione 2610 | sforzi 2611 | junior 2612 | decorato 2613 | friuli 2614 | killer 2615 | sorgente 2616 | canton 2617 | microsoft 2618 | personalmente 2619 | insegna 2620 | giurisdizione 2621 | scioglimento 2622 | utili 2623 | bilancio 2624 | episcopale 2625 | approvazione 2626 | verticale 2627 | atlantico 2628 | ritmo 2629 | isabella 2630 | girolamo 2631 | cranio 2632 | credere 2633 | altrimenti 2634 | naturalmente 2635 | praga 2636 | comprendente 2637 | equazione 2638 | apparteneva 2639 | dorsale 2640 | condusse 2641 | scelse 2642 | marvel 2643 | incontrare 2644 | sottile 2645 | sindrome 2646 | cinquecento 2647 | rapida 2648 | howard 2649 | sofia 2650 | esteso 2651 | bonus 2652 | statuto 2653 | locomotive 2654 | giurisprudenza 2655 | mauro 2656 | franchigia 2657 | avvenimenti 2658 | maschera 2659 | cittadinanza 2660 | romeo 2661 | friedrich 2662 | nomination 2663 | operato 2664 | paris 2665 | combinazione 2666 | cervello 2667 | seguirono 2668 | presentava 2669 | dominante 2670 | fornito 2671 | condurre 2672 | treviso 2673 | puglia 2674 | stone 2675 | bassista 2676 | patrick 2677 | musulmani 2678 | terme 2679 | mantenuto 2680 | pratiche 2681 | siria 2682 | incremento 2683 | parziale 2684 | significativo 2685 | realizzando 2686 | riconoscere 2687 | dieta 2688 | piemontese 2689 | proteine 2690 | aiuta 2691 | cantautore 2692 | continuità 2693 | death 2694 | rilasciato 2695 | ricchezza 2696 | ossigeno 2697 | cammino 2698 | academy 2699 | frequentemente 2700 | principato 2701 | cifra 2702 | ottomano 2703 | riunione 2704 | warner 2705 | affermando 2706 | perfettamente 2707 | davvero 2708 | alpino 2709 | latte 2710 | space 2711 | sessione 2712 | marche 2713 | scende 2714 | sintomi 2715 | alimentazione 2716 | niccolò 2717 | completare 2718 | sedici 2719 | inciso 2720 | caldo 2721 | accolto 2722 | nativi 2723 | radar 2724 | gabriele 2725 | pioggia 2726 | averlo 2727 | fascismo 2728 | brasiliano 2729 | pomeriggio 2730 | emittente 2731 | vaticano 2732 | biennale 2733 | beach 2734 | supremo 2735 | tradimento 2736 | conversione 2737 | preghiera 2738 | distante 2739 | theatre 2740 | venerdì 2741 | intensa 2742 | broadway 2743 | settimanale 2744 | crebbe 2745 | esito 2746 | premier 2747 | carrozzeria 2748 | prospettiva 2749 | complessiva 2750 | striscia 2751 | ravenna 2752 | universitario 2753 | rettangolare 2754 | conservatorio 2755 | parlato 2756 | orecchie 2757 | manchester 2758 | avvio 2759 | gestito 2760 | derby 2761 | douglas 2762 | conference 2763 | river 2764 | dramma 2765 | alimentare 2766 | imponente 2767 | oliver 2768 | convince 2769 | aires 2770 | grandezza 2771 | raggiungono 2772 | carbonio 2773 | reddito 2774 | parentesi 2775 | clienti 2776 | distingue 2777 | magno 2778 | guerrieri 2779 | staffetta 2780 | jugoslavia 2781 | buenos 2782 | colui 2783 | subisce 2784 | svolgono 2785 | legislatura 2786 | detective 2787 | accettato 2788 | fantascienza 2789 | presentare 2790 | manutenzione 2791 | collaborare 2792 | frontiera 2793 | sarah 2794 | verranno 2795 | pubblicità 2796 | scienziati 2797 | sbarco 2798 | miniserie 2799 | quadrati 2800 | cantata 2801 | velocemente 2802 | lucca 2803 | amato 2804 | genovese 2805 | verifica 2806 | scappare 2807 | diedero 2808 | continuarono 2809 | contessa 2810 | lentamente 2811 | horror 2812 | pietroburgo 2813 | serbia 2814 | miami 2815 | risponde 2816 | dirigente 2817 | croazia 2818 | tentato 2819 | pianeti 2820 | normandia 2821 | possiamo 2822 | asburgo 2823 | destinazione 2824 | pozzo 2825 | preliminare 2826 | pontefice 2827 | gordon 2828 | navali 2829 | perduto 2830 | riconosce 2831 | costantemente 2832 | trovarono 2833 | attentato 2834 | tipiche 2835 | batman 2836 | ecclesiastica 2837 | ricorso 2838 | soprannome 2839 | considerando 2840 | negativo 2841 | catturare 2842 | misterioso 2843 | carabinieri 2844 | affermazione 2845 | paradiso 2846 | penale 2847 | viale 2848 | evidenza 2849 | promessa 2850 | inchiesta 2851 | contenere 2852 | immaginario 2853 | approvata 2854 | ostilità 2855 | automobile 2856 | identificato 2857 | circolazione 2858 | first 2859 | circoscrizione 2860 | coperta 2861 | dialogo 2862 | lineare 2863 | unicamente 2864 | autostrada 2865 | prestigio 2866 | depressione 2867 | inediti 2868 | tournée 2869 | logica 2870 | monza 2871 | reazioni 2872 | frequentare 2873 | supercoppa 2874 | premiato 2875 | concorrenti 2876 | consistente 2877 | vicepresidente 2878 | giungere 2879 | campania 2880 | armamento 2881 | consentire 2882 | poema 2883 | colorazione 2884 | orientamento 2885 | cadavere 2886 | strati 2887 | rappresentanza 2888 | alfred 2889 | cancro 2890 | attraversato 2891 | clark 2892 | oscuro 2893 | fisso 2894 | patriarca 2895 | jersey 2896 | apollo 2897 | rilevante 2898 | confederazione 2899 | rosario 2900 | restano 2901 | competenza 2902 | bombe 2903 | purtroppo 2904 | veramente 2905 | allen 2906 | cilindrata 2907 | sopravvissuti 2908 | contengono 2909 | editoriale 2910 | agricola 2911 | clinica 2912 | piatto 2913 | tifosi 2914 | misto 2915 | recitato 2916 | parallelo 2917 | stagionale 2918 | prossimo 2919 | suicidio 2920 | clero 2921 | realmente 2922 | pedro 2923 | divenire 2924 | comprendono 2925 | periferia 2926 | seicento 2927 | queen 2928 | compaiono 2929 | assunzione 2930 | novara 2931 | testata 2932 | playstation 2933 | sultano 2934 | esposto 2935 | bibbia 2936 | trasforma 2937 | vertici 2938 | intellettuali 2939 | acquisizione 2940 | trasferta 2941 | continuato 2942 | combatté 2943 | corrado 2944 | soprannominato 2945 | emergenza 2946 | austro 2947 | allevamento 2948 | cantiere 2949 | formando 2950 | apparire 2951 | sommità 2952 | aiutato 2953 | colpisce 2954 | presumibilmente 2955 | staff 2956 | possedimenti 2957 | racing 2958 | marrone 2959 | fernando 2960 | soggiorno 2961 | sposare 2962 | varese 2963 | county 2964 | fedeltà 2965 | atterraggio 2966 | amsterdam 2967 | tragedia 2968 | rovine 2969 | vivevano 2970 | altrettanto 2971 | gradualmente 2972 | adesso 2973 | riproduzione 2974 | aquitania 2975 | sentiero 2976 | procedura 2977 | genio 2978 | autobus 2979 | pavimento 2980 | temporaneamente 2981 | stephen 2982 | decisivo 2983 | missili 2984 | baseball 2985 | specializzata 2986 | tabellone 2987 | times 2988 | caffè 2989 | recarsi 2990 | andarono 2991 | oblast 2992 | appuntamento 2993 | carter 2994 | efficacia 2995 | robin 2996 | eccetto 2997 | affiancato 2998 | loira 2999 | trascorse 3000 | costiera 3001 | jason 3002 | padrone 3003 | galassia 3004 | rinascimentale 3005 | quattordici 3006 | pilastri 3007 | idrogeno 3008 | militante 3009 | ricostruita 3010 | venisse 3011 | partigiani 3012 | cellulare 3013 | turca 3014 | salire 3015 | riposo 3016 | colpire 3017 | chiunque 3018 | riportare 3019 | fabrizio 3020 | frati 3021 | innamorato 3022 | criteri 3023 | rajon 3024 | polvere 3025 | decidere 3026 | juniores 3027 | succedette 3028 | pronuncia 3029 | crescere 3030 | globale 3031 | tempesta 3032 | unirsi 3033 | disposti 3034 | circondato 3035 | geografica 3036 | propaganda 3037 | adige 3038 | incrociatore 3039 | interpretare 3040 | delegato 3041 | fabbricato 3042 | perdono 3043 | distinti 3044 | circostante 3045 | jordan 3046 | miglioramento 3047 | bruxelles 3048 | repubblicano 3049 | integrale 3050 | collaboratore 3051 | rivali 3052 | vorrebbe 3053 | blocchi 3054 | sostenne 3055 | invita 3056 | terribile 3057 | alfabeto 3058 | abile 3059 | rientrare 3060 | permetteva 3061 | diario 3062 | ristorante 3063 | canna 3064 | rinunciare 3065 | proviene 3066 | estrazione 3067 | manovra 3068 | immediato 3069 | intraprese 3070 | crollo 3071 | cronaca 3072 | demone 3073 | ambientale 3074 | stesura 3075 | diversamente 3076 | manufacturing 3077 | svariati 3078 | parità 3079 | scendere 3080 | australiano 3081 | finanziaria 3082 | albania 3083 | dovettero 3084 | ceramica 3085 | barca 3086 | fisiche 3087 | giuria 3088 | diventerà 3089 | abiti 3090 | anthony 3091 | separati 3092 | mercedes 3093 | ribellione 3094 | tentare 3095 | molteplici 3096 | oxford 3097 | ernesto 3098 | sfruttare 3099 | pasquale 3100 | monarchia 3101 | propulsore 3102 | flora 3103 | dottorato 3104 | mostrare 3105 | vincent 3106 | esisteva 3107 | acronimo 3108 | entrarono 3109 | centimetri 3110 | frontale 3111 | cinta 3112 | patrono 3113 | fantasma 3114 | riteneva 3115 | predecessore 3116 | dintorni 3117 | chiamare 3118 | volante 3119 | mentale 3120 | annualmente 3121 | gonzaga 3122 | dimora 3123 | battezzati 3124 | ordinario 3125 | intelligenza 3126 | esprime 3127 | borbone 3128 | salvato 3129 | giunsero 3130 | bulgaria 3131 | diana 3132 | tematiche 3133 | sequel 3134 | bolzano 3135 | apple 3136 | protetta 3137 | slovacchia 3138 | ideato 3139 | scuderia 3140 | spostamento 3141 | palio 3142 | sebastiano 3143 | scandalo 3144 | kelly 3145 | suggerisce 3146 | ampliamento 3147 | riservato 3148 | teorema 3149 | obbligo 3150 | algeria 3151 | rinvenuti 3152 | manuel 3153 | porterà 3154 | conoscono 3155 | siamo 3156 | credito 3157 | gambe 3158 | alluminio 3159 | census 3160 | carbone 3161 | assolutamente 3162 | revisione 3163 | corazzata 3164 | transizione 3165 | continuando 3166 | confraternita 3167 | psicologia 3168 | occorre 3169 | sostengono 3170 | lecce 3171 | trentino 3172 | parker 3173 | conduzione 3174 | tendono 3175 | samuel 3176 | adiacente 3177 | contrastare 3178 | specchio 3179 | liberato 3180 | ettari 3181 | microregione 3182 | luisa 3183 | silvio 3184 | sonorità 3185 | spessore 3186 | duello 3187 | maddalena 3188 | renault 3189 | ubicato 3190 | intraprendere 3191 | recitazione 3192 | fiera 3193 | agire 3194 | tunnel 3195 | descrivere 3196 | insignito 3197 | scientifiche 3198 | disputare 3199 | colpevole 3200 | inseguimento 3201 | ottone 3202 | affetto 3203 | necessariamente 3204 | ricercatori 3205 | grossi 3206 | integrazione 3207 | nintendo 3208 | guinea 3209 | soffitto 3210 | attuazione 3211 | distinzione 3212 | dylan 3213 | precisa 3214 | qualifica 3215 | restare 3216 | sospensione 3217 | gotico 3218 | cantare 3219 | portava 3220 | vicario 3221 | causando 3222 | adatto 3223 | rivalità 3224 | imprenditore 3225 | sentire 3226 | falso 3227 | operatore 3228 | suonato 3229 | extra 3230 | indossa 3231 | violino 3232 | linguistica 3233 | altopiano 3234 | ottica 3235 | edificata 3236 | sconfiggendo 3237 | pechino 3238 | persero 3239 | ritardo 3240 | magazine 3241 | produsse 3242 | professionistico 3243 | andamento 3244 | costrinse 3245 | animata 3246 | incinta 3247 | orizzontale 3248 | concetti 3249 | ghiacciaio 3250 | loggia 3251 | registro 3252 | heavy 3253 | preferito 3254 | favorire 3255 | potessero 3256 | adriatico 3257 | claude 3258 | visibilità 3259 | bonaparte 3260 | poeti 3261 | ispettore 3262 | gravità 3263 | raffaele 3264 | fiction 3265 | abruzzo 3266 | controllata 3267 | fiamme 3268 | superando 3269 | attaccante 3270 | rimini 3271 | manoscritto 3272 | costruì 3273 | violento 3274 | povertà 3275 | santiago 3276 | dilettanti 3277 | estivo 3278 | compilation 3279 | crociera 3280 | silenzio 3281 | apprezzato 3282 | bottega 3283 | enzima 3284 | indirizzo 3285 | neanche 3286 | dallas 3287 | avviato 3288 | scafo 3289 | borghese 3290 | dominazione 3291 | trilogia 3292 | jerry 3293 | bobby 3294 | rassegna 3295 | stavolta 3296 | serena 3297 | prefetto 3298 | siciliana 3299 | contrada 3300 | servì 3301 | nutre 3302 | direttiva 3303 | morgan 3304 | sopravvivere 3305 | albanese 3306 | installazione 3307 | compleanno 3308 | recensioni 3309 | ricevendo 3310 | zucchero 3311 | essenziale 3312 | caratterizza 3313 | modulo 3314 | altresì 3315 | assumendo 3316 | gioia 3317 | macedonia 3318 | business 3319 | viveva 3320 | parametri 3321 | primaria 3322 | iniziando 3323 | osservatorio 3324 | eddie 3325 | mistero 3326 | seguaci 3327 | coltivazione 3328 | colombo 3329 | secondaria 3330 | sembrava 3331 | avvicina 3332 | canonico 3333 | cerchio 3334 | offrire 3335 | aggiunse 3336 | dopodiché 3337 | fusoliera 3338 | cornice 3339 | molecole 3340 | ordinamento 3341 | restanti 3342 | scolastico 3343 | rally 3344 | colpita 3345 | sottostante 3346 | estinzione 3347 | cronache 3348 | uccisione 3349 | liguria 3350 | notorietà 3351 | seggi 3352 | pastorale 3353 | provoca 3354 | gemelli 3355 | ammesso 3356 | sfruttando 3357 | automatico 3358 | orologio 3359 | corriere 3360 | impulso 3361 | terminale 3362 | vocali 3363 | inviare 3364 | parroco 3365 | trovati 3366 | strage 3367 | concorrenza 3368 | toronto 3369 | fallito 3370 | efficienza 3371 | pietà 3372 | candidatura 3373 | defunto 3374 | referendum 3375 | convoglio 3376 | remix 3377 | accade 3378 | gestisce 3379 | rispose 3380 | mesoregione 3381 | stanley 3382 | cross 3383 | distinguere 3384 | anticipo 3385 | presbiterio 3386 | munizioni 3387 | crimine 3388 | orlando 3389 | lucas 3390 | liste 3391 | crocifisso 3392 | strega 3393 | sostenendo 3394 | esibizione 3395 | identificare 3396 | disponibilità 3397 | fortificazioni 3398 | millennio 3399 | nacquero 3400 | stadium 3401 | spiegare 3402 | cintura 3403 | australe 3404 | inaugurazione 3405 | pastore 3406 | liberamente 3407 | trionfo 3408 | rispondere 3409 | procuratore 3410 | superstiti 3411 | benzina 3412 | finora 3413 | european 3414 | olanda 3415 | giungendo 3416 | cremona 3417 | intervenire 3418 | atlanta 3419 | wayne 3420 | sguardo 3421 | diesel 3422 | dirigere 3423 | visitatori 3424 | rodano 3425 | coloniale 3426 | testimone 3427 | sorti 3428 | ritrovamento 3429 | pannelli 3430 | identificazione 3431 | tommy 3432 | carburante 3433 | automobilistica 3434 | osservata 3435 | vogliono 3436 | achille 3437 | raggiunsero 3438 | nemiche 3439 | annesso 3440 | bersaglio 3441 | documentazione 3442 | innamora 3443 | qualora 3444 | armistizio 3445 | houston 3446 | analogo 3447 | sconfigge 3448 | kansas 3449 | modificare 3450 | reggente 3451 | informatica 3452 | ucciderlo 3453 | elegante 3454 | funzionalità 3455 | miniere 3456 | continuamente 3457 | primogenito 3458 | conduttore 3459 | acquistare 3460 | istruzioni 3461 | perfetto 3462 | lavorava 3463 | avanguardia 3464 | islam 3465 | vestiti 3466 | coordinate 3467 | minnesota 3468 | intervallo 3469 | trasportare 3470 | capocannoniere 3471 | girare 3472 | sorgeva 3473 | ricostruire 3474 | maturità 3475 | detroit 3476 | rispettivi 3477 | attivamente 3478 | corruzione 3479 | arbitro 3480 | vegetali 3481 | sfruttamento 3482 | contribuendo 3483 | procedere 3484 | rodolfo 3485 | signoria 3486 | nettamente 3487 | zurigo 3488 | definì 3489 | masse 3490 | ottennero 3491 | assistere 3492 | sopravvivenza 3493 | strisce 3494 | apparente 3495 | cooper 3496 | radiazione 3497 | assente 3498 | costituì 3499 | stabilisce 3500 | selezionato 3501 | straordinaria 3502 | consisteva 3503 | telefono 3504 | laser 3505 | organico 3506 | pescara 3507 | tornando 3508 | russell 3509 | celebrare 3510 | scrittrice 3511 | great 3512 | uniforme 3513 | servire 3514 | conteneva 3515 | leopoldo 3516 | proteste 3517 | asiatico 3518 | riguardano 3519 | boemia 3520 | procedimento 3521 | armenia 3522 | montato 3523 | mammiferi 3524 | architettonico 3525 | fondare 3526 | mancano 3527 | armatura 3528 | giove 3529 | applicata 3530 | jacopo 3531 | delitto 3532 | abbigliamento 3533 | nazionalità 3534 | polemiche 3535 | consentito 3536 | divorzio 3537 | pennsylvania 3538 | anteprima 3539 | margaret 3540 | sensibilità 3541 | mattoni 3542 | svolgimento 3543 | sostituendo 3544 | poliziotto 3545 | annessione 3546 | guidare 3547 | pesantemente 3548 | cavità 3549 | riflessione 3550 | occupare 3551 | pellegrini 3552 | reliquie 3553 | indicazioni 3554 | austin 3555 | consorzio 3556 | charlotte 3557 | ritrovano 3558 | supplementari 3559 | discreto 3560 | federato 3561 | rivoluzionario 3562 | soppressione 3563 | ugualmente 3564 | división 3565 | soglia 3566 | flash 3567 | parallelamente 3568 | ricognizione 3569 | becco 3570 | impostazione 3571 | narrazione 3572 | installato 3573 | sponda 3574 | diavolo 3575 | sacrificio 3576 | venezuela 3577 | vinsero 3578 | esprimere 3579 | finendo 3580 | anticamente 3581 | protocollo 3582 | descrisse 3583 | introdusse 3584 | accademico 3585 | cambridge 3586 | ciclismo 3587 | ritengono 3588 | biografia 3589 | pericoloso 3590 | assassinato 3591 | palma 3592 | drammatico 3593 | illuminazione 3594 | disputando 3595 | pendici 3596 | uccidendo 3597 | poetica 3598 | napoletano 3599 | riferito 3600 | elaborazione 3601 | altamente 3602 | appassionato 3603 | petrolio 3604 | jonathan 3605 | impose 3606 | stellare 3607 | occuparsi 3608 | marittima 3609 | narrativa 3610 | raimondo 3611 | sospeso 3612 | datata 3613 | heart 3614 | confusione 3615 | scrivendo 3616 | forlì 3617 | ercole 3618 | kennedy 3619 | pubblicamente 3620 | libia 3621 | geometria 3622 | benevento 3623 | liverpool 3624 | cedette 3625 | collocazione 3626 | funzionari 3627 | assegnazione 3628 | allestimento 3629 | passarono 3630 | honda 3631 | philip 3632 | manifesto 3633 | militato 3634 | mantenimento 3635 | etiopia 3636 | varsavia 3637 | compongono 3638 | viventi 3639 | incursioni 3640 | seattle 3641 | subire 3642 | channel 3643 | berlusconi 3644 | largamente 3645 | corretta 3646 | improvviso 3647 | dovesse 3648 | nelson 3649 | indipendentemente 3650 | schierato 3651 | panzer 3652 | artistiche 3653 | spettro 3654 | preceduto 3655 | ruggero 3656 | coinvolgimento 3657 | occasionalmente 3658 | progressivo 3659 | talmente 3660 | superman 3661 | debito 3662 | costruttori 3663 | risultava 3664 | portaerei 3665 | brindisi 3666 | rinascimento 3667 | libretto 3668 | michelangelo 3669 | pallone 3670 | rinuncia 3671 | uniche 3672 | particolarità 3673 | cannes 3674 | databile 3675 | silver 3676 | dimostrazione 3677 | christopher 3678 | guadagnare 3679 | strano 3680 | spinse 3681 | ambientazione 3682 | sceglie 3683 | magico 3684 | wilhelm 3685 | ortodossa 3686 | resistere 3687 | gentile 3688 | imperatrice 3689 | doppietta 3690 | disturbi 3691 | colorado 3692 | visitare 3693 | cresta 3694 | membrana 3695 | pienamente 3696 | etnica 3697 | assiste 3698 | rilascio 3699 | precipitazioni 3700 | topolino 3701 | track 3702 | azerbaigian 3703 | disastro 3704 | imminente 3705 | osservatore 3706 | point 3707 | classiche 3708 | provocando 3709 | assistito 3710 | decima 3711 | squadriglia 3712 | udine 3713 | crociata 3714 | requisiti 3715 | prete 3716 | rappresentava 3717 | lapide 3718 | incrocio 3719 | difatti 3720 | ranking 3721 | lincoln 3722 | lettori 3723 | comprensione 3724 | interfaccia 3725 | elementare 3726 | grammy 3727 | interpretando 3728 | miguel 3729 | rifiutato 3730 | lento 3731 | marshall 3732 | capolinea 3733 | riscatto 3734 | fattoria 3735 | strumentale 3736 | fugge 3737 | lanciata 3738 | stewart 3739 | diminuzione 3740 | tumore 3741 | finanze 3742 | massacro 3743 | attraversare 3744 | gallia 3745 | ginocchio 3746 | pensato 3747 | bureau 3748 | restaurato 3749 | arizona 3750 | raggiungibile 3751 | cancelliere 3752 | amedeo 3753 | turisti 3754 | grant 3755 | doppiaggio 3756 | avvenire 3757 | massachusetts 3758 | mettono 3759 | scacchi 3760 | innumerevoli 3761 | preparare 3762 | pirati 3763 | giuridico 3764 | baden 3765 | janeiro 3766 | guarnigione 3767 | stimato 3768 | emily 3769 | lussemburgo 3770 | parecchi 3771 | beatles 3772 | adams 3773 | neppure 3774 | cooperazione 3775 | variano 3776 | incirca 3777 | trattative 3778 | parere 3779 | esclusiva 3780 | indagare 3781 | diagnosi 3782 | aprono 3783 | corde 3784 | casalinga 3785 | consegnato 3786 | chiedendo 3787 | orario 3788 | viceversa 3789 | autorizzazione 3790 | smackdown 3791 | margini 3792 | agonistica 3793 | affidò 3794 | slovenia 3795 | digimon 3796 | possiedono 3797 | integrato 3798 | menzione 3799 | certezza 3800 | marziali 3801 | freccia 3802 | osserva 3803 | difensiva 3804 | menzionato 3805 | inserimento 3806 | sepoltura 3807 | propriamente 3808 | quattrocento 3809 | templi 3810 | africana 3811 | beatrice 3812 | privilegi 3813 | designato 3814 | plastica 3815 | canti 3816 | vladimir 3817 | cristallo 3818 | iscritti 3819 | youtube 3820 | trattare 3821 | gravidanza 3822 | apertamente 3823 | veneziano 3824 | lorena 3825 | battesimo 3826 | stadi 3827 | legali 3828 | soddisfare 3829 | camillo 3830 | verificare 3831 | montaggio 3832 | sovranità 3833 | determina 3834 | lisbona 3835 | riuniti 3836 | interrotto 3837 | distacco 3838 | arcangelo 3839 | concludere 3840 | vendicarsi 3841 | goffredo 3842 | battere 3843 | celebrazione 3844 | nizza 3845 | reputazione 3846 | action 3847 | longobardi 3848 | potendo 3849 | mercanti 3850 | connazionale 3851 | isolamento 3852 | adesione 3853 | infrastrutture 3854 | major 3855 | insegnare 3856 | protestante 3857 | unesco 3858 | serpente 3859 | favorito 3860 | provenienza 3861 | consentono 3862 | sottofamiglia 3863 | celebrato 3864 | rilevanza 3865 | piacere 3866 | dipendenza 3867 | informa 3868 | valerio 3869 | apostoli 3870 | incisioni 3871 | uruguay 3872 | minoranza 3873 | contribuisce 3874 | productions 3875 | budget 3876 | introduce 3877 | wright 3878 | eleonora 3879 | portico 3880 | arturo 3881 | taiwan 3882 | centrocampista 3883 | derivare 3884 | variare 3885 | orleans 3886 | dream 3887 | infinito 3888 | erroneamente 3889 | insegnato 3890 | parlando 3891 | civico 3892 | sensibile 3893 | divino 3894 | adottare 3895 | cuneo 3896 | causare 3897 | seduta 3898 | roland 3899 | hepworth 3900 | incoronazione 3901 | serbo 3902 | raffigura 3903 | torinese 3904 | imposta 3905 | mantello 3906 | consulente 3907 | nobel 3908 | islamica 3909 | viceré 3910 | prigionia 3911 | segnalare 3912 | atomi 3913 | determinazione 3914 | diciotto 3915 | severo 3916 | danneggiato 3917 | cripta 3918 | botanico 3919 | tributo 3920 | bombardieri 3921 | sterline 3922 | benjamin 3923 | landkreis 3924 | bosnia 3925 | citare 3926 | monica 3927 | congo 3928 | combattuto 3929 | marinai 3930 | angoli 3931 | annibale 3932 | sapienza 3933 | affaccia 3934 | thailandia 3935 | mangiare 3936 | alquanto 3937 | cleveland 3938 | tenore 3939 | immigrati 3940 | trasformare 3941 | duchessa 3942 | giancarlo 3943 | valvole 3944 | separa 3945 | corsica 3946 | richiama 3947 | chuck 3948 | provengono 3949 | mensile 3950 | palestina 3951 | sceneggiatore 3952 | granduca 3953 | budapest 3954 | disegnato 3955 | conferito 3956 | magazzino 3957 | suffraganea 3958 | procura 3959 | rinforzi 3960 | collettivo 3961 | tonalità 3962 | dignità 3963 | provenza 3964 | brevemente 3965 | contrasti 3966 | raggiungimento 3967 | ricade 3968 | cacciatori 3969 | arancione 3970 | funzionale 3971 | combustibile 3972 | herbert 3973 | diplomatico 3974 | illinois 3975 | story 3976 | greche 3977 | gilbert 3978 | marsiglia 3979 | massimiliano 3980 | distinse 3981 | risiede 3982 | alessio 3983 | accorge 3984 | vicariato 3985 | tattica 3986 | rolling 3987 | accompagna 3988 | vampiro 3989 | affluente 3990 | devozione 3991 | muoversi 3992 | shakespeare 3993 | ricordiamo 3994 | cipro 3995 | turistica 3996 | eccezionale 3997 | model 3998 | schiena 3999 | afghanistan 4000 | richiamato 4001 | illustri 4002 | malato 4003 | compì 4004 | spicca 4005 | season 4006 | julia 4007 | vascello 4008 | recitare 4009 | lunedì 4010 | vasca 4011 | fisicamente 4012 | svolsero 4013 | visite 4014 | claire 4015 | aggiudica 4016 | provocato 4017 | alvernia 4018 | forum 4019 | comunicare 4020 | fauna 4021 | rione 4022 | edilizia 4023 | russe 4024 | trappola 4025 | poterono 4026 | macchie 4027 | trasmettere 4028 | prestigioso 4029 | ostacoli 4030 | divieto 4031 | curare 4032 | francoforte 4033 | fargli 4034 | wimbledon 4035 | sommergibile 4036 | legnano 4037 | cittadella 4038 | japan 4039 | certificato 4040 | rinnovato 4041 | complessità 4042 | triangolo 4043 | express 4044 | assommava 4045 | bernardino 4046 | giordano 4047 | combattenti 4048 | cadenza 4049 | possedere 4050 | donazione 4051 | gesuiti 4052 | attraversando 4053 | spostata 4054 | place 4055 | comunica 4056 | rientrato 4057 | stoccolma 4058 | datazione 4059 | progresso 4060 | birra 4061 | cabina 4062 | philadelphia 4063 | pianista 4064 | missouri 4065 | distinguono 4066 | granata 4067 | risultando 4068 | metallica 4069 | nascono 4070 | prevalenza 4071 | ambrogio 4072 | giudicato 4073 | farina 4074 | graham 4075 | fiscale 4076 | serale 4077 | giovanissimo 4078 | sprint 4079 | investimenti 4080 | duramente 4081 | rimanenti 4082 | paesaggi 4083 | assommavano 4084 | partono 4085 | isolato 4086 | determinante 4087 | trovarsi 4088 | valutare 4089 | vigilia 4090 | cecilia 4091 | cosimo 4092 | harris 4093 | legislativo 4094 | michigan 4095 | chiostro 4096 | punizione 4097 | sufficientemente 4098 | avenue 4099 | chiamava 4100 | ginnastica 4101 | affrontano 4102 | esplicitamente 4103 | stuart 4104 | spencer 4105 | angiò 4106 | serial 4107 | abbreviato 4108 | field 4109 | chirurgia 4110 | parente 4111 | mondadori 4112 | conseguì 4113 | saputo 4114 | estetica 4115 | carrello 4116 | meteorologica 4117 | generato 4118 | rinnovamento 4119 | denuncia 4120 | inserire 4121 | nasconde 4122 | segmento 4123 | piazzamento 4124 | posizionato 4125 | eventualmente 4126 | commesso 4127 | acquisì 4128 | assicurare 4129 | rinascita 4130 | effettiva 4131 | aggiornamento 4132 | cometa 4133 | identifica 4134 | amiche 4135 | detentore 4136 | caserma 4137 | tackle 4138 | spiegazione 4139 | presidenziali 4140 | esplorazione 4141 | costituiva 4142 | management 4143 | infezione 4144 | heinrich 4145 | trecento 4146 | ritornato 4147 | magnetico 4148 | attendere 4149 | umbria 4150 | luminosità 4151 | biennio 4152 | benefici 4153 | occupava 4154 | vegas 4155 | ducale 4156 | dinamica 4157 | ascoli 4158 | conservatore 4159 | bundesliga 4160 | bestiame 4161 | esclusione 4162 | boreale 4163 | muscolare 4164 | occitania 4165 | epidemia 4166 | morirono 4167 | remake 4168 | capolavoro 4169 | mettersi 4170 | franklin 4171 | laguna 4172 | sospetti 4173 | censura 4174 | fatica 4175 | concentramento 4176 | lloyd 4177 | valencia 4178 | effettua 4179 | allungato 4180 | automaticamente 4181 | trapani 4182 | rifornimenti 4183 | espone 4184 | trinità 4185 | strategico 4186 | ludwig 4187 | legioni 4188 | innocenzo 4189 | epoche 4190 | tastiera 4191 | elicottero 4192 | lasciarono 4193 | producono 4194 | castro 4195 | mediaset 4196 | produttrice 4197 | fabbriche 4198 | esercitare 4199 | sceriffo 4200 | figurano 4201 | elettroni 4202 | sparare 4203 | disponeva 4204 | papale 4205 | molecolare 4206 | felicità 4207 | attribuzione 4208 | valentino 4209 | jacob 4210 | indossare 4211 | demolizione 4212 | bellico 4213 | recano 4214 | palatinato 4215 | susan 4216 | periodico 4217 | trampolino 4218 | furto 4219 | preparato 4220 | justice 4221 | scambi 4222 | comunicato 4223 | facilità 4224 | scartamento 4225 | onorario 4226 | includeva 4227 | sconosciuta 4228 | dovrebbero 4229 | fiandre 4230 | elettriche 4231 | compromesso 4232 | consacrata 4233 | contrariamente 4234 | quanti 4235 | scarico 4236 | agisce 4237 | diocesano 4238 | triangolare 4239 | provocare 4240 | preferisce 4241 | brothers 4242 | imbarcazioni 4243 | entusiasmo 4244 | ammirare 4245 | flavio 4246 | collezionato 4247 | muove 4248 | ausilio 4249 | mancata 4250 | carmen 4251 | imprigionato 4252 | muraria 4253 | singapore 4254 | mediamente 4255 | campane 4256 | cristoforo 4257 | pinne 4258 | vinile 4259 | incantesimo 4260 | sentito 4261 | contingente 4262 | acquisita 4263 | cairo 4264 | escluso 4265 | appennino 4266 | detiene 4267 | credeva 4268 | aggregato 4269 | minacce 4270 | vulcano 4271 | catherine 4272 | efficiente 4273 | transetto 4274 | ripetutamente 4275 | superiorità 4276 | incerta 4277 | tropicale 4278 | orange 4279 | mezzogiorno 4280 | transito 4281 | sosteneva 4282 | coupé 4283 | ernst 4284 | podestà 4285 | mercenari 4286 | sierra 4287 | arrestare 4288 | mercurio 4289 | project 4290 | sposta 4291 | rivelare 4292 | provvisorio 4293 | custodia 4294 | family 4295 | pakistan 4296 | bolognese 4297 | piazzale 4298 | lawrence 4299 | eccessiva 4300 | lucky 4301 | procede 4302 | immacolata 4303 | inserisce 4304 | umidità 4305 | inteso 4306 | ovunque 4307 | lungometraggio 4308 | nathan 4309 | profeta 4310 | dialoghi 4311 | linux 4312 | concomitanza 4313 | comporre 4314 | piombo 4315 | volevano 4316 | alieni 4317 | avvicinarsi 4318 | rituale 4319 | ridosso 4320 | algoritmo 4321 | imparare 4322 | peccato 4323 | concepito 4324 | rigido 4325 | ottengono 4326 | criticato 4327 | mountain 4328 | jessica 4329 | proiettili 4330 | sanità 4331 | invisibile 4332 | intendeva 4333 | abolizione 4334 | chiesetta 4335 | superficiale 4336 | mappe 4337 | adolescente 4338 | mozart 4339 | fissato 4340 | sodalizio 4341 | telescopio 4342 | sacramento 4343 | solenne 4344 | campbell 4345 | avanzare 4346 | classificandosi 4347 | tunisia 4348 | miscela 4349 | individuato 4350 | muscoli 4351 | deposizione 4352 | affermare 4353 | aiutarlo 4354 | martirio 4355 | genetica 4356 | casata 4357 | raymond 4358 | ricoprire 4359 | miracolo 4360 | robinson 4361 | cartagine 4362 | comandata 4363 | tranvia 4364 | sparta 4365 | intel 4366 | esibirsi 4367 | polacchi 4368 | somiglianza 4369 | geologica 4370 | correttamente 4371 | sinfonia 4372 | accessibile 4373 | danubio 4374 | considerevole 4375 | rilevato 4376 | rimozione 4377 | utilità 4378 | cosenza 4379 | siviglia 4380 | tornarono 4381 | dublino 4382 | donald 4383 | sardo 4384 | indonesia 4385 | viaggiare 4386 | cicerone 4387 | dinamo 4388 | pacchetto 4389 | malesia 4390 | allenato 4391 | emozioni 4392 | derivazione 4393 | complice 4394 | moschea 4395 | statistica 4396 | necropoli 4397 | sandro 4398 | giuramento 4399 | mitragliatrici 4400 | abitudini 4401 | spider 4402 | detenuti 4403 | manhattan 4404 | quartetto 4405 | cessò 4406 | pugno 4407 | istanbul 4408 | machine 4409 | lirica 4410 | sapeva 4411 | funerale 4412 | messicano 4413 | prezioso 4414 | pompeo 4415 | scenario 4416 | ascoltare 4417 | interviene 4418 | consorte 4419 | corridoio 4420 | battle 4421 | madagascar 4422 | ampliato 4423 | eseguì 4424 | emerge 4425 | hardcore 4426 | hunter 4427 | sottolineare 4428 | basandosi 4429 | grosseto 4430 | scatola 4431 | phoenix 4432 | foundation 4433 | spoglie 4434 | salvador 4435 | indomani 4436 | meccaniche 4437 | poggio 4438 | libano 4439 | riscaldamento 4440 | persiani 4441 | restaurazione 4442 | fotografo 4443 | astronomia 4444 | rivolge 4445 | arnold 4446 | rimarrà 4447 | pesaro 4448 | sappiamo 4449 | arabia 4450 | matthew 4451 | cartoni 4452 | pasqua 4453 | apprendimento 4454 | dovere 4455 | condivide 4456 | renania 4457 | consacrazione 4458 | carmine 4459 | persia 4460 | altrove 4461 | provato 4462 | innovazione 4463 | dizionario 4464 | carrara 4465 | scusa 4466 | borghesia 4467 | dipartimentali 4468 | antenati 4469 | programmato 4470 | intelligente 4471 | prevenire 4472 | giocava 4473 | omosessualità 4474 | harrison 4475 | sovietiche 4476 | garden 4477 | ricavato 4478 | ritrovare 4479 | confluenza 4480 | reich 4481 | rachel 4482 | neonata 4483 | perlopiù 4484 | irregolare 4485 | raffigurato 4486 | approssimativamente 4487 | stante 4488 | riduce 4489 | schumacher 4490 | radiofonica 4491 | biologia 4492 | esonerato 4493 | siccome 4494 | nervoso 4495 | belgrado 4496 | jules 4497 | download 4498 | grasso 4499 | impossibilità 4500 | dinosauri 4501 | england 4502 | cominciare 4503 | adolf 4504 | duecento 4505 | accoglienza 4506 | somministrazione 4507 | research 4508 | introdurre 4509 | richiedono 4510 | rookie 4511 | febbre 4512 | incentrata 4513 | normanni 4514 | servono 4515 | sorveglianza 4516 | enciclopedia 4517 | costanzo 4518 | consapevole 4519 | assisi 4520 | prince 4521 | renzo 4522 | bonifacio 4523 | appellativo 4524 | antologia 4525 | festeggiare 4526 | prestò 4527 | melodia 4528 | sinodo 4529 | vercelli 4530 | silva 4531 | murray 4532 | cosicché 4533 | arcate 4534 | stabilmente 4535 | antoine 4536 | vacanza 4537 | colloca 4538 | generico 4539 | trasferire 4540 | sanitaria 4541 | attribuisce 4542 | luogotenente 4543 | doria 4544 | eccellente 4545 | preside 4546 | boeing 4547 | germanico 4548 | alaska 4549 | coast 4550 | database 4551 | serbatoio 4552 | cognato 4553 | lunare 4554 | liberarsi 4555 | venuta 4556 | feudale 4557 | telefilm 4558 | soccer 4559 | aristotele 4560 | sinonimo 4561 | risparmio 4562 | malvagio 4563 | rubare 4564 | dovranno 4565 | nigeria 4566 | virgilio 4567 | retrocesse 4568 | hawaii 4569 | ninja 4570 | terminando 4571 | hardware 4572 | conservare 4573 | raccontare 4574 | riorganizzazione 4575 | analogamente 4576 | tennessee 4577 | voivodato 4578 | discendenza 4579 | reggenza 4580 | dioecesis 4581 | parodia 4582 | reality 4583 | gatti 4584 | coincide 4585 | seppe 4586 | cesena 4587 | politicamente 4588 | impedisce 4589 | olimpia 4590 | redatto 4591 | combinata 4592 | rispettare 4593 | biagio 4594 | numerazione 4595 | riconobbe 4596 | schieramento 4597 | formatosi 4598 | giovinezza 4599 | distrusse 4600 | esatta 4601 | marketing 4602 | lituania 4603 | motomondiale 4604 | incapace 4605 | recuperato 4606 | preferì 4607 | andarsene 4608 | esibisce 4609 | inutile 4610 | finanziamento 4611 | spiccano 4612 | opzione 4613 | mostrando 4614 | normativa 4615 | salvataggio 4616 | interruzione 4617 | crema 4618 | philippe 4619 | percezione 4620 | municipale 4621 | stalin 4622 | mclaren 4623 | monoposto 4624 | sonic 4625 | schiavitù 4626 | cicli 4627 | protettore 4628 | ricorrente 4629 | evitando 4630 | capitelli 4631 | raffaello 4632 | rivelazione 4633 | primera 4634 | evidentemente 4635 | aderì 4636 | convenzionale 4637 | aspettare 4638 | undicesimo 4639 | rappresentativa 4640 | sistemazione 4641 | miles 4642 | considerava 4643 | subentrando 4644 | omosessuale 4645 | commento 4646 | harvard 4647 | fallì 4648 | avellino 4649 | patologia 4650 | gioielli 4651 | presunta 4652 | accorpato 4653 | compagine 4654 | diamante 4655 | vocazione 4656 | sostanziale 4657 | fornitura 4658 | documentata 4659 | fluido 4660 | basta 4661 | nicchia 4662 | boris 4663 | norman 4664 | concludendo 4665 | bloccare 4666 | board 4667 | preesistente 4668 | praticare 4669 | sormontato 4670 | sostituto 4671 | rubato 4672 | orsini 4673 | duchi 4674 | catanzaro 4675 | fortunato 4676 | moldavia 4677 | sopravvive 4678 | nascere 4679 | acquisire 4680 | testimoniano 4681 | sperimentazione 4682 | postale 4683 | gorizia 4684 | nancy 4685 | atlético 4686 | trophy 4687 | airlines 4688 | traduzioni 4689 | romanico 4690 | summer 4691 | subirono 4692 | santissima 4693 | apposito 4694 | derivanti 4695 | strutturale 4696 | aurora 4697 | nascente 4698 | pensava 4699 | insurrezione 4700 | segretamente 4701 | movie 4702 | raggruppamento 4703 | trasportato 4704 | shanghai 4705 | incredibile 4706 | orizzonte 4707 | jennifer 4708 | magistrato 4709 | raccolse 4710 | court 4711 | citazione 4712 | levante 4713 | brooklyn 4714 | aziendale 4715 | discutere 4716 | hermann 4717 | carol 4718 | costringendo 4719 | applicare 4720 | indigeni 4721 | erezione 4722 | élite 4723 | tolosa 4724 | aurelio 4725 | adottò 4726 | nebulosa 4727 | lipsia 4728 | bridge 4729 | accreditato 4730 | carnevale 4731 | catalogna 4732 | sassari 4733 | people 4734 | notturno 4735 | intendere 4736 | small 4737 | peculiarità 4738 | drive 4739 | harold 4740 | scappa 4741 | cercava 4742 | diciassette 4743 | estinto 4744 | motion 4745 | denis 4746 | aristocrazia 4747 | consentendo 4748 | archeologia 4749 | raffreddamento 4750 | prepara 4751 | ampiezza 4752 | vinci 4753 | offrono 4754 | benessere 4755 | approfittando 4756 | conversazione 4757 | ospitava 4758 | invano 4759 | amministrativamente 4760 | compiuti 4761 | svincolato 4762 | istituì 4763 | antiochia 4764 | turner 4765 | limitare 4766 | attivazione 4767 | klaus 4768 | proporre 4769 | trailer 4770 | consistenza 4771 | vitagraph 4772 | leggendario 4773 | keith 4774 | anticipato 4775 | ralph 4776 | württemberg 4777 | attaccarono 4778 | federation 4779 | entroterra 4780 | mississippi 4781 | evans 4782 | unificazione 4783 | cerebrale 4784 | proiezioni 4785 | newton 4786 | casalinghe 4787 | polemica 4788 | armando 4789 | affinità 4790 | consapevolezza 4791 | wrestler 4792 | proporzionale 4793 | pescatori 4794 | edificazione 4795 | debba 4796 | moltissimi 4797 | riferiscono 4798 | ricorrere 4799 | sapendo 4800 | combattendo 4801 | ipotizzato 4802 | accelerazione 4803 | pelliccia 4804 | espulsione 4805 | difficilmente 4806 | chelsea 4807 | aumentando 4808 | anonima 4809 | dirigenza 4810 | google 4811 | isaac 4812 | cattiva 4813 | palcoscenico 4814 | melbourne 4815 | aspettative 4816 | coniugi 4817 | pipistrello 4818 | centenario 4819 | rangers 4820 | randy 4821 | virtuale 4822 | sposarsi 4823 | montenegro 4824 | impronta 4825 | girls 4826 | mitchell 4827 | investito 4828 | londinese 4829 | monferrato 4830 | contestualmente 4831 | estonia 4832 | century 4833 | rubrica 4834 | combustione 4835 | oklahoma 4836 | tregua 4837 | cecoslovacchia 4838 | copenaghen 4839 | triennale 4840 | creek 4841 | prospetto 4842 | consegnare 4843 | oppose 4844 | hills 4845 | espulso 4846 | funebre 4847 | equatore 4848 | amanda 4849 | thompson 4850 | terraferma 4851 | draghi 4852 | warren 4853 | irene 4854 | saudita 4855 | allontana 4856 | mosaico 4857 | blood 4858 | ammissione 4859 | square 4860 | fratellastro 4861 | festività 4862 | inquinamento 4863 | emissioni 4864 | forno 4865 | pagato 4866 | antagonista 4867 | concept 4868 | direttrice 4869 | muratura 4870 | dichiarando 4871 | pubblicando 4872 | inganno 4873 | motivazioni 4874 | competere 4875 | chimiche 4876 | socialismo 4877 | diffondere 4878 | betty 4879 | rendimento 4880 | suite 4881 | elica 4882 | assorbimento 4883 | bowie 4884 | fronteggiare 4885 | ecuador 4886 | spiagge 4887 | teorico 4888 | jesse 4889 | elaborato 4890 | versailles 4891 | borghi 4892 | esistevano 4893 | oliva 4894 | lottare 4895 | richiedere 4896 | biglietto 4897 | legislazione 4898 | sciopero 4899 | tenutosi 4900 | predatori 4901 | realismo 4902 | qualificate 4903 | spiegato 4904 | buddha 4905 | supergigante 4906 | senior 4907 | stabilirono 4908 | demolita 4909 | rendeva 4910 | autobiografia 4911 | inventato 4912 | curiosità 4913 | semplicità 4914 | annunziata 4915 | annie 4916 | convertito 4917 | risonanza 4918 | chart 4919 | assessore 4920 | validità 4921 | apprende 4922 | duemila 4923 | reati 4924 | meriti 4925 | scure 4926 | incontrarono 4927 | residenziale 4928 | panico 4929 | pensando 4930 | lugano 4931 | denver 4932 | primitivo 4933 | formarono 4934 | buddhismo 4935 | station 4936 | sepolcro 4937 | casuale 4938 | equipaggiamento 4939 | conformazione 4940 | filone 4941 | adibito 4942 | acustica 4943 | immigrazione 4944 | beneficenza 4945 | simpson 4946 | finiscono 4947 | decadenza 4948 | campus 4949 | interrompere 4950 | aleksandr 4951 | scheletro 4952 | adelaide 4953 | violazione 4954 | libreria 4955 | gustavo 4956 | baker 4957 | custode 4958 | derek 4959 | piramide 4960 | prettamente 4961 | riflette 4962 | bolivia 4963 | sensazione 4964 | vacante 4965 | rafforzare 4966 | beata 4967 | ultimate 4968 | blake 4969 | astronomo 4970 | basilea 4971 | gomme 4972 | dicono 4973 | giungono 4974 | solida 4975 | attrezzature 4976 | festeggiamenti 4977 | rimpiazzato 4978 | ignazio 4979 | marmi 4980 | geografiche 4981 | mandò 4982 | schede 4983 | tolomeo 4984 | pianificazione 4985 | utilizzava 4986 | stampato 4987 | montuosa 4988 | squadrone 4989 | timpano 4990 | capanna 4991 | scoprendo 4992 | unirono 4993 | edition 4994 | balletto 4995 | patriarcato 4996 | gabinetto 4997 | milizia 4998 | bestia 4999 | piogge 5000 | promozionale 5001 | bloccato 5002 | gianfranco 5003 | brevetto 5004 | cardiaco 5005 | gallery 5006 | bordeaux 5007 | office 5008 | mercantile 5009 | solidarietà 5010 | respinto 5011 | coordinamento 5012 | globe 5013 | wells 5014 | ambasciata 5015 | camion 5016 | louisiana 5017 | ammette 5018 | manufatti 5019 | guest 5020 | watson 5021 | fornendo 5022 | flauto 5023 | belli 5024 | identico 5025 | finalità 5026 | streghe 5027 | navarra 5028 | triple 5029 | supervisione 5030 | compimento 5031 | propulsione 5032 | designazione 5033 | contenitore 5034 | edgar 5035 | temendo 5036 | esplodere 5037 | lance 5038 | testimonia 5039 | artico 5040 | ciclisti 5041 | britannia 5042 | suggerito 5043 | trasferirono 5044 | prevenzione 5045 | controversie 5046 | modesto 5047 | proclamato 5048 | panama 5049 | coinvolge 5050 | castle 5051 | integrante 5052 | pellegrinaggio 5053 | urbanistica 5054 | monsignor 5055 | farnese 5056 | helen 5057 | cercarono 5058 | confuso 5059 | thriller 5060 | deceduto 5061 | matilde 5062 | pagani 5063 | mobilità 5064 | guardare 5065 | perimetro 5066 | edimburgo 5067 | implica 5068 | collinare 5069 | cortina 5070 | avveniva 5071 | pneumatici 5072 | righe 5073 | platone 5074 | guadagnò 5075 | escono 5076 | splendore 5077 | includere 5078 | kenya 5079 | fabbricazione 5080 | collegare 5081 | madame 5082 | rilevare 5083 | provvedimenti 5084 | livrea 5085 | mulino 5086 | continuazione 5087 | nascondere 5088 | coach 5089 | alpha 5090 | trasmette 5091 | antartide 5092 | costituente 5093 | paperino 5094 | estendeva 5095 | legittimo 5096 | campionessa 5097 | facendolo 5098 | osservabile 5099 | potersi 5100 | quarterback 5101 | pippo 5102 | volendo 5103 | livio 5104 | usava 5105 | larve 5106 | adeguata 5107 | governare 5108 | rieti 5109 | pollici 5110 | tribuna 5111 | filosofico 5112 | tentarono 5113 | napoleonica 5114 | fondarono 5115 | earth 5116 | stipulato 5117 | occuparono 5118 | abbondanza 5119 | teneva 5120 | genesi 5121 | impressione 5122 | attirare 5123 | compenso 5124 | cattolicesimo 5125 | praticato 5126 | vivace 5127 | padiglione 5128 | seriamente 5129 | dittatura 5130 | veleno 5131 | circonda 5132 | edison 5133 | volpe 5134 | bulgaro 5135 | rieletto 5136 | capsula 5137 | ritenne 5138 | complotto 5139 | valse 5140 | bonifica 5141 | pittsburgh 5142 | frattura 5143 | funghi 5144 | posteriormente 5145 | underground 5146 | ingenti 5147 | tiberio 5148 | cavour 5149 | palestra 5150 | stress 5151 | etnie 5152 | bastone 5153 | salvarsi 5154 | proseguendo 5155 | circostanza 5156 | credono 5157 | missionari 5158 | griglia 5159 | permisero 5160 | contrapposizione 5161 | sembianze 5162 | sottomissione 5163 | aderisce 5164 | difendersi 5165 | consentiva 5166 | potranno 5167 | wonder 5168 | tigre 5169 | illustrazioni 5170 | informato 5171 | concentra 5172 | adolescenza 5173 | rapito 5174 | diceva 5175 | afroamericani 5176 | arteria 5177 | preoccupato 5178 | rimaneva 5179 | bottino 5180 | rapimento 5181 | rivestimento 5182 | ballerina 5183 | journal 5184 | cameron 5185 | ricevettero 5186 | ideologia 5187 | riunisce 5188 | galileo 5189 | split 5190 | solitudine 5191 | tramonto 5192 | accampamento 5193 | holmes 5194 | evidenziato 5195 | ebraismo 5196 | litorale 5197 | luminosa 5198 | pomerania 5199 | faraone 5200 | promotore 5201 | inclinazione 5202 | lotus 5203 | capua 5204 | inventore 5205 | produttivo 5206 | southern 5207 | secca 5208 | facilitare 5209 | hospital 5210 | ostaggio 5211 | morris 5212 | anatomia 5213 | succede 5214 | monarca 5215 | secret 5216 | giornalismo 5217 | spirale 5218 | songs 5219 | influenti 5220 | andavano 5221 | garanzia 5222 | regular 5223 | alabama 5224 | ladro 5225 | proporzioni 5226 | pranzo 5227 | intermedio 5228 | sparsi 5229 | liegi 5230 | credo 5231 | considerarsi 5232 | sotterraneo 5233 | risveglio 5234 | ereditato 5235 | culmine 5236 | bristol 5237 | gazzetta 5238 | polisportiva 5239 | teodoro 5240 | basilicata 5241 | colonizzazione 5242 | lions 5243 | anversa 5244 | lennon 5245 | piscina 5246 | addetti 5247 | ricevono 5248 | progettista 5249 | aumentato 5250 | tentando 5251 | sciolto 5252 | risolto 5253 | riducendo 5254 | alimenti 5255 | promette 5256 | eastern 5257 | asilo 5258 | astronave 5259 | veronese 5260 | madison 5261 | emergere 5262 | pretese 5263 | rifacimento 5264 | dividono 5265 | rimuovere 5266 | disporre 5267 | glasgow 5268 | diminuire 5269 | rafael 5270 | redattore 5271 | ligneo 5272 | fascino 5273 | forniscono 5274 | romantica 5275 | dalmazia 5276 | single 5277 | mezzanotte 5278 | guardiano 5279 | innanzitutto 5280 | diversità 5281 | formaggio 5282 | scarpe 5283 | colin 5284 | rifugiati 5285 | continuava 5286 | approda 5287 | licenziato 5288 | ovale 5289 | prevedevano 5290 | lesene 5291 | segreteria 5292 | santos 5293 | valuta 5294 | eliminando 5295 | icona 5296 | piazzandosi 5297 | illegale 5298 | gerarchia 5299 | tripoli 5300 | presentarsi 5301 | maledizione 5302 | proveniva 5303 | avviare 5304 | corrispondono 5305 | terzino 5306 | contribuire 5307 | allorché 5308 | collaborando 5309 | dodicesimo 5310 | historia 5311 | avvengono 5312 | designer 5313 | corpus 5314 | rompere 5315 | sentimentale 5316 | producendo 5317 | collegava 5318 | fucili 5319 | sporting 5320 | invitati 5321 | castiglione 5322 | stoccarda 5323 | risultare 5324 | wallace 5325 | muovere 5326 | opportuno 5327 | wolfgang 5328 | filadelfia 5329 | dimostrando 5330 | scipione 5331 | azoto 5332 | paraguay 5333 | mayer 5334 | novella 5335 | sudamericano 5336 | significativamente 5337 | tagliare 5338 | crimea 5339 | porsche 5340 | barbarossa 5341 | nazionalista 5342 | bravo 5343 | rinominata 5344 | siberia 5345 | edita 5346 | athletic 5347 | johannes 5348 | riparo 5349 | riparare 5350 | aiutante 5351 | armstrong 5352 | dipinse 5353 | equipaggiato 5354 | technology 5355 | costituivano 5356 | debolezza 5357 | sloveno 5358 | ciononostante 5359 | pugliese 5360 | pianeggiante 5361 | riparazione 5362 | serenissima 5363 | avranno 5364 | karen 5365 | satellitare 5366 | processori 5367 | erzegovina 5368 | condottiero 5369 | dakota 5370 | baltico 5371 | arrangiamenti 5372 | allarme 5373 | marcus 5374 | avverte 5375 | caraibi 5376 | sinagoga 5377 | width 5378 | title 5379 | autovettura 5380 | emiliano 5381 | holstein 5382 | allontanarsi 5383 | borromeo 5384 | biblioteche 5385 | conseguentemente 5386 | dittatore 5387 | riscontro 5388 | tecnologico 5389 | solitario 5390 | officine 5391 | giovedì 5392 | cantando 5393 | spoleto 5394 | balcani 5395 | riconfermato 5396 | vancouver 5397 | istituzionale 5398 | sampdoria 5399 | misurare 5400 | cambiando 5401 | onorificenza 5402 | domestico 5403 | visitato 5404 | numerica 5405 | conan 5406 | bucarest 5407 | sindacato 5408 | dottoressa 5409 | tragitto 5410 | oscurità 5411 | svoltisi 5412 | dimise 5413 | endemica 5414 | specializzazione 5415 | sceneggiato 5416 | differenziale 5417 | toledo 5418 | teramo 5419 | radicalmente 5420 | farle 5421 | scissione 5422 | convocazione 5423 | accessori 5424 | convinta 5425 | comunione 5426 | qualificarsi 5427 | magistratura 5428 | casualmente 5429 | potenzialmente 5430 | eterna 5431 | discepolo 5432 | never 5433 | mccartney 5434 | presidio 5435 | garantisce 5436 | carrozze 5437 | sopravvisse 5438 | invasori 5439 | ereditario 5440 | prendersi 5441 | sfrutta 5442 | brandeburgo 5443 | pirenei 5444 | accidentalmente 5445 | ceramiche 5446 | ingaggio 5447 | mestiere 5448 | cronometro 5449 | basamento 5450 | ignoto 5451 | vietato 5452 | avorio 5453 | fresco 5454 | mercury 5455 | elevazione 5456 | potter 5457 | hudson 5458 | suonando 5459 | nebbia 5460 | paterna 5461 | tagliato 5462 | aprendo 5463 | trascrizione 5464 | damon 5465 | plinio 5466 | riconquistare 5467 | fondamento 5468 | nicholas 5469 | deutsche 5470 | sottotenente 5471 | eroina 5472 | insufficienza 5473 | batté 5474 | decollo 5475 | monache 5476 | presentando 5477 | intrattenimento 5478 | china 5479 | neoclassico 5480 | continenti 5481 | electric 5482 | société 5483 | strasburgo 5484 | jamie 5485 | gratuito 5486 | collection 5487 | giocatrici 5488 | facce 5489 | udinese 5490 | veronica 5491 | zombie 5492 | ungarico 5493 | rinchiuso 5494 | salisburgo 5495 | infantile 5496 | garcía 5497 | tamburo 5498 | murphy 5499 | history 5500 | greatest 5501 | appoggiato 5502 | lacrime 5503 | vallata 5504 | fausto 5505 | tragico 5506 | dimenticare 5507 | bandito 5508 | itunes 5509 | abbondante 5510 | precoce 5511 | subendo 5512 | hannover 5513 | harvey 5514 | sofferenza 5515 | source 5516 | impedì 5517 | credendo 5518 | stirpe 5519 | antistante 5520 | paludi 5521 | materno 5522 | sessi 5523 | three 5524 | termica 5525 | intervenne 5526 | problematiche 5527 | trascorrere 5528 | telecomunicazioni 5529 | coltello 5530 | muhammad 5531 | nobiliare 5532 | filmato 5533 | unire 5534 | riflessi 5535 | indispensabile 5536 | cecil 5537 | brooke 5538 | aaron 5539 | abitacolo 5540 | chieti 5541 | negoziati 5542 | resoconto 5543 | branca 5544 | arsenale 5545 | magnus 5546 | egida 5547 | freno 5548 | condiviso 5549 | assegnare 5550 | birmingham 5551 | gioacchino 5552 | gratuitamente 5553 | congiura 5554 | chirurgo 5555 | ristampato 5556 | fortificato 5557 | orbitale 5558 | fortunatamente 5559 | indicava 5560 | paramount 5561 | roster 5562 | uscente 5563 | felix 5564 | potenzialità 5565 | calcolare 5566 | troverà 5567 | nastri 5568 | totalizzato 5569 | dominata 5570 | siluri 5571 | pittorica 5572 | sovente 5573 | energetico 5574 | riviera 5575 | prolungamento 5576 | egiziano 5577 | cancellato 5578 | guadagnato 5579 | atrio 5580 | emigrazione 5581 | acquedotto 5582 | mediche 5583 | unitario 5584 | svolgeva 5585 | pompa 5586 | cascina 5587 | biologico 5588 | verosimilmente 5589 | priorità 5590 | catalano 5591 | plurale 5592 | calabrese 5593 | trovandosi 5594 | vincoli 5595 | lastre 5596 | fitta 5597 | tolleranza 5598 | josef 5599 | pronunciato 5600 | church 5601 | attribuire 5602 | kentucky 5603 | riusciva 5604 | ebraiche 5605 | degrado 5606 | replica 5607 | motociclistico 5608 | robusto 5609 | abuso 5610 | rettili 5611 | incide 5612 | banconote 5613 | tornerà 5614 | alcol 5615 | passanti 5616 | cretaceo 5617 | beethoven 5618 | lateralmente 5619 | follia 5620 | shock 5621 | tiziano 5622 | ripete 5623 | percorrere 5624 | shadow 5625 | wisconsin 5626 | postazioni 5627 | detenzione 5628 | planet 5629 | palmer 5630 | essanay 5631 | uscendo 5632 | break 5633 | buffalo 5634 | garda 5635 | curtis 5636 | prevedono 5637 | distintivo 5638 | duplice 5639 | addome 5640 | fogli 5641 | abbattuto 5642 | recettori 5643 | istria 5644 | simmetria 5645 | sconfissero 5646 | presieduto 5647 | peggiore 5648 | helsinki 5649 | sorgono 5650 | ottaviano 5651 | disperata 5652 | disputarono 5653 | larghe 5654 | accompagnare 5655 | logan 5656 | flashback 5657 | itinerario 5658 | affidabilità 5659 | bellissima 5660 | apparecchiature 5661 | aggressione 5662 | stucchi 5663 | dichiarare 5664 | laddove 5665 | distruggendo 5666 | avvicinamento 5667 | spontanea 5668 | ritenere 5669 | guerriglia 5670 | dividere 5671 | arredi 5672 | parlava 5673 | indianapolis 5674 | governatorato 5675 | stabilendo 5676 | benito 5677 | terracotta 5678 | vuelta 5679 | conferisce 5680 | prefazione 5681 | rudolf 5682 | contribuirono 5683 | disordini 5684 | ritenendo 5685 | viareggio 5686 | promontorio 5687 | imporre 5688 | barre 5689 | economicamente 5690 | schleswig 5691 | concedere 5692 | somalia 5693 | cassazione 5694 | connessi 5695 | rebecca 5696 | rotonda 5697 | carmelo 5698 | passava 5699 | contrazione 5700 | positivamente 5701 | dresda 5702 | heavyweight 5703 | innovativo 5704 | morfologia 5705 | fritz 5706 | aderenti 5707 | macedone 5708 | simbolico 5709 | finanziare 5710 | rimbalzi 5711 | garantito 5712 | parcheggio 5713 | raccontato 5714 | infarto 5715 | gelosia 5716 | misericordia 5717 | promuove 5718 | barriere 5719 | indizi 5720 | assumono 5721 | laici 5722 | colloquio 5723 | preferenze 5724 | collasso 5725 | frederick 5726 | indotto 5727 | commercianti 5728 | omero 5729 | frecce 5730 | salomone 5731 | malcolm 5732 | berna 5733 | facendosi 5734 | persecuzione 5735 | affascinante 5736 | compatibile 5737 | aggiudicandosi 5738 | pubblicarono 5739 | supereroi 5740 | onomastico 5741 | amava 5742 | guatemala 5743 | espressamente 5744 | cereali 5745 | terni 5746 | ragusa 5747 | ranch 5748 | école 5749 | anglosassone 5750 | abbandonando 5751 | tyler 5752 | arrendersi 5753 | ultra 5754 | esploratore 5755 | lanterna 5756 | elencati 5757 | visuale 5758 | scalinata 5759 | riportando 5760 | sociologia 5761 | giudiziario 5762 | terrorismo 5763 | califfo 5764 | scendendo 5765 | segnata 5766 | approvò 5767 | maratona 5768 | studiando 5769 | attestata 5770 | agraria 5771 | stomaco 5772 | etimologia 5773 | reclusione 5774 | moravia 5775 | obbligato 5776 | commonwealth 5777 | stormo 5778 | agata 5779 | rinnovo 5780 | fuochi 5781 | sfocia 5782 | cotone 5783 | accoppiamento 5784 | proclamazione 5785 | austriache 5786 | tattiche 5787 | railway 5788 | psicologico 5789 | assegnò 5790 | suppone 5791 | manzoni 5792 | retorica 5793 | annunzio 5794 | raccogliendo 5795 | innocenti 5796 | luftwaffe 5797 | cincinnati 5798 | tessile 5799 | annunciazione 5800 | council 5801 | connecticut 5802 | suggeriscono 5803 | xavier 5804 | viterbo 5805 | alimentato 5806 | narratore 5807 | sophie 5808 | caratterizzano 5809 | sankt 5810 | politecnico 5811 | ventrali 5812 | supportare 5813 | respingere 5814 | graduale 5815 | osaka 5816 | postumo 5817 | damiano 5818 | portali 5819 | ricovero 5820 | devil 5821 | donatello 5822 | commissionato 5823 | fondamentalmente 5824 | jefferson 5825 | churchill 5826 | riconoscono 5827 | commercializzato 5828 | svilupparono 5829 | sembrare 5830 | coniato 5831 | peculiare 5832 | disfatta 5833 | cronologico 5834 | fregata 5835 | mongolia 5836 | erigere 5837 | wehrmacht 5838 | trasferitosi 5839 | maometto 5840 | emblema 5841 | nunzio 5842 | argilla 5843 | filtro 5844 | aderire 5845 | conosceva 5846 | stand 5847 | portavoce 5848 | secolare 5849 | -------------------------------------------------------------------------------- /xkcdpass/xkcd_password.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # encoding: utf-8 3 | 4 | from __future__ import print_function 5 | 6 | import argparse 7 | import math 8 | import os 9 | import os.path 10 | import random 11 | import re 12 | import sys 13 | 14 | from io import open 15 | 16 | __LICENSE__ = """ 17 | Copyright (c) 2011 - 2023, Steven Tobin and Contributors. 18 | All rights reserved. 19 | 20 | Redistribution and use in source and binary forms, with or without 21 | modification, are permitted provided that the following conditions are met: 22 | * Redistributions of source code must retain the above copyright 23 | notice, this list of conditions and the following disclaimer. 24 | * Redistributions in binary form must reproduce the above copyright 25 | notice, this list of conditions and the following disclaimer in the 26 | documentation and/or other materials provided with the distribution. 27 | * Neither the name of the nor the 28 | names of its contributors may be used to endorse or promote products 29 | derived from this software without specific prior written permission. 30 | 31 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 32 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 33 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 34 | DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY 35 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 36 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 37 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 38 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 39 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 40 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 41 | """ 42 | 43 | # random.SystemRandom() should be cryptographically secure 44 | try: 45 | rng = random.SystemRandom 46 | except AttributeError as ex: 47 | sys.stderr.write("WARNING: System does not support cryptographically " 48 | "secure random number generator or you are using Python " 49 | "version < 2.4.\n") 50 | if "XKCDPASS_ALLOW_WEAKRNG" in os.environ or \ 51 | "--allow-weak-rng" in sys.argv: 52 | sys.stderr.write("Continuing with less-secure generator.\n") 53 | rng = random.Random 54 | else: 55 | raise ex 56 | 57 | 58 | # Python 3 compatibility 59 | if sys.version_info[0] >= 3: 60 | raw_input = input 61 | xrange = range 62 | 63 | 64 | DEFAULT_WORDFILE = "eff-long" 65 | DEFAULT_DELIMITERS = [" ", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", 66 | "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"] 67 | 68 | 69 | def validate_options(parser, options): 70 | """ 71 | Given a parsed collection of options, performs various validation checks. 72 | """ 73 | 74 | if options.max_length < options.min_length: 75 | raise SystemExit("Error: Maximum word length can't be less than minimum word length.\n") 76 | 77 | if not locate_wordfile(options.wordfile): 78 | raise SystemExit("Wordfile not found. Is the path correct?\n") 79 | 80 | 81 | def locate_wordfile(wordfile=None): 82 | """ 83 | Locate a wordfile from provided name/path. Return a path to wordfile 84 | either from static directory, the provided path or use a default. 85 | """ 86 | common_word_files = [] 87 | static_dir = os.path.join( 88 | os.path.dirname(os.path.abspath(__file__)), 89 | 'static') 90 | 91 | if wordfile is not None: 92 | # wordfile can be in static dir or provided as a complete path 93 | common_word_files.append(os.path.join(static_dir, wordfile)) 94 | common_word_files.append(os.path.expanduser(wordfile)) 95 | 96 | common_word_files.extend([ 97 | os.path.join(static_dir, DEFAULT_WORDFILE), 98 | "/usr/share/cracklib/cracklib-small", 99 | "/usr/share/dict/cracklib-small", 100 | "/usr/dict/words", 101 | "/usr/share/dict/words"]) 102 | 103 | for wfile in common_word_files: 104 | if os.path.isfile(wfile): 105 | return wfile 106 | 107 | 108 | def generate_wordlist(wordfile=None, 109 | min_length=5, 110 | max_length=9, 111 | valid_chars='.'): 112 | """ 113 | Generate a word list from either a kwarg wordfile, or a system default 114 | valid_chars is a regular expression match condition (default - all chars) 115 | """ 116 | 117 | words = set() 118 | 119 | regexp = re.compile("^{0}{{{1},{2}}}$".format(valid_chars, 120 | min_length, 121 | max_length)) 122 | if wordfile is None: 123 | wordfile = DEFAULT_WORDFILE 124 | for wf in wordfile.split(','): 125 | wf = locate_wordfile(wf) 126 | # read words from file into wordlist 127 | with open(wf, encoding='utf-8') as wlf: 128 | for line in wlf: 129 | thisword = line.strip() 130 | if regexp.match(thisword) is not None: 131 | words.add(thisword) 132 | if len(words): 133 | return list(words) # deduplicate, just in case 134 | else: 135 | raise SystemExit("Error: Provided arguments result in emtpy wordlist. (Probably because there aren't any words that match your --min and --max options) Exiting.") 136 | 137 | 138 | def wordlist_to_worddict(wordlist): 139 | """ 140 | Takes a wordlist and returns a dictionary keyed by the first letter of 141 | the words. Used for acrostic pass phrase generation 142 | """ 143 | 144 | worddict = {} 145 | 146 | # Maybe should be a defaultdict, but this reduces dependencies 147 | for word in wordlist: 148 | try: 149 | worddict[word[0]].append(word) 150 | except KeyError: 151 | worddict[word[0]] = [word, ] 152 | 153 | return worddict 154 | 155 | 156 | def verbose_reports(wordlist, options): 157 | """ 158 | Report entropy metrics based on word list and requested password size" 159 | """ 160 | 161 | if options.acrostic: 162 | worddict = wordlist_to_worddict(wordlist) 163 | numwords = len(options.acrostic) 164 | length = 0 165 | for char in options.acrostic: 166 | length += len(worddict.get(char, [])) 167 | else: 168 | length = len(wordlist) 169 | numwords = options.numwords 170 | 171 | bits = math.log(length, 2) 172 | 173 | print("With the current options, your word list contains {0} words." 174 | .format(length)) 175 | 176 | print("A {0} word password from this list will have roughly " 177 | "{1} ({2:.2f} * {3}) bits of entropy," 178 | "".format(numwords, int(bits * numwords), bits, numwords)) 179 | print("assuming truly random word selection.\n") 180 | 181 | 182 | def find_acrostic(acrostic, worddict): 183 | """ 184 | Constrain choice of words to those beginning with the letters of the 185 | given word (acrostic). 186 | Second argument is a dictionary (output of wordlist_to_worddict) 187 | """ 188 | 189 | words = [] 190 | 191 | for letter in acrostic: 192 | try: 193 | words.append(rng().choice(worddict[letter])) 194 | except KeyError: 195 | sys.stderr.write("No words found starting with " + letter + "\n") 196 | sys.exit(1) 197 | return words 198 | 199 | 200 | def choose_words(wordlist, numwords): 201 | """ 202 | Choose numwords randomly from wordlist 203 | """ 204 | 205 | return [rng().choice(wordlist) for i in xrange(numwords)] 206 | 207 | 208 | def try_input(prompt, validate): 209 | """ 210 | Suppress stack trace on user cancel and validate input with supplied 211 | validate callable. 212 | """ 213 | 214 | try: 215 | answer = raw_input(prompt) 216 | except (KeyboardInterrupt, EOFError): 217 | # user cancelled 218 | print("") 219 | sys.exit(0) 220 | 221 | # validate input 222 | return validate(answer) 223 | 224 | 225 | def as_is_case(words): 226 | """ 227 | Keeps the words' case. 228 | """ 229 | return words 230 | 231 | 232 | def alternating_case(words): 233 | """ 234 | Set EVERY OTHER word to UPPER case. 235 | """ 236 | return [word.upper() 237 | if i % 2 == 0 238 | else word 239 | for i, word in enumerate(lower_case(words))] 240 | 241 | 242 | def upper_case(words): 243 | """ 244 | Set ALL words to UPPER case. 245 | """ 246 | return [w.upper() for w in words] 247 | 248 | 249 | def lower_case(words): 250 | """ 251 | Set ALL words to LOWER case. 252 | """ 253 | return [w.lower() for w in words] 254 | 255 | 256 | def first_upper_case(words): 257 | """ 258 | Set First character of each word to UPPER case. 259 | """ 260 | return capitalize_case(words) 261 | 262 | 263 | def capitalize_case(words): 264 | """ 265 | Set first letter of each words to UPPER case aka Capitalize. 266 | """ 267 | return [w.capitalize() for w in words] 268 | 269 | 270 | def random_case(words, testing=False): 271 | """ 272 | Set RANDOM words to UPPER case. 273 | """ 274 | def make_upper(word): 275 | """Return 'word.upper()' on a random basis.""" 276 | if testing: 277 | random.seed(word) 278 | 279 | if random.choice([True, False]): 280 | return word.upper() 281 | else: 282 | return word 283 | 284 | return [make_upper(word) for word in lower_case(words)] 285 | 286 | 287 | CASE_METHODS = { 288 | "as-is": as_is_case, 289 | "lower": lower_case, 290 | "upper": upper_case, 291 | "first": first_upper_case, 292 | "capitalize": capitalize_case, 293 | "alternating": alternating_case, 294 | "random": random_case 295 | } 296 | 297 | 298 | def set_case(words, method="lower", testing=False): 299 | """ 300 | Perform capitalization on some or all of the strings in `words`. 301 | 302 | Default method is "lower". 303 | 304 | Args: 305 | words (list): word list generated by `choose_words()` or 306 | `find_acrostic()`. 307 | method (str): one of {"as-is", "lower", "upper", "first", 308 | "capitalize", "alternating", "random"}. 309 | testing (bool): only affects method="random". 310 | If True: the random seed will be set to each word 311 | prior to choosing True or False before setting the 312 | case to upper. This way we can test that random is 313 | working by giving different word lists. 314 | """ 315 | if (method == "random") and (testing): 316 | return random_case(words, testing=True) 317 | else: 318 | return CASE_METHODS[method](words) 319 | 320 | 321 | def generate_xkcdpassword(wordlist, 322 | numwords=6, 323 | interactive=False, 324 | acrostic=False, 325 | delimiter=" ", 326 | random_delimiters=False, 327 | valid_delimiters=DEFAULT_DELIMITERS, 328 | case="lower"): 329 | """ 330 | Generate an XKCD-style password from the words in wordlist. 331 | """ 332 | 333 | passwd = None 334 | 335 | # generate the worddict if we are looking for acrostics 336 | if acrostic: 337 | worddict = wordlist_to_worddict(wordlist) 338 | 339 | def gen_passwd(): 340 | if not acrostic: 341 | words = choose_words(wordlist, numwords) 342 | else: 343 | words = find_acrostic(acrostic, worddict) 344 | 345 | if not random_delimiters: 346 | return delimiter.join(set_case(words, method=case)) 347 | return randomized_delimiter_join(set_case(words, method=case), valid_delimiters) 348 | 349 | # useful if driving the logic from other code 350 | if not interactive: 351 | return gen_passwd() 352 | 353 | # else, interactive session 354 | else: 355 | # define input validators 356 | def accepted_validator(answer): 357 | return answer.lower().strip() in ["y", "yes"] 358 | 359 | # generate passwords until the user accepts 360 | accepted = False 361 | 362 | while not accepted: 363 | passwd = gen_passwd() 364 | print("Generated: " + passwd) 365 | accepted = try_input("Accept? [yN] ", accepted_validator) 366 | print('accepted', accepted) 367 | return passwd 368 | 369 | 370 | def randomized_delimiter_join(words, delimiters=DEFAULT_DELIMITERS): 371 | """ 372 | Join the words into a password with random delimiters between each word 373 | """ 374 | 375 | final_passwd = words[0] 376 | for word in words[1:]: 377 | final_passwd += choose_delimiter(delimiters) + word 378 | return final_passwd 379 | 380 | 381 | def choose_delimiter(delimiters): 382 | """ 383 | Choose a random delimiter from the list 384 | """ 385 | return rng().choice(delimiters) 386 | 387 | 388 | def initialize_interactive_run(options): 389 | def n_words_validator(answer): 390 | """ 391 | Validate custom number of words input 392 | """ 393 | 394 | if isinstance(answer, str) and len(answer) == 0: 395 | return options.numwords 396 | try: 397 | number = int(answer) 398 | if number < 1: 399 | raise ValueError 400 | return number 401 | except ValueError: 402 | sys.stderr.write("Please enter a positive integer\n") 403 | sys.exit(1) 404 | 405 | if not options.acrostic: 406 | n_words_prompt = ("Enter number of words (default {0}):\n".format(options.numwords)) 407 | options.numwords = try_input(n_words_prompt, n_words_validator) 408 | else: 409 | options.numwords = len(options.acrostic) 410 | 411 | 412 | def emit_passwords(wordlist, options): 413 | """ Generate the specified number of passwords and output them. """ 414 | count = options.count 415 | if options.valid_delimiters: 416 | valid_delimiters = list(options.valid_delimiters) 417 | else: 418 | valid_delimiters = DEFAULT_DELIMITERS 419 | while count > 0: 420 | print( 421 | generate_xkcdpassword( 422 | wordlist, 423 | interactive=options.interactive, 424 | numwords=options.numwords, 425 | acrostic=options.acrostic, 426 | delimiter=options.delimiter, 427 | random_delimiters=options.random_delimiters, 428 | valid_delimiters=valid_delimiters, 429 | case=options.case, 430 | ), 431 | end=options.separator) 432 | count -= 1 433 | 434 | 435 | class XkcdPassArgumentParser(argparse.ArgumentParser): 436 | """ Command-line argument parser for this program. """ 437 | 438 | def __init__(self, *args, **kwargs): 439 | super(XkcdPassArgumentParser, self).__init__(*args, **kwargs) 440 | 441 | self._add_arguments() 442 | 443 | def _add_arguments(self): 444 | """ Add the arguments needed for this program. """ 445 | exclusive_group = self.add_mutually_exclusive_group() 446 | self.add_argument( 447 | "-w", "--wordfile", 448 | dest="wordfile", default=None, metavar="WORDFILE", 449 | help=( 450 | "Specify that the file WORDFILE contains the list" 451 | " of valid words from which to generate passphrases." 452 | " Multiple wordfiles can be provided, separated by commas." 453 | " Provided wordfiles: eff-long (default), eff-short," 454 | " eff-special, legacy, spa-mich (Spanish), fin-kotus (Finnish)," 455 | " fr-freelang (French), fr-corrected.txt (French), pt-ipublicis (Portuguese)," 456 | " ita-wiki (Italian), ger-anlx (German), eff_large_de_sample.wordlist (German), nor-nb (Norwegian)")) 457 | self.add_argument( 458 | "--min", 459 | dest="min_length", type=int, default=5, metavar="MIN_LENGTH", 460 | help="Generate passphrases containing words with at least MIN_LENGTH characters.") 461 | self.add_argument( 462 | "--max", 463 | dest="max_length", type=int, default=9, metavar="MAX_LENGTH", 464 | help="Generate passphrases containing words with at most MAX_LENGTH characters.") 465 | exclusive_group.add_argument( 466 | "-n", "--numwords", 467 | dest="numwords", type=int, default=6, metavar="NUM_WORDS", 468 | help="Generate passphrases containing exactly NUM_WORDS words.") 469 | exclusive_group.add_argument( 470 | "-a", "--acrostic", 471 | dest="acrostic", default=False, 472 | help="Generate passphrases with an acrostic matching ACROSTIC.") 473 | self.add_argument( 474 | "-i", "--interactive", 475 | action="store_true", dest="interactive", default=False, 476 | help=( 477 | "Generate and output a passphrase, query the user to" 478 | " accept it, and loop until one is accepted.")) 479 | self.add_argument( 480 | "-v", "--valid-chars", 481 | dest="valid_chars", default=".", metavar="VALID_CHARS", 482 | help=( 483 | "Limit passphrases to only include words matching the regex" 484 | " pattern VALID_CHARS (e.g. '[a-z]').")) 485 | self.add_argument( 486 | "-V", "--verbose", 487 | action="store_true", dest="verbose", default=False, 488 | help="Report various metrics for given options.") 489 | self.add_argument( 490 | "-c", "--count", 491 | dest="count", type=int, default=1, metavar="COUNT", 492 | help="Generate COUNT passphrases.") 493 | self.add_argument( 494 | "-d", "--delimiter", 495 | dest="delimiter", default=" ", metavar="DELIM", 496 | help="Separate words within a passphrase with DELIM.") 497 | self.add_argument( 498 | "-R", "--random-delimiters", 499 | action="store_true", dest="random_delimiters", default=False, 500 | help="Use randomized delimiters between words. --delimiter will be ignored") 501 | self.add_argument( 502 | "-D", "--valid-delimiters", 503 | dest="valid_delimiters", default="", metavar="VALID_DELIMITERS", 504 | help=("A string with all valid delimiter characters." 505 | " For example, '^&*' would use ^, &, or *")) 506 | self.add_argument( 507 | "-s", "--separator", 508 | dest="separator", default="\n", metavar="SEP", 509 | help="Separate generated passphrases with SEP.") 510 | self.add_argument( 511 | "-C", "--case", 512 | dest="case", type=str, metavar="CASE", 513 | choices=list(CASE_METHODS.keys()), default="lower", 514 | help=( 515 | "Choose the method for setting the case of each word " 516 | "in the passphrase. " 517 | "Choices: {cap_meths} (default: 'lower').".format( 518 | cap_meths=list(CASE_METHODS.keys()) 519 | ))) 520 | self.add_argument( 521 | "--allow-weak-rng", 522 | action="store_true", dest="allow_weak_rng", default=False, 523 | help=( 524 | "Allow fallback to weak RNG if the " 525 | "system does not support cryptographically secure RNG. " 526 | "Only use this if you know what you are doing.")) 527 | 528 | 529 | def main(argv=None): 530 | """ Mainline code for this program. """ 531 | 532 | if argv is None: 533 | argv = sys.argv 534 | 535 | exit_status = 0 536 | 537 | try: 538 | program_name = os.path.basename(argv[0]) 539 | parser = XkcdPassArgumentParser(prog=program_name) 540 | 541 | options = parser.parse_args(argv[1:]) 542 | validate_options(parser, options) 543 | 544 | my_wordlist = generate_wordlist( 545 | wordfile=options.wordfile, 546 | min_length=options.min_length, 547 | max_length=options.max_length, 548 | valid_chars=options.valid_chars) 549 | 550 | if options.interactive: 551 | initialize_interactive_run(options) 552 | 553 | if options.verbose: 554 | verbose_reports(my_wordlist, options) 555 | 556 | emit_passwords(my_wordlist, options) 557 | 558 | except SystemExit as exc: 559 | exit_status = exc.code 560 | 561 | return exit_status 562 | 563 | 564 | if __name__ == '__main__': 565 | exit_status = main(sys.argv) 566 | sys.exit(exit_status) 567 | --------------------------------------------------------------------------------