pax_global_header00006660000000000000000000000064151513412400014506gustar00rootroot0000000000000052 comment=c9ba2eaea6dc9504da4b0ac011bf1e02e6c5793e passwdqc-2.1.0/000070000000000000000000000000001515134124000133175ustar00rootroot00000000000000passwdqc-2.1.0/CHANGES000060000000000000000000000165161515134124000143250ustar00rootroot00000000000000 Significant changes between 2.0.3 and 2.1.0. Add built-in generated common passwords list and a script to (re)generate it. Specifically, we effectively include top 100k of HIBPv8 overlap with RockYou, optimized to ~50k entries and compressed to under 200 KB as now embedded in program binary. With this and our default policy, we no longer accept anything from current JtR jumbo default password.lst (1.8 million entries, where we'd previously accept 0.1%), and we accept only under 0.03% from first 10 million that the same JtR generates by default (previously 0.3%) - all while having minimal impact on acceptance of stronger passwords (tested on those uncracked in CMIYC 2010). Add new rejection reason "based on a common password". Optimize the fuzzy matching against wordlist entries such that it's fast enough even with the larger default wordlist (or with external wordlists, which may be larger yet). Slightly expand the previously existing built-in English word list and common character sequences list. Importantly, these are used even when the above newly added common passwords list is overridden with the wordlist= option to use an external wordlist, so that basic checks of this sort continue to work regardless of the external wordlist's quality. Revise matching of wordlist entries against qualifying multi-word passphrases. It is expected and allowed for such a passphrase to consist of words, so words were not and still are not discounted, but if a wordlist entry matches a longer than one word part of a passphrase, that part is now nevertheless discounted. Revise matching of leetspeak to maintain intuitive behavior despite of the change above (challenging because digits in leetspeak words look like word separators), as well as to better reflect what's actually common and exclude what is not. Revise non-ASCII passphrase word counting logic: no longer require non-ASCII words to be separated specifically by spaces, but allow any ASCII non-letters as separators. Simplify the default password policy by no longer allowing length 7. Add Finnish translation of rejection reasons and pam_passwdqc messages. In Makefile, pass certain default hardening flags to compiler and linker when building for Linux, and let the package add more of them and/or override them. Add tests, run them on "make check", run that from RPM spec %check. Replace the bundled RPM spec with Fedora's, update it for this release. Fix macOS and Solaris builds. Significant changes between 2.0.2 and 2.0.3. Added Cygwin support. Added pkg-config file. Changed enforce=users to support "chpasswd" PAM service in addition to traditionally supported "passwd". Significant changes between 2.0.1 and 2.0.2. Improved pam_passwdqc's auto-generated policy descriptions further, so that lines are wrapped at a more consistent length. Added the libpasswdqc(3) manual page and links to it for all functions documented in there. Added scripts to support Continuous Integration on GitHub (included in the git repository, but excluded from release tarballs). Significant changes between 2.0.0 and 2.0.1. Improved pam_passwdqc's auto-generated policy descriptions, which were slightly misformatted since the introduction of i18n support in 1.4.0. Now they not only look prettier, but also make it clearer that the mentioned lengths are merely the minimums and not the recommended ones. Updated Russian translation for consistency with the above and to cover messages added in 1.9.0+. Increased maximum size of randomly-generated passphrases to 136 bits. This was already the limit in the underlying API, but the tools' limit was set to 85. This increase is to allow for a wider variety of use cases for the tools. In the Makefile, use CPPFLAGS and LDFLAGS consistently to be friendlier to packaging by distros. Added this file CHANGES based on two latest release announcements, and started to maintain it. Significant changes between 1.9.0 and 2.0.0. Introduce and use passwdqc_params_free(). This is a minor addition to the libpasswdqc API related to the addition of external files support. Significant changes between 1.5.0 and 1.9.0. Added support for external wordlist, denylist, and binary filter. With these, passwdqc can be configured to deny passwords and passphrases that are based on lines of a tiny external text file (the "wordlist" option), directly appear in a tiny external text file (the "denylist" option), or/and directly appear in a maybe huge binary filter file (the "filter" option). While usage of larger external text files is inefficient, the binary filters are very efficient. The binary filters can be created and otherwise managed with the newly added pwqfilter(1) program. It can create a binary filter from a list of plaintexts or from MD4 or NTLM hashes. The latter are supported in a way that enables importing of HIBP (Pwned Passwords) database revisions into passwdqc binary filters. pwqfilter works on arbitrary plain text strings or hex-encoded hashes, and it can also be reused in lieu of grep(1) for many purposes, even unrelated to passphrases and security. Merged changes needed for building with Visual Studio on Windows. This includes a refactoring of the random passphrase generator code to make it shared between platforms. Significant changes between 1.4.1 and 1.5.0. Updated the included wordlist to avoid some inappropriate words in randomly generated passphrases while not removing any words from the "word-based" check, and also to have plenty of extra words for subsequent removal of more words that might be considered inappropriate from the initial 4096 that are used for randomly generated passphrases. Most of the added words came from EFF Diceware, BIP-0039, and our own processing of Project Gutenberg Australia books. Significant changes between 1.4.0 and 1.4.1. Set default for "max" to 72 (was 40). The previous setting was based on a reading of RFC 1939, which in practice did not matter. The new one is based on bcrypt's truncation at 72, which actually still matters. Documented "similar" in pwqcheck(1) help message and manual page. This is a setting that was supported before and documented for other passwdqc components before, but was apparently erroneously omitted from here. Significant changes between 1.3.2 and 1.4.0. Implemented i18n support in pam_passwdqc, contributed by Oleg Solovyov, Andrey Cherepanov, and Dmitry V. Levin. The i18n support is off by default, it can be enabled if Linux-PAM is built using --enable-nls configure option. Implemented audit support in pam_passwdqc, contributed by Oleg Solovyov and Dmitry V. Levin. The audit support is off by default, it can be enabled if Linux-PAM is built using --enable-audit configure option. Both of these optional new features had been introduced and are enabled in ALT Linux distributions, so this version is effectively upstreaming the changes from there. Significant changes between 1.3.1 and 1.3.2. Compatibility for building with newer versions of glibc, where we now have to define _DEFAULT_SOURCE for our use of crypt(3). The problem was identified and this change tested by Dmitry V. Levin. Clarified in the man pages that /etc/passwdqc.conf is not read unless this suggested file location is specified with the config= option. Clarified the OpenBSD configuration example. Escape the minus sign in the OpenBSD configuration example to make the man page linter happy, patch by Jackson Doak via Unit 193. passwdqc-2.1.0/INSTALL000060000000000000000000000044611515134124000143570ustar00rootroot00000000000000Many Linux distributions, FreeBSD 5.0+, and DragonFly BSD 2.2+ include pam_passwdqc or the full-blown passwdqc package in the distribution or provide it as a "native" package to be installed - so you may just use that. The instructions below apply if your distribution lacks passwdqc or if you prefer to build and install passwdqc on your own (such as to get a newer version of it than one available in/for the distribution). On a system with the PAM (Pluggable Authentication Modules) framework, you may build all components of passwdqc (the library, the PAM module, and two command-line programs) by simply running "make". To install, run "make install". To uninstall, run "make uninstall". On a system with the PAM framework built with i18n support enabled you may also build pam_passwdqc with i18n support by adding -DENABLE_NLS=1 to CPPFLAGS. To compile translation files, run "make locales". To install them, run "make install_locales". On a system with the PAM framework built with Linux audit support enabled you may also build pam_passwdqc with audit support by adding -DHAVE_LIBAUDIT=1 to CPPFLAGS. On a system without PAM, you may build everything but the PAM module with "make utils". To install, run "make install_lib install_utils". To uninstall, run "make remove_lib remove_utils". Please note that currently passwdqc's default is to install right into system directories such as /etc, /lib, /usr/lib, /usr/include, /usr/share/man, /usr/bin. If desired, these pathnames may be overridden on make's command-line (please see Makefile for the available macro names and passwdqc.spec for some examples). Since passwdqc installs a new shared library, you may need to run the ldconfig(8) program to update the dynamic linker cache. Alternatively, on a modern Red Hat'ish Linux system, you can build RPM packages by running "rpmbuild -tb passwdqc-2.1.0.tar.gz" (as non-root), then install the binary subpackages with "rpm -Uvh passwdqc*-2.1.0*.rpm" (as root). This works due to the RPM spec file included in the tarball. Please refer to README and PLATFORMS for information on configuring your system to use the PAM module. You may also refer to the pam_passwdqc(8) and passwdqc.conf(5) manual pages. Please refer to the pwqcheck(1), pwqfilter(1), and pwqgen(1) manual pages for information on using the command-line programs. passwdqc-2.1.0/INTERNALS000060000000000000000000000001711515134124000146020ustar00rootroot00000000000000The functions defined in passwdqc.h may be used without PAM at all, and all of them are in fact exported by libpasswdqc. passwdqc-2.1.0/LICENSE000060000000000000000000000026751515134124000143400ustar00rootroot00000000000000Two manual pages (pam_passwdqc.8 and passwdqc.conf.5) are under the 3-clause BSD-style license as specified within the files themselves. concat.c, wordset_4k.c, wordset_4k.h, pam_macros.h, and pwqcheck.php are in the public domain, but at your option they may also be used under this package's license below. Files in ci directory (install-dependencies.sh and run-build-and-tests.sh) are provided under the terms of the GNU General Public License version 2 or later. These files are not included in passwdqc release tarballs. The rest of the files in this package fall under the following terms (heavily cut-down "BSD license"): Redistribution and use in source and binary forms, with or without modification, are permitted. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. passwdqc-2.1.0/Makefile000060000000000000000000000262041515134124000147650ustar00rootroot00000000000000# # Copyright (c) 2000-2003,2005,2009,2010,2020,2026 by Solar Designer # Copyright (c) 2008,2009,2017 by Dmitry V. Levin # Copyright (c) 2017 by Oleg Solovyov # See LICENSE # PACKAGE = passwdqc VERSION = 2.1.0 TITLE = pam_passwdqc SHARED_LIB = libpasswdqc.so.1 DEVEL_LIB = libpasswdqc.so SHARED_LIB_DARWIN = libpasswdqc.0.dylib SHARED_LIB_CYGWIN = cygpasswdqc-0.dll DEVEL_LIB_DARWIN = libpasswdqc.dylib DEVEL_LIB_CYGWIN = libpasswdqc.dll.a MAP_LIB = libpasswdqc.map PAM_SO_SUFFIX = SHARED_PAM = $(TITLE).so$(PAM_SO_SUFFIX) MAP_PAM = pam_passwdqc.map SHLIBMODE = 755 HEADER = passwdqc.h INCMODE = 644 PKGCONFIG = passwdqc.pc PKGCONFMODE = 644 MAN1 = pwqgen.1 pwqcheck.1 pwqfilter.1 MAN3 = libpasswdqc.3 \ passwdqc_params_reset.3 \ passwdqc_params_load.3 \ passwdqc_params_parse.3 \ passwdqc_params_free.3 \ passwdqc_check.3 \ passwdqc_random.3 MAN5 = passwdqc.conf.5 MAN8 = $(TITLE).8 MANMODE = 644 BINDIR = /usr/bin BINMODE = 755 CONFDIR = /etc CONFMODE = 644 SHARED_LIBDIR = /lib SHARED_LIBDIR_CYGWIN = /usr/bin SHARED_LIBDIR_SUN = /usr/lib SHARED_LIBDIR_REL = ../..$(SHARED_LIBDIR) DEVEL_LIBDIR = /usr/lib SECUREDIR = /lib/security SECUREDIR_SUN = /usr/lib/security SECUREDIR_DARWIN = /usr/lib/pam INCLUDEDIR = /usr/include PKGCONFIGDIR = $(DEVEL_LIBDIR)/pkgconfig MANDIR = /usr/share/man DESTDIR = LOCALEDIR = /usr/share/locale LOCALEMODE = 644 LANGUAGES = fi ru CC = gcc LD = $(CC) LD_lib = $(LD) RM = rm -f LN_s = ln -s -f MKDIR = umask 022 && mkdir -p INSTALL = install -c # We support Sun's older /usr/ucb/install, but not the newer /usr/sbin/install. INSTALL_SUN = /usr/ucb/install -c CFLAGS = -Wall -W -O2 CFLAGS_lib = $(CFLAGS) -fPIC CFLAGS_bin = $(CFLAGS) -fomit-frame-pointer CPPFLAGS = CPPFLAGS_bin = $(CPPFLAGS) CPPFLAGS_lib = $(CPPFLAGS) -DPACKAGE=\\\"$(PACKAGE)\\\" MSGFMT = msgfmt XGETTEXT = xgettext XGETTEXT_OPTS = --keyword=_ --keyword=P2_:1,1 --keyword=P3_:1,2 --language=C --add-comments MSGMERGE = msgmerge LDFLAGS = LDFLAGS_shared = $(LDFLAGS) --shared LDFLAGS_shared_LINUX = $(LDFLAGS) --shared LDFLAGS_shared_SUN = $(LDFLAGS) -G LDFLAGS_shared_HP = $(LDFLAGS) -b LDFLAGS_lib = $(LDFLAGS_shared) LDFLAGS_lib_LINUX = $(LDFLAGS_shared_LINUX) \ -Wl,--soname,$(SHARED_LIB),--version-script,$(MAP_LIB) LDFLAGS_lib_SUN = $(LDFLAGS_shared_SUN) LDFLAGS_lib_HP = $(LDFLAGS_shared_HP) LDFLAGS_lib_CYGWIN = $(LDFLAGS_shared) \ -Wl,--out-implib=$(DEVEL_LIB_CYGWIN) \ -Wl,--export-all-symbols \ -Wl,--enable-auto-import LDFLAGS_pam = $(LDFLAGS_shared) LDFLAGS_pam_LINUX = $(LDFLAGS_shared_LINUX) \ -Wl,--version-script,$(MAP_PAM) LDFLAGS_pam_SUN = $(LDFLAGS_shared_SUN) LDFLAGS_pam_HP = $(LDFLAGS_shared_HP) LDLIBS_lib = LDLIBS_pam = -lpam -lcrypt LDLIBS_pam_LINUX = -lpam -lcrypt LDLIBS_pam_SUN = -lpam -lcrypt LDLIBS_pam_HP = -lpam -lsec LDLIBS_pam_DARWIN = -lpam -lSystem # Uncomment this to use cc instead of gcc #CC = cc # Uncomment this to use Sun's C compiler flags #CFLAGS = -xO2 #CFLAGS_lib = $(CFLAGS) -KPIC #CFLAGS_bin = $(CFLAGS) # Uncomment this to use HP's ANSI C compiler flags #CFLAGS = -Ae +w1 +W 474,486,542 +O2 #CFLAGS_lib = $(CFLAGS) +z #CFLAGS_bin = $(CFLAGS) CONFIGS = passwdqc.conf BINS = pwqgen pwqcheck pwqfilter BINS_CYGWIN = $(BINS) $(SHARED_LIB_CYGWIN) PROJ = $(SHARED_LIB) $(DEVEL_LIB) $(SHARED_PAM) $(BINS) $(PKGCONFIG) OBJS_LIB = concat.o md4.o passwdqc_check.o passwdqc_filter.o passwdqc_load.o passwdqc_memzero.o passwdqc_parse.o passwdqc_random.o wordset_4k.o wordlist.o OBJS_PAM = pam_passwdqc.o passwdqc_memzero.o OBJS_GEN = pwqgen.o passwdqc_memzero.o OBJS_CHECK = pwqcheck.o passwdqc_memzero.o OBJS_FILTER = pwqfilter.o md4.o default: all # -pie is a linker option, but let's have it in CFLAGS to ensure -fPIE and -pie # are ever overridden or not together. Include CFLAGS into LDFLAGS because: # 1. "For predictable results, you must also specify the same set of options # used for compilation (-fpie, -fPIE, or model suboptions) when you specify # this linker option." (as gcc man page says about "-pie") # 2. In case the package only overrides CFLAGS, we want the distro's hardening # or other flags to also propagate to the linker. # Pass the hardening flags first so that the package CFLAGS may override them. CFLAGS_HARDENING_LINUX = -fPIE -pie -Wno-unused-command-line-argument -fstack-protector-strong -D_FORTIFY_SOURCE=2 LDFLAGS_HARDENING_LINUX = -Wl,-z,defs -Wl,-z,relro -Wl,-z,now all locales pam utils install install_lib install_locales install_pam install_utils uninstall remove remove_lib remove_locales remove_pam remove_utils: case "`uname -s`" in \ Linux) $(MAKE) CPPFLAGS_lib="$(CPPFLAGS_lib) -DHAVE_SHADOW" \ CFLAGS_bin="$(CFLAGS_HARDENING_LINUX) $(CFLAGS_bin)" \ CFLAGS_lib="$(CFLAGS_HARDENING_LINUX) $(CFLAGS_lib)" \ LDFLAGS="$(LDFLAGS_HARDENING_LINUX) $(CFLAGS_HARDENING_LINUX) $(CFLAGS_bin) $(LDFLAGS)" \ LDFLAGS_lib="$(LDFLAGS_HARDENING_LINUX) $(CFLAGS_HARDENING_LINUX) $(CFLAGS_lib) $(LDFLAGS_lib_LINUX)" \ LDFLAGS_pam="$(LDFLAGS_HARDENING_LINUX) $(CFLAGS_HARDENING_LINUX) $(CFLAGS_lib) $(LDFLAGS_pam_LINUX)" \ LDLIBS_pam="$(LDLIBS_pam_LINUX)" \ $@_wrapped;; \ SunOS) $(MAKE) -e CPPFLAGS_lib="$(CPPFLAGS_lib) -DHAVE_SHADOW" \ LD_lib=/usr/ccs/bin/ld \ LDFLAGS_lib="$(LDFLAGS_lib_SUN)" \ LDFLAGS_pam="$(LDFLAGS_pam_SUN)" \ LDLIBS_pam="$(LDLIBS_pam_SUN)" \ INSTALL="$(INSTALL_SUN)" \ SHARED_LIBDIR="$(SHARED_LIBDIR_SUN)" \ SECUREDIR="$(SECUREDIR_SUN)" \ $@_wrapped;; \ HP-UX) $(MAKE) CPPFLAGS_lib="$(CPPFLAGS_lib) -DHAVE_SHADOW" \ LD_lib=ld \ LDFLAGS_lib="$(LDFLAGS_lib_HP)" \ LDFLAGS_pam="$(LDFLAGS_pam_HP)" \ LDLIBS_pam="$(LDLIBS_pam_HP)" \ $@_wrapped;; \ Darwin) $(MAKE) \ SHARED_LIB="$(SHARED_LIB_DARWIN)" \ DEVEL_LIB="$(DEVEL_LIB_DARWIN)" \ SECUREDIR="$(SECUREDIR_DARWIN)" \ LDLIBS_pam="$(LDLIBS_pam_DARWIN)" \ $@_wrapped;; \ CYGWIN_NT*) $(MAKE) CPPFLAGS_lib="$(CPPFLAGS_lib)" \ SHARED_LIB="$(SHARED_LIB_CYGWIN)" \ SHARED_LIBDIR="$(SHARED_LIBDIR_CYGWIN)" \ DEVEL_LIB="$(DEVEL_LIB_CYGWIN)" \ LDFLAGS_lib="$(LDFLAGS_lib_CYGWIN)" \ BINS="$(BINS_CYGWIN)" \ CYGWIN=true \ $@_wrapped;; \ *) $(MAKE) $@_wrapped;; \ esac all_wrapped: pam_wrapped utils_wrapped $(PKGCONFIG) pam_wrapped: $(SHARED_PAM) utils_wrapped: $(BINS) $(SHARED_LIB): $(OBJS_LIB) $(MAP_LIB) $(LD_lib) $(LDFLAGS_lib) $(OBJS_LIB) $(LDLIBS_lib) -o $(SHARED_LIB) $(DEVEL_LIB): $(SHARED_LIB) if [ "$(CYGWIN)" != true ]; then \ $(LN_s) $(SHARED_LIB) $(DEVEL_LIB); \ fi $(SHARED_PAM): $(OBJS_PAM) $(MAP_PAM) $(DEVEL_LIB) $(LD_lib) $(LDFLAGS_pam) $(OBJS_PAM) $(LDLIBS_pam) -L. -lpasswdqc -o $(SHARED_PAM) pwqgen: $(OBJS_GEN) $(DEVEL_LIB) $(LD) $(LDFLAGS) $(OBJS_GEN) -L. -lpasswdqc -o $@ pwqcheck: $(OBJS_CHECK) $(DEVEL_LIB) $(LD) $(LDFLAGS) $(OBJS_CHECK) -L. -lpasswdqc -o $@ pwqfilter: $(OBJS_FILTER) $(LD) $(LDFLAGS) $(OBJS_FILTER) -o $@ pwqgen.o: pwqgen.c passwdqc.h $(CC) $(CPPFLAGS_bin) $(CFLAGS_bin) -c $*.c pwqcheck.o: pwqcheck.c passwdqc.h $(CC) $(CPPFLAGS_bin) $(CFLAGS_bin) -c $*.c pwqfilter.o: pwqfilter.c passwdqc_filter.h passwdqc.h $(CC) $(CPPFLAGS_bin) $(CFLAGS_bin) -c $*.c .c.o: $(CC) $(CPPFLAGS_lib) $(CFLAGS_lib) -c $*.c $(PKGCONFIG): $(PKGCONFIG).in sed -e "s|@VERSION@|$(VERSION)|g" $(PKGCONFIG).in > $@ concat.o: concat.h pam_passwdqc.o: passwdqc.h pam_macros.h passwdqc_check.o: passwdqc.h passwdqc_filter.h wordset_4k.h wordlist.h passwdqc_filter.o: passwdqc.h passwdqc_filter.h passwdqc_load.o: passwdqc.h concat.h passwdqc_parse.o: passwdqc.h concat.h passwdqc_random.o: passwdqc.h wordset_4k.h wordset_4k.o: wordset_4k.h wordlist.o: wordlist.h install_wrapped: install_lib_wrapped install_utils_wrapped install_pam_wrapped @echo 'Consider running ldconfig(8) to update the dynamic linker cache.' install_lib_wrapped: $(MKDIR) $(DESTDIR)$(CONFDIR) $(INSTALL) -m $(CONFMODE) $(CONFIGS) $(DESTDIR)$(CONFDIR)/ $(MKDIR) $(DESTDIR)$(SHARED_LIBDIR) $(INSTALL) -m $(SHLIBMODE) $(SHARED_LIB) $(DESTDIR)$(SHARED_LIBDIR)/ $(MKDIR) $(DESTDIR)$(DEVEL_LIBDIR) if [ "$(CYGWIN)" != true ]; then \ $(LN_s) $(SHARED_LIBDIR_REL)/$(SHARED_LIB) \ $(DESTDIR)$(DEVEL_LIBDIR)/$(DEVEL_LIB); \ else \ $(INSTALL) -m $(SHLIBMODE) $(DEVEL_LIB) $(DESTDIR)$(DEVEL_LIBDIR)/; \ fi $(MKDIR) $(DESTDIR)$(INCLUDEDIR) $(INSTALL) -m $(INCMODE) $(HEADER) $(DESTDIR)$(INCLUDEDIR)/ $(MKDIR) $(DESTDIR)$(PKGCONFIGDIR) $(INSTALL) -m $(PKGCONFMODE) $(PKGCONFIG) $(DESTDIR)$(PKGCONFIGDIR)/ $(MKDIR) $(DESTDIR)$(MANDIR)/man3 $(INSTALL) -m $(MANMODE) $(MAN3) $(DESTDIR)$(MANDIR)/man3/ $(MKDIR) $(DESTDIR)$(MANDIR)/man5 $(INSTALL) -m $(MANMODE) $(MAN5) $(DESTDIR)$(MANDIR)/man5/ install_utils_wrapped: $(MKDIR) $(DESTDIR)$(BINDIR) $(INSTALL) -m $(BINMODE) $(BINS) $(DESTDIR)$(BINDIR)/ $(MKDIR) $(DESTDIR)$(MANDIR)/man1 $(INSTALL) -m $(MANMODE) $(MAN1) $(DESTDIR)$(MANDIR)/man1/ install_pam_wrapped: $(MKDIR) $(DESTDIR)$(SECUREDIR) $(INSTALL) -m $(SHLIBMODE) $(SHARED_PAM) $(DESTDIR)$(SECUREDIR)/ $(MKDIR) $(DESTDIR)$(MANDIR)/man8 $(INSTALL) -m $(MANMODE) $(MAN8) $(DESTDIR)$(MANDIR)/man8/ POFILES = $(LANGUAGES:%=po/%.po) MOFILES = $(LANGUAGES:%=po/%.mo) POTFILE_DEPS = pam_passwdqc.c passwdqc_check.c POTFILE = po/$(PACKAGE).pot $(POTFILE): $(POTFILE_DEPS) $(XGETTEXT) $(XGETTEXT_OPTS) -o $@-t $^ && mv $@-t $@ .SUFFIXES: .po .mo .po.mo: $(MSGFMT) -c -o $@-t $< && mv $@-t $@ update_po: $(POTFILE) $(POFILES) for f in $(POFILES); do $(MSGMERGE) -U $$f $< || exit; done update_mo: $(MOFILES) locales_wrapped: update_mo install_locales_wrapped: for lang in $(LANGUAGES); do \ $(MKDIR) $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES && \ $(INSTALL) -m $(LOCALEMODE) po/$$lang.mo \ $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/$(PACKAGE).mo || exit; \ done uninstall_wrapped remove_wrapped: remove_pam_wrapped remove_utils_wrapped remove_lib_wrapped remove_locales_wrapped remove_pam_wrapped: $(RM) $(DESTDIR)$(MANDIR)/man8/$(MAN8) $(RM) $(DESTDIR)$(SECUREDIR)/$(SHARED_PAM) remove_utils_wrapped: for f in $(MAN1); do $(RM) $(DESTDIR)$(MANDIR)/man1/$$f; done for f in $(BINS); do $(RM) $(DESTDIR)$(BINDIR)/$$f; done remove_lib_wrapped: for f in $(MAN5); do $(RM) $(DESTDIR)$(MANDIR)/man5/$$f; done for f in $(MAN3); do $(RM) $(DESTDIR)$(MANDIR)/man3/$$f; done for f in $(HEADER); do $(RM) $(DESTDIR)$(INCLUDEDIR)/$$f; done for f in $(PKGCONFIG); do $(RM) $(DESTDIR)$(PKGCONFIGDIR)/$$f; done for f in $(DEVEL_LIB); do $(RM) $(DESTDIR)$(DEVEL_LIBDIR)/$$f; done for f in $(SHARED_LIB); do $(RM) $(DESTDIR)$(SHARED_LIBDIR)/$$f; done for f in $(CONFIGS); do $(RM) $(DESTDIR)$(CONFDIR)/$$f; done remove_locales_wrapped: for f in $(LANGUAGES); do $(RM) $(DESTDIR)$(LOCALEDIR)/$$f/LC_MESSAGES/$(PACKAGE).mo; done check: default @echo "Running tests..." @export LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH; \ set -e; \ for test in tests/*.sh; do \ echo "Executing $$test..."; \ $$test; \ done @echo "Tests completed!" clean: $(RM) $(PROJ) $(POTFILE) $(MOFILES) *.o .PHONY: all all_wrapped clean install install_lib install_locales install_pam install_utils \ pam pam_wrapped uninstall remove remove_lib remove_pam remove_utils \ utils utils_wrapped \ update_mo update_po \ locales locales_wrapped \ install_wrapped install_lib_wrapped install_locales_wrapped install_pam_wrapped \ install_utils_wrapped \ remove_wrapped remove_lib_wrapped remove_locales_wrapped remove_pam_wrapped \ remove_utils_wrapped passwdqc-2.1.0/PLATFORMS000060000000000000000000000042251515134124000146160ustar00rootroot00000000000000Please see the README for instructions common to all platforms and descriptions of the options mentioned here. Linux. Most modern Linux distributions use Linux-PAM with a password changing module which understands "use_authtok". Thus, you may choose which module prompts for the old password, things should work either way. FreeBSD 5+, DragonFly BSD 2.2+. FreeBSD 5 and newer, as well as DragonFly BSD 2.2 and newer, include pam_passwdqc in the base system. You should be able to use either the included or the distributed separately version of pam_passwdqc with these systems. There's a commented out usage example in the default /etc/pam.d/passwd. FreeBSD 4 and older used a cut down version of Linux-PAM (not OpenPAM) and didn't use PAM for password changing. OpenBSD. OpenBSD does not use PAM, however it is able to use passwdqc's pwqcheck program. Insert the line ":passwordcheck=/usr/bin/pwqcheck -1:\" (without the quotes, but with the trailing backslash) into the "default" section in /etc/login.conf. Solaris, HP-UX 11. On Solaris 2.6, 7, and 8 (without patch 108993-18/108994-18 or later) and on HP-UX 11, pam_passwdqc has to ask for the old password during the update phase. Use "ask_oldauthtok=update check_oldauthtok" with pam_passwdqc and "use_first_pass" with pam_unix. On Solaris 8 (with patch 108993-18/108994-18 or later), 9, and 10, use pam_passwdqc instead of both pam_authtok_get and pam_authtok_check, and set "retry=1" with pam_passwdqc as the passwd command has its own handling for that. You will likely also need to set "max=8" in order to actually enforce not-so-weak passwords with the obsolete traditional DES-based hashes that most Solaris systems use and the flawed approach HP-UX uses to process characters past 8. Of course this way you only get about one third of the functionality of pam_passwdqc. As a better alternative, on modern Solaris systems you may edit the "CRYPT_DEFAULT=__unix__" line in /etc/security/policy.conf to read "CRYPT_DEFAULT=2a" to enable the OpenBSD-style bcrypt (Blowfish-based) password hashing. There's a wiki page with detailed instructions specific to Solaris: https://openwall.info/wiki/passwdqc/solaris passwdqc-2.1.0/README000060000000000000000000000207401515134124000142040ustar00rootroot00000000000000pam_passwdqc is a simple password strength checking module for PAM-aware password changing programs, such as passwd(1). In addition to checking regular passwords, it offers support for passphrases and can provide randomly generated ones. All features are optional and can be (re-)configured without rebuilding. This module should be stacked before your usual password changing module (such as pam_unix or pam_pwdb) in the password management group (the "password" lines in /etc/pam.d/passwd or /etc/pam.conf). The password changing module should then be told to use the provided new authentication token (new password) rather than request it from the user. There's usually the "use_authtok" option to do that. If your password changing module lacks the "use_authtok" option or its prompts are inconsistent with pam_passwdqc's, you may tell pam_passwdqc to ask for the old password as well, with "ask_oldauthtok". In that case the option to use with the password changing module is "use_first_pass". There are a number of supported options, which can be used to modify the behavior of pam_passwdqc (defaults are given in square brackets): config=FILE [] Load the specified configuration FILE, which must be in the passwdqc.conf format (described in the passwdqc.conf(5) manual page). This file may define any options described in here, including load of yet another configuration file, but loops are not allowed. min=N0,N1,N2,N3,N4 [min=disabled,24,11,8,8] The minimum allowed password lengths for different kinds of passwords and passphrases. The keyword "disabled" can be used to disallow passwords of a given kind regardless of their length. Each subsequent number is required to be no larger than the preceding one. N0 is used for passwords consisting of characters from one character class only. The character classes are: digits, lower-case letters, upper-case letters, and other characters. There is also a special class for non-ASCII characters, which could not be classified, but are assumed to be non-digits. N1 is used for passwords consisting of characters from two character classes that do not meet the requirements for a passphrase. N2 is used for passphrases. Note that besides meeting this length requirement, a passphrase must also consist of a sufficient number of words (see the "passphrase" option below). N3 and N4 are used for passwords consisting of characters from three and four character classes, respectively. When calculating the number of character classes, upper-case letters used as the first character and digits used as the last character of a password are not counted. In addition to being sufficiently long, passwords are required to contain enough different characters for the character classes and the minimum length they have been checked against. max=N [max=72] The maximum allowed password length. This can be used to prevent users from setting passwords that may be too long for some system services. The value 8 is treated specially: with max=8, passwords longer than 8 characters will not be rejected, but will be truncated to 8 characters for the strength checks and the user will be warned. This is to be used with the traditional DES-based password hashes, which truncate the password at 8 characters. It is important that you do set max=8 if you are using the traditional hashes, or some weak passwords will pass the checks. passphrase=N [passphrase=3] The number of words required for a passphrase, or 0 to disable the support for user-chosen passphrases. match=N [match=4] The length of common substring required to conclude that a password is at least partially based on information found in a character string, or 0 to disable the substring search. Note that the password will not be rejected once a weak substring is found; it will instead be subjected to the usual strength requirements with the weak substring partially discounted. The substring search is case-insensitive and is able to detect and remove a common substring spelled backwards. similar=permit|deny [similar=deny] Whether a new password is allowed to be similar to the old one. The passwords are considered to be similar when there is a sufficiently long common substring and the new password with the substring partially discounted would be weak. wordlist=FILE [] Deny passwords that are based on lines of a tiny external text file, which can reasonably include common passwords, dictionary words in a local language other than English, and longer English words. passwdqc includes built-in lists of a few thousand common English words mostly of lengths from 3 to 6, a handful of common character sequences such as keyboard walks, and many common passwords of length 7 and above. Any word list possibly specified with this option is used in addition to the lists of English words and character sequences, but replaces the list of common passwords. Substring matching and discounting will be used if the "match" setting above is non-zero. Please note that this isn't to be used with large wordlists for performance reasons. denylist=FILE [] Deny passwords or passphrases directly appearing in a tiny external text file. That file can reasonably be e.g. a list of common passwords if only a relaxed policy is desired and stricter checks are thus disabled (using their separate options). Such policy would only be somewhat effective against online/remote attacks, but not against offline attacks on hashed passwords. filter=FILE [] Deny passwords or passphrases directly appearing in a maybe huge binary filter file created with pwqfilter. This is very efficient, needing at most two random disk reads per query. A filter created from millions of leaked passwords can reasonably be used on top of passwdqc's other checks to further reduce the number of passing yet weak passwords without causing unreasonable inconvenience (as e.g. higher minimum lengths and character set requirements could). random=N[,only] [random=47] The size of randomly-generated passphrases in bits (24 to 136), or 0 to disable this feature. Any passphrase that contains the offered randomly-generated string will be allowed regardless of other possible restrictions. The "only" modifier can be used to disallow user-chosen passwords. enforce=none|users|everyone [enforce=everyone] The module can be configured to warn of weak passwords only, but not actually enforce strong passwords. The "users" setting is like "everyone" for all PAM services except "chpasswd" and "passwd". For these two PAM services "users" will enforce strong passwords for invocations by non-root users only. non-unix [] Normally, the module uses getpwnam(3) to obtain the user's personal login information and use that during the password strength checks. This behavior can be disabled with the "non-unix" option. retry=N [retry=3] The number of times the module will ask for a new password if the user fails to provide a sufficiently strong password and enter it twice the first time. ask_oldauthtok[=update] [] Ask for the old password as well. Normally, pam_passwdqc leaves this task for subsequent modules. With no argument, the "ask_oldauthtok" option will cause pam_passwdqc to ask for the old password during the preliminary check phase. With "ask_oldauthtok=update", pam_passwdqc will do that during the update phase. check_oldauthtok [] This tells pam_passwdqc to validate the old password before giving a new password prompt. Normally, this task is left for subsequent modules. The primary use for this option is when "ask_oldauthtok=update" is also specified, in which case no other module gets a chance to ask for and validate the password. Of course, this will only work with Unix passwords. use_first_pass [] use_authtok [] Use the new password obtained by modules stacked before pam_passwdqc. This disables user interaction within pam_passwdqc. With this module, the only difference between "use_first_pass" and "use_authtok" is that the former is incompatible with "ask_oldauthtok". noaudit [] If audit is enabled at build time, the PAM module logs audit events once user tries to change their credentials. This option disables that audit logging. passwdqc-2.1.0/concat.c000060000000000000000000000026021515134124000147340ustar00rootroot00000000000000/* * concat() - allocate memory and safely concatenate strings in portable C * (and C++ if you like). * * This code deals gracefully with potential integer overflows (perhaps when * input strings are maliciously long), as well as with input strings changing * from under it (perhaps because of misbehavior of another thread). It does * not depend on non-portable functions such as snprintf() and asprintf(). * * Written by Solar Designer and placed in the * public domain. */ #include #include #include #include #include "concat.h" char *concat(const char *s1, ...) { va_list args; const char *s; char *p, *result; size_t l, m, n; m = n = strlen(s1); va_start(args, s1); while ((s = va_arg(args, char *))) { l = strlen(s); if ((m += l) < l) break; } va_end(args); if (s || m >= INT_MAX) return NULL; result = (char *)malloc(m + 1); if (!result) return NULL; memcpy(p = result, s1, n); p += n; va_start(args, s1); while ((s = va_arg(args, char *))) { l = strlen(s); if ((n += l) < l || n > m) break; memcpy(p, s, l); p += l; } va_end(args); if (s || m != n || p != result + n) { free(result); return NULL; } *p = 0; return result; } #ifdef TEST #include int main(int argc, char **argv) { puts(concat(argv[0], argv[1], argv[2], argv[3], NULL)); return 0; } #endif passwdqc-2.1.0/concat.h000060000000000000000000000002501515134124000147360ustar00rootroot00000000000000/* * Copyright (c) 2009 by Dmitry V. Levin. See LICENSE. */ #ifndef CONCAT_H__ #define CONCAT_H__ extern char *concat(const char *, ...); #endif /* CONCAT_H__ */ passwdqc-2.1.0/libpasswdqc.3000060000000000000000000000141101515134124000157160ustar00rootroot00000000000000.\" Copyright (c) 2021 Dmitry V. Levin .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .Dd March 19, 2021 .Dt LIBPASSWDQC 3 .Os "Openwall Project" .Sh NAME .Nm passwdqc_params_reset , .Nm passwdqc_params_load , .Nm passwdqc_params_parse , .Nm passwdqc_params_free , .Nm passwdqc_check , .Nm passwdqc_random .Nd password strength checking functions .Sh LIBRARY Password strength checking library .Pq libpasswdqc, -lpasswdqc .Sh SYNOPSIS .In passwdqc.h .Bd -literal typedef struct { passwdqc_params_qc_t qc; passwdqc_params_pam_t pam; } passwdqc_params_t; .Ed .Ft void .Fn passwdqc_params_reset "passwdqc_params_t *params" .Ft int .Fo passwdqc_params_load .Fa "passwdqc_params_t *params" .Fa "char **reason" .Fa "const char *pathname" .Fc .Ft int .Fo passwdqc_params_parse .Fa "passwdqc_params_t *params" .Fa "char **reason" .Fa "int argc" .Fa "const char *const *argv" .Fc .Ft void .Fn passwdqc_params_free "passwdqc_params_t *params" .Ft const char * .Fo passwdqc_check .Fa "const passwdqc_params_qc_t *params" .Fa "const char *newpass" .Fa "const char *oldpass" .Fa "const struct passwd *pw" .Fc .Ft char * .Fn passwdqc_random "const passwdqc_params_qc_t *params" .Sh DESCRIPTION The .Fn passwdqc_params_reset function initializes the passwdqc_params_t structure specified by .Fa params argument to compile-time defaults. .Pp The .Fn passwdqc_params_load function fills in the passwdqc_params_t structure specified by .Fa params argument according to the configuration options listed in the file specified by .Fa pathname argument. When the passwdqc_params_t structure is no longer needed, the memory allocated by this function should be released using .Fn passwdqc_params_free . .Pp The .Fn passwdqc_params_parse function fills in the passwdqc_params_t structure specified by .Fa params argument according to the configuration options specified by .Fa argc and .Fa argv arguments. When the passwdqc_params_t structure is no longer needed, the memory allocated by this function should be released using .Fn passwdqc_params_free . .Pp The .Fn passwdqc_params_free function frees the memory allocated by .Fn passwdqc_params_load and .Fn passwdqc_params_parse functions when filling in the passwdqc_params_t structure specified by .Fa params argument. .Pp The .Fn passwdqc_check function checks the quality of the passphrase specified by .Fa newpass argument according to the configuration specified by .Fa params argument. If an optional old passphrase is specified by .Fa oldpass argument, .Fa newpass is additionally checked against .Fa oldpass for similarity. If an optional passwd record is specified by .Fa pw argument, .Fa newpass is additionally checked whether it is based on the personal login information in the passwd record. .Pp The .Fn passwdqc_random function generates a random passphrase according to the configuration specified by .Fa params argument. .Sh RETURN VALUES The .Fn passwdqc_params_reset and .Fn passwdqc_params_free functions do not return a value. .Pp Upon successful completion the .Fn passwdqc_params_load and .Fn passwdqc_params_parse functions return 0. Otherwise, -1 is returned and a pointer to dynamically allocated memory containing the error string is assigned to .Fa *reason . This memory should be released using free(3) when no longer needed. .Pp Upon successful completion the .Fn passwdqc_check function returns NULL. Otherwise, a string describing the error is returned. The returned string is statically allocated and valid for the lifetime of the program. .Pp Upon successful completion the .Fn passwdqc_random function returns a dynamically allocated string containing the generated passphrase. Otherwise, NULL is returned. The string should be released using free(3) when no longer needed. .Sh FILES .Pa /etc/passwdqc.conf (not read unless this suggested file location is specified with the .Ar pathname argument or with .Cm config Ns = Ns Ar /etc/passwdqc.conf configuration option). .Sh EXAMPLES The following example shows how to use the libpasswdqc library with system configuration options to check a passphrase. .Bd -literal -offset 2n #include #include #include #include bool check(const char *newpass, const char *oldpass, const struct passwd *pw) { static const char config[] = "/etc/passwdqc.conf"; char *parse_reason; const char *check_result = ""; passwdqc_params_t params; passwdqc_params_reset(¶ms); if (passwdqc_params_load(¶ms, &parse_reason, config)) { fprintf(stderr, "passwdqc_params_load: %s\en", parse_reason ? parse_reason : "Out of memory"); free(parse_reason); goto out; } check_result = passwdqc_check(¶ms.qc, newpass, oldpass, pw); if (check_result) fprintf(stderr, "passwdqc_check: %s\en", check_result); out: passwdqc_params_free(¶ms); return !check_result; } .Ed .Sh SEE ALSO .Xr passwdqc.conf 5 , .Xr pwqcheck 1 , .Xr pwqgen 1 , .Xr pam_passwdqc 8 . .Pp https://www.openwall.com/passwdqc/ .Sh HISTORY The pam_passwdqc module was written for Openwall GNU/*/Linux by Solar Designer. The libpasswdqc library was originally written for ALT GNU/*/Linux by Dmitry V. Levin, reusing code from pam_passwdqc. The .Fn passwdqc_params_free function was added in version 2.0.0 by Solar Designer. .Sh AUTHORS This manual page was written by Dmitry V. Levin. passwdqc-2.1.0/libpasswdqc.map000060000000000000000000000002621515134124000163340ustar00rootroot00000000000000{ global: passwdqc_check; passwdqc_params_load; passwdqc_params_parse; passwdqc_params_reset; passwdqc_params_free; passwdqc_random; local: *; }; passwdqc-2.1.0/md4.c000060000000000000000000000165661515134124000141670ustar00rootroot00000000000000/* * This is an OpenSSL API compatible (but not ABI compatible) implementation * of the RSA Data Security, Inc. MD4 Message-Digest Algorithm (RFC 1320). * * Homepage: * https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4 * * Author: * Alexander Peslyak, better known as Solar Designer * * This software was written by Alexander Peslyak in 2001. No copyright is * claimed, and the software is hereby placed in the public domain. * In case this attempt to disclaim copyright and place the software in the * public domain is deemed null and void, then the software is * Copyright (c) 2001 Alexander Peslyak and it is hereby released to the * general public under the following terms: * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. * * (This is a heavily cut-down "BSD license".) * * This differs from Colin Plumb's older public domain implementation in that * no exactly 32-bit integer data type is required (any 32-bit or wider * unsigned integer data type will do), there's no compile-time endianness * configuration, and the function prototypes match OpenSSL's. No code from * Colin Plumb's implementation has been reused; this comment merely compares * the properties of the two independent implementations. * * The primary goals of this implementation are portability and ease of use. * It is meant to be fast, but not as fast as possible. Some known * optimizations are not included to reduce source code size and avoid * compile-time configuration. */ #ifndef HAVE_OPENSSL #include #include "md4.h" /* * The basic MD4 functions. * * F and G are optimized compared to their RFC 1320 definitions, with the * optimization for F borrowed from Colin Plumb's MD5 implementation. */ #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) #define G(x, y, z) (((x) & ((y) | (z))) | ((y) & (z))) #define H(x, y, z) ((x) ^ (y) ^ (z)) /* * The MD4 transformation for all three rounds. */ #define STEP(f, a, b, c, d, x, s) \ (a) += f((b), (c), (d)) + (x); \ (a) = (((a) << (s)) | (((a) & 0xffffffff) >> (32 - (s)))); /* * SET reads 4 input bytes in little-endian byte order and stores them in a * properly aligned word in host byte order. * * The check for little-endian architectures that tolerate unaligned memory * accesses is just an optimization. Nothing will break if it fails to detect * a suitable architecture. * * Unfortunately, this optimization may be a C strict aliasing rules violation * if the caller's data buffer has effective type that cannot be aliased by * MD4_u32plus. In practice, this problem may occur if these MD4 routines are * inlined into a calling function, or with future and dangerously advanced * link-time optimizations. For the time being, keeping these MD4 routines in * their own translation unit avoids the problem. */ #if defined(__i386__) || defined(__x86_64__) || defined(__vax__) #define SET(n) \ (*(MD4_u32plus *)&ptr[(n) * 4]) #define GET(n) \ SET(n) #else #define SET(n) \ (ctx->block[(n)] = \ (MD4_u32plus)ptr[(n) * 4] | \ ((MD4_u32plus)ptr[(n) * 4 + 1] << 8) | \ ((MD4_u32plus)ptr[(n) * 4 + 2] << 16) | \ ((MD4_u32plus)ptr[(n) * 4 + 3] << 24)) #define GET(n) \ (ctx->block[(n)]) #endif /* * This processes one or more 64-byte data blocks, but does NOT update the bit * counters. There are no alignment requirements. */ static const void *body(MD4_CTX *ctx, const void *data, size_t size) { const unsigned char *ptr; MD4_u32plus a, b, c, d; MD4_u32plus saved_a, saved_b, saved_c, saved_d; const MD4_u32plus ac1 = 0x5a827999, ac2 = 0x6ed9eba1; ptr = (const unsigned char *)data; a = ctx->a; b = ctx->b; c = ctx->c; d = ctx->d; do { saved_a = a; saved_b = b; saved_c = c; saved_d = d; /* Round 1 */ STEP(F, a, b, c, d, SET(0), 3) STEP(F, d, a, b, c, SET(1), 7) STEP(F, c, d, a, b, SET(2), 11) STEP(F, b, c, d, a, SET(3), 19) STEP(F, a, b, c, d, SET(4), 3) STEP(F, d, a, b, c, SET(5), 7) STEP(F, c, d, a, b, SET(6), 11) STEP(F, b, c, d, a, SET(7), 19) STEP(F, a, b, c, d, SET(8), 3) STEP(F, d, a, b, c, SET(9), 7) STEP(F, c, d, a, b, SET(10), 11) STEP(F, b, c, d, a, SET(11), 19) STEP(F, a, b, c, d, SET(12), 3) STEP(F, d, a, b, c, SET(13), 7) STEP(F, c, d, a, b, SET(14), 11) STEP(F, b, c, d, a, SET(15), 19) /* Round 2 */ STEP(G, a, b, c, d, GET(0) + ac1, 3) STEP(G, d, a, b, c, GET(4) + ac1, 5) STEP(G, c, d, a, b, GET(8) + ac1, 9) STEP(G, b, c, d, a, GET(12) + ac1, 13) STEP(G, a, b, c, d, GET(1) + ac1, 3) STEP(G, d, a, b, c, GET(5) + ac1, 5) STEP(G, c, d, a, b, GET(9) + ac1, 9) STEP(G, b, c, d, a, GET(13) + ac1, 13) STEP(G, a, b, c, d, GET(2) + ac1, 3) STEP(G, d, a, b, c, GET(6) + ac1, 5) STEP(G, c, d, a, b, GET(10) + ac1, 9) STEP(G, b, c, d, a, GET(14) + ac1, 13) STEP(G, a, b, c, d, GET(3) + ac1, 3) STEP(G, d, a, b, c, GET(7) + ac1, 5) STEP(G, c, d, a, b, GET(11) + ac1, 9) STEP(G, b, c, d, a, GET(15) + ac1, 13) /* Round 3 */ STEP(H, a, b, c, d, GET(0) + ac2, 3) STEP(H, d, a, b, c, GET(8) + ac2, 9) STEP(H, c, d, a, b, GET(4) + ac2, 11) STEP(H, b, c, d, a, GET(12) + ac2, 15) STEP(H, a, b, c, d, GET(2) + ac2, 3) STEP(H, d, a, b, c, GET(10) + ac2, 9) STEP(H, c, d, a, b, GET(6) + ac2, 11) STEP(H, b, c, d, a, GET(14) + ac2, 15) STEP(H, a, b, c, d, GET(1) + ac2, 3) STEP(H, d, a, b, c, GET(9) + ac2, 9) STEP(H, c, d, a, b, GET(5) + ac2, 11) STEP(H, b, c, d, a, GET(13) + ac2, 15) STEP(H, a, b, c, d, GET(3) + ac2, 3) STEP(H, d, a, b, c, GET(11) + ac2, 9) STEP(H, c, d, a, b, GET(7) + ac2, 11) STEP(H, b, c, d, a, GET(15) + ac2, 15) a += saved_a; b += saved_b; c += saved_c; d += saved_d; ptr += 64; } while (size -= 64); ctx->a = a; ctx->b = b; ctx->c = c; ctx->d = d; return ptr; } void MD4_Init(MD4_CTX *ctx) { ctx->a = 0x67452301; ctx->b = 0xefcdab89; ctx->c = 0x98badcfe; ctx->d = 0x10325476; ctx->lo = 0; ctx->hi = 0; } void MD4_Update(MD4_CTX *ctx, const void *data, size_t size) { MD4_u32plus saved_lo; size_t used, available; saved_lo = ctx->lo; if ((ctx->lo = (saved_lo + size) & 0x1fffffff) < saved_lo) ctx->hi++; ctx->hi += (MD4_u32plus)(size >> 29); used = saved_lo & 0x3f; if (used) { available = 64 - used; if (size < available) { memcpy(&ctx->buffer[used], data, size); return; } memcpy(&ctx->buffer[used], data, available); data = (const unsigned char *)data + available; size -= available; body(ctx, ctx->buffer, 64); } if (size >= 64) { data = body(ctx, data, size & ~(size_t)0x3f); size &= 0x3f; } memcpy(ctx->buffer, data, size); } #define OUT(dst, src) \ (dst)[0] = (unsigned char)(src); \ (dst)[1] = (unsigned char)((src) >> 8); \ (dst)[2] = (unsigned char)((src) >> 16); \ (dst)[3] = (unsigned char)((src) >> 24); void MD4_Final(unsigned char *result, MD4_CTX *ctx) { size_t used, available; used = ctx->lo & 0x3f; ctx->buffer[used++] = 0x80; available = 64 - used; if (available < 8) { memset(&ctx->buffer[used], 0, available); body(ctx, ctx->buffer, 64); used = 0; available = 64; } memset(&ctx->buffer[used], 0, available - 8); ctx->lo <<= 3; OUT(&ctx->buffer[56], ctx->lo) OUT(&ctx->buffer[60], ctx->hi) body(ctx, ctx->buffer, 64); OUT(&result[0], ctx->a) OUT(&result[4], ctx->b) OUT(&result[8], ctx->c) OUT(&result[12], ctx->d) #if 0 memset(ctx, 0, sizeof(*ctx)); #endif } #endif passwdqc-2.1.0/md4.h000060000000000000000000000030121515134124000141520ustar00rootroot00000000000000/* * This is an OpenSSL API compatible (but not ABI compatible) implementation * of the RSA Data Security, Inc. MD4 Message-Digest Algorithm (RFC 1320). * * Homepage: * https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4 * * Author: * Alexander Peslyak, better known as Solar Designer * * This software was written by Alexander Peslyak in 2001. No copyright is * claimed, and the software is hereby placed in the public domain. * In case this attempt to disclaim copyright and place the software in the * public domain is deemed null and void, then the software is * Copyright (c) 2001 Alexander Peslyak and it is hereby released to the * general public under the following terms: * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. * * See md4.c for more information. */ #ifdef HAVE_OPENSSL #include #elif !defined(_MD4_H) #define _MD4_H #include /* for size_t */ /* Any 32-bit or wider unsigned integer data type will do */ typedef unsigned int MD4_u32plus; typedef struct { MD4_u32plus lo, hi; MD4_u32plus a, b, c, d; unsigned char buffer[64]; #if !(defined(__i386__) || defined(__x86_64__) || defined(__vax__)) MD4_u32plus block[16]; #endif } MD4_CTX; extern void MD4_Init(MD4_CTX *ctx); extern void MD4_Update(MD4_CTX *ctx, const void *data, size_t size); extern void MD4_Final(unsigned char *result, MD4_CTX *ctx); #endif passwdqc-2.1.0/pam_macros.h000060000000000000000000000015231515134124000156140ustar00rootroot00000000000000/* * These macros are partially based on Linux-PAM's , * which were organized by Cristian Gafton and I believe are in the public * domain. * * - Solar Designer */ #ifndef PAM_PASSWDQC_MACROS_H__ #define PAM_PASSWDQC_MACROS_H__ #include #include #define pwqc_overwrite_string(x) \ do { \ if (x) \ memset((x), 0, strlen(x)); \ } while (0) #define pwqc_drop_mem(x) \ do { \ if (x) { \ free(x); \ (x) = NULL; \ } \ } while (0) #define pwqc_drop_pam_reply(/* struct pam_response* */ reply, /* int */ replies) \ do { \ if (reply) { \ int reply_i; \ \ for (reply_i = 0; reply_i < (replies); ++reply_i) { \ pwqc_overwrite_string((reply)[reply_i].resp); \ pwqc_drop_mem((reply)[reply_i].resp); \ } \ pwqc_drop_mem(reply); \ } \ } while (0) #endif /* PAM_PASSWDQC_MACROS_H__ */ passwdqc-2.1.0/pam_passwdqc.8000060000000000000000000000071541515134124000161030ustar00rootroot00000000000000.\" Copyright (c) 2001 Networks Associates Technology, Inc. .\" All rights reserved. .\" Copyright (c) 2009 Dmitry V. Levin .\" All rights reserved. .\" Copyright (c) 2009,2019 Solar Designer .\" All rights reserved. .\" .\" Portions of this software were developed for the FreeBSD Project by .\" ThinkSec AS and NAI Labs, the Security Research Division of Network .\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 .\" ("CBOSS"), as part of the DARPA CHATS research program. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. The name of the author may not be used to endorse or promote .\" products derived from this software without specific prior written .\" permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .Dd December 9, 2019 .Dt PAM_PASSWDQC 8 .Os "Openwall Project" .Sh NAME .Nm pam_passwdqc .Nd Password quality-control PAM module .Sh SYNOPSIS .Op Ar service-name .Ar module-type .Ar control-flag .Pa pam_passwdqc .Op Ar options .Sh DESCRIPTION The .Nm module is a simple password strength checking module for PAM. In addition to checking regular passwords, it offers support for passphrases and can provide randomly generated ones. .Pp The .Nm module provides functionality for only one PAM management group: password changing. In terms of the .Ar module-type parameter, this is the .Dq Li password feature. .Pp The .Fn pam_chauthtok service function may ask the user for a new password, and verify that it meets certain minimum standards. If the chosen password is unsatisfactory, the service function returns .Dv PAM_AUTHTOK_ERR . .Pp The set of options that may be passed to the module is exactly the same as the set of options that may be specified in the configuration file (suggested location .Pa /etc/passwdqc.conf , to be specified in the .Cm config=/etc/passwdqc.conf option). These options are described in .Xr passwdqc.conf 5 . .Sh SEE ALSO .Xr pam.conf 5 , .Xr passwdqc.conf 5 , .Xr pam 8 . .Pp https://www.openwall.com/passwdqc/ .Sh AUTHORS The .Nm module was written for Openwall GNU/*/Linux by .An Solar Designer Aq solar at openwall.com . This manual page was written for the .Fx Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 .Pq Dq CBOSS , as part of the DARPA CHATS research program. It has since been revised, most importantly to refer to .Xr passwdqc.conf 5 instead of describing the options right on this page. passwdqc-2.1.0/pam_passwdqc.c000060000000000000000000000377301515134124000161610ustar00rootroot00000000000000/* * Copyright (c) 2000-2003,2005,2012,2016,2019,2021 by Solar Designer * Copyright (c) 2017,2018 by Dmitry V. Levin * Copyright (c) 2017,2018 by Oleg Solovyov * See LICENSE */ #define _XOPEN_SOURCE 600 #define _XOPEN_SOURCE_EXTENDED #define _DEFAULT_SOURCE #include #include #include #include #include #include #include #ifdef HAVE_SHADOW #include #endif #ifdef HAVE_LIBAUDIT #include #include #endif #define PAM_SM_PASSWORD #ifndef LINUX_PAM #include #endif #include #include "pam_macros.h" #if !defined(PAM_EXTERN) && !defined(PAM_STATIC) #define PAM_EXTERN extern #endif #if !defined(PAM_AUTHTOK_RECOVERY_ERR) && defined(PAM_AUTHTOK_RECOVER_ERR) #define PAM_AUTHTOK_RECOVERY_ERR PAM_AUTHTOK_RECOVER_ERR #endif #if (defined(__sun) || defined(__hpux) || defined(_AIX)) && \ !defined(LINUX_PAM) && !defined(_OPENPAM) /* Sun's PAM doesn't use const here, while Linux-PAM and OpenPAM do */ #define lo_const #else #define lo_const const #endif #ifdef _OPENPAM /* OpenPAM doesn't use const here, while Linux-PAM does */ #define l_const #else #define l_const lo_const #endif typedef lo_const void *pam_item_t; #include "passwdqc.h" #include "passwdqc_i18n.h" #define PROMPT_OLDPASS \ _("Enter current password: ") #define PROMPT_NEWPASS1 \ _("Enter new password: ") #define PROMPT_NEWPASS2 \ _("Re-type new password: ") #define MESSAGE_MISCONFIGURED \ _("System configuration error. Please contact your administrator.") #define MESSAGE_INVALID_OPTION \ "pam_passwdqc: %s." #define MESSAGE_INTRO_PASSWORD \ _("\nYou can now choose the new password.\n") #define MESSAGE_INTRO_BOTH \ _("\nYou can now choose the new password or passphrase.\n") #define MESSAGE_EXPLAIN_PASSWORD_1_CLASS(count) \ P3_( \ "A good password should be a mix of upper and lower case letters, digits, and\n" \ "other characters. You can use a password containing at least %d character.\n", \ \ "A good password should be a mix of upper and lower case letters, digits, and\n" \ "other characters. You can use a password containing at least %d characters.\n", \ count), (count) #define MESSAGE_EXPLAIN_PASSWORD_N_CLASSES(count) \ P3_( \ "A valid password should be a mix of upper and lower case letters, digits, and\n" \ "other characters. You can use a password containing at least %d character\n" \ "from at least %d of these 4 classes.\n" \ "An upper case letter that begins the password and a digit that ends it do not\n" \ "count towards the number of character classes used.\n", \ \ "A valid password should be a mix of upper and lower case letters, digits, and\n" \ "other characters. You can use a password containing at least %d characters\n" \ "from at least %d of these 4 classes.\n" \ "An upper case letter that begins the password and a digit that ends it do not\n" \ "count towards the number of character classes used.\n", \ count), (count) #define MESSAGE_EXPLAIN_PASSWORD_ALL_CLASSES(count) \ P3_( \ "A valid password should be a mix of upper and lower case letters, digits, and\n" \ "other characters. You can use a password containing at least %d character\n" \ "from all of these classes.\n" \ "An upper case letter that begins the password and a digit that ends it do not\n" \ "count towards the number of character classes used.\n", \ \ "A valid password should be a mix of upper and lower case letters, digits, and\n" \ "other characters. You can use a password containing at least %d characters\n" \ "from all of these classes.\n" \ "An upper case letter that begins the password and a digit that ends it do not\n" \ "count towards the number of character classes used.\n", \ count), (count) #define MESSAGE_EXPLAIN_PASSWORD_ALL_OR_3_CLASSES(count) \ P3_( \ "A valid password should be a mix of upper and lower case letters, digits, and\n" \ "other characters. You can use a password containing at least %d character\n" \ "from all of these classes, or a password containing at least %d characters\n" \ "from just 3 of these 4 classes.\n" \ "An upper case letter that begins the password and a digit that ends it do not\n" \ "count towards the number of character classes used.\n", \ \ "A valid password should be a mix of upper and lower case letters, digits, and\n" \ "other characters. You can use a password containing at least %d characters\n" \ "from all of these classes, or a password containing at least %d characters\n" \ "from just 3 of these 4 classes.\n" \ "An upper case letter that begins the password and a digit that ends it do not\n" \ "count towards the number of character classes used.\n", \ count), (count) #define MESSAGE_EXPLAIN_PASSPHRASE(count) \ P3_(\ "A passphrase should be of at least %d word, %d to %d characters long, and\n" \ "contain enough different characters.\n", \ \ "A passphrase should be of at least %d words, %d to %d characters long, and\n" \ "contain enough different characters.\n", \ count), (count) #define MESSAGE_RANDOM \ _("Alternatively, if no one else can see your terminal now, you can pick this as\n" \ "your password: \"%s\".\n") #define MESSAGE_RANDOMONLY \ _("This system is configured to permit randomly generated passwords only.\n" \ "If no one else can see your terminal now, you can pick this as your\n" \ "password: \"%s\". Otherwise come back later.\n") #define MESSAGE_RANDOMFAILED \ _("This system is configured to use randomly generated passwords only,\n" \ "but the attempt to generate a password has failed. This could happen\n" \ "for a number of reasons: you could have requested an impossible password\n" \ "length, or the access to kernel random number pool could have failed.") #define MESSAGE_TOOLONG \ _("This password may be too long for some services. Choose another.") #define MESSAGE_TRUNCATED \ _("Warning: your longer password will be truncated to 8 characters.") #define MESSAGE_WEAKPASS \ _("Weak password: %s.") #define MESSAGE_NOTRANDOM \ _("Sorry, you've mistyped the password that was generated for you.") #define MESSAGE_MISTYPED \ _("Sorry, passwords do not match.") #define MESSAGE_RETRY \ _("Try again.") static int logaudit(pam_handle_t *pamh, int status, passwdqc_params_t *params) { #ifdef HAVE_LIBAUDIT if (!(params->pam.flags & F_NO_AUDIT)) { int rc = pam_modutil_audit_write(pamh, AUDIT_USER_CHAUTHTOK, "pam_passwdqc", status); if (status == PAM_SUCCESS) status = rc; } #else /* !HAVE_LIBAUDIT */ (void) pamh; #endif passwdqc_params_free(params); return status; } static int converse(pam_handle_t *pamh, int style, l_const char *text, struct pam_response **resp) { pam_item_t item; const struct pam_conv *conv; struct pam_message msg, *pmsg; int status; *resp = NULL; status = pam_get_item(pamh, PAM_CONV, &item); if (status != PAM_SUCCESS) return status; conv = item; pmsg = &msg; msg.msg_style = style; msg.msg = text; return conv->conv(1, (lo_const struct pam_message **)&pmsg, resp, conv->appdata_ptr); } #ifdef __GNUC__ __attribute__ ((format (printf, 3, 4))) #endif static int say(pam_handle_t *pamh, int style, const char *format, ...) { va_list args; char buffer[0x800]; int needed; struct pam_response *resp; int status; va_start(args, format); needed = vsnprintf(buffer, sizeof(buffer), format, args); va_end(args); if ((unsigned int)needed < sizeof(buffer)) { status = converse(pamh, style, buffer, &resp); pwqc_drop_pam_reply(resp, 1); } else { status = PAM_ABORT; } _passwdqc_memzero(buffer, sizeof(buffer)); return status; } static int check_max(passwdqc_params_qc_t *qc, pam_handle_t *pamh, const char *newpass) { if (strlen(newpass) > (size_t)qc->max) { if (qc->max != 8) { say(pamh, PAM_ERROR_MSG, MESSAGE_TOOLONG); return -1; } say(pamh, PAM_TEXT_INFO, MESSAGE_TRUNCATED); } return 0; } static int check_pass(struct passwd *pw, const char *pass) { const char *hash; int retval; #ifdef HAVE_SHADOW #ifdef __hpux if (iscomsec()) { #else if (!strcmp(pw->pw_passwd, "x")) { #endif struct spwd *spw = getspnam(pw->pw_name); endspent(); if (!spw) return -1; hash = NULL; if (strlen(spw->sp_pwdp) >= 13) { #ifdef __hpux hash = bigcrypt(pass, spw->sp_pwdp); #else hash = crypt(pass, spw->sp_pwdp); #endif } retval = (hash && !strcmp(hash, spw->sp_pwdp)) ? 0 : -1; _passwdqc_memzero(spw->sp_pwdp, strlen(spw->sp_pwdp)); return retval; } #endif hash = NULL; if (strlen(pw->pw_passwd) >= 13) hash = crypt(pass, pw->pw_passwd); retval = (hash && !strcmp(hash, pw->pw_passwd)) ? 0 : -1; _passwdqc_memzero(pw->pw_passwd, strlen(pw->pw_passwd)); return retval; } static int am_root(pam_handle_t *pamh) { pam_item_t item; const char *service; if (getuid() != 0) return 0; if (pam_get_item(pamh, PAM_SERVICE, &item) != PAM_SUCCESS) return 0; service = item; return !strcmp(service, "passwd") || !strcmp(service, "chpasswd"); } PAM_EXTERN int pam_sm_chauthtok(pam_handle_t *pamh, int flags, int argc, const char **argv) { passwdqc_params_t params; struct pam_response *resp; struct passwd *pw, fake_pw; pam_item_t item; const char *user, *oldpass, *newpass; char *trypass, *randompass; char *parse_reason; const char *check_reason; int ask_oldauthtok; int randomonly, enforce, retries_left, retry_wanted; int status; passwdqc_params_reset(¶ms); if (passwdqc_params_parse(¶ms, &parse_reason, argc, argv)) { say(pamh, PAM_ERROR_MSG, am_root(pamh) ? MESSAGE_INVALID_OPTION : MESSAGE_MISCONFIGURED, parse_reason); free(parse_reason); return PAM_ABORT; } status = PAM_SUCCESS; ask_oldauthtok = 0; if (flags & PAM_PRELIM_CHECK) { if (params.pam.flags & F_ASK_OLDAUTHTOK_PRELIM) ask_oldauthtok = 1; } else if (flags & PAM_UPDATE_AUTHTOK) { if (params.pam.flags & F_ASK_OLDAUTHTOK_UPDATE) ask_oldauthtok = 1; } else { passwdqc_params_free(¶ms); return PAM_SERVICE_ERR; } if (ask_oldauthtok && !am_root(pamh)) { status = converse(pamh, PAM_PROMPT_ECHO_OFF, PROMPT_OLDPASS, &resp); if (status == PAM_SUCCESS) { if (resp && resp->resp) { status = pam_set_item(pamh, PAM_OLDAUTHTOK, resp->resp); pwqc_drop_pam_reply(resp, 1); } else status = PAM_AUTHTOK_RECOVERY_ERR; } if (status != PAM_SUCCESS) return logaudit(pamh, status, ¶ms); } if (flags & PAM_PRELIM_CHECK) { passwdqc_params_free(¶ms); return status; } status = pam_get_item(pamh, PAM_USER, &item); if (status != PAM_SUCCESS) return logaudit(pamh, status, ¶ms); user = item; status = pam_get_item(pamh, PAM_OLDAUTHTOK, &item); if (status != PAM_SUCCESS) return logaudit(pamh, status, ¶ms); oldpass = item; if (params.pam.flags & F_NON_UNIX) { pw = &fake_pw; memset(pw, 0, sizeof(*pw)); pw->pw_name = (char *)user; pw->pw_gecos = ""; pw->pw_dir = ""; } else { /* As currently implemented, we don't avoid timing leaks for valid vs. not * usernames and hashes. Normally, the username would have already been * checked and determined valid, and the check_oldauthtok option is only needed * on systems that happen to have similar timing leaks all over the place. */ pw = getpwnam(user); endpwent(); if (!pw) return logaudit(pamh, PAM_USER_UNKNOWN, ¶ms); if ((params.pam.flags & F_CHECK_OLDAUTHTOK) && !am_root(pamh) && (!oldpass || check_pass(pw, oldpass))) status = PAM_AUTH_ERR; _passwdqc_memzero(pw->pw_passwd, strlen(pw->pw_passwd)); if (status != PAM_SUCCESS) return logaudit(pamh, status, ¶ms); } randomonly = params.qc.min[4] > params.qc.max; if (am_root(pamh)) enforce = params.pam.flags & F_ENFORCE_ROOT; else enforce = params.pam.flags & F_ENFORCE_USERS; if (params.pam.flags & F_USE_AUTHTOK) { status = pam_get_item(pamh, PAM_AUTHTOK, &item); if (status != PAM_SUCCESS) return logaudit(pamh, status, ¶ms); newpass = item; if (!newpass || (check_max(¶ms.qc, pamh, newpass) && enforce)) return logaudit(pamh, PAM_AUTHTOK_ERR, ¶ms); check_reason = passwdqc_check(¶ms.qc, newpass, oldpass, pw); if (check_reason) { say(pamh, PAM_ERROR_MSG, MESSAGE_WEAKPASS, check_reason); if (enforce) status = PAM_AUTHTOK_ERR; } return logaudit(pamh, status, ¶ms); } retries_left = params.pam.retry; retry: retry_wanted = 0; if (!randomonly && params.qc.passphrase_words && params.qc.min[2] <= params.qc.max) status = say(pamh, PAM_TEXT_INFO, MESSAGE_INTRO_BOTH); else status = say(pamh, PAM_TEXT_INFO, MESSAGE_INTRO_PASSWORD); if (status != PAM_SUCCESS) return logaudit(pamh, status, ¶ms); if (!randomonly && params.qc.min[0] == params.qc.min[4]) status = say(pamh, PAM_TEXT_INFO, MESSAGE_EXPLAIN_PASSWORD_1_CLASS(params.qc.min[4])); else if (!randomonly && params.qc.min[3] == params.qc.min[4]) status = say(pamh, PAM_TEXT_INFO, MESSAGE_EXPLAIN_PASSWORD_N_CLASSES(params.qc.min[4]), params.qc.min[1] != params.qc.min[3] ? 3 : 2); else if (!randomonly && params.qc.min[3] == INT_MAX) status = say(pamh, PAM_TEXT_INFO, MESSAGE_EXPLAIN_PASSWORD_ALL_CLASSES(params.qc.min[4])); else if (!randomonly) { status = say(pamh, PAM_TEXT_INFO, MESSAGE_EXPLAIN_PASSWORD_ALL_OR_3_CLASSES(params.qc.min[4]), params.qc.min[3]); } if (status != PAM_SUCCESS) return logaudit(pamh, status, ¶ms); if (!randomonly && params.qc.passphrase_words && params.qc.min[2] <= params.qc.max) { status = say(pamh, PAM_TEXT_INFO, MESSAGE_EXPLAIN_PASSPHRASE(params.qc.passphrase_words), params.qc.min[2], params.qc.max); if (status != PAM_SUCCESS) return logaudit(pamh, status, ¶ms); } randompass = passwdqc_random(¶ms.qc); if (randompass) { status = say(pamh, PAM_TEXT_INFO, randomonly ? MESSAGE_RANDOMONLY : MESSAGE_RANDOM, randompass); if (status != PAM_SUCCESS) { pwqc_overwrite_string(randompass); pwqc_drop_mem(randompass); } } else if (randomonly) { say(pamh, PAM_ERROR_MSG, am_root(pamh) ? MESSAGE_RANDOMFAILED : MESSAGE_MISCONFIGURED); return logaudit(pamh, PAM_AUTHTOK_ERR, ¶ms); } status = converse(pamh, PAM_PROMPT_ECHO_OFF, PROMPT_NEWPASS1, &resp); if (status == PAM_SUCCESS && (!resp || !resp->resp)) status = PAM_AUTHTOK_ERR; if (status != PAM_SUCCESS) { pwqc_overwrite_string(randompass); pwqc_drop_mem(randompass); return logaudit(pamh, status, ¶ms); } trypass = strdup(resp->resp); pwqc_drop_pam_reply(resp, 1); if (!trypass) { pwqc_overwrite_string(randompass); pwqc_drop_mem(randompass); return logaudit(pamh, PAM_AUTHTOK_ERR, ¶ms); } if (check_max(¶ms.qc, pamh, trypass) && enforce) { status = PAM_AUTHTOK_ERR; retry_wanted = 1; } check_reason = NULL; /* unused */ if (status == PAM_SUCCESS && (!randompass || strcmp(trypass, randompass)) && (randomonly || (check_reason = passwdqc_check(¶ms.qc, trypass, oldpass, pw)))) { if (randomonly) say(pamh, PAM_ERROR_MSG, MESSAGE_NOTRANDOM); else say(pamh, PAM_ERROR_MSG, MESSAGE_WEAKPASS, check_reason); if (enforce) { status = PAM_AUTHTOK_ERR; retry_wanted = 1; } } if (status == PAM_SUCCESS) status = converse(pamh, PAM_PROMPT_ECHO_OFF, PROMPT_NEWPASS2, &resp); if (status == PAM_SUCCESS) { if (resp && resp->resp) { if (strcmp(trypass, resp->resp)) { status = say(pamh, PAM_ERROR_MSG, MESSAGE_MISTYPED); if (status == PAM_SUCCESS) { status = PAM_AUTHTOK_ERR; retry_wanted = 1; } } pwqc_drop_pam_reply(resp, 1); } else status = PAM_AUTHTOK_ERR; } if (status == PAM_SUCCESS) status = pam_set_item(pamh, PAM_AUTHTOK, trypass); pwqc_overwrite_string(randompass); pwqc_drop_mem(randompass); pwqc_overwrite_string(trypass); pwqc_drop_mem(trypass); if (retry_wanted && --retries_left > 0) { status = say(pamh, PAM_TEXT_INFO, MESSAGE_RETRY); if (status == PAM_SUCCESS) goto retry; } return logaudit(pamh, status, ¶ms); } #ifdef PAM_MODULE_ENTRY PAM_MODULE_ENTRY("pam_passwdqc"); #elif defined(PAM_STATIC) const struct pam_module _pam_passwdqc_modstruct = { "pam_passwdqc", NULL, NULL, NULL, NULL, NULL, pam_sm_chauthtok }; #endif passwdqc-2.1.0/pam_passwdqc.map000060000000000000000000000000661515134124000165040ustar00rootroot00000000000000{ global: pam_sm_chauthtok; local: *; }; passwdqc-2.1.0/passwdqc.conf000060000000000000000000000004071515134124000160160ustar00rootroot00000000000000min=disabled,24,11,8,8 max=72 passphrase=3 match=4 similar=deny random=47 enforce=everyone retry=3 # The below are just examples, by default none of these are used #wordlist=/usr/share/john/password.lst #denylist=/etc/passwdqc.deny #filter=/opt/passwdqc/hibp.pwq passwdqc-2.1.0/passwdqc.conf.5000060000000000000000000000256721515134124000161740ustar00rootroot00000000000000.\" Copyright (c) 2000-2003,2005,2008,2019,2020,2025 Solar Designer .\" All rights reserved. .\" Copyright (c) 2001 Networks Associates Technology, Inc. .\" All rights reserved. .\" Copyright (c) 2009 Dmitry V. Levin .\" All rights reserved. .\" .\" Portions of this software were developed for the FreeBSD Project by .\" ThinkSec AS and NAI Labs, the Security Research Division of Network .\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 .\" ("CBOSS"), as part of the DARPA CHATS research program. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. The name of the author may not be used to endorse or promote .\" products derived from this software without specific prior written .\" permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .Dd November 23, 2025 .Dt PASSWDQC.CONF 5 .Os "Openwall Project" .Sh NAME .Nm passwdqc.conf .Nd libpasswdqc configuration file .Sh DESCRIPTION libpasswdqc is a simple password strength checking library. In addition to checking regular passwords, it offers support for passphrases and can provide randomly generated ones. A .Nm configuration file may be used to override default libpasswdqc settings. .Sh FORMAT A .Nm file consists of 0 or more lines of the following format: .Dl Ar option Ns = Ns Ar value .Pp Empty lines and lines beginning with .Dq Li # are ignored. Whitespace characters between the .Ar option , .Dq Li = , and .Ar value are not allowed. .Sh DIRECTIVE OPTIONS .Bl -tag -width indent .It Cm config Ns = Ns Ar FILE Load the specified configuration .Ar FILE in the .Cm passwdqc.conf format. This file may define any options described in this manual, including load of yet another configuration file, but loops are not allowed. .El .Sh PASSWORD QUALITY CONTROL OPTIONS .Bl -tag -width Ds .Sm off .It Xo .Cm min No = .Ar N0 , N1 , N2 , N3 , N4 .Xc .Sm on .Pq default: min=disabled,24,11,8,8 The minimum allowed password lengths for different kinds of passwords/passphrases. The keyword .Cm disabled can be used to disallow passwords of a given kind regardless of their length. Each subsequent number is required to be no larger than the preceding one. .Pp .Ar N0 is used for passwords consisting of characters from one character class only. The character classes are: digits, lower-case letters, upper-case letters, and other characters. There is also a special class for .No non- Ns Tn ASCII characters, which could not be classified, but are assumed to be non-digits. .Pp .Ar N1 is used for passwords consisting of characters from two character classes that do not meet the requirements for a passphrase. .Pp .Ar N2 is used for passphrases. Note that besides meeting this length requirement, a passphrase must also consist of a sufficient number of words (see the .Cm passphrase option below). .Pp .Ar N3 and .Ar N4 are used for passwords consisting of characters from three and four character classes, respectively. .Pp When calculating the number of character classes, upper-case letters used as the first character and digits used as the last character of a password are not counted. .Pp In addition to being sufficiently long, passwords are required to contain enough different characters for the character classes and the minimum length they have been checked against. .Pp .It Cm max Ns = Ns Ar N .Pq default: Cm max Ns = Ns 72 The maximum allowed password length. This can be used to prevent users from setting passwords that may be too long for some system services. The value 8 is treated specially: if .Cm max is set to 8, passwords longer than 8 characters will not be rejected, but will be truncated to 8 characters for the strength checks and the user will be warned. This is to be used with the traditional DES-based password hashes, which truncate the password at 8 characters. .Pp It is important that you do set .Cm max Ns = Ns 8 if you are using the traditional hashes, or some weak passwords will pass the checks. .It Cm passphrase Ns = Ns Ar N .Pq default: Cm passphrase Ns = Ns 3 The number of words required for a passphrase, or 0 to disable the support for user-chosen passphrases. .It Cm match Ns = Ns Ar N .Pq default: Cm match Ns = Ns 4 The length of common substring required to conclude that a password is at least partially based on information found in a character string, or 0 to disable the substring search. Note that the password will not be rejected once a weak substring is found; it will instead be subjected to the usual strength requirements with the weak substring partially discounted. .Pp The substring search is case-insensitive and is able to detect and remove a common substring spelled backwards. .It Xo .Sm off .Cm similar No = Cm permit | deny .Sm on .Xc .Pq default: Cm similar Ns = Ns Cm deny Whether a new password is allowed to be similar to the old one. The passwords are considered to be similar when there is a sufficiently long common substring and the new password with the substring partially discounted would be weak. .It Cm wordlist Ns = Ns Ar FILE Deny passwords that are based on lines of the tiny external text .Ar FILE , which can reasonably include common passwords, dictionary words in a local language other than English, and longer English words. .Pp passwdqc includes built-in lists of a few thousand common English words mostly of lengths from 3 to 6, a handful of common character sequences such as keyboard walks, and many common passwords of length 7 and above. Any word list possibly specified with this option is used in addition to the lists of English words and character sequences, but replaces the list of common passwords. .Pp Substring matching and discounting will be used if the .Cm match setting above is non-zero. Please note that this isn't to be used with large wordlists for performance reasons. .It Cm denylist Ns = Ns Ar FILE Deny passwords or passphrases directly appearing in the tiny external text .Ar FILE . That file can reasonably be e.g. a list of common passwords if only a relaxed policy is desired and stricter checks are thus disabled (using their separate options). Such policy would only be somewhat effective against online/remote attacks, but not against offline attacks on hashed passwords. .It Cm filter Ns = Ns Ar FILE Deny passwords or passphrases directly appearing in a maybe huge binary filter .Ar FILE created with pwqfilter. This is very efficient, needing at most two random disk reads per query. A filter created from millions of leaked passwords can reasonably be used on top of passwdqc's other checks to further reduce the number of passing yet weak passwords without causing unreasonable inconvenience (as e.g. higher minimum lengths and character set requirements could). .It Xo .Sm off .Cm random No = Ar N .Op , Cm only .Sm on .Xc .Pq default: Cm random Ns = Ns 47 The size of randomly-generated passphrases in bits (24 to 136), or 0 to disable this feature. Any passphrase that contains the offered randomly-generated string will be allowed regardless of other possible restrictions. .Pp The .Cm only modifier can be used to disallow user-chosen passwords. .El .Sh PAM MODULE OPTIONS .Bl -tag -width indent .It Xo .Sm off .Cm enforce No = Cm none | users | everyone .Sm on .Xc .Pq default: Cm enforce Ns = Ns Cm everyone The PAM module can be configured to warn of weak passwords only, but not actually enforce strong passwords. The .Cm users setting is like .Cm everyone for all PAM services except .Cm chpasswd and .Cm passwd . For these two PAM services .Cm users will enforce strong passwords for invocations by non-root users only. .It Cm non-unix Normally, the PAM module uses .Xr getpwnam 3 to obtain the user's personal login information and use that during the password strength checks. This behavior can be disabled with the .Cm non-unix option. .It Cm retry Ns = Ns Ar N .Pq default: Cm retry Ns = Ns 3 The number of times the PAM module will ask for a new password if the user fails to provide a sufficiently strong password and enter it twice the first time. .It Cm ask_oldauthtok Ns Op = Ns Cm update Ask for the old password as well. Normally, the PAM module leaves this task for subsequent modules. With no argument, the .Cm ask_oldauthtok option will cause the PAM module to ask for the old password during the preliminary check phase. If the .Cm ask_oldauthtok option is specified with the .Cm update argument, the PAM module will do that during the update phase. .It Cm check_oldauthtok This tells the PAM module to validate the old password before giving a new password prompt. Normally, this task is left for subsequent modules. .Pp The primary use for this option is when .Cm ask_oldauthtok Ns = Ns Cm update is also specified, in which case no other module gets a chance to ask for and validate the password. Of course, this will only work with .Ux passwords. .It Cm use_first_pass , use_authtok Use the new password obtained by other modules stacked before the PAM module. This disables user interaction within the PAM module. The only difference between .Cm use_first_pass and .Cm use_authtok is that the former is incompatible with .Cm ask_oldauthtok . .It Cm noaudit If audit is enabled at build time, the PAM module logs audit events once user tries to change their credentials. This option disables that audit logging. .El .Sh FILES .Pa /etc/passwdqc.conf (not read unless this suggested file location is specified with the .Cm config=/etc/passwdqc.conf option). .Sh SEE ALSO .Xr getpwnam 3 , .Xr libpasswdqc 3 , .Xr pam_passwdqc 8 . .Pp https://www.openwall.com/passwdqc/ .Sh AUTHORS The pam_passwdqc module was written for Openwall GNU/*/Linux by .An Solar Designer Aq solar at openwall.com . This manual page was derived from .Xr pam_passwdqc 8 . The latter, derived from the author's documentation, was written for the .Fx Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 .Pq Dq CBOSS , as part of the DARPA CHATS research program. passwdqc-2.1.0/passwdqc.h000060000000000000000000000036461515134124000153300ustar00rootroot00000000000000/* * Copyright (c) 2000-2002,2016,2019,2020,2021 by Solar Designer * Copyright (c) 2008,2009 by Dmitry V. Levin * See LICENSE */ #ifndef PASSWDQC_H__ #define PASSWDQC_H__ #ifndef _MSC_VER #include #endif #ifdef __cplusplus extern "C" { #endif #ifdef _MSC_VER /* Partial struct passwd just to accommodate passwdqc code's expectations */ struct passwd { char *pw_name; char *pw_passwd; char *pw_gecos; char *pw_dir; char *pw_shell; }; #endif typedef struct { int min[5], max; int passphrase_words; int match_length; int similar_deny; int random_bits; char *wordlist; char *denylist; char *filter; } passwdqc_params_qc_t; typedef struct { int flags; int retry; } passwdqc_params_pam_t; typedef struct { passwdqc_params_qc_t qc; passwdqc_params_pam_t pam; } passwdqc_params_t; extern const char *passwdqc_check(const passwdqc_params_qc_t *params, const char *newpass, const char *oldpass, const struct passwd *pw); extern char *passwdqc_random(const passwdqc_params_qc_t *params); extern int passwdqc_params_parse(passwdqc_params_t *params, char **reason, int argc, const char *const *argv); extern int passwdqc_params_load(passwdqc_params_t *params, char **reason, const char *pathname); extern void passwdqc_params_reset(passwdqc_params_t *params); extern void passwdqc_params_free(passwdqc_params_t *params); #define F_ENFORCE_MASK 0x00000003 #define F_ENFORCE_USERS 0x00000001 #define F_ENFORCE_ROOT 0x00000002 #define F_ENFORCE_EVERYONE F_ENFORCE_MASK #define F_NON_UNIX 0x00000004 #define F_ASK_OLDAUTHTOK_MASK 0x00000030 #define F_ASK_OLDAUTHTOK_PRELIM 0x00000010 #define F_ASK_OLDAUTHTOK_UPDATE 0x00000020 #define F_CHECK_OLDAUTHTOK 0x00000040 #define F_USE_FIRST_PASS 0x00000100 #define F_USE_AUTHTOK 0x00000200 #define F_NO_AUDIT 0x00000400 #define PASSWDQC_VERSION "2.1.0" extern void (*_passwdqc_memzero)(void *, size_t); #ifdef __cplusplus } #endif #endif /* PASSWDQC_H__ */ passwdqc-2.1.0/passwdqc.pc.in000060000000000000000000000002051515134124000160740ustar00rootroot00000000000000Name: passwdqc Description: Password/passphrase strength checking and policy enforcement Version: @VERSION@ Libs: -lpasswdqc Cflags: passwdqc-2.1.0/passwdqc.spec000060000000000000000000000400441515134124000160240ustar00rootroot00000000000000Summary: A password/passphrase strength checking and policy enforcement toolset Name: passwdqc Version: 2.1.0 Release: 1%{?dist} # Two manual pages (pam_passwdqc.8 and passwdqc.conf.5) are under the # 3-clause BSD-style license as specified within the files themselves. # The rest of the files in this package fall under the terms of # the heavily cut-down "BSD license". License: BSD-3-Clause URL: https://www.openwall.com/%name/ Source0: https://www.openwall.com/%name/%name-%version.tar.gz Source1: https://www.openwall.com/%name/%name-%version.tar.gz.sign Requires: pam_%name = %version-%release Requires: %name-utils = %version-%release BuildRequires: make BuildRequires: audit-libs-devel BuildRequires: gcc BuildRequires: gettext BuildRequires: libxcrypt-devel BuildRequires: pam-devel %package -n lib%name Summary: Passphrase quality checker shared library Provides: %name-lib = %version-%release Obsoletes: %name-lib < %version %package -n lib%name-devel Summary: Development files for building %name-aware applications Requires: lib%name = %version-%release Provides: %name-devel = %version-%release Obsoletes: %name-devel < %version %package -n pam_%name Summary: Pluggable passphrase quality checker Requires: lib%name = %version-%release %package utils Summary: Password quality checker utilities Requires: lib%name = %version-%release %description passwdqc is a password/passphrase strength checking and policy enforcement toolset, including a PAM module (pam_passwdqc), command-line programs (pwqcheck, pwqfilter, and pwqgen), and a library (libpasswdqc). pam_passwdqc is normally invoked on password changes by programs such as passwd(1). It is capable of checking password or passphrase strength, enforcing a policy, and offering randomly-generated passphrases, with all of these features being optional and easily (re-)configurable. pwqcheck and pwqgen are standalone password/passphrase strength checking and random passphrase generator programs, respectively, which are usable from scripts. The pwqfilter program searches, creates, or updates binary passphrase filter files, which can also be used with pwqcheck and pam_passwdqc. libpasswdqc is the underlying library, which may also be used from third-party programs. %description -n lib%name The lib%name is a passphrase strength checking library. In addition to checking regular passphrases, it offers support for passphrases and can provide randomly generated passphrases. All features are optional and can be (re-)configured without rebuilding. This package contains shared %name library. %description -n lib%name-devel The lib%name is a passphrase strength checking library. In addition to checking regular passphrases, it offers support for passphrases and can provide randomly generated passphrases. All features are optional and can be (re-)configured without rebuilding. This package contains development files needed for building %name-aware applications. %description -n pam_%name pam_%name is a passphrase strength checking module for PAM-aware passphrase changing programs, such as passwd(1). In addition to checking regular passphrases, it offers support for passphrases and can provide randomly generated passphrases. All features are optional and can be (re-)configured without rebuilding. %description utils This package contains standalone utilities which are usable from scripts: pwqcheck (a standalone passphrase strength checking program), pwqgen (a standalone random passphrase generator program), and pwqfilter (a standalone program that searches, creates, or updates binary passphrase filter files). %prep %setup %build make %{?_smp_mflags} all locales \ CPPFLAGS="-DENABLE_NLS=1 -DHAVE_LIBAUDIT=1 -DLINUX_PAM=1" \ CFLAGS_lib="$RPM_OPT_FLAGS -W -DLINUX_PAM -fPIC" \ CFLAGS_bin="$RPM_OPT_FLAGS -W" \ # %install make install install_locales \ CC=false LD=false \ INSTALL='install -p' \ DESTDIR="$RPM_BUILD_ROOT" \ MANDIR=%_mandir \ SHARED_LIBDIR=/%_lib \ DEVEL_LIBDIR=%_libdir \ SECUREDIR=/%_lib/security \ # %find_lang passwdqc %ldconfig_scriptlets -n lib%name %check make check %files %files -n lib%name -f passwdqc.lang %config(noreplace) %_sysconfdir/passwdqc.conf /%_lib/lib*.so* %_mandir/man5/*.5* %doc LICENSE README *.php %files -n lib%name-devel %_includedir/*.h %_libdir/pkgconfig/passwdqc.pc %_libdir/lib*.so %_mandir/man3/*.3* %files -n pam_%name /%_lib/security/* %_mandir/man8/*.8* %files utils %_bindir/* %_mandir/man1/*.1* %changelog * Mon Mar 02 2026 Solar Designer 2.1.0-1 - Update to 2.1.0 - Run "make check" from %%check * Fri Jan 16 2026 Fedora Release Engineering - 2.0.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Thu Jul 24 2025 Fedora Release Engineering - 2.0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Feb 01 2025 Björn Esser - 2.0.3-7 - Add explicit BR: libxcrypt-devel * Fri Jan 17 2025 Fedora Release Engineering - 2.0.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Jul 18 2024 Fedora Release Engineering - 2.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering - 2.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 2.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering - 2.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jun 25 2023 Dmitry V. Levin - 2.0.3-1 - 2.0.2 -> 2.0.3. * Thu Jan 19 2023 Fedora Release Engineering - 2.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 2.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 2.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Apr 04 2021 Dmitry V. Levin - 2.0.2-1 - 1.4.0 -> 2.0.2. * Tue Jan 26 2021 Fedora Release Engineering - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 08 2020 Dmitry V. Levin - 1.4.0-1 - 1.3.0 -> 1.4.0 (#1748553). - Imported package from ALT Sisyphus. * Wed Jan 29 2020 Fedora Release Engineering - 1.3.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering - 1.3.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering - 1.3.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 14 2019 Björn Esser - 1.3.0-13 - Rebuilt for libcrypt.so.2 (#1666033) * Fri Jul 13 2018 Fedora Release Engineering - 1.3.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering - 1.3.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Jan 20 2018 Björn Esser - 1.3.0-10 - Rebuilt for switch to libxcrypt * Thu Aug 03 2017 Fedora Release Engineering - 1.3.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 1.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 1.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Feb 21 2015 Till Maas - 1.3.0-4 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code * Sun Aug 17 2014 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Jun 06 2014 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Jul 29 2013 Avesh Agarwal - 1.3.0-1 - New upstream release - Fixes 815504 * Thu Feb 14 2013 Fedora Release Engineering - 1.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 1.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Oct 19 2010 Avesh Agarwal - 1.2.2-1 - New upstream release with package name changed to passwdqc - Added new command line utilities pwqcheck and pwqgen - Addition of passwdqc.conf file in /etc - Added libpasswdqc library and header files for buliding applications - This is an initial release of passwdqc. * Wed Aug 11 2010 Avesh Agarwal - 1.0.5-7 - Fixed issues as per bz 226226, patch by Parag (panemade@gmail.com). - Added explanation for extra C flags as per fedora guidelines. * Tue Jan 12 2010 Avesh Agarwal - 1.0.5-6 - Fixed following rpmlint errors on src rpm: pam_passwdqc.src: W: summary-ended-with-dot Pluggable password quality-control module., pam_passwdqc.src:11: E: buildprereq-use pam-devel * Tue Sep 29 2009 Avesh Agarwal - 1.0.5-5 - Fixed an issue with spec file where "Release:" is not specified with "(?dist)". Without this, it gives problem when tagging across different fedora releases. * Tue Sep 29 2009 Avesh Agarwal - 1.0.5-4 - Patch for new configurable options(rhbz# 219201): disable first upper and last digit check, passwords prompts can be read from a file * Sat Jul 25 2009 Fedora Release Engineering - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Jun 5 2008 Tomas Mraz - 1.0.5-1 - upgrade to a latest upstream version * Wed Feb 20 2008 Fedora Release Engineering - 1.0.4-5 - Autorebuild for GCC 4.3 * Wed Aug 22 2007 Tomas Mraz - 1.0.4-4 - clarify license even more * Thu Aug 16 2007 Nalin Dahyabhai - 1.0.4-3 - clarify license * Sun Jul 29 2007 Nalin Dahyabhai - 1.0.4-2 - set LDFLAGS_LINUX, not LDFLAGS, so that we don't strip the module before the debuginfo gets pulled out (#249963) * Thu Jul 19 2007 Nalin Dahyabhai - 1.0.4-1 - update to 1.0.4 * Wed Jul 12 2006 Jesse Keating - 1.0.2-1.2.2 - rebuild * Fri Feb 10 2006 Jesse Keating - 1.0.2-1.2.1 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 1.0.2-1.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating - rebuilt * Fri Sep 16 2005 Nalin Dahyabhai 1.0.2-1 - update to 1.0.2 - drop patch to use getpwnam_r() instead of getpwnam() * Wed Mar 16 2005 Nalin Dahyabhai 0.7.6-1 - update to 0.7.6, refines random= flag * Mon Aug 16 2004 Nalin Dahyabhai 0.7.5-2 - add %%clean stanza, pam-devel buildprereq * Tue Apr 13 2004 Nalin Dahyabhai 0.7.5-1 - bump release number to 1 * Tue Mar 30 2004 Nalin Dahyabhai 0.7.5-0 - pull in Openwall package * Fri Oct 31 2003 Solar Designer 0.7.5-owl1 - Assume invocation by root only if both the UID is 0 and the PAM service name is "passwd"; this should solve changing expired passwords on Solaris and HP-UX and make "enforce=users" safe. - Produce proper English explanations for a wider variety of settings. - Moved the "-c" out of CFLAGS, renamed FAKEROOT to DESTDIR. * Sat Jun 21 2003 Solar Designer 0.7.4-owl1 - Documented that "enforce=users" may not always work for services other than the passwd command. - Applied a patch to PLATFORMS from Mike Gerdts of GE Medical Systems to reflect how Solaris 8 patch 108993-18 (or 108994-18 on x86) changes Solaris 8's PAM implementation to look like Solaris 9. * Mon Jun 02 2003 Solar Designer 0.7.3.1-owl1 - Added URL. * Thu Oct 31 2002 Solar Designer 0.7.3-owl1 - When compiling with gcc, also link with gcc. - Use $(MAKE) to invoke sub-makes. * Fri Oct 04 2002 Solar Designer - Solaris 9 notes in PLATFORMS. * Wed Sep 18 2002 Solar Designer - Build with Sun's C compiler cleanly, from Kevin Steves. - Use install -c as that actually makes a difference on at least HP-UX (otherwise install would possibly move files and not change the owner). * Fri Sep 13 2002 Solar Designer - Have the same pam_passwdqc binary work for both trusted and non-trusted HP-UX, from Kevin Steves. * Fri Sep 06 2002 Solar Designer - Use bigcrypt() on HP-UX whenever necessary, from Kevin Steves of Atomic Gears LLC. - Moved the old password checking into a separate function. * Wed Jul 31 2002 Solar Designer - Call it 0.6. * Sat Jul 27 2002 Solar Designer - Documented that the man page is under the 3-clause BSD-style license. - HP-UX 11 support. * Tue Jul 23 2002 Solar Designer - Applied minor corrections to the man page and at the same time eliminated unneeded/unimportant differences between it and the README. * Sun Jul 21 2002 Solar Designer - 0.5.1: imported the pam_passwdqc(8) manual page back from FreeBSD. * Tue Apr 16 2002 Solar Designer - 0.5: preliminary OpenPAM (FreeBSD-current) support in the code and related code cleanups (thanks to Dag-Erling Smorgrav). * Thu Feb 07 2002 Michail Litvak - Enforce our new spec file conventions. * Sun Nov 04 2001 Solar Designer - Updated to 0.4: - Added "ask_oldauthtok" and "check_oldauthtok" as needed for stacking with the Solaris pam_unix; - Permit for stacking of more than one instance of this module (no statics). * Tue Feb 13 2001 Solar Designer - Install the module as mode 755. * Tue Dec 19 2000 Solar Designer - Added "-Wall -fPIC" to the CFLAGS. * Mon Oct 30 2000 Solar Designer - 0.3: portability fixes (this might build on non-Linux-PAM now). * Fri Sep 22 2000 Solar Designer - 0.2: added "use_authtok", added README. * Fri Aug 18 2000 Solar Designer - 0.1, "retry_wanted" bugfix. * Sun Jul 02 2000 Solar Designer - Initial version (non-public). passwdqc-2.1.0/passwdqc_check.3000060000000000000000000000000271515134124000163660ustar00rootroot00000000000000.so man3/libpasswdqc.3 passwdqc-2.1.0/passwdqc_check.c000060000000000000000000000467021515134124000164600ustar00rootroot00000000000000/* * Copyright (c) 2000-2002,2010,2013,2016,2020,2025,2026 by Solar Designer. * See LICENSE. */ #ifdef _MSC_VER #define _CRT_SECURE_NO_WARNINGS /* we use fopen(), sprintf(), strncat() */ #endif #include #include #include #include #include "passwdqc.h" /* also provides or equivalent "struct passwd" */ #include "passwdqc_filter.h" #include "wordset_4k.h" #include "wordlist.h" #include "passwdqc_i18n.h" #define REASON_ERROR \ _("check failed") #define REASON_SAME \ _("is the same as the old one") #define REASON_SIMILAR \ _("is based on the old one") #define REASON_SHORT \ _("too short") #define REASON_LONG \ _("too long") #define REASON_SIMPLESHORT \ _("not enough different characters or classes for this length") #define REASON_SIMPLE \ _("not enough different characters or classes") #define REASON_PERSONAL \ _("based on personal login information") #define REASON_WORD \ _("based on a dictionary word and not a passphrase") #define REASON_SEQ \ _("based on a common sequence of characters") #define REASON_COMMON \ _("based on a common password") #define REASON_WORDLIST \ _("based on a word list entry") #define REASON_DENYLIST \ _("is in deny list") /* Not simply "is in" nor "appears in" because of potential false positives */ #define REASON_FILTER \ _("appears to be in a database") #define FIXED_BITS 15 typedef unsigned long fixed; /* * Calculates the expected number of different characters for a random * password of a given length. The result is rounded down. We use this * with the _requested_ minimum length (so longer passwords don't have * to meet this strict requirement for their length). */ static int expected_different(int charset, int length) { fixed x, y, z; x = ((fixed)(charset - 1) << FIXED_BITS) / charset; y = x; while (--length > 0) y = (y * x) >> FIXED_BITS; z = (fixed)charset * (((fixed)1 << FIXED_BITS) - y); return (int)(z >> FIXED_BITS); } /* * A password is too simple if it is too short for its class, or doesn't * contain enough different characters for its class, or doesn't contain * enough words for a passphrase. * * The biases are added to the length, and they may be positive or negative. * The passphrase length check uses passphrase_bias instead of bias so that * zero may be passed for this parameter when the (other) bias is non-zero * because of a dictionary word, which is perfectly normal for a passphrase. * The biases do not affect the number of different characters, character * classes, and word count. */ static int is_simple(const passwdqc_params_qc_t *params, const char *newpass, int bias, int passphrase_bias) { int length, classes, words, chars; int digits, lowers, uppers, others, unknowns; int c, p; length = classes = words = chars = 0; digits = lowers = uppers = others = unknowns = 0; p = ' '; while ((c = (unsigned char)newpass[length])) { length++; if (!isascii(c)) unknowns++; else if (isdigit(c)) digits++; else if (islower(c)) lowers++; else if (isupper(c)) uppers++; else others++; /* A word starts when a letter follows a non-letter or when a non-ASCII * character follows an ASCII non-letter */ words += isascii(p) && !isalpha(p) && (!isascii(c) || isalpha(c)); p = c; /* Count this character just once: when we're not going to see it anymore */ if (!strchr(&newpass[length], c)) chars++; } if (!length) return 1; /* Upper case characters and digits used in common ways don't increase the * strength of a password */ c = (unsigned char)newpass[0]; if (uppers && isascii(c) && isupper(c)) uppers--; c = (unsigned char)newpass[length - 1]; if (digits && isascii(c) && isdigit(c)) digits--; /* Count the number of different character classes we've seen. We assume * that there are no non-ASCII characters for digits. */ classes = 0; if (digits) classes++; if (lowers) classes++; if (uppers) classes++; if (others) classes++; if (unknowns && classes <= 1 && (!classes || digits || words >= 2)) classes++; for (; classes > 0; classes--) switch (classes) { case 1: if (length + bias >= params->min[0] && chars >= expected_different(10, params->min[0]) - 1) return 0; return 1; case 2: if (length + bias >= params->min[1] && chars >= expected_different(36, params->min[1]) - 1) return 0; if (!params->passphrase_words || words < params->passphrase_words) continue; if (length + passphrase_bias >= params->min[2] && chars >= expected_different(27, params->min[2]) - 1) return 0; continue; case 3: if (length + bias >= params->min[3] && chars >= expected_different(62, params->min[3]) - 1) return 0; continue; case 4: if (length + bias >= params->min[4] && chars >= expected_different(95, params->min[4]) - 1) return 0; continue; } return 1; } static char *unify(char *dst, const char *src) { const char *sptr; char *dptr; int c; if (!dst && !(dst = malloc(strlen(src) + 1))) return NULL; sptr = src; dptr = dst; do { c = (unsigned char)*sptr; if (isascii(c) && isupper(c)) c = tolower(c); switch (c) { case 'a': case '@': c = '4'; break; case 'e': c = '3'; break; /* Unfortunately, if we translate both 'i' and 'l' to '1', this would * associate these two letters with each other - e.g., "mile" would * match "MLLE", which is undesired. To solve this, we'd need to test * different translations separately, which is not implemented yet. */ case 'i': c = '1'; break; case 'o': c = '0'; break; case 's': case '$': c = '5'; break; } *dptr++ = c; } while (*sptr++); return dst; } static char *reverse(const char *src) { const char *sptr; char *dst, *dptr; if (!(dst = malloc(strlen(src) + 1))) return NULL; sptr = &src[strlen(src)]; dptr = dst; while (sptr > src) *dptr++ = *--sptr; *dptr = '\0'; return dst; } static void clean(char *dst) { if (!dst) return; _passwdqc_memzero(dst, strlen(dst)); free(dst); } static int is_word_by_length(const char *s, int n) { while (n && isalpha((int)(unsigned char)*s++)) n--; return !n; } #define F_MODE 0xff /* mode flags mask */ #define F_RM 0 /* remove & credit */ #define F_WORD 1 /* discount word */ #define F_SEQ 2 /* discount sequence */ #define F_REV 0x100 /* needle is reversed */ /* * Needle is based on haystack if both contain a long enough common * substring and needle would be too simple for a password with the * substring either removed with partial length credit for it added * or partially discounted for the purpose of the length check. */ static int is_based(const passwdqc_params_qc_t *params, const char *haystack, const char *haystack_original, const char *needle, const char *needle_original, unsigned int flags) { char *scratch; int length, haystack_length, potential_match_length, potential_match_start, potential_match_end; int i, j; const char *p, *potential_match_end_p; if (!params->match_length) /* disabled */ return 0; if (params->match_length < 0) /* misconfigured */ return 1; potential_match_end_p = NULL; if (unlikely((flags & F_MODE) == F_RM)) { /* haystack may be sensitive */ potential_match_length = haystack_length = (int)strlen(haystack); potential_match_start = 0; } else { /* assume haystack isn't security-sensitive, map it */ unsigned char haystack_map[0x100] = {0}; for (p = haystack, haystack_length = 0; *p; p++) haystack_map[(unsigned char)*p] = ++haystack_length; if (unlikely(haystack_length > 0xff)) { /* map element overflow */ potential_match_length = haystack_length; potential_match_start = 0; } else { potential_match_length = 0; potential_match_start = -1; for (p = needle, i = 0; *p; p++) { if (haystack_map[(unsigned char)*p] > i) { if (potential_match_start < 0) potential_match_start = i; potential_match_end_p = p; i++; } else { if (i > potential_match_length) potential_match_length = i; i = haystack_map[(unsigned char)*p]; } } if (i > potential_match_length) potential_match_length = i; } } if (potential_match_length < params->match_length) return 0; length = (int)strlen(needle); if ((flags & F_MODE) != F_RM) { /* discount */ int worst_bias = (int)params->match_length - 1 - potential_match_length; for (i = 0; i < 5; i++) { if (length >= params->min[i] && length + worst_bias < params->min[i]) /* matters */ break; } if (i == 5) /* wouldn't matter for any class */ return 0; } scratch = NULL; if (potential_match_end_p) potential_match_end = potential_match_end_p - needle + 1 - params->match_length; else potential_match_end = length - params->match_length; for (i = potential_match_start; i <= potential_match_end; i++) for (j = params->match_length; j <= potential_match_length && i + j <= length; j++) { int bias = 0; for (p = haystack; (p = memchr(p, needle[i], haystack_length - (p - haystack))) && j <= haystack_length - (p - haystack); p++) if (needle[i + 1] == p[1] && (j <= 2 || !memcmp(p + 2, &needle[i + 2], j - 2))) { int pos = (flags & F_REV) /* reversed */ ? length - (i + j) : i; if ((flags & F_MODE) == F_RM) { /* remove & credit */ if (!scratch) { if (!(scratch = malloc(length + 1))) return 1; } /* remove j chars */ memcpy(scratch, needle_original, pos); memcpy(&scratch[pos], &needle_original[pos + j], length + 1 - (pos + j)); /* add credit for match_length - 1 chars */ bias = params->match_length - 1; if (is_simple(params, scratch, bias, bias)) { clean(scratch); return 1; } break; } else { /* discount */ int passphrase_bias = 0, invariant = 1; /* discount j - (match_length - 1) chars */ bias = (int)params->match_length - 1 - j; if ((flags & F_MODE) == F_WORD) { /* words */ if (!is_word_by_length(&needle_original[pos], j)) { /* Require a 1 character longer match for substrings containing leetspeak */ if (!++bias) { /* The zero bias optimization further below would be wrong, so skip it */ bias--; break; } /* Do discount non-words from passphrases */ if (length >= params->min[2] && params->passphrase_words && /* optimization */ (length - j < (params->passphrase_words - 1) * 2 || !is_word_by_length(haystack_original + (p - haystack), j))) passphrase_bias = bias; invariant = passphrase_bias; } } else { passphrase_bias = bias; } /* bias <= -1 */ if (is_simple(params, needle_original, bias, passphrase_bias)) return 1; if (invariant) /* optimization */ break; } } /* Zero bias implies that there were no matches for this length. If so, * there's no reason to try the next substring length (it would result in * no matches as well). We break out of the substring length loop and * proceed with all substring lengths for the next position in needle. */ if (!bias) break; } clean(scratch); return 0; } #define READ_LINE_MAX 8192 #define READ_LINE_SIZE (READ_LINE_MAX + 2) static char *read_line(FILE *f, char *buf) { buf[READ_LINE_MAX] = '\n'; if (!fgets(buf, READ_LINE_SIZE, f)) return NULL; if (buf[READ_LINE_MAX] != '\n') { int c; do { c = getc(f); } while (c != EOF && c != '\n'); if (ferror(f)) return NULL; } char *p; if ((p = strpbrk(buf, "\r\n"))) *p = '\0'; return buf; } /* * Common sequences of characters, variations on the word "password", months. * We don't need to list any of the entire strings in reverse order because the * code checks the new password in both "unified" and "unified and reversed" * form against these strings (unifying them first indeed). We also don't have * to include common repeats of characters (e.g., "777", "!!!", "1000") because * these are often taken care of by the requirement on the number of different * characters. */ const char * const seq[] = { "abcd1234abc1234567890-=", "0123qweasd123abcdefghijklmnopqrstuvwxyz123", "0a1b2c3d4e5f6g7h8i9j0", "1a2b3c4d5e6f7g8h9i0j", "zaqwertyuiop[]\\", "qasdfghjkl;'", "@123qazxcvbnm,./", "1qaz2wsx3edc4rfv5tgb6yhn7ujm8ik,9ol.0p;/-['=]\\", "qazwsxedcrfvtgbyhnujmikolp", "1q2w3e4r5t6y7u8i9o0p-[=]", "qwe123q1w2e3r4t5y6u7i8o9p0[-]=\\", "12qw34er56ty78ui90op-=[]", "zaq1xsw2cde3vfr4bgt5nhy6mju7,ki8.lo9/;p0", "1qa2ws3ed4rf5tg6yh7uj8ik9ol0p;", "1qaz1qaz", "zaq!1qaz", "zaq!2wsx", "1password1234567890", /* these must be after the sequences */ "123pass1234567890", "January", /* shorter month names are in wordset_4k */ "February", "September", "October", "November", "December" }; /* * This wordlist check is now the least important given the checks above * and the support for passphrases (which are based on dictionary words, * and checked by other means). It is still useful to trap simple short * passwords (if short passwords are allowed) that are word-based, but * passed the other checks due to uncommon capitalization, digits, and * special characters. We (mis)use the same set of words that are used * to generate random passwords. This list is much smaller than those * used for password crackers, and it doesn't contain common passwords * that aren't short English words. We compensate by also having the * list of common sequences above, and a tiny built-in list of common * passwords. We also support optional external wordlist (for inexact * matching) and deny list (for exact matching). */ static const char *is_word_based(const passwdqc_params_qc_t *params, const char *unified, const char *reversed, const char *original) { const char *reason = REASON_ERROR; #if WORDLIST_LENGTH_MAX > WORDSET_4K_LENGTH_MAX char word[WORDLIST_LENGTH_MAX + 1]; char word_unified[WORDLIST_LENGTH_MAX + 1]; #else char word[WORDSET_4K_LENGTH_MAX + 1]; char word_unified[WORDSET_4K_LENGTH_MAX + 1]; #endif char *buf = NULL; FILE *f = NULL; unsigned int i; word[WORDSET_4K_LENGTH_MAX] = '\0'; if (params->match_length) for (i = 0; _passwdqc_wordset_4k[i][0]; i++) { memcpy(word, _passwdqc_wordset_4k[i], WORDSET_4K_LENGTH_MAX); int length = (int)strlen(word); if (length < params->match_length) continue; if (!memcmp(word, _passwdqc_wordset_4k[i + 1], length)) continue; unify(word_unified, word); if (is_based(params, word_unified, word, unified, original, F_WORD) || is_based(params, word_unified, word, reversed, original, F_WORD|F_REV)) { reason = REASON_WORD; goto out; } } if (params->match_length) for (i = 0; i < sizeof(seq) / sizeof(seq[0]); i++) { unsigned int flags = (seq[i][0] >= 'A' && seq[i][0] <= 'Z') ? F_WORD : F_SEQ; char *seq_i = unify(NULL, seq[i]); if (!seq_i) goto out; if (is_based(params, seq_i, seq[i], unified, original, flags) || is_based(params, seq_i, seq[i], reversed, original, flags | F_REV)) { clean(seq_i); reason = (flags == F_WORD) ? REASON_WORD : REASON_SEQ; goto out; } clean(seq_i); } if (params->match_length && params->match_length <= 4) for (i = 1900; i <= 2039; i++) { sprintf(word, "%u", i); if (is_based(params, word, word, unified, original, F_SEQ) || is_based(params, word, word, reversed, original, F_SEQ|F_REV)) { reason = REASON_SEQ; goto out; } } if (params->match_length && !params->wordlist) { const char *p = _passwdqc_wordlist; char *q = word; unsigned int reuse = 1; do { if (--reuse > (unsigned int)(q - word)) /* shouldn't happen */ reuse = 0; q = word + reuse; while ((unsigned char)*p >= WORDLIST_LENGTH_MAX && q < word + WORDLIST_LENGTH_MAX) *q++ = *p++; *q = 0; if (q - word < params->match_length) continue; unify(word_unified, word); if (is_based(params, word_unified, word, unified, original, F_WORD) || is_based(params, word_unified, word, reversed, original, F_WORD|F_REV)) { reason = REASON_COMMON; goto out; } } while ((reuse = *p++)); } if (params->wordlist || params->denylist) if (!(buf = malloc(READ_LINE_SIZE * 2))) goto out; if (params->wordlist) { if (!(f = fopen(params->wordlist, "r"))) goto out; while (read_line(f, buf)) { char *buf_unified = buf + READ_LINE_SIZE; unify(buf_unified, buf); if (!strcmp(buf_unified, unified) || !strcmp(buf_unified, reversed)) goto out_wordlist; if (!params->match_length || strlen(buf_unified) < (size_t)params->match_length) continue; if (is_based(params, buf_unified, buf, unified, original, F_WORD) || is_based(params, buf_unified, buf, reversed, original, F_WORD|F_REV)) { out_wordlist: reason = REASON_WORDLIST; goto out; } } if (ferror(f)) goto out; fclose(f); f = NULL; } if (params->denylist) { if (!(f = fopen(params->denylist, "r"))) goto out; while (read_line(f, buf)) { if (!strcmp(buf, original)) { reason = REASON_DENYLIST; goto out; } } if (ferror(f)) goto out; } reason = NULL; out: if (f) fclose(f); if (buf) { _passwdqc_memzero(buf, READ_LINE_SIZE * 2); free(buf); } _passwdqc_memzero(word, sizeof(word)); return reason; } const char *passwdqc_check(const passwdqc_params_qc_t *params, const char *newpass, const char *oldpass, const struct passwd *pw) { char truncated[9]; char *u_newpass = NULL, *u_reversed = NULL; char *u_oldpass = NULL; char *u_name = NULL, *u_gecos = NULL, *u_dir = NULL; const char *reason = REASON_ERROR; size_t length = strlen(newpass); if (length < (size_t)params->min[4]) { reason = REASON_SHORT; goto out; } if (length > 10000) { reason = REASON_LONG; goto out; } if (length > (size_t)params->max) { if (params->max == 8) { truncated[0] = '\0'; strncat(truncated, newpass, 8); newpass = truncated; length = 8; if (oldpass && !strncmp(oldpass, newpass, 8)) { reason = REASON_SAME; goto out; } } else { reason = REASON_LONG; goto out; } } if (oldpass && !strcmp(oldpass, newpass)) { reason = REASON_SAME; goto out; } if (is_simple(params, newpass, 0, 0)) { reason = REASON_SIMPLE; if (length < (size_t)params->min[1] && params->min[1] <= params->max) reason = REASON_SIMPLESHORT; goto out; } if (!(u_newpass = unify(NULL, newpass))) goto out; /* REASON_ERROR */ if (!(u_reversed = reverse(u_newpass))) goto out; if (oldpass && !(u_oldpass = unify(NULL, oldpass))) goto out; if (pw) { if (!(u_name = unify(NULL, pw->pw_name)) || !(u_gecos = unify(NULL, pw->pw_gecos)) || !(u_dir = unify(NULL, pw->pw_dir))) goto out; } if (oldpass && params->similar_deny && (is_based(params, u_oldpass, NULL, u_newpass, newpass, F_RM) || is_based(params, u_oldpass, NULL, u_reversed, newpass, F_RM|F_REV))) { reason = REASON_SIMILAR; goto out; } if (pw && (is_based(params, u_name, NULL, u_newpass, newpass, F_RM) || is_based(params, u_name, NULL, u_reversed, newpass, F_RM|F_REV) || is_based(params, u_gecos, NULL, u_newpass, newpass, F_RM) || is_based(params, u_gecos, NULL, u_reversed, newpass, F_RM|F_REV) || is_based(params, u_dir, NULL, u_newpass, newpass, F_RM) || is_based(params, u_dir, NULL, u_reversed, newpass, F_RM|F_REV))) { reason = REASON_PERSONAL; goto out; } reason = is_word_based(params, u_newpass, u_reversed, newpass); if (!reason && params->filter) { passwdqc_filter_t flt; reason = REASON_ERROR; if (passwdqc_filter_open(&flt, params->filter)) goto out; int result = passwdqc_filter_lookup(&flt, newpass); passwdqc_filter_close(&flt); if (result < 0) goto out; reason = result ? REASON_FILTER : NULL; } out: _passwdqc_memzero(truncated, sizeof(truncated)); clean(u_newpass); clean(u_reversed); clean(u_oldpass); clean(u_name); clean(u_gecos); clean(u_dir); return reason; } passwdqc-2.1.0/passwdqc_filter.c000060000000000000000000000076131515134124000166660ustar00rootroot00000000000000/* * Copyright (c) 2020,2021 by Solar Designer * See LICENSE */ #define _FILE_OFFSET_BITS 64 #define _LARGEFILE_SOURCE 1 #define _LARGEFILE64_SOURCE 1 #define _LARGE_FILES 1 #ifdef _MSC_VER #define _CRT_NONSTDC_NO_WARNINGS /* we use POSIX function names */ #define _CRT_SECURE_NO_WARNINGS /* we use open() */ #include /* for SEEK_SET and SEEK_END */ #include #define lseek _lseeki64 #define ssize_t int /* MSVC's read() returns int and we don't need more here */ #define SSIZE_MAX INT_MAX #define OPEN_FLAGS (O_RDONLY | _O_BINARY | _O_RANDOM) #else #include #define OPEN_FLAGS O_RDONLY #endif #include #include #include #include "passwdqc.h" #define PASSWDQC_FILTER_INTERNALS #include "passwdqc_filter.h" static ssize_t read_loop(int fd, void *buffer, size_t count) { ssize_t offset, block; offset = 0; while (count > 0 && count <= SSIZE_MAX) { block = read(fd, (char *)buffer + offset, count); if (block < 0) return block; if (!block) return offset; offset += block; count -= block; } return offset; } int passwdqc_filter_open(passwdqc_filter_t *flt, const char *filename) { if ((flt->fd = open(filename, OPEN_FLAGS)) < 0) return -1; if (read_loop(flt->fd, &flt->header, sizeof(flt->header)) != sizeof(flt->header) || passwdqc_filter_verify_header(&flt->header) || flt->header.hash_id < PASSWDQC_FILTER_HASH_MIN || flt->header.hash_id > PASSWDQC_FILTER_HASH_MAX || (size_t)lseek(flt->fd, 0, SEEK_END) != sizeof(flt->header) + (flt->header.capacity << 2)) { passwdqc_filter_close(flt); return -1; } return 0; } int passwdqc_filter_close(passwdqc_filter_t *flt) { int retval = close(flt->fd); flt->fd = -1; return retval; } static int check(const passwdqc_filter_t *flt, passwdqc_filter_i_t i, passwdqc_filter_f_t f) { int retval = -1; passwdqc_filter_packed_t p; if (lseek(flt->fd, sizeof(flt->header) + (uint64_t)i * sizeof(p), SEEK_SET) < 0 || read_loop(flt->fd, &p, sizeof(p)) != sizeof(p)) goto out; passwdqc_filter_unpacked_t u; unsigned int n = (unsigned int)passwdqc_filter_unpack(&u, &p, NULL); if (n > flt->header.bucket_size) goto out; unsigned int j; for (j = 0; j < n; j++) { if (passwdqc_filter_f_eq(u.slots[j], f, flt->header.bucket_size)) { retval = 1; goto out; } } retval = (n < flt->header.threshold) ? 0 : 2; out: _passwdqc_memzero(&p, sizeof(p)); _passwdqc_memzero(&u, sizeof(u)); return retval; } int passwdqc_filter_lookup(const passwdqc_filter_t *flt, const char *plaintext) { int retval = 3; passwdqc_filter_hash_t h; passwdqc_filter_f_t ftest; clean: switch (flt->header.hash_id) { case PASSWDQC_FILTER_HASH_MD4: passwdqc_filter_md4(&h, plaintext); ftest = 0x8c6420f439de2000ULL; break; case PASSWDQC_FILTER_HASH_NTLM_CP1252: passwdqc_filter_ntlm_cp1252(&h, plaintext); ftest = 0x26bd9256ff7e052eULL; break; default: return -1; } uint32_t nbuckets = (uint32_t)(flt->header.capacity >> 2); passwdqc_filter_i_t i = passwdqc_filter_h2i(&h, nbuckets); passwdqc_filter_f_t f = passwdqc_filter_h2f(&h); _passwdqc_memzero(&h, sizeof(h)); /* * The tests of i and f here not only self-test the code, but also prevent the * compiler from moving "return retval;" to before the computation of h, i, and * f, which would leave sensitive data from the real hash computation around. */ if (i >= nbuckets) return -1; if (retval <= 1) { /* Waste two syscalls on overwriting lseek()'s stack and current file offset */ i = passwdqc_filter_h2i(&h, nbuckets); /* 0 */ if (check(flt, i, f) < 0) return -1; if (f != ftest) return -1; return retval; } /* At least 1 character to overwrite passwdqc_filter_ntlm_cp1252()'s buffer */ plaintext = " 09AZaz\x7e\x7f\x80\x81\x9e\x9f\xa0\xff"; retval = check(flt, i, f); if (retval <= 1) goto clean; retval = check(flt, passwdqc_filter_alti(i, f, nbuckets), f); if (retval == 2) retval = 0; goto clean; } passwdqc-2.1.0/passwdqc_filter.h000060000000000000000000000227421515134124000166730ustar00rootroot00000000000000/* * Copyright (c) 2020 by Solar Designer * See LICENSE */ #ifndef PASSWDQC_FILTER_H__ #define PASSWDQC_FILTER_H__ #include /* Higher-level API for use by passwdqc_check.c */ typedef struct { uint8_t version[4]; /* PASSWDQC_FILTER_VERSION */ uint8_t threshold; /* 0 to 4 */ uint8_t bucket_size; /* 2 to 4 */ uint8_t hash_id; /* one of PASSWDQC_FILTER_HASH_* */ uint8_t reserved1; uint64_t endianness; /* PASSWDQC_FILTER_ENDIANNESS */ uint64_t reserved2; /* e.g., for checksum */ uint64_t capacity, deletes, inserts, dupes, kicks; } passwdqc_filter_header_t; typedef struct { passwdqc_filter_header_t header; int fd; } passwdqc_filter_t; extern int passwdqc_filter_open(passwdqc_filter_t *flt, const char *filename); extern int passwdqc_filter_lookup(const passwdqc_filter_t *flt, const char *plaintext); extern int passwdqc_filter_close(passwdqc_filter_t *flt); #ifdef __GNUC__ #define force_inline __attribute__ ((always_inline)) inline #define likely(x) __builtin_expect(!!(x), 1) #define unlikely(x) __builtin_expect(!!(x), 0) #else #define force_inline inline #define likely(x) (x) #define unlikely(x) (x) #endif #ifdef PASSWDQC_FILTER_INTERNALS /* Lower-level inlines for shared use by pwqfilter.c and passwdqc_filter.c */ #include /* for strcspn() */ /* We assume little-endian if this leaves __BYTE_ORDER undefined */ #if !defined(_MSC_VER) && !defined(__APPLE__) && !defined(__sun) && !defined(_AIX) #include #elif (defined(__BYTE_ORDER__) && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) || \ defined(__sparc) || defined(_POWER) #define __LITTLE_ENDIAN 1234 #define __BIG_ENDIAN 4321 #define __BYTE_ORDER __BIG_ENDIAN #endif #include "md4.h" #define PASSWDQC_FILTER_VERSION "PWQ0" #define PASSWDQC_FILTER_ENDIANNESS 0x0807060504030201ULL static inline int passwdqc_filter_verify_header(const passwdqc_filter_header_t *header) { return (memcmp(header->version, PASSWDQC_FILTER_VERSION, sizeof(header->version)) || header->threshold > header->bucket_size || header->bucket_size < 2 || header->bucket_size > 4 || header->endianness != PASSWDQC_FILTER_ENDIANNESS || (header->capacity & 3) || header->capacity < 4 || header->capacity > ((1ULL << 32) - 1) * 4 || header->inserts - header->deletes > header->capacity) ? -1 : 0; } typedef enum { PASSWDQC_FILTER_HASH_OPAQUE = 0, PASSWDQC_FILTER_HASH_MIN = 1, PASSWDQC_FILTER_HASH_MD4 = 1, PASSWDQC_FILTER_HASH_NTLM_CP1252 = 2, PASSWDQC_FILTER_HASH_MAX = 2 } passwdqc_filter_hash_id_t; typedef struct { uint64_t hi, lo; /* we access hi first, so let's also place it first */ } passwdqc_filter_packed_t; typedef uint32_t passwdqc_filter_i_t; typedef uint64_t passwdqc_filter_f_t; typedef struct { passwdqc_filter_f_t slots[4]; } passwdqc_filter_unpacked_t; typedef union { unsigned char uc[16]; uint32_t u32[4]; uint64_t u64[2]; } passwdqc_filter_hash_t; static force_inline passwdqc_filter_i_t passwdqc_filter_wrap(uint32_t what, passwdqc_filter_i_t m) { return ((uint64_t)what * m) >> 32; } static force_inline passwdqc_filter_i_t passwdqc_filter_h2i(passwdqc_filter_hash_t *h, passwdqc_filter_i_t m) { uint32_t i; /* * Controversial optimization: when converting a hash to its hash table index * for the primary bucket, take its initial portion and swap the nibbles so * that we process most of the hash table semi-sequentially in case our input * is an ASCII-sorted list of hex-encoded hashes. A drawback is that we fail * to reach high load if our input is a biased fragment from such sorted list. */ #if defined(__BYTE_ORDER) && __BYTE_ORDER == __BIG_ENDIAN i = h->u32[0]; #else i = (uint32_t)h->uc[0] << 24; i |= (uint32_t)h->uc[1] << 16; i |= (uint32_t)h->uc[2] << 8; i |= (uint32_t)h->uc[3]; #endif i = ((i & 0x0f0f0f0f) << 4) | ((i >> 4) & 0x0f0f0f0f); return passwdqc_filter_wrap(i, m); } static force_inline passwdqc_filter_f_t passwdqc_filter_h2f(passwdqc_filter_hash_t *h) { #if defined(__BYTE_ORDER) && __BYTE_ORDER == __LITTLE_ENDIAN return h->u64[1]; #else uint64_t f; f = (uint64_t)h->uc[8]; f |= (uint64_t)h->uc[9] << 8; f |= (uint64_t)h->uc[10] << 16; f |= (uint64_t)h->uc[11] << 24; f |= (uint64_t)h->uc[12] << 32; f |= (uint64_t)h->uc[13] << 40; f |= (uint64_t)h->uc[14] << 48; f |= (uint64_t)h->uc[15] << 56; return f; #endif } static force_inline passwdqc_filter_i_t passwdqc_filter_alti(passwdqc_filter_i_t i, passwdqc_filter_f_t f, passwdqc_filter_i_t m) { /* * We must not use more than 33 bits of the fingerprint here for consistent * behavior in case the fingerprint later gets truncated. */ int64_t alti = (int64_t)(m - 1 - i) - passwdqc_filter_wrap((uint32_t)f, m); #if 0 /* * This is how we could have made use of the 33rd bit while staying in range, * but testing shows that this is unnecessary. */ alti -= ((f >> 32) & 1); #endif if (alti < 0) alti += m; #if 0 assert((passwdqc_filter_i_t)alti < m); #endif return (passwdqc_filter_i_t)alti; } static inline unsigned int passwdqc_filter_ssdecode(unsigned int src) { /* First 16 tetrahedral numbers (n*(n+1)*(n+2)/3!) in reverse order */ static const uint16_t tab4[] = {816, 680, 560, 455, 364, 286, 220, 165, 120, 84, 56, 35, 20, 10, 4, 1}; /* First 16 triangular numbers (n*(n+1)/2!) in reverse order */ static const uint8_t tab3[] = {136, 120, 105, 91, 78, 66, 55, 45, 36, 28, 21, 15, 10, 6, 3, 1}; unsigned int dst, i = 0; while (src >= tab4[i]) src -= tab4[i++]; dst = i << 12; while (src >= tab3[i]) src -= tab3[i++]; dst |= i << 8; while (src >= 16 - i) src -= 16 - i++; dst |= i << 4; dst |= i + src; return dst; } static force_inline int passwdqc_filter_unpack(passwdqc_filter_unpacked_t *dst, const passwdqc_filter_packed_t *src, const uint16_t *ssdecode) { uint64_t hi = src->hi, f = src->lo; unsigned int ssi = hi >> (64 - 12); /* semi-sort index */ if (likely(ssi - 1 < 3876)) { passwdqc_filter_f_t ssd = ssdecode ? ssdecode[ssi - 1] : passwdqc_filter_ssdecode(ssi - 1); const unsigned int fbits = 33; const unsigned int lobits = fbits - 4; const passwdqc_filter_f_t lomask = ((passwdqc_filter_f_t)1 << lobits) - 1; dst->slots[0] = (f & lomask) | ((ssd & 0x000f) << lobits); f >>= lobits; dst->slots[1] = (f & lomask) | ((ssd & 0x00f0) << (lobits - 4)); f >>= lobits; f |= hi << (64 - 2 * lobits); dst->slots[2] = (f & lomask) | ((ssd & 0x0f00) << (lobits - 8)); f >>= lobits; dst->slots[3] = (f & lomask) | ((ssd & 0xf000) << (lobits - 12)); return 4; } if (likely(hi <= 1)) { if (!hi) return unlikely(f) ? -1 : 0; dst->slots[0] = f; return 1; } if (likely((ssi & 0xf80) == 0xf80)) { const unsigned int fbits = 41; const passwdqc_filter_f_t fmask = ((passwdqc_filter_f_t)1 << fbits) - 1; dst->slots[0] = f & fmask; f >>= fbits; f |= hi << (64 - fbits); dst->slots[1] = f & fmask; if (unlikely(dst->slots[0] < dst->slots[1])) return -1; f = hi >> (2 * fbits - 64); dst->slots[2] = f & fmask; if (unlikely(dst->slots[1] < dst->slots[2])) return -1; return 3; } if (likely((ssi & 0xfc0) == 0xf40)) { const unsigned int fbits = 61; const passwdqc_filter_f_t fmask = ((passwdqc_filter_f_t)1 << fbits) - 1; dst->slots[0] = f & fmask; f >>= fbits; f |= hi << (64 - fbits); dst->slots[1] = f & fmask; if (unlikely(dst->slots[0] < dst->slots[1])) return -1; return 2; } return -1; } static inline int passwdqc_filter_f_eq(passwdqc_filter_f_t stored, passwdqc_filter_f_t full, unsigned int largest_bucket_size) { if (likely((uint32_t)stored != (uint32_t)full)) return 0; /* * Ignore optional high bits of a stored fingerprint if they're all-zero, * regardless of whether the fingerprint possibly came from a large enough slot * for those zeroes to potentially be meaningful. We have to do this because * the fingerprint might have been previously stored in a larger (smaller-slot) * bucket and been kicked from there, in which case the zeroes are meaningless. * Exception: we don't have to do this if there were no larger buckets so far. */ if ((stored >> 33) || largest_bucket_size < 4) { if ((stored >> 41) || largest_bucket_size < 3) { if (stored >> 61) return likely(stored == full); else return likely(stored == (full & (((passwdqc_filter_f_t)1 << 61) - 1))); } else { return likely(stored == (full & (((passwdqc_filter_f_t)1 << 41) - 1))); } } else { return likely(stored == (full & (((passwdqc_filter_f_t)1 << 33) - 1))); } } static inline void passwdqc_filter_md4(passwdqc_filter_hash_t *dst, const char *src) { MD4_CTX ctx; MD4_Init(&ctx); MD4_Update(&ctx, src, strcspn(src, "\n\r")); MD4_Final(dst->uc, &ctx); } static inline void passwdqc_filter_ntlm_cp1252(passwdqc_filter_hash_t *dst, const char *src) { /* * 5 of these codes are undefined in CP1252. We let the original single-byte * values for them pass through, which appears to match how the HIBP v7 NTLM * hashes were generated. */ static const uint16_t c1[] = { 0x20ac, 0x81, 0x201a, 0x0192, 0x201e, 0x2026, 0x2020, 0x2021, 0x02c6, 0x2030, 0x0160, 0x2039, 0x0152, 0x8d, 0x017d, 0x8f, 0x90, 0x2018, 0x2019, 0x201c, 0x201d, 0x2022, 0x2013, 0x2014, 0x02dc, 0x2122, 0x0161, 0x203a, 0x0153, 0x9d, 0x017e, 0x0178 }; MD4_CTX ctx; MD4_Init(&ctx); while (*src != '\n' && *src != '\r' && *src) { unsigned int c = *(unsigned char *)src++; if (c - 128 < sizeof(c1) / sizeof(c1[0])) c = c1[c - 128]; #if defined(__BYTE_ORDER) && __BYTE_ORDER == __LITTLE_ENDIAN MD4_Update(&ctx, &c, 2); #else uint8_t ucs2[2] = {c, c >> 8}; MD4_Update(&ctx, ucs2, 2); #endif } MD4_Final(dst->uc, &ctx); } #endif /* PASSWDQC_FILTER_INTERNALS */ #endif /* PASSWDQC_FILTER_H__ */ passwdqc-2.1.0/passwdqc_i18n.h000060000000000000000000000012621515134124000161570ustar00rootroot00000000000000/* * Copyright (c) 2017 by Dmitry V. Levin * Copyright (c) 2017 by Oleg Solovyov * See LICENSE */ #ifndef PASSWDQC_I18N_H__ #define PASSWDQC_I18N_H__ #ifdef ENABLE_NLS #ifndef PACKAGE #define PACKAGE "passwdqc" #endif #include #define _(msgid) dgettext(PACKAGE, msgid) #define P2_(msgid, count) (dngettext(PACKAGE, (msgid), (msgid), (count))) #define P3_(msgid, msgid_plural, count) (dngettext(PACKAGE, (msgid), (msgid_plural), (count))) #define N_(msgid) msgid #else #define _(msgid) (msgid) #define P2_(msgid, count) (msgid) #define P3_(msgid, msgid_plural, count) ((count) == 1 ? (msgid) : (msgid_plural)) #define N_(msgid) msgid #endif #endif /* PASSWDQC_I18N_H__ */ passwdqc-2.1.0/passwdqc_load.c000060000000000000000000000053021515134124000163110ustar00rootroot00000000000000/* * Copyright (c) 2008,2009 by Dmitry V. Levin * Copyright (c) 2021 by Solar Designer * See LICENSE */ #ifdef _MSC_VER #define _CRT_NONSTDC_NO_WARNINGS /* we use POSIX function names */ #define _CRT_SECURE_NO_WARNINGS /* we use fopen(), strerror(), sprintf() */ #endif #include #include #include #include #include #include #include "passwdqc.h" #include "concat.h" static char *mkreason(const char *what, const char *pathname, unsigned int lineno, const char *why) { char buf[sizeof(unsigned int) * 3 + 1]; const char *at_line = (lineno ? " at line " : ""); const char *at_num = (lineno ? buf : ""); if (lineno) sprintf(buf, "%u", lineno); return concat(what, " \"", pathname, "\"", at_line, at_num, ": ", (why ? why : strerror(errno)), NULL); } static int parse_file(FILE *fp, passwdqc_params_t *params, char **reason, const char *pathname) { unsigned int lineno; char buf[8192]; for (lineno = 1; fgets(buf, sizeof(buf), fp); ++lineno) { char *str, *end, *rt; const char *cstr; int rc; if (strlen(buf) >= sizeof(buf) - 1) { *reason = mkreason("Error reading", pathname, lineno, "Line too long"); return -1; } str = buf + strspn(buf, " \t\r\n"); if (!*str || *str == '#') continue; if ((end = strpbrk(str, "\r\n"))) *end = '\0'; else end = str + strlen(str); while (end > str && (*--end == ' ' || *end == '\t')) *end = '\0'; cstr = str; if ((rc = passwdqc_params_parse(params, &rt, 1, &cstr))) { *reason = mkreason("Error loading", pathname, lineno, (rt ? rt : "Out of memory")); free(rt); return rc; } } if (!feof(fp) || ferror(fp)) { *reason = mkreason("Error reading", pathname, 0, NULL); return -1; } return 0; } struct dev_ino_t; struct dev_ino_t { struct dev_ino_t *next; dev_t dev; ino_t ino; }; static struct dev_ino_t *dev_ino_head; int passwdqc_params_load(passwdqc_params_t *params, char **reason, const char *pathname) { int rc; FILE *fp; struct dev_ino_t di, *di_p; struct stat st; if (!(fp = fopen(pathname, "r"))) { *reason = mkreason("Error opening", pathname, 0, NULL); return -1; } if (fstat(fileno(fp), &st)) { *reason = mkreason("Error stat", pathname, 0, NULL); fclose(fp); return -1; } di.dev = st.st_dev; di.ino = st.st_ino; for (di_p = dev_ino_head; di_p; di_p = di_p->next) if (di_p->dev == di.dev && di_p->ino == di.ino) break; if (di_p) { *reason = mkreason("Error opening", pathname, 0, "Loop detected"); fclose(fp); return -1; } di.next = dev_ino_head; dev_ino_head = &di; rc = parse_file(fp, params, reason, pathname); fclose(fp); dev_ino_head = dev_ino_head->next; return rc; } passwdqc-2.1.0/passwdqc_memzero.c000060000000000000000000000004731515134124000170540ustar00rootroot00000000000000/* * Copyright (c) 2016 by Solar Designer. See LICENSE. */ #ifdef _MSC_VER #include #else #include #endif static void memzero(void *buf, size_t len) { #ifdef _MSC_VER SecureZeroMemory(buf, len); #else memset(buf, 0, len); #endif } void (*_passwdqc_memzero)(void *, size_t) = memzero; passwdqc-2.1.0/passwdqc_params_free.3000060000000000000000000000000271515134124000175750ustar00rootroot00000000000000.so man3/libpasswdqc.3 passwdqc-2.1.0/passwdqc_params_load.3000060000000000000000000000000271515134124000175730ustar00rootroot00000000000000.so man3/libpasswdqc.3 passwdqc-2.1.0/passwdqc_params_parse.3000060000000000000000000000000271515134124000177660ustar00rootroot00000000000000.so man3/libpasswdqc.3 passwdqc-2.1.0/passwdqc_params_reset.3000060000000000000000000000000271515134124000177760ustar00rootroot00000000000000.so man3/libpasswdqc.3 passwdqc-2.1.0/passwdqc_parse.c000060000000000000000000000125201515134124000165040ustar00rootroot00000000000000/* * Copyright (c) 2000-2003,2005,2016,2020,2021 by Solar Designer * Copyright (c) 2008,2009 by Dmitry V. Levin * See LICENSE */ #ifdef _MSC_VER #define _CRT_NONSTDC_NO_WARNINGS /* we use POSIX function names */ #endif #include #include #include #include #include "passwdqc.h" #include "concat.h" static const char *skip_prefix(const char *sample, const char *prefix) { size_t len = strlen(prefix); if (strncmp(sample, prefix, len)) return NULL; return sample + len; } static int parse_option(passwdqc_params_t *params, char **reason, const char *option) { const char *err = "Invalid parameter value"; const char * const err_oom = "Out of memory"; const char *p; char *e; int i, rc = 0; unsigned long v; *reason = NULL; if ((p = skip_prefix(option, "min="))) { for (i = 0; i < 5; i++) { if (!strncmp(p, "disabled", 8)) { v = INT_MAX; p += 8; } else { v = strtoul(p, &e, 10); p = e; } if (i < 4 && *p++ != ',') goto parse_error; if (v > INT_MAX) goto parse_error; if (i && (int)v > params->qc.min[i - 1]) goto parse_error; params->qc.min[i] = v; } if (*p) goto parse_error; } else if ((p = skip_prefix(option, "max="))) { v = strtoul(p, &e, 10); if (*e || v < 8 || v > INT_MAX) goto parse_error; if (v > 10000) v = 10000; params->qc.max = v; } else if ((p = skip_prefix(option, "passphrase="))) { v = strtoul(p, &e, 10); if (*e || v > INT_MAX) goto parse_error; params->qc.passphrase_words = v; } else if ((p = skip_prefix(option, "match="))) { v = strtoul(p, &e, 10); if (*e || v > INT_MAX) goto parse_error; params->qc.match_length = v; } else if ((p = skip_prefix(option, "similar="))) { if (!strcmp(p, "permit")) params->qc.similar_deny = 0; else if (!strcmp(p, "deny")) params->qc.similar_deny = 1; else goto parse_error; } else if ((p = skip_prefix(option, "random="))) { v = strtoul(p, &e, 10); if (!strcmp(e, ",only")) { e += 5; params->qc.min[4] = INT_MAX; } if (*e || (v && v < 24) || v > 136) goto parse_error; params->qc.random_bits = v; } else if ((p = skip_prefix(option, "wordlist="))) { free(params->qc.wordlist); params->qc.wordlist = NULL; if (*p && !(params->qc.wordlist = strdup(p))) { err = err_oom; goto parse_error; } } else if ((p = skip_prefix(option, "denylist="))) { free(params->qc.denylist); params->qc.denylist = NULL; if (*p && !(params->qc.denylist = strdup(p))) { err = err_oom; goto parse_error; } } else if ((p = skip_prefix(option, "filter="))) { free(params->qc.filter); params->qc.filter = NULL; if (*p && !(params->qc.filter = strdup(p))) { err = err_oom; goto parse_error; } } else if ((p = skip_prefix(option, "enforce="))) { params->pam.flags &= ~F_ENFORCE_MASK; if (!strcmp(p, "users")) params->pam.flags |= F_ENFORCE_USERS; else if (!strcmp(p, "everyone")) params->pam.flags |= F_ENFORCE_EVERYONE; else if (strcmp(p, "none")) goto parse_error; } else if (!strcmp(option, "non-unix")) { if (params->pam.flags & F_CHECK_OLDAUTHTOK) goto parse_error; params->pam.flags |= F_NON_UNIX; } else if ((p = skip_prefix(option, "retry="))) { v = strtoul(p, &e, 10); if (*e || v > INT_MAX) goto parse_error; params->pam.retry = v; } else if ((p = skip_prefix(option, "ask_oldauthtok"))) { params->pam.flags &= ~F_ASK_OLDAUTHTOK_MASK; if (params->pam.flags & F_USE_FIRST_PASS) goto parse_error; if (!p[0]) params->pam.flags |= F_ASK_OLDAUTHTOK_PRELIM; else if (!strcmp(p, "=update")) params->pam.flags |= F_ASK_OLDAUTHTOK_UPDATE; else goto parse_error; } else if (!strcmp(option, "check_oldauthtok")) { if (params->pam.flags & F_NON_UNIX) goto parse_error; params->pam.flags |= F_CHECK_OLDAUTHTOK; } else if (!strcmp(option, "use_first_pass")) { if (params->pam.flags & F_ASK_OLDAUTHTOK_MASK) goto parse_error; params->pam.flags |= F_USE_FIRST_PASS | F_USE_AUTHTOK; } else if (!strcmp(option, "use_authtok")) { params->pam.flags |= F_USE_AUTHTOK; } else if (!strcmp(option, "noaudit")) { params->pam.flags |= F_NO_AUDIT; } else if ((p = skip_prefix(option, "config="))) { if ((rc = passwdqc_params_load(params, reason, p))) goto parse_error; } else { err = "Invalid parameter"; goto parse_error; } return 0; parse_error: passwdqc_params_free(params); e = concat("Error parsing parameter \"", option, "\": ", (rc ? (*reason ? *reason : err_oom) : err), NULL); free(*reason); *reason = e; return rc ? rc : -1; } int passwdqc_params_parse(passwdqc_params_t *params, char **reason, int argc, const char *const *argv) { int i; *reason = NULL; for (i = 0; i < argc; ++i) { int rc; if ((rc = parse_option(params, reason, argv[i]))) return rc; } return 0; } static const passwdqc_params_t defaults = { { {INT_MAX, 24, 11, 8, 8}, /* min */ 72, /* max */ 3, /* passphrase_words */ 4, /* match_length */ 1, /* similar_deny */ 47, /* random_bits */ NULL, /* wordlist */ NULL, /* denylist */ NULL /* filter */ }, { F_ENFORCE_EVERYONE, /* flags */ 3 /* retry */ } }; void passwdqc_params_reset(passwdqc_params_t *params) { *params = defaults; } void passwdqc_params_free(passwdqc_params_t *params) { free(params->qc.wordlist); free(params->qc.denylist); free(params->qc.filter); passwdqc_params_reset(params); } passwdqc-2.1.0/passwdqc_random.3000060000000000000000000000000271515134124000165710ustar00rootroot00000000000000.so man3/libpasswdqc.3 passwdqc-2.1.0/passwdqc_random.c000060000000000000000000000151631515134124000166600ustar00rootroot00000000000000/* * Copyright (c) 2000-2002,2005,2008,2010,2013,2016,2021 by Solar Designer * See LICENSE */ #ifdef _MSC_VER #define _CRT_NONSTDC_NO_WARNINGS /* we use POSIX function names */ #include #include #else #include #include #include #include #endif #include #include "passwdqc.h" #include "wordset_4k.h" /* * We separate words in the generated "passphrases" with random special * characters out of a set of 16 (so we encode 4 bits per separator * character). To enable the use of our "passphrases" within FTP URLs * (and similar), we pick characters that are defined by RFC 3986 as * being safe within "userinfo" part of URLs without encoding and * without having a special meaning. Out of those, we avoid characters * that are visually ambiguous or difficult over the phone. This * happens to leave us with exactly 8 symbols, and we add 8 digits that * are not visually ambiguous. Unfortunately, the exclamation mark * might be confused for the digit 1 (which we don't use), though. */ #define SEPARATORS "-_!$&*+=23456789" /* * Number of bits encoded per separator character. */ #define SEPARATOR_BITS 4 /* * Number of bits encoded per word. We use 4096 words, which gives 12 bits, * and we toggle the case of the first character, which gives one bit more. */ #define WORD_BITS 13 /* * Number of bits encoded per separator and word. */ #define SWORD_BITS \ (SEPARATOR_BITS + WORD_BITS) /* * Maximum number of words to use. */ #define WORDS_MAX 8 /* * Minimum and maximum number of bits to encode. With the settings above, * these are 24 and 136, respectively. */ #define BITS_MIN \ (2 * (WORD_BITS - 1)) #define BITS_MAX \ (WORDS_MAX * SWORD_BITS) #ifndef _MSC_VER static ssize_t read_loop(int fd, void *buffer, size_t count) { ssize_t offset, block; offset = 0; while (count > 0 && count <= SSIZE_MAX) { block = read(fd, (char *)buffer + offset, count); if (block < 0) { if (errno == EINTR) continue; return block; } if (!block) return offset; offset += block; count -= block; } return offset; } #endif char *passwdqc_random(const passwdqc_params_qc_t *params) { int bits = params->random_bits; /* further code assumes signed type */ if (bits < BITS_MIN || bits > BITS_MAX) return NULL; /* * Calculate the number of words to use. The first word is always present * (hence the "1 +" and the "- WORD_BITS"). Each one of the following words, * if any, is prefixed by a separator character, so we use SWORD_BITS when * calculating how many additional words to use. We divide "bits - WORD_BITS" * by SWORD_BITS with rounding up (hence the addition of "SWORD_BITS - 1"). */ int word_count = 1 + (bits + (SWORD_BITS - 1 - WORD_BITS)) / SWORD_BITS; /* * Special case: would we still encode enough bits if we omit the final word, * but keep the would-be-trailing separator? */ int trailing_separator = (SWORD_BITS * (word_count - 1) >= bits); word_count -= trailing_separator; /* * To determine whether we need to use different separator characters or maybe * not, calculate the number of words we'd need to use if we don't use * different separators. We calculate it by dividing "bits" by WORD_BITS with * rounding up (hence the addition of "WORD_BITS - 1"). The resulting number * is either the same as or greater than word_count. Use different separators * only if their use, in the word_count calculation above, has helped reduce * word_count. */ int use_separators = ((bits + (WORD_BITS - 1)) / WORD_BITS != word_count); trailing_separator &= use_separators; /* * Toggle case of the first character of each word only if we wouldn't achieve * sufficient entropy otherwise. */ int toggle_case = (bits > ((WORD_BITS - 1) * word_count) + (use_separators ? (SEPARATOR_BITS * (word_count - !trailing_separator)) : 0)); char output[0x100]; /* * Calculate and check the maximum possible length of a "passphrase" we may * generate for a given word_count. We add 1 to WORDSET_4K_LENGTH_MAX to * account for separators (whether different or not). When there's no * trailing separator, we subtract 1. The check against sizeof(output) uses * ">=" to account for NUL termination. */ unsigned int max_length = word_count * (WORDSET_4K_LENGTH_MAX + 1) - !trailing_separator; if (max_length >= sizeof(output) || (int)max_length > params->max) return NULL; unsigned char rnd[WORDS_MAX * 3]; #ifdef _MSC_VER HCRYPTPROV hprov; if (!CryptAcquireContextA(&hprov, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT | CRYPT_SILENT)) return NULL; memset(rnd, 0, sizeof(rnd)); /* old Windows would use previous content as extra seed */ if (!CryptGenRandom(hprov, sizeof(rnd), rnd)) { CryptReleaseContext(hprov, 0); return NULL; } CryptReleaseContext(hprov, 0); #else int fd; if ((fd = open("/dev/urandom", O_RDONLY)) < 0) return NULL; if (read_loop(fd, rnd, sizeof(rnd)) != sizeof(rnd)) { close(fd); return NULL; } close(fd); #endif size_t length = 0; const unsigned char *rndptr; for (rndptr = rnd; rndptr <= rnd + sizeof(rnd) - 3; rndptr += 3) { /* * Append a word. * * Treating *rndptr as little-endian, we use bits 0 to 11 for the word index * and bit 13 for toggling the case of the first character. Bits 12, 14, and * 15 are left unused. Bits 16 to 23 are left for the separator. */ unsigned int i = (((unsigned int)rndptr[1] & 0x0f) << 8) | rndptr[0]; const char *start = _passwdqc_wordset_4k[i]; const char *end = memchr(start, '\0', WORDSET_4K_LENGTH_MAX); if (!end) end = start + WORDSET_4K_LENGTH_MAX; size_t extra = end - start; /* The ">=" leaves room for either one more separator or NUL */ if (length + extra >= sizeof(output)) break; memcpy(&output[length], start, extra); if (toggle_case) { /* Toggle case if bit set (we assume ASCII) */ output[length] ^= rndptr[1] & 0x20; bits--; } length += extra; bits -= WORD_BITS - 1; if (bits <= 0) break; /* * Append a separator character. We use bits 16 to 19. Bits 20 to 23 are left * unused. * * Special case: we may happen to leave a trailing separator if it provides * enough bits on its own. With WORD_BITS 13 and SEPARATOR_BITS 4, this * happens e.g. for bits values from 31 to 34, 48 to 51, 65 to 68. */ if (use_separators) { i = rndptr[2] & 0x0f; output[length++] = SEPARATORS[i]; bits -= SEPARATOR_BITS; } else { output[length++] = SEPARATORS[0]; } if (bits <= 0) break; } char *retval = NULL; if (bits <= 0 && length < sizeof(output)) { output[length] = '\0'; retval = strdup(output); } _passwdqc_memzero(rnd, sizeof(rnd)); _passwdqc_memzero(output, length); return retval; } passwdqc-2.1.0/po/000070000000000000000000000000001515134124000137355ustar00rootroot00000000000000passwdqc-2.1.0/po/fi.po000060000000000000000000000260151515134124000147010ustar00rootroot00000000000000# A passphrase strength checking and policy enforcement toolset. # Copyright (c) 2000-2003,2005,2010,2012-2013,2016,2019-2021 by Solar Designer # Copyright (c) 2017,2018 by Dmitry V. Levin # Copyright (c) 2017,2018 by Oleg Solovyov # This file is distributed under the same license as the passwdqc package. # # Eero Häkkinen , 2023, 2025 msgid "" msgstr "" "Project-Id-Version: passwdqc 2.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-11-10 18:24+0200\n" "PO-Revision-Date: 2026-02-28 09:06+0100\n" "Last-Translator: Eero Häkkinen \n" "Language-Team: Finnish <>\n" "Language: fi_FI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: pam_passwdqc.c:62 msgid "Enter current password: " msgstr "Anna nykyinen salasana: " #: pam_passwdqc.c:64 msgid "Enter new password: " msgstr "Anna uusi salasana: " #: pam_passwdqc.c:66 msgid "Re-type new password: " msgstr "Vahvista uusi salasana: " #: pam_passwdqc.c:69 msgid "System configuration error. Please contact your administrator." msgstr "" "Virheelliset järjestelmäasetukset. Ota yhteyttä järjestelmänvalvojaasi." #: pam_passwdqc.c:73 msgid "" "\n" "You can now choose the new password.\n" msgstr "" "\n" "Voit nyt valita uuden salasanan.\n" #: pam_passwdqc.c:75 msgid "" "\n" "You can now choose the new password or passphrase.\n" msgstr "" "\n" "Voit nyt valita uuden salasanan tai salalauseen.\n" #: pam_passwdqc.c:79 #, c-format msgid "" "A good password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d character.\n" msgid_plural "" "A good password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d " "characters.\n" msgstr[0] "" "Hyvän salasanan tulisi olla sekoitus isoja ja pieniä kirjaimia, numeroita " "ja\n" "muita merkkejä. Voit käyttää salasanaa, joka sisältää vähintään %d merkin.\n" msgstr[1] "" "Hyvän salasanan tulisi olla sekoitus isoja ja pieniä kirjaimia, numeroita " "ja\n" "muita merkkejä. Voit käyttää salasanaa, joka sisältää vähintään %d merkkiä.\n" #: pam_passwdqc.c:88 #, c-format msgid "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d character\n" "from at least %d of these 4 classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgid_plural "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d characters\n" "from at least %d of these 4 classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgstr[0] "" "Hyvän salasanan tulisi olla sekoitus isoja ja pieniä kirjaimia, numeroita " "ja\n" "muita merkkejä. Voit käyttää salasanaa, joka sisältää vähintään %d merkin\n" "vähintään %d näistä 4 luokasta.\n" "Salasanan aloittavaa isoa kirjainta ja sen lopettavaa numeroa ei lasketa\n" "mukaan käytettyjen merkkiluokkien määrään.\n" msgstr[1] "" "Hyvän salasanan tulisi olla sekoitus isoja ja pieniä kirjaimia, numeroita " "ja\n" "muita merkkejä. Voit käyttää salasanaa, joka sisältää vähintään %d merkkiä\n" "vähintään %d näistä 4 luokasta.\n" "Salasanan aloittavaa isoa kirjainta ja sen lopettavaa numeroa ei lasketa\n" "mukaan käytettyjen merkkiluokkien määrään.\n" #: pam_passwdqc.c:103 #, c-format msgid "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d character\n" "from all of these classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgid_plural "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d characters\n" "from all of these classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgstr[0] "" "Hyvän salasanan tulisi olla sekoitus isoja ja pieniä kirjaimia, numeroita " "ja\n" "muita merkkejä. Voit käyttää salasanaa, joka sisältää vähintään %d merkin\n" "kaikista näistä luokista.\n" "Salasanan aloittavaa isoa kirjainta ja sen lopettavaa numeroa ei lasketa\n" "mukaan käytettyjen merkkiluokkien määrään.\n" msgstr[1] "" "Hyvän salasanan tulisi olla sekoitus isoja ja pieniä kirjaimia, numeroita " "ja\n" "muita merkkejä. Voit käyttää salasanaa, joka sisältää vähintään %d merkkiä\n" "kaikista näistä luokista.\n" "Salasanan aloittavaa isoa kirjainta ja sen lopettavaa numeroa ei lasketa\n" "mukaan käytettyjen merkkiluokkien määrään.\n" #: pam_passwdqc.c:118 #, c-format msgid "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d character\n" "from all of these classes, or a password containing at least %d characters\n" "from just 3 of these 4 classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgid_plural "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d characters\n" "from all of these classes, or a password containing at least %d characters\n" "from just 3 of these 4 classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgstr[0] "" "Hyvän salasanan tulisi olla sekoitus isoja ja pieniä kirjaimia, numeroita " "ja\n" "muita merkkejä. Voit käyttää salasanaa, joka sisältää vähintään %d merkin\n" "kaikista näistä luokista, tai salasanaa, joka sisältää vähintään %d merkkiä\n" "vain 3 näistä 4 luokasta.\n" "Salasanan aloittavaa isoa kirjainta ja sen lopettavaa numeroa ei lasketa\n" "mukaan käytettyjen merkkiluokkien määrään.\n" msgstr[1] "" "Hyvän salasanan tulisi olla sekoitus isoja ja pieniä kirjaimia, numeroita " "ja\n" "muita merkkejä. Voit käyttää salasanaa, joka sisältää vähintään %d merkkiä\n" "kaikista näistä luokista, tai salasanaa, joka sisältää vähintään %d merkkiä\n" "vain 3 näistä 4 luokasta.\n" "Salasanan aloittavaa isoa kirjainta ja sen lopettavaa numeroa ei lasketa\n" "mukaan käytettyjen merkkiluokkien määrään.\n" #: pam_passwdqc.c:135 #, c-format msgid "" "A passphrase should be of at least %d word, %d to %d characters long, and\n" "contain enough different characters.\n" msgid_plural "" "A passphrase should be of at least %d words, %d to %d characters long, and\n" "contain enough different characters.\n" msgstr[0] "" "Salalauseen tulisi olla vähintään %d sanan pituinen, %d–%d merkkiä pitkä ja\n" "sisältää riittävästi eri merkkejä.\n" msgstr[1] "" "Salalauseen tulisi olla vähintään %d sanan pituinen, %d–%d merkkiä pitkä ja\n" "sisältää riittävästi eri merkkejä.\n" #: pam_passwdqc.c:143 #, c-format msgid "" "Alternatively, if no one else can see your terminal now, you can pick this " "as\n" "your password: \"%s\".\n" msgstr "" "Vaihtoehtoisesti, jos kukaan muu ei voi nyt nähdä päätettäsi, voit valita\n" "tämän salasanaksesi: \"%s\".\n" #: pam_passwdqc.c:146 #, c-format msgid "" "This system is configured to permit randomly generated passwords only.\n" "If no one else can see your terminal now, you can pick this as your\n" "password: \"%s\". Otherwise come back later.\n" msgstr "" "Tämä järjestelmä on määritetty käyttämään vain satunnaisesti luotuja\n" "salasanoja. Jos kukaan muu ei voi nyt nähdä päätettäsi, voit valita tämän\n" "salasanaksesi: \"%s\".\n" "Muussa tapauksessa tule myöhemmin takaisin.\n" #: pam_passwdqc.c:150 msgid "" "This system is configured to use randomly generated passwords only,\n" "but the attempt to generate a password has failed. This could happen\n" "for a number of reasons: you could have requested an impossible password\n" "length, or the access to kernel random number pool could have failed." msgstr "" "Tämä järjestelmä on määritetty käyttämään vain satunnaisesti luotuja\n" "salasanoja, mutta salasanan luontiyritys epäonnistui. Näin voi käydä\n" "useista syistä: olet voinut pyytää mahdotonta salasanan pituutta tai\n" "pääsy ytimen satunnaislukuvarantoon on voinut epäonnistua." #: pam_passwdqc.c:155 msgid "This password may be too long for some services. Choose another." msgstr "" "Tämä salasana saattaa olla liian pitkä joihinkin palveluihin. Valitse toinen." #: pam_passwdqc.c:157 msgid "Warning: your longer password will be truncated to 8 characters." msgstr "Varoitus: sinun pidempi salasanasi lyhennetään 8 merkkiin." #: pam_passwdqc.c:159 #, c-format msgid "Weak password: %s." msgstr "Heikko salasana: %s." #: pam_passwdqc.c:161 msgid "Sorry, you've mistyped the password that was generated for you." msgstr "Anteeksi, kirjoitit sinulle luodun salasanan väärin." #: pam_passwdqc.c:163 msgid "Sorry, passwords do not match." msgstr "Anteeksi, salasanat eivät täsmää." #: pam_passwdqc.c:165 msgid "Try again." msgstr "Yritä uudestaan." #: passwdqc_check.c:23 msgid "check failed" msgstr "tarkistus epäonnistui" #: passwdqc_check.c:26 msgid "is the same as the old one" msgstr "on sama kuin vanha salasana" #: passwdqc_check.c:28 msgid "is based on the old one" msgstr "perustuu vanhaan salasanaan" #: passwdqc_check.c:31 msgid "too short" msgstr "liian lyhyt" #: passwdqc_check.c:33 msgid "too long" msgstr "liian pitkä" #: passwdqc_check.c:36 msgid "not enough different characters or classes for this length" msgstr "ei tarpeeksi eri merkkejä tai merkkiluokkia tälle pituudelle" #: passwdqc_check.c:38 msgid "not enough different characters or classes" msgstr "ei tarpeeksi eri merkkejä tai merkkiluokkia" #: passwdqc_check.c:41 msgid "based on personal login information" msgstr "perustuu henkilökohtaisiin kirjautumistietoihin" #: passwdqc_check.c:44 msgid "based on a dictionary word and not a passphrase" msgstr "perustuu sanakirjasanaan eikä ole salalause" #: passwdqc_check.c:47 msgid "based on a common sequence of characters" msgstr "perustuu yleiseen merkkisarjaan" #: passwdqc_check.c:50 msgid "based on a common password" msgstr "perustuu yleiseen salasanaan" #: passwdqc_check.c:53 msgid "based on a word list entry" msgstr "perustuu sanaluettelomerkintään" #: passwdqc_check.c:56 msgid "is in deny list" msgstr "on kieltolistassa" #. Not simply "is in" nor "appears in" because of potential false positives #: passwdqc_check.c:60 msgid "appears to be in a database" msgstr "näyttää olevan tietokannassa" passwdqc-2.1.0/po/ru.po000060000000000000000000000324411515134124000147310ustar00rootroot00000000000000# A passphrase strength checking and policy enforcement toolset. # Copyright (c) 2000-2003,2005,2008,2010,2013,2016 by Solar Designer # Copyright (c) 2008,2009 by Dmitry V. Levin # This file is distributed under the same license as the passwdqc package. # # Oleg Solovyov , 2017. # Andrey Cherepanov , 2017. # Dmitry V. Levin , 2021. msgid "" msgstr "" "Project-Id-Version: passwdqc 2.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-11 20:00+0000\n" "PO-Revision-Date: 2026-02-28 09:06+0100\n" "Last-Translator: Dmitry V. Levin \n" "Language-Team: Russian\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n%10==1 && n%100!=11 ? 0 : 1;\n" #: pam_passwdqc.c:62 msgid "Enter current password: " msgstr "Введите старый пароль: " #: pam_passwdqc.c:64 msgid "Enter new password: " msgstr "Введите новый пароль: " #: pam_passwdqc.c:66 msgid "Re-type new password: " msgstr "Повторите новый пароль: " #: pam_passwdqc.c:69 msgid "System configuration error. Please contact your administrator." msgstr "Ошибка настройки системы. Свяжитесь с вашим администратором." #: pam_passwdqc.c:73 msgid "" "\n" "You can now choose the new password.\n" msgstr "" "\n" "Вы можете выбрать новый пароль.\n" #: pam_passwdqc.c:75 msgid "" "\n" "You can now choose the new password or passphrase.\n" msgstr "" "\n" "Вы можете выбрать новый пароль или парольную фразу.\n" #: pam_passwdqc.c:79 #, c-format msgid "" "A good password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d character.\n" msgid_plural "" "A good password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d " "characters.\n" msgstr[0] "" "В хорошем пароле приветствуется наличие заглавных и строчных букв, цифр\n" "и прочих символов. Пароль должен содержать не менее %d символа.\n" msgstr[1] "" "В хорошем пароле приветствуется наличие заглавных и строчных букв, цифр\n" "и прочих символов. Пароль должен содержать не менее %d символов.\n" #: pam_passwdqc.c:88 #, c-format msgid "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d character\n" "from at least %d of these 4 classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgid_plural "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d characters\n" "from at least %d of these 4 classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgstr[0] "" "Пароль должен состоять из заглавных, строчных букв, цифр и других символов,\n" "и может содержать от %d символа, принадлежащего минимум %d из этих 4 " "классов.\n" "При подсчете классов не учитываются заглавная буква в начале и цифра в " "конце.\n" msgstr[1] "" "Пароль должен состоять из заглавных, строчных букв, цифр и других символов,\n" "и может содержать от %d символов, принадлежащих минимум %d из этих 4 " "классов.\n" "При подсчете классов не учитываются заглавная буква в начале и цифра в " "конце.\n" #: pam_passwdqc.c:103 #, c-format msgid "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d character\n" "from all of these classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgid_plural "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d characters\n" "from all of these classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgstr[0] "" "Пароль должен состоять из заглавных, строчных букв, цифр и других символов,\n" "и может содержать от %d символа, принадлежащего всем этим классам.\n" "При подсчете классов не учитываются заглавная буква в начале и цифра в " "конце.\n" msgstr[1] "" "Пароль должен состоять из заглавных, строчных букв, цифр и других символов,\n" "и может содержать от %d символов, принадлежащих всем этим классам.\n" "При подсчете классов не учитываются заглавная буква в начале и цифра в " "конце.\n" #: pam_passwdqc.c:118 #, c-format msgid "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d character\n" "from all of these classes, or a password containing at least %d characters\n" "from just 3 of these 4 classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgid_plural "" "A valid password should be a mix of upper and lower case letters, digits, " "and\n" "other characters. You can use a password containing at least %d characters\n" "from all of these classes, or a password containing at least %d characters\n" "from just 3 of these 4 classes.\n" "An upper case letter that begins the password and a digit that ends it do " "not\n" "count towards the number of character classes used.\n" msgstr[0] "" "Пароль должен состоять из заглавных, строчных букв, цифр и других символов,\n" "и может содержать либо не менее %d символа, принадлежащего всем этим " "классам,\n" "либо ещё больше символов (не менее %d), принадлежащих лишь 3 классам из 4.\n" "При подсчете классов не учитываются заглавная буква в начале и цифра в " "конце.\n" msgstr[1] "" "Пароль должен состоять из заглавных, строчных букв, цифр и других символов,\n" "и может содержать либо не менее %d символов, принадлежащих всем этим " "классам,\n" "либо ещё больше символов (не менее %d), принадлежащих лишь 3 классам из 4.\n" "При подсчете классов не учитываются заглавная буква в начале и цифра в " "конце.\n" #: pam_passwdqc.c:135 #, c-format msgid "" "A passphrase should be of at least %d word, %d to %d characters long, and\n" "contain enough different characters.\n" msgid_plural "" "A passphrase should be of at least %d words, %d to %d characters long, and\n" "contain enough different characters.\n" msgstr[0] "" "Парольная фраза должна состоять как минимум из %d слова, и содержать\n" "символы в количестве от %d до %d, среди которых достаточно различных.\n" msgstr[1] "" "Парольная фраза должна состоять как минимум из %d слов, и содержать\n" "символы в количестве от %d до %d, среди которых достаточно различных.\n" #: pam_passwdqc.c:143 #, c-format msgid "" "Alternatively, if no one else can see your terminal now, you can pick this " "as\n" "your password: \"%s\".\n" msgstr "" "В качестве альтернативы, если ваш терминал никто сейчас не видит, можно\n" "набрать предлагаемый пароль: \"%s\".\n" #: pam_passwdqc.c:146 #, c-format msgid "" "This system is configured to permit randomly generated passwords only.\n" "If no one else can see your terminal now, you can pick this as your\n" "password: \"%s\". Otherwise come back later.\n" msgstr "" "Система настроена на использование только таких паролей, которые были\n" "созданы с помощью генератора случайных чисел. Если ваш терминал никто\n" "сейчас не видит, можно набрать предлагаемый пароль: \"%s\".\n" "В противном случае попробуйте повторить попытку позднее.\n" #: pam_passwdqc.c:150 msgid "" "This system is configured to use randomly generated passwords only,\n" "but the attempt to generate a password has failed. This could happen\n" "for a number of reasons: you could have requested an impossible password\n" "length, or the access to kernel random number pool could have failed." msgstr "" "Система настроена на использование только таких паролей, которые были\n" "созданы с помощью генератора случайных чисел, однако создать пароль\n" "не удалось. Это могло произойти по разным причинам, например,\n" "вы запросили слишком длинный пароль, либо было отказано в доступе\n" "к пулу случайных чисел ядра." #: pam_passwdqc.c:155 msgid "This password may be too long for some services. Choose another." msgstr "" "Этот пароль может оказаться слишком длинным для некоторых служб. Выберите " "другой." #: pam_passwdqc.c:157 msgid "Warning: your longer password will be truncated to 8 characters." msgstr "Внимание: ваш пароль будет усечён до 8 символов." #: pam_passwdqc.c:159 #, c-format msgid "Weak password: %s." msgstr "Слабый пароль: %s." #: pam_passwdqc.c:161 msgid "Sorry, you've mistyped the password that was generated for you." msgstr "Извините, вы ошиблись при вводе созданного для вас пароля." #: pam_passwdqc.c:163 msgid "Sorry, passwords do not match." msgstr "Пароли не совпадают." #: pam_passwdqc.c:165 msgid "Try again." msgstr "Попробуйте ещё раз." #: passwdqc_check.c:23 msgid "check failed" msgstr "проверка не удалась" #: passwdqc_check.c:26 msgid "is the same as the old one" msgstr "совпадает со старым" #: passwdqc_check.c:28 msgid "is based on the old one" msgstr "основан на старом" #: passwdqc_check.c:31 msgid "too short" msgstr "слишком короткий" #: passwdqc_check.c:33 msgid "too long" msgstr "слишком длинный" #: passwdqc_check.c:36 msgid "not enough different characters or classes for this length" msgstr "недостаточно символов или классов для заданной длины" #: passwdqc_check.c:38 msgid "not enough different characters or classes" msgstr "недостаточно символов или классов" #: passwdqc_check.c:41 msgid "based on personal login information" msgstr "основан на персональных данных" #: passwdqc_check.c:44 msgid "based on a dictionary word and not a passphrase" msgstr "основан на слове из словаря и не является парольной фразой" #: passwdqc_check.c:47 msgid "based on a common sequence of characters" msgstr "основан на простой последовательности символов" #: passwdqc_check.c:50 msgid "based on a common password" msgstr "основан на распространенном пароле" #: passwdqc_check.c:53 msgid "based on a word list entry" msgstr "основан на слове из списка" #: passwdqc_check.c:56 msgid "is in deny list" msgstr "в списке запрещённых" #. Not simply "is in" nor "appears in" because of potential false positives #: passwdqc_check.c:60 msgid "appears to be in a database" msgstr "обнаружен в базе данных" passwdqc-2.1.0/pwqcheck.1000060000000000000000000000215241515134124000152140ustar00rootroot00000000000000.\" Copyright (c) 2009 Dmitry V. Levin .\" All rights reserved. .\" Copyright (c) 2000-2003,2005,2008,2010,2019,2020,2025 Solar Designer .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .Dd November 23, 2025 .Dt PWQCHECK 1 .Os "Openwall Project" .Sh NAME .Nm pwqcheck .Nd Check passphrase quality .Sh SYNOPSIS .Nm Op Ar options .Sh DESCRIPTION The .Nm program checks passphrase quality using the libpasswdqc library. By default, it expects to read 3 lines from standard input: .Pp .Bl -item -compact -offset indent .It first line is a new password, .It second line is an old password, and .It third line is either an existing account name or a .Xr passwd 5 entry. .El .Pp There are a number of supported options, which can be used to control the .Nm behavior. .Pp .Nm prints .Ar OK on success. Scripts invoking .Nm are suggested to check for both a zero exit status and the .Ar OK line. .Sh OPTIONS .Bl -tag -width Ds .Sm off .It Xo .Cm min No = .Ar N0 , N1 , N2 , N3 , N4 .Xc .Sm on .Pq default: min=disabled,24,11,8,8 The minimum allowed password lengths for different kinds of passwords/passphrases. The keyword .Cm disabled can be used to disallow passwords of a given kind regardless of their length. Each subsequent number is required to be no larger than the preceding one. .Pp .Ar N0 is used for passwords consisting of characters from one character class only. The character classes are: digits, lower-case letters, upper-case letters, and other characters. There is also a special class for .No non- Ns Tn ASCII characters, which could not be classified, but are assumed to be non-digits. .Pp .Ar N1 is used for passwords consisting of characters from two character classes that do not meet the requirements for a passphrase. .Pp .Ar N2 is used for passphrases. Note that besides meeting this length requirement, a passphrase must also consist of a sufficient number of words (see the .Cm passphrase option below). .Pp .Ar N3 and .Ar N4 are used for passwords consisting of characters from three and four character classes, respectively. .Pp When calculating the number of character classes, upper-case letters used as the first character and digits used as the last character of a password are not counted. .Pp In addition to being sufficiently long, passwords are required to contain enough different characters for the character classes and the minimum length they have been checked against. .Pp .It Cm max Ns = Ns Ar N .Pq default: Cm max Ns = Ns 72 The maximum allowed password length. This can be used to prevent users from setting passwords that may be too long for some system services. The value 8 is treated specially: if .Cm max is set to 8, passwords longer than 8 characters will not be rejected, but will be truncated to 8 characters for the strength checks and the user will be warned. This is to be used with the traditional DES-based password hashes, which truncate the password at 8 characters. .Pp It is important that you do set .Cm max Ns = Ns 8 if you are using the traditional hashes, or some weak passwords will pass the checks. .It Cm passphrase Ns = Ns Ar N .Pq default: Cm passphrase Ns = Ns 3 The number of words required for a passphrase. .It Cm match Ns = Ns Ar N .Pq default: Cm match Ns = Ns 4 The length of common substring required to conclude that a password is at least partially based on information found in a character string, or 0 to disable the substring search. Note that the password will not be rejected once a weak substring is found; it will instead be subjected to the usual strength requirements with the weak substring partially discounted. .Pp The substring search is case-insensitive and is able to detect and remove a common substring spelled backwards. .It Xo .Sm off .Cm similar No = Cm permit | deny .Sm on .Xc .Pq default: Cm similar Ns = Ns Cm deny Whether a new password is allowed to be similar to the old one. The passwords are considered to be similar when there is a sufficiently long common substring and the new password with the substring partially discounted would be weak. .It Cm wordlist Ns = Ns Ar FILE Deny passwords that are based on lines of the tiny external text .Ar FILE , which can reasonably include common passwords, dictionary words in a local language other than English, and longer English words. .Pp passwdqc includes built-in lists of a few thousand common English words mostly of lengths from 3 to 6, a handful of common character sequences such as keyboard walks, and many common passwords of length 7 and above. Any word list possibly specified with this option is used in addition to the lists of English words and character sequences, but replaces the list of common passwords. .Pp Substring matching and discounting will be used if the .Cm match setting above is non-zero. Please note that this isn't to be used with large wordlists for performance reasons. .It Cm denylist Ns = Ns Ar FILE Deny passwords or passphrases directly appearing in the tiny external text .Ar FILE . That file can reasonably be e.g. a list of common passwords if only a relaxed policy is desired and stricter checks are thus disabled (using their separate options). Such policy would only be somewhat effective against online/remote attacks, but not against offline attacks on hashed passwords. .It Cm filter Ns = Ns Ar FILE Deny passwords or passphrases directly appearing in a maybe huge binary filter .Ar FILE created with pwqfilter. This is very efficient, needing at most two random disk reads per query. A filter created from millions of leaked passwords can reasonably be used on top of passwdqc's other checks to further reduce the number of passing yet weak passwords without causing unreasonable inconvenience (as e.g. higher minimum lengths and character set requirements could). .It Cm config Ns = Ns Ar FILE Load config .Ar FILE in the .Cm passwdqc.conf format. This file may define any options described in .Xr passwdqc.conf 5 , but only the .Cm min , .Cm max , .Cm passphrase , .Cm match Ns , and .Cm config options are honored by .Nm . .It Cm -1 Read just 1 line (new passphrase). This is needed to use .Nm as the passwordcheck program on OpenBSD - e.g., with ":passwordcheck=/usr/bin/pwqcheck \-1:\\" (without the quotes, but with the trailing backslash) in the "default" section in .Cm /etc/login.conf . .It Cm -2 Read just 2 lines (new and old passphrases). .It Cm --multi Check multiple passphrases (until EOF). This option may be used on its own or along with the .Cm -1 or .Cm -2 options. .Nm will read 1, 2, or 3 lines and will output one line per passphrase to check. The lines will start with either .Ar OK or a message explaining why the passphrase did not pass the checks, followed by a colon and a space, and finally followed by the passphrase. The explanatory message is guaranteed to not include a colon. With this option, the exit status of .Nm depends solely on whether there were any errors preventing the strength of passphrases from being fully checked or not. A primary use for this option is to test different policies and/or different versions of passwdqc on large passphrase lists. .It Cm --version Output .Nm program version and exit. .It Cm -h , --help Output .Nm help text and exit. .El .Sh EXIT STATUS .Nm exits with non-zero status when it encounters invalid config file, invalid option, invalid parameter value, invalid data in standard input, and in any case when it fails to check passphrase strength. Without the .Cm --multi option, .Nm also exits with non-zero status when it detects a weak passphrase. .Sh FILES .Pa /etc/passwdqc.conf (not read unless this suggested file location is specified with the .Cm config=/etc/passwdqc.conf option). .Sh SEE ALSO .Xr pwqgen 1 , .Xr libpasswdqc 3 , .Xr passwd 5 , .Xr passwdqc.conf 5 , .Xr pam_passwdqc 8 . .Pp https://www.openwall.com/passwdqc/ .Sh AUTHORS The pam_passwdqc module was written for Openwall GNU/*/Linux by Solar Designer. The .Nm program was originally written for ALT GNU/*/Linux by Dmitry V. Levin, indirectly reusing code from pam_passwdqc (via libpasswdqc). This manual page (derived from the pam_passwdqc documentation) was written for Openwall GNU/*/Linux by Dmitry V. Levin. passwdqc-2.1.0/pwqcheck.c000060000000000000000000000127621515134124000153020ustar00rootroot00000000000000/* * Copyright (c) 2008,2009 by Dmitry V. Levin * Copyright (c) 2010,2016,2021 by Solar Designer * See LICENSE */ #include #include #include #include "passwdqc.h" static void clean(char *dst, size_t size) { if (!dst) return; _passwdqc_memzero(dst, size); free(dst); } static char *read_line(size_t size, int eof_ok) { char *p, *buf = malloc(size + 1); if (!buf) { fprintf(stderr, "pwqcheck: Memory allocation failed.\n"); return NULL; } if (!fgets(buf, size + 1, stdin)) { clean(buf, size + 1); if (!eof_ok || !feof(stdin) || ferror(stdin)) fprintf(stderr, "pwqcheck: Error reading standard input.\n"); return NULL; } if (strlen(buf) >= size) { clean(buf, size + 1); fprintf(stderr, "pwqcheck: Line too long.\n"); return NULL; } if ((p = strpbrk(buf, "\r\n"))) *p = '\0'; return buf; } static char *extract_string(char **stringp) { char *token = *stringp, *colon; if (!token) return ""; colon = strchr(token, ':'); if (colon) { *colon = '\0'; *stringp = colon + 1; } else *stringp = NULL; return token; } static struct passwd *parse_pwline(char *line, struct passwd *pw) { if (!strchr(line, ':')) { #ifdef _MSC_VER memset(pw, 0, sizeof(*pw)); pw->pw_name = line; #else struct passwd *p = getpwnam(line); endpwent(); if (!p) { fprintf(stderr, "pwqcheck: User not found.\n"); return NULL; } if (p->pw_passwd) _passwdqc_memzero(p->pw_passwd, strlen(p->pw_passwd)); memcpy(pw, p, sizeof(*pw)); #endif } else { memset(pw, 0, sizeof(*pw)); pw->pw_name = extract_string(&line); pw->pw_passwd = extract_string(&line); extract_string(&line); /* uid */ extract_string(&line); /* gid */ pw->pw_gecos = extract_string(&line); pw->pw_dir = extract_string(&line); pw->pw_shell = line ? line : ""; if (!*pw->pw_name || !*pw->pw_dir) { fprintf(stderr, "pwqcheck: Invalid passwd entry.\n"); return NULL; } } return pw; } static void print_help(void) { puts("Check passphrase quality.\n" "\nFor each passphrase to check, pwqcheck reads up to 3 lines from standard input:\n" " first line is a new passphrase,\n" " second line is an old passphrase, and\n" " third line is either an existing account name or a passwd entry.\n" "\nUsage: pwqcheck [options]\n" "\nValid options are:\n" " min=N0,N1,N2,N3,N4\n" " set minimum allowed lengths for different kinds of passphrases;\n" " max=N\n" " set maximum allowed passphrase length;\n" " passphrase=N\n" " set number of words required for a passphrase;\n" " match=N\n" " set length of common substring in substring check;\n" " similar=permit|deny\n" " whether a new passphrase is allowed to be similar to the old one;\n" " wordlist=FILE\n" " deny passwords that are based on lines of a tiny external text file;\n" " denylist=FILE\n" " deny passphrases directly appearing in a tiny external text file;\n" " filter=FILE\n" " deny passphrases directly appearing in a maybe huge binary filter file;\n" " config=FILE\n" " load config FILE in passwdqc.conf format;\n" " -1\n" " read just 1 line (new passphrase);\n" " -2\n" " read just 2 lines (new and old passphrases);\n" " --multi\n" " check multiple passphrases (until EOF);\n" " --version\n" " print program version and exit;\n" " -h or --help\n" " print this help text and exit."); } int main(int argc, const char **argv) { passwdqc_params_t params; const char *check_reason; char *parse_reason, *newpass, *oldpass, *pwline; struct passwd pwbuf, *pw; int lines_to_read = 3, multi = 0; size_t size = 8192; int rc = 1; while (argc > 1 && argv[1][0] == '-') { const char *arg = argv[1]; if (!strcmp("-h", arg) || !strcmp("--help", arg)) { print_help(); return 0; } if (!strcmp("--version", arg)) { printf("pwqcheck version %s\n", PASSWDQC_VERSION); return 0; } if ((arg[1] == '1' || arg[1] == '2') && !arg[2]) { lines_to_read = arg[1] - '0'; goto next_arg; } if (!strcmp("--multi", arg)) { multi = 1; goto next_arg; } break; next_arg: argc--; argv++; } passwdqc_params_reset(¶ms); if (argc > 1 && passwdqc_params_parse(¶ms, &parse_reason, argc - 1, argv + 1)) { fprintf(stderr, "pwqcheck: %s\n", (parse_reason ? parse_reason : "Out of memory")); free(parse_reason); return rc; } if ((size_t)params.qc.max + 1 > size) size = (size_t)params.qc.max + 1; next_pass: oldpass = pwline = NULL; pw = NULL; if (!(newpass = read_line(size, multi))) { if (multi && feof(stdin) && !ferror(stdin) && fflush(stdout) >= 0) rc = 0; goto done; } if (lines_to_read >= 2 && !(oldpass = read_line(size, 0))) goto done; if (lines_to_read >= 3 && (!(pwline = read_line(size, 0)) || !parse_pwline(pwline, pw = &pwbuf))) goto done; check_reason = passwdqc_check(¶ms.qc, newpass, oldpass, pw); if (!check_reason) { if (multi) printf("OK: %s\n", newpass); else if (puts("OK") >= 0 && fflush(stdout) >= 0) rc = 0; goto cleanup; } if (multi) printf("Bad passphrase (%s): %s\n", check_reason, newpass); else printf("Bad passphrase (%s)\n", check_reason); cleanup: _passwdqc_memzero(&pwbuf, sizeof(pwbuf)); clean(pwline, size); clean(oldpass, size); clean(newpass, size); if (multi) goto next_pass; passwdqc_params_free(¶ms); return rc; done: multi = 0; goto cleanup; } passwdqc-2.1.0/pwqcheck.php000060000000000000000000000047561515134124000156530ustar00rootroot00000000000000 array('pipe', 'r'), 1 => array('pipe', 'w')); // Leave stderr (fd 2) pointing to where it is, likely to error_log // Replace characters that would violate the protocol $newpass = strtr($newpass, "\n", '.'); $oldpass = strtr($oldpass, "\n", '.'); $user = strtr($user, "\n:", '..'); // Trigger a "too short" rather than "is the same" message in this special case if (!$newpass && !$oldpass) $oldpass = '.'; if ($args) $args = ' ' . $args; if (!$user) $args = ' -2' . $args; // passwdqc 1.2.0+ $command = 'exec '; // No need to keep the shell process around on Unix $command .= 'pwqcheck' . $args; if (!($process = @proc_open($command, $descriptorspec, $pipes))) return $retval; $err = 0; fwrite($pipes[0], "$newpass\n$oldpass\n") || $err = 1; if ($user) fwrite($pipes[0], "$user::::$aux:/:\n") || $err = 1; fclose($pipes[0]) || $err = 1; ($output = stream_get_contents($pipes[1])) || $err = 1; fclose($pipes[1]); $status = proc_close($process); // There must be a linefeed character at the end. Remove it. if (substr($output, -1) === "\n") $output = substr($output, 0, -1); else $err = 1; if ($err === 0 && ($status === 0 || $output !== 'OK')) $retval = $output; return $retval; } ?> passwdqc-2.1.0/pwqfilter.1000060000000000000000000000120671515134124000154260ustar00rootroot00000000000000.\" Copyright (c) 2021 Solar Designer .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .Dd January 25, 2021 .Dt PWQFILTER 1 .Os "Openwall Project" .Sh NAME .Nm pwqfilter .Nd Manage binary passphrase filter files .Sh SYNOPSIS .Nm Op Ar options .Sh DESCRIPTION The .Nm program searches, creates, or updates binary passphrase filter files, which can also be used with .Xr pwqcheck 1 and .Xr pam_passwdqc 8 . Input and/or output binary filter files are specified via their corresponding command-line options, whereas passphrases to look up or add, or their hashes, are read from standard input. .Pp .Nm works on arbitrary plain text strings or hex-encoded hashes, and thus can also be reused in lieu of .Xr grep 1 for many purposes unrelated to passphrases and security. .Pp For the binary filters, .Nm and thus the rest of passwdqc currently use an improved cuckoo filter, which is a probabilistic data structure. Occasional false positives are possible (fewer than 1 in a billion), but false negatives are not. .Sh MODE OPTIONS .Bl -tag -width Ds .It Cm --lookup Look up plaintexts or hashes on standard input against an existing filter. This is the default mode. .It Cm --status Report usage statistics for an existing filter. .It Cm --create=CAPACITY Create a new filter with CAPACITY entries, reading the initial set of plaintexts or hashes from standard input. .Pp The currently implemented cuckoo filter has a typical maximum load of around 98% (as long as there are no duplicate inputs and the hashes are unbiased, or less otherwise). The specified CAPACITY should thus be higher than the maximum expected number of entries by at least 2.04%. .It Cm --insert Insert (add) entries into an existing filter, reading the plaintexts or hashes from standard input. .It Cm --test-fp-rate Estimate the false positive rate (FP rate) of a filter. This option can be used on its own or along with another mode, in which case the test is performed after that other mode's action. .El .Sh OPTIMIZATION OPTIONS These can be used with .Cm --create or .Cm --insert . .Bl -tag -width Ds .It Cm --optimize-fp-rate Better than default FP rate at a cost of briefly slower inserts after a load of 30% to 40% and then again after 60% to 70%. .It Cm --optimize-fp-rate-at-high-load Better than default FP rate at load ~95% to 98%, a lot worse below ~90%. .El .Sh INPUT AND OUTPUT OPTIONS .Bl -tag -width Ds .It Cm -f FILE , --filter=FILE Read an existing filter from FILE .It Cm -o FILE , --output=FILE Write a new or modified filter to FILE .It Cm --pre-hashed Look up or insert by hex-encoded hashes, not plaintexts. .Pp This option is later implied for further actions on filters created with it specified and no .Cm --hash-* , because .Nm has no way to know what hash type such filters use. .It Cm --hash-md4 Hash plaintexts with MD4 prior to lookup or insert. This is the default for new filters. .Pp When used with .Cm --pre-hashed , specify that the pre-hashing was done with MD4. .Pp Cuckoo filters' use of a hash function is non-cryptographic, hence MD4's otherwise inadequate cryptographic security is irrelevant. .It Cm --hash-ntlm-cp1252 Hash assumed CP1252 encoding plaintexts with NTLM prior to lookup or insert, or specify that the pre-hashing was done that way (e.g., like it was in a HIBP v7 download). .El .Sh LOOKUP OUTPUT MODIFIER OPTIONS These are similar to those of .Xr grep 1 . .Bl -tag -width Ds .It Cm -c , --count Output a count of (non-)matching lines instead of the lines themselves. .It Cm -n , --line-number Prefix each line with its number in the input stream. .It Cm -v , --invert-match Output or count non-matching lines. .El .Sh GENERAL OPTIONS .Bl -tag -width Ds .It Cm --verbose Output additional information. .It Cm --version Output .Nm program version and exit. .It Cm -h , --help Output .Nm help text and exit. .El .Sh EXIT STATUS When looking up against an existing filter, .Nm exits with 0 if selected plaintexts or hashes are found, 1 if not found, or 2 on error. These exit codes are compatible with those of .Xr grep 1 . In other modes, .Nm exits with 0 on success and 2 on error. .Sh SEE ALSO .Xr grep 1 , .Xr pwqcheck 1 , .Xr passwdqc.conf 5 , .Xr pam_passwdqc 8 . .Pp https://www.openwall.com/passwdqc/ .Sh AUTHORS .Nm and this manual page were written by Solar Designer. passwdqc-2.1.0/pwqfilter.c000060000000000000000000001077211515134124000155120ustar00rootroot00000000000000/* * Copyright (c) 2020 by Solar Designer * See LICENSE */ #ifdef _MSC_VER #define _CRT_NONSTDC_NO_WARNINGS /* we use unlink() */ #define _CRT_SECURE_NO_WARNINGS /* we use fopen() */ #include #else #include /* for unlink() */ #endif #include #include #include #include #include #include "md4.h" #include "passwdqc.h" #define PASSWDQC_FILTER_INTERNALS #include "passwdqc_filter.h" /* Flags corresponding to command-line options, can use bits 3 to 23 */ #define OPT_VERBOSE 0x08 #define OPT_COUNT 0x10 #define OPT_LINE_NUMBER 0x20 #define OPT_INVERT_MATCH 0x40 #define OPT_PRE_HASHED 0x80 #define OPT_HASH_ID_SHIFT 8 #define OPT_HASH_MD4 (PASSWDQC_FILTER_HASH_MD4 << OPT_HASH_ID_SHIFT) #define OPT_HASH_NTLM_CP1252 (PASSWDQC_FILTER_HASH_NTLM_CP1252 << OPT_HASH_ID_SHIFT) #define OPT_HASH_ID_MASK (OPT_HASH_MD4 | OPT_HASH_NTLM_CP1252) #define OPT_FP_RATE 0x1000 #define OPT_FP_RATE_AT_HIGH_LOAD 0x2000 #define OPT_TEST_FP_RATE 0x4000 /* Bitmask of all supported hash types */ #define OPT_HASH_ALL (OPT_HASH_MD4 | OPT_HASH_NTLM_CP1252) /* Bitmask of options only valid in lookup mode */ #define OPT_LOOKUP (OPT_COUNT | OPT_LINE_NUMBER | OPT_INVERT_MATCH) /* Bitmask of options only valid in create and insert modes */ #define OPT_INSERT (OPT_FP_RATE | OPT_FP_RATE_AT_HIGH_LOAD) /* * Cache line alignment is very important here because of the pattern in which * elements of ssencode[] are used. With 64-byte cache lines, we use 444 of * them with proper alignment, but at worst 563 otherwise. With 128-byte cache * lines, we use 260 with proper alignment, 319 with alignment to 64 but not * 128 bytes, and at worst 374 otherwise. (These numbers do not include the * additional uses by variables that we insert into the largest gap.) */ #ifdef __GNUC__ __attribute__ ((aligned (128))) #endif static union { uint16_t ssencode[0x10000]; struct { /* * Skip until the largest gap in ssencode[], which is from 0xf000 to 0xfffe. * We skip an additional 0x30 elements (96 bytes) so that the hot part of the * header (its second 32 bytes) starts at the beginning of a cache line and * further hot fields that we have in here fall into the same cache line. * Moreover, with the current fields this lets us have the first 8 bytes of * ssdecode[] in the same cache line as well, which makes the rest of it fit * into 121 64-byte cache lines (otherwise, with poor luck it'd need 122). * This brings our total cache usage for these globals to (444+1+121)*64 = * 36224 bytes. */ uint16_t skip[0xf030]; passwdqc_filter_header_t header; uint64_t maxkicks; passwdqc_filter_packed_t *packed; passwdqc_filter_i_t nbuckets; uint32_t options; /* bitmask of OPT_* flags */ uint16_t ssdecode[3876]; } s; } globals; #define ssencode globals.ssencode #define header globals.s.header #define maxkicks globals.s.maxkicks #define packed globals.s.packed #define nbuckets globals.s.nbuckets #define options globals.s.options #define ssdecode globals.s.ssdecode /* Store a copy of (updated) header.threshold in the hottest cache line */ #define SET_THRESHOLD(x) options = (options & 0xffffff) | ((uint32_t)(x) << 24); #define GET_THRESHOLD (options >> 24) /* For inserts only, also store (updated) header.bucket_size */ #define SET_BUCKET_SIZE(x) options = (options & ~7U) | (x); #define GET_BUCKET_SIZE (options & 7) static void ssinit(void) { unsigned int a, b, c, d, n = 0; for (d = 0; d < 16; d++) for (c = d; c < 16; c++) for (b = c; b < 16; b++) for (a = b; a < 16; a++) { uint16_t ssd = (d << 12) | (c << 8) | (b << 4) | a; assert(ssd == passwdqc_filter_ssdecode(n)); assert(n < sizeof(ssdecode) / sizeof(ssdecode[0])); ssdecode[n++] = ssd; ssencode[ssd] = n; } assert(n == sizeof(ssdecode) / sizeof(ssdecode[0])); assert(&ssdecode[n] <= &ssencode[0xffff]); } static inline unsigned int unpack(passwdqc_filter_unpacked_t *dst, const passwdqc_filter_packed_t *src) { /* -1 cast to unsigned becomes greater than bucket size */ return (unsigned int)passwdqc_filter_unpack(dst, src, ssdecode); } static inline int lookup(passwdqc_filter_hash_t *h, passwdqc_filter_f_t fmask) { passwdqc_filter_i_t i = passwdqc_filter_h2i(h, nbuckets); passwdqc_filter_f_t f = passwdqc_filter_h2f(h); passwdqc_filter_unpacked_t u; unsigned int n = unpack(&u, &packed[i]); if (unlikely(n > GET_BUCKET_SIZE)) return -1; unsigned int j; for (j = 0; j < n; j++) if (passwdqc_filter_f_eq(u.slots[j] & fmask, f & fmask, GET_BUCKET_SIZE)) return 1; /* * We can skip checking the secondary bucket on lookup when the primary one * is below the fill threshold, but only as long as there are no deletes yet. * Whenever a delete brings a bucket from at to below header.threshold, it * must update header.threshold, and then we must use that in here (we do). */ if (n < GET_THRESHOLD) return 0; n = unpack(&u, &packed[passwdqc_filter_alti(i, f, nbuckets)]); if (unlikely(n > GET_BUCKET_SIZE)) return -1; for (j = 0; j < n; j++) if (passwdqc_filter_f_eq(u.slots[j] & fmask, f & fmask, GET_BUCKET_SIZE)) return 1; return 0; } /* * Code specialization flags assuming pack() will be inlined (the corresponding * checks would best be omitted if not inlining). */ #define PACK_MASK_OLD 1 #define PACK_MASK_NEW 2 #define PACK_MASK_ALL (PACK_MASK_OLD | PACK_MASK_NEW) static force_inline void pack(passwdqc_filter_packed_t *dst, const passwdqc_filter_unpacked_t *src, unsigned int n, int flags) { if (n == 4) { /* 4x 33-bit as 12-bit semi-sort index, 4x 29-bit */ /* * Encode 4x 33-bit fingerprints as 12-bit semi-sort index of 4x 4-bit values * corresponding to most significant bits of each fingerprint, followed by 4x * 29-bit values holding the rest of the fingerprint data in original form. */ const unsigned int fbits = 33; const passwdqc_filter_f_t fmask = ((passwdqc_filter_f_t)1 << fbits) - 1; passwdqc_filter_f_t a = src->slots[0]; passwdqc_filter_f_t b = src->slots[1]; passwdqc_filter_f_t c = src->slots[2]; passwdqc_filter_f_t d = src->slots[3]; if (flags & PACK_MASK_OLD) { a &= fmask; b &= fmask; c &= fmask; if (flags & PACK_MASK_NEW) d &= fmask; } #define SORT(x, y) if (x < y) { passwdqc_filter_f_t z = x; x = y; y = z; } SORT(a, b) SORT(c, d) /* * The check for "b < c" can be skipped and further 3 SORT() steps performed * unconditionally. This check is a controversial optimization for the case of * updating previously sorted lists. Unfortunately, it increases the average * number of comparisons (but not swaps) for random lists. */ if (b < c) { SORT(b, d) SORT(a, c) SORT(b, c) } const unsigned int lobits = fbits - 4; uint16_t ssd = (uint16_t)(a >> lobits); ssd |= (b >> (lobits - 4)) & 0x00f0; ssd |= (c >> (lobits - 8)) & 0x0f00; ssd |= (d >> (lobits - 12)) & 0xf000; const passwdqc_filter_f_t lomask = ((passwdqc_filter_f_t)1 << lobits) - 1; a &= lomask; b &= lomask; c &= lomask; d &= lomask; dst->lo = a | (b << lobits) | (c << (2 * lobits)); dst->hi = (c >> (64 - 2 * lobits)) | (d << (3 * lobits - 64)) | ((uint64_t)ssencode[ssd] << (64 - 12)); return; } if (n == 3) { /* 11111, 3x 41-bit */ const unsigned int fbits = 41; const passwdqc_filter_f_t fmask = ((passwdqc_filter_f_t)1 << fbits) - 1; passwdqc_filter_f_t a = src->slots[0]; passwdqc_filter_f_t b = src->slots[1]; passwdqc_filter_f_t c = src->slots[2]; if (flags & PACK_MASK_OLD) { a &= fmask; b &= fmask; if (flags & PACK_MASK_NEW) c &= fmask; } /* * Sorting of fewer than 4 entries is unnecessary, but we use it to detect some * kinds of data corruption. It also very slightly improves compressibility of * the resulting filter files. */ SORT(b, c) SORT(a, c) SORT(a, b) dst->lo = a | (b << fbits); dst->hi = (b >> (64 - fbits)) | (c << (2 * fbits - 64)) | ((uint64_t)0xf80 << (64 - 12)); return; } if (n == 2) { /* 111101, 2x 61-bit */ const unsigned int fbits = 61; const passwdqc_filter_f_t fmask = ((passwdqc_filter_f_t)1 << fbits) - 1; passwdqc_filter_f_t a = src->slots[0]; passwdqc_filter_f_t b = src->slots[1]; if (flags & PACK_MASK_OLD) { a &= fmask; if (flags & PACK_MASK_NEW) b &= fmask; } SORT(a, b) #undef SORT dst->lo = a | (b << fbits); dst->hi = (b >> (64 - fbits)) | ((uint64_t)0xf40 << (64 - 12)); return; } assert(n == 1); dst->lo = src->slots[0]; dst->hi = 1; } static force_inline unsigned int peek(const passwdqc_filter_packed_t *src) { uint64_t hi = src->hi; if (hi <= 1) return (unsigned int)hi; /* 0 or 1 */ unsigned int ssi = hi >> (64 - 12); /* semi-sort index */ if (ssi <= 3876) return 4; return (ssi >> 7) & 3; /* 2 or 3 */ } static force_inline int kick(passwdqc_filter_unpacked_t *u, passwdqc_filter_i_t i, passwdqc_filter_f_t f, unsigned int size) { uint32_t rnd = i; do { /* * Peek at alternate buckets for each of the fingerprints stored in the bucket * that we have to kick an entry from. If one of those buckets isn't full, * plan to kick that fingerprint. Moreover, if a bucket has 2 or more empty * slots, don't look further and kick that fingerprint right away. There are * two aspects here: (1) never missing a non-full bucket that is just one step * away greatly reduces the number of kicks needed to reach high load factors * (approximately from 16x to 6x of capacity for 98% as compared to pure random * walk, and twice quicker in terms of real time on a certain machine), and (2) * favoring buckets with 2+ empty slots tends to slightly lower the FP rate. */ passwdqc_filter_i_t ia; passwdqc_filter_f_t fkick, fdiff = 0; unsigned int n, j = size - 1, bestj = 0; do { fkick = u->slots[j]; ia = passwdqc_filter_alti(i, fkick, nbuckets); if ((n = peek(&packed[ia])) < size) { bestj = j; if (!j || n < size - 1) goto kick; } fdiff |= f ^ fkick; } while (j--); /* If there are no non-full buckets one step away, resort to random walk */ if (!bestj) { /* * If our fingerprint to be (re-)inserted is the same as all of those we could * have kicked, then we're at or close to the maximum number of duplicates for * this fingerprint that we can hold. Don't (re-)insert this duplicate so that * we don't waste many further kicks on a likely failure. Note that this isn't * necessarily the fingerprint insert() was called on now. We might have * already inserted the new fingerprint and if so are now deleting an excessive * duplicate of something previously inserted. */ if (unlikely(!fdiff)) { header.dupes++; return 1; } /* * Good randomness is crucial for the random walk. This simple formula works * surprisingly well by mostly reusing variables that we maintain anyway. */ rnd = (rnd + (uint32_t)fdiff) * (uint32_t)header.kicks; if (likely(size != 2)) { /* hopefully, compile-time */ bestj = rnd >> 30; while (bestj >= size) /* only if size == 3 */ bestj = (rnd <<= 2) >> 30; } else { bestj = rnd >> 31; } } if (likely(bestj)) { /* recompute unless still have */ fkick = u->slots[bestj]; ia = passwdqc_filter_alti(i, fkick, nbuckets); } kick: u->slots[bestj] = f; pack(&packed[i], u, size, 0); n = unpack(u, &packed[ia]); if (unlikely(n > size)) return -1; if (n < size) { u->slots[n++] = fkick; pack(&packed[ia], u, n, PACK_MASK_OLD); header.inserts++; header.kicks++; return 0; } f = fkick; i = ia; } while (likely(++header.kicks < maxkicks)); return -2; } static inline int insert(passwdqc_filter_hash_t *h) { passwdqc_filter_i_t i = passwdqc_filter_h2i(h, nbuckets); passwdqc_filter_f_t f = passwdqc_filter_h2f(h); /* * Plan to put this entry into the primary bucket if it's below the threshold. * Otherwise see if the secondary bucket is less full and use it if so. This * logic balances between two conflicting goals: letting us skip the secondary * bucket on lookup when primary isn't full (or is below threshold), and * filling different buckets across the entire table evenly. Each of these * goals has two (luckily non-conflicting) sub-goals. The former reduces FP * rate through comparing against fewer stored fingerprints, and speeds up * lookups. The latter helps reach high load factors in fewer kicks and * preserves more of the larger fingerprints by not putting unnecessarily many * entries in one bucket while we could still avoid that, which also reduces * FP rate. In terms of FP rate, different thresholds turn out to be optimal * depending on target load factor: a threshold of 4 is more optimal for the * highest load factors (near the maximum of 98%), lower thresholds like 2 are * more optimal at lower load factors. Our gradual increase of effective * bucket size plays a further role (even more important at low load factors). */ unsigned int n = peek(&packed[i]); if (n >= GET_THRESHOLD) { passwdqc_filter_i_t ia = passwdqc_filter_alti(i, f, nbuckets); if (peek(&packed[ia]) < n) i = ia; } passwdqc_filter_unpacked_t u; n = unpack(&u, &packed[i]); if (unlikely(n > GET_BUCKET_SIZE)) return -1; if (n < GET_BUCKET_SIZE) { u.slots[n++] = f; pack(&packed[i], &u, n, PACK_MASK_ALL); header.inserts++; return 0; } /* * At this point, we have one unpacked bucket that is at exactly the current * bucket size. We could have chosen either primary or secondary at random, * as the classic cuckoo filter insertion algorithm does, but testing shows * that this is unnecessary and a fixed implementation-specific choice works * just as well. */ if (likely(n == 4)) { /* specialized code as an optimization */ /* * We only kick fingerprints from full buckets, which implies that they're * already masked to the worst extent possible at the current bucket size. * This lets us use optimized non-masking pack() in kick()'s loop, but only as * long as we don't need the masking for the new fingerprint as well. Let's * pre-mask it here to make this so. We already know we'll have to insert it * into a full bucket (kicking another fingerprint from it), so we couldn't * have preserved those bits anyway. */ f &= ((passwdqc_filter_f_t)1 << 33) - 1; return kick(&u, i, f, 4); } else if (likely(n == 2)) { /* and no bucket is larger yet */ f &= ((passwdqc_filter_f_t)1 << 61) - 1; return kick(&u, i, f, 2); } else { /* n == 3 and no bucket is larger yet */ f &= ((passwdqc_filter_f_t)1 << 41) - 1; return kick(&u, i, f, 3); } } static const uint8_t fingerprint_sizes_234[] = {61, 41, 33}; static const char * const hash_names[] = {"opaque", "MD4", "NTLM CP1252"}; static void print_status(void) { printf("Capacity %llu, usage %llu (inserts %llu, deletes %llu), load %.2f%%\n" "Hash type %s, buckets of %u at least %u-bit fingerprints, threshold %u\n" "Effective duplicates omitted %llu, kicks %llu (%.2f of capacity)\n", (unsigned long long)header.capacity, (unsigned long long)(header.inserts - header.deletes), (unsigned long long)header.inserts, (unsigned long long)header.deletes, 100. * (header.inserts - header.deletes) / header.capacity, header.hash_id < sizeof(hash_names) / sizeof(hash_names[0]) ? hash_names[header.hash_id] : "unsupported", (unsigned int)header.bucket_size, (unsigned int)fingerprint_sizes_234[header.bucket_size - 2], (unsigned int)header.threshold, (unsigned long long)header.dupes, (unsigned long long)header.kicks, 1. * header.kicks / header.capacity); } static int new_filter(void) { header.capacity = (header.capacity + 3) & ~3ULL; nbuckets = (uint32_t)(header.capacity >> 2); packed = calloc(nbuckets, sizeof(*packed)); if (!packed) { perror("pwqfilter: calloc"); return -1; } memcpy(header.version, PASSWDQC_FILTER_VERSION, sizeof(header.version)); if (options & OPT_FP_RATE_AT_HIGH_LOAD) SET_THRESHOLD(header.threshold = 4) else SET_THRESHOLD(header.threshold = 2) SET_BUCKET_SIZE(header.bucket_size = header.threshold) header.hash_id = (options & OPT_HASH_ID_MASK) >> OPT_HASH_ID_SHIFT; header.endianness = PASSWDQC_FILTER_ENDIANNESS; return 0; } static int read_filter(const char *filename, int print_status_only) { FILE *f = fopen(filename, "rb"); if (!f) { perror("pwqfilter: fopen"); return -1; } int retval = 0; if (fread(&header, sizeof(header), 1, f) != 1) goto fail_fread; if (passwdqc_filter_verify_header(&header)) { fprintf(stderr, "pwqfilter: Invalid or unsupported input filter.\n"); goto fail; } if ((options & OPT_VERBOSE) || print_status_only) { print_status(); if (print_status_only) goto out; } SET_THRESHOLD(header.threshold) SET_BUCKET_SIZE(header.bucket_size) if ((options & OPT_FP_RATE_AT_HIGH_LOAD) && header.threshold < 4) fprintf(stderr, "pwqfilter: Warning: --optimize-fp-rate-at-high-load is too late for this filter.\n"); nbuckets = (uint32_t)(header.capacity >> 2); if (SIZE_MAX <= 0xffffffffU && nbuckets > SIZE_MAX / sizeof(*packed)) { fprintf(stderr, "pwqfilter: Input filter claims to be too large for this system.\n"); goto fail; } packed = malloc(nbuckets * sizeof(*packed)); if (!packed) { perror("pwqfilter: malloc"); goto fail; } if (fread(packed, sizeof(*packed), nbuckets, f) != nbuckets) { fail_fread: if (ferror(f)) perror("pwqfilter: fread"); else fprintf(stderr, "pwqfilter: fread: Unexpected EOF\n"); fail: retval = -1; } out: fclose(f); return retval; } static int write_filter(const char *filename) { FILE *f = fopen(filename, "wb"); if (!f) { perror("pwqfilter: fopen"); return -1; } int retval = 0; if (fwrite(&header, sizeof(header), 1, f) != 1 || fwrite(packed, sizeof(*packed), nbuckets, f) != nbuckets) { perror("pwqfilter: fwrite"); retval = -1; } if (fclose(f) || retval) { if (!retval) perror("pwqfilter: fclose"); retval = -1; if (unlink(filename)) perror("pwqfilter: unlink"); } return retval; } #define READ_LINE_MAX 8192 static inline char *read_line(void) { #ifdef __GNUC__ __attribute__ ((aligned (128))) #endif static char buf[READ_LINE_MAX + 2]; buf[READ_LINE_MAX] = '\n'; if (unlikely(!fgets(buf, sizeof(buf), stdin))) { if (ferror(stdin)) perror("pwqfilter: fgets"); return NULL; } if (unlikely(buf[READ_LINE_MAX] != '\n')) { int c; do { c = getc(stdin); } while (c != EOF && c != '\n'); if (ferror(stdin)) { perror("pwqfilter: getc"); return NULL; } } return buf; } static inline int unhex(passwdqc_filter_hash_t *dst, const char *src) { #ifdef __GNUC__ __attribute__ ((aligned (64))) #endif static const uint8_t a2i[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 16, 16, 16, 16, 16, 16, 10, 11, 12, 13, 14, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 10, 11, 12, 13, 14, 15 }; unsigned char *dp = dst->uc; const unsigned char *dend = dst->uc + sizeof(dst->uc); const unsigned char *sp = (const unsigned char *)src; do { unsigned int c, hi, lo; c = *sp++ - '0'; if (c >= sizeof(a2i) || (hi = a2i[c]) > 15) break; c = *sp++ - '0'; if (c >= sizeof(a2i) || (lo = a2i[c]) > 15) break; *dp++ = (hi << 4) | lo; } while (likely(dp < dend)); return likely(dp == dend) ? 0 : -1; } static inline int line_to_hash(passwdqc_filter_hash_t *dst, const char *line, unsigned long long lineno) { if (options & OPT_HASH_ALL) { if (unlikely(line[READ_LINE_MAX] != '\n')) { fprintf(stderr, "\rpwqfilter: Line %llu too long.\n", lineno); return -1; } if (options & OPT_HASH_MD4) passwdqc_filter_md4(dst, line); else passwdqc_filter_ntlm_cp1252(dst, line); } else if (unlikely(unhex(dst, line))) { fprintf(stderr, "\rpwqfilter: Not a supported hex-encoded hash on standard input line %llu.\n", lineno); return -1; } return 0; } static int lookup_loop(void) { char *line; unsigned long long lineno = 0, lookups = 0, positive = 0, negative = 0, errors = 0; while ((line = read_line())) { lineno++; passwdqc_filter_hash_t h; if (unlikely(line_to_hash(&h, line, lineno))) { errors++; continue; } lookups++; int status = lookup(&h, ~(passwdqc_filter_f_t)0); if (unlikely(status < 0)) break; if (status) { positive++; if (!(options & (OPT_COUNT | OPT_INVERT_MATCH))) { print: if (options & OPT_LINE_NUMBER) printf("%llu:", lineno); fputs(line, stdout); } } else { negative++; if ((options & (OPT_COUNT | OPT_INVERT_MATCH)) == OPT_INVERT_MATCH) goto print; } } if (line) fprintf(stderr, "Data corruption detected, abandoning further search\n"); else if (options & OPT_COUNT) printf("%llu\n", (options & OPT_INVERT_MATCH) ? negative : positive); if (options & OPT_VERBOSE) fprintf(stderr, "Lines %llu, lookups %llu, positive %llu, negative %llu, errors %llu\n", lineno, lookups, positive, negative, errors); if (line || ferror(stdin)) return -1; return !!((options & OPT_INVERT_MATCH) ? negative : positive); } static void set_bucket_size(void) { uint64_t usage = header.inserts - header.deletes; uint64_t max_kicks_until_size_3 = (header.capacity >> ((options & OPT_FP_RATE) ? 2 : 5)) * 3; unsigned int size = 4; if (usage < header.capacity * 44 / 100 && header.kicks <= max_kicks_until_size_3) size = 2; else if (usage < header.capacity * 71 / 100 && header.kicks <= (max_kicks_until_size_3 << 1)) size = 3; if (size < GET_THRESHOLD) size = GET_THRESHOLD; if (size > GET_BUCKET_SIZE || !header.inserts) { if (size > GET_BUCKET_SIZE) SET_BUCKET_SIZE((header.bucket_size = size)) if (options & OPT_VERBOSE) { putc('\r', stderr); printf("Storing at least %u-bit fingerprints since load %.2f%%, kicks %.2f of capacity\n", (unsigned int)fingerprint_sizes_234[GET_BUCKET_SIZE - 2], 100. * (header.inserts - header.deletes) / header.capacity, 1. * header.kicks / header.capacity); } } } static void print_progress(unsigned long long lineno) { fprintf(stderr, "\rLines %.*f%s, load %.2f%%, kicks %.2f of capacity", lineno < 1000000 ? 0 : 3, lineno < 1000000 ? (double)lineno : 1e-6 * lineno, lineno < 1000000 ? "" : "M", 100. * (header.inserts - header.deletes) / header.capacity, 1. * header.kicks / header.capacity); } static int insert_loop(void) { uint64_t inserts_start = header.inserts; uint64_t dupes_start = header.dupes; uint64_t checkpoint = 0, previous = 0; uint64_t effort_step = (header.capacity + 199) / 200; uint64_t inserts_step = effort_step; uint64_t inserts_goal = header.capacity / 10; if (inserts_goal < header.inserts) inserts_goal = header.inserts; maxkicks = header.capacity; int status = 0; char *line; unsigned long long lineno = 0, errors = 0; /* * A threshold of 0 is different for lookup, but we can optimize its handling * for insert. */ if (GET_THRESHOLD == 0) SET_THRESHOLD(1) while ((line = read_line())) { uint64_t effort = header.inserts + header.kicks; if (unlikely(effort >= checkpoint)) { set_bucket_size(); if (!checkpoint || effort - previous >= 1000000) { previous = effort; print_progress(lineno); } checkpoint = effort + effort_step; if (header.inserts >= inserts_goal) { uint64_t usage = header.inserts - header.deletes; if (usage > header.capacity) break; if (usage >= header.capacity * 97 / 100) inserts_step = (header.capacity + 999 - usage) / 1000; else inserts_step = (header.capacity + 199 - usage) / 200; inserts_goal = header.inserts + inserts_step; maxkicks = header.kicks + header.capacity; } } lineno++; passwdqc_filter_hash_t h; if (unlikely(line_to_hash(&h, line, lineno))) { errors++; continue; } if (unlikely((status = insert(&h)) < 0)) break; } SET_THRESHOLD(header.threshold) if (line) { print_progress(lineno); if (status == -2) { /* * We have to abandon the filter here because when we bump into maxkicks we've * kicked out and not re-inserted an entry likely other than the one we were * trying to insert originally. To avoid this, we'd need a separate soft limit * that we'd most likely bump into between insert() calls (not inside a call). */ fprintf(stderr, "\nProgress almost stalled, abandoning incomplete filter\n"); /* * For filters of medium size (some million entries), we expect to be able to * achieve a little over 98% (e.g., 98.03%) with unbiased non-repeating inputs. * For small filters, there's significant variability of maximum achievable * load (e.g., 97.7% to 98.3%). For filters approaching the maximum supported * capacity of almost 2^34, the biases caused by our use of only 32 bits in * h2i() become significant and in simulation limit the achievable load e.g. to * 97% for a capacity of a little over half the maximum. To be on the safe * side, we only print a likely explanation for below 97% and only for filters * that are way below the maximum capacity. */ if (header.capacity <= (1ULL << 32) && header.inserts - header.deletes < header.capacity * 97 / 100) fprintf(stderr, "Likely too many repeating%s inputs%s\n", (options & OPT_HASH_ALL) ? "" : " or biased", header.capacity < 1000000 ? " or filter is too small" : ""); } else { /* -1 return from insert() or usage > capacity */ fprintf(stderr, "\nData corruption detected, abandoning incomplete filter\n"); } } fprintf(stderr, "\rLines %llu, inserts %llu, excessive effective duplicates %llu, errors %llu\n", lineno, (unsigned long long)(header.inserts - inserts_start), (unsigned long long)(header.dupes - dupes_start), errors); return (line || ferror(stdin)) ? -1 : 0; } static int test_fp_rate(void) { unsigned int fps = 0, tests = 0, errors = 0; if (header.inserts != header.deletes) do { int i, n = tests + (1 << 22); /* signed int for OpenMP 2.5 */ #ifdef _OPENMP #pragma omp parallel for default(none) private(i) shared(n, fps, tests, errors) #endif for (i = tests; i < n; i++) { passwdqc_filter_hash_t h; MD4_CTX ctx; MD4_Init(&ctx); ctx.a += i; MD4_Update(&ctx, "notNTLM", 8); MD4_Final(h.uc, &ctx); /* * Process the hash table semi-sequentially for some speedup. As long as we * ensure we test all possible values of the first 3 bytes, this does not bias * the final estimate, but the verbose output shown during testing might show * biased numbers until eventually converging to the global average. See also * the comment in passwdqc_filter_h2i(). */ h.uc[0] = i >> 22; h.uc[1] = i >> 14; h.uc[2] = i >> 6; h.u32[0] = ((h.u32[0] & 0x0f0f0f0f) << 4) | ((h.u32[0] >> 4) & 0x0f0f0f0f); switch (lookup(&h, ~(passwdqc_filter_f_t)0xfffff)) { case 0: break; case 1: #ifdef _OPENMP #pragma omp atomic #endif fps++; break; default: /* -1 */ #ifdef _OPENMP #pragma omp atomic #endif errors++; } #ifndef _OPENMP if (unlikely(errors)) break; #endif } tests = n; double progress = 100. * tests / (1 << 30); if (options & OPT_VERBOSE) fprintf(stderr, "\rTests %u (%.2f%%), FPs %u (rate %.3e) for fingerprints cut by 20 bits", tests, progress, fps, (double)fps / tests); else fprintf(stderr, "\rTests %u (%.2f%%)", tests, progress); } while (tests < (1 << 30) && !errors); if (tests) putc('\n', stderr); if (errors) { fprintf(stderr, "Data corruption detected, abandoning further testing\n"); return -1; } if (fps) { double bperfp = 1e-9 * ((unsigned long long)tests << 20) / fps; printf("Estimated FP rate 1 in %.*f billion\n", (bperfp < 10) + (bperfp < 100) + (bperfp < 1000), bperfp); } else { printf("Estimated FP rate 0 (%s)\n", tests ? "no FPs seen in testing" : "empty filter"); } return 0; } static int opt_eq(const char *ref, const char *opt, const char **arg) { size_t n = strlen(ref); int retval = !strncmp(ref, opt, n) && (!opt[n] || opt[n] == '='); if (retval && opt[n] && opt[n + 1]) *arg = &opt[n + 1]; return retval; } static void print_help(void) { puts("Manage binary passphrase filter files.\n" "\nUsage: pwqfilter [options]\n" "\nValid options are:\n" "Modes\n" " --lookup (default)\n" " lookup plaintexts or hashes against an existing filter;\n" " --status\n" " print usage statistics for an existing filter;\n" " --create=CAPACITY\n" " create a new filter for up to ~98% of CAPACITY entries;\n" " --insert\n" " insert entries into an existing filter;\n" " --test-fp-rate (can be used on its own or along with another mode)\n" " estimate the false positive rate (FP rate) of a filter;\n" "Optimizations (with --create or --insert)\n" " --optimize-fp-rate\n" " better than default FP rate, briefly slower inserts after ~30% and ~60%;\n" " --optimize-fp-rate-at-high-load\n" " better than default FP rate at load ~95% to 98%, a lot worse below ~90%;\n" "Input and output\n" " -f FILE or --filter=FILE\n" " read an existing filter from FILE;\n" " -o FILE or --output=FILE\n" " write a new or modified filter to FILE;\n" " --pre-hashed (default for filters created with this option and no --hash-*)\n" " lookup or insert by hex-encoded hashes, not plaintexts;\n" " --hash-md4 (default for new filters)\n" " hash plaintexts with MD4 prior to lookup or insert;\n" " --hash-ntlm-cp1252\n" " hash assumed CP1252 plaintexts with NTLM prior to lookup or insert;\n" "Lookup output modifiers\n" " -c or --count\n" " print a count of (non-)matching lines instead of the lines themselves;\n" " -n or --line-number\n" " prefix each line with its number in the input stream;\n" " -v or --invert-match\n" " print or count non-matching lines;\n" "General\n" " --verbose\n" " print additional information;\n" " --version\n" " print program version and exit;\n" " -h or --help\n" " print this help text and exit."); } int main(int argc, char **argv) { enum {MODE_NONE = 0, MODE_LOOKUP = 1, MODE_STATUS = 2, MODE_CREATE = 3, MODE_INSERT} mode = MODE_NONE; const char *input = NULL, *output = NULL; options = 0; if (unlikely(argc <= 1)) { fprintf(stderr, "pwqfilter: No action requested, try --help.\n"); return 2; } while (argc > 1) { const char *opt = argv[1], *arg = NULL; if (opt[0] == '-' && opt[1] != '-' && opt[1] && opt[2]) { static char optbuf[3] = {'-', 0, 0}; optbuf[1] = opt[1]; opt = optbuf; memmove(&argv[1][1], &argv[1][2], strlen(&argv[1][1])); } else { argc--; argv++; } if (!strcmp("-h", opt) || !strcmp("--help", opt)) { print_help(); return 0; } if (!strcmp("--version", opt)) { printf("pwqfilter version %s\n", PASSWDQC_VERSION); return 0; } if (!strcmp("--lookup", opt)) { if (mode || output) goto fail_conflict; mode = MODE_LOOKUP; continue; } if (!strcmp("--status", opt)) { if (mode || (options & (OPT_HASH_ALL | OPT_PRE_HASHED))) goto fail_conflict; mode = MODE_STATUS; continue; } if (opt_eq("--create", opt, &arg)) { if (mode || input || (options & OPT_LOOKUP)) goto fail_conflict; mode = MODE_CREATE; if (!arg) goto fail_no_arg; char *e; header.capacity = strtoul(arg, &e, 0); if (*e || !header.capacity || header.capacity > ((1ULL << 32) - 1) * 4) { fprintf(stderr, "pwqfilter: Requested capacity is invalid or unsupported.\n"); return 2; } continue; } if (!strcmp("--insert", opt)) { if (mode || (options & OPT_LOOKUP)) goto fail_conflict; mode = MODE_INSERT; continue; } if (!strcmp("--test-fp-rate", opt)) { options |= OPT_TEST_FP_RATE; continue; } if (!strcmp("--optimize-fp-rate", opt)) { if (options & OPT_FP_RATE_AT_HIGH_LOAD) goto fail_conflict; options |= OPT_FP_RATE; continue; } if (!strcmp("--optimize-fp-rate-at-high-load", opt)) { if (options & OPT_FP_RATE) goto fail_conflict; options |= OPT_FP_RATE_AT_HIGH_LOAD; continue; } if (!strcmp("-f", opt) || opt_eq("--filter", opt, &arg)) { if (mode == MODE_CREATE || input) goto fail_conflict; if (!opt[2]) { argc--; arg = *++argv; } if (!arg) goto fail_no_arg; input = arg; continue; } if (!strcmp("-o", opt) || opt_eq("--output", opt, &arg)) { if (mode == MODE_LOOKUP || mode == MODE_STATUS || output) goto fail_conflict; if (!opt[2]) { argc--; arg = *++argv; } if (!arg) goto fail_no_arg; output = arg; continue; } if (!strcmp("--pre-hashed", opt)) { if (mode == MODE_STATUS) goto fail_conflict; options |= OPT_PRE_HASHED; continue; } if (!strcmp("--hash-md4", opt)) { if ((options & OPT_HASH_ALL) || mode == MODE_STATUS) goto fail_conflict; options |= OPT_HASH_MD4; continue; } if (!strcmp("--hash-ntlm-cp1252", opt)) { if ((options & OPT_HASH_ALL) || mode == MODE_STATUS) goto fail_conflict; options |= OPT_HASH_NTLM_CP1252; continue; } if (!strcmp("-c", opt) || !strcmp("--count", opt)) { if (mode > MODE_LOOKUP || (options & OPT_LINE_NUMBER)) goto fail_conflict; options |= OPT_COUNT; continue; } if (!strcmp("-n", opt) || !strcmp("--line-number", opt)) { if (mode > MODE_LOOKUP || (options & OPT_COUNT)) goto fail_conflict; options |= OPT_LINE_NUMBER; continue; } if (!strcmp("-v", opt) || !strcmp("--invert-match", opt)) { if (mode > MODE_LOOKUP) goto fail_conflict; options |= OPT_INVERT_MATCH; continue; } if (!strcmp("--verbose", opt)) { options |= OPT_VERBOSE; continue; } fprintf(stderr, "pwqfilter: Option %s unrecognized.\n", opt); return 2; fail_no_arg: fprintf(stderr, "pwqfilter: Option %s requires an argument.\n", opt); return 2; fail_conflict: fprintf(stderr, "pwqfilter: Option %s conflicts with previously specified options.\n", opt); return 2; } if (!mode) { if (options & OPT_TEST_FP_RATE) { if (options & (OPT_HASH_ALL | OPT_PRE_HASHED)) goto fail_unused; } else { mode = MODE_LOOKUP; /* default mode */ } } if (!input && !(options & (OPT_HASH_ALL | OPT_PRE_HASHED))) options |= OPT_HASH_MD4; /* default hash type */ if (mode <= MODE_STATUS && output) { fprintf(stderr, "pwqfilter: No filter modifications requested yet an output filename specified.\n"); return 2; } if ((mode != MODE_LOOKUP && (options & OPT_LOOKUP)) || (mode < MODE_CREATE && (options & OPT_INSERT)) || (mode != MODE_CREATE && (options & OPT_HASH_ALL) && (options & OPT_PRE_HASHED))) { fail_unused: fprintf(stderr, "pwqfilter: The requested mode doesn't use other specified options.\n"); return 2; } if (mode != MODE_CREATE && !input) { fprintf(stderr, "pwqfilter: Neither requested to create a new filter nor to use an existing one.\n"); return 2; } if (mode > MODE_STATUS && !output) fprintf(stderr, "pwqfilter: No output filename specified - doing a dry run.\n"); if ((input && read_filter(input, mode == MODE_STATUS)) || (!input && new_filter())) return 2; /* * The uses of (un)likely() here optimize for --create --pre-hashed. Somehow * omitting them results in very different code (smaller and slower) in inner * loops at least on a certain RHEL7'ish test system. */ if (unlikely(mode == MODE_STATUS)) { if ((options & OPT_TEST_FP_RATE) && test_fp_rate()) return 2; return 0; } if (!likely(options & OPT_PRE_HASHED)) { if (header.hash_id > PASSWDQC_FILTER_HASH_MAX) { fprintf(stderr, "pwqfilter: Input filter claims unsupported hash type.\n"); return 2; } if (header.hash_id != PASSWDQC_FILTER_HASH_OPAQUE) { uint32_t new_options = (options & ~OPT_HASH_ID_MASK) | ((uint32_t)header.hash_id << OPT_HASH_ID_SHIFT); if ((options & OPT_HASH_ALL) && new_options != options) { fprintf(stderr, "pwqfilter: Input filter's hash type is different than requested.\n"); return 2; } options = new_options; } } ssinit(); if (mode == MODE_LOOKUP) { int status = 1 - lookup_loop(); if ((options & OPT_TEST_FP_RATE) && test_fp_rate()) return 2; return status; } if (likely(mode >= MODE_CREATE)) { /* * The weird combination of --pre-hashed and --hash* is allowed with --create * for writing the claimed hash type into the filter, but shouldn't result in * us hashing the hashes. */ if (options & OPT_PRE_HASHED) options &= ~OPT_HASH_ALL; if (insert_loop()) return 2; if (options & OPT_VERBOSE) print_status(); if (output && write_filter(output)) return 2; } if ((options & OPT_TEST_FP_RATE) && test_fp_rate()) return 2; return 0; } passwdqc-2.1.0/pwqgen.1000060000000000000000000000051771515134124000147160ustar00rootroot00000000000000.\" Copyright (c) 2009 Dmitry V. Levin .\" All rights reserved. .\" Copyright (c) 2019 Solar Designer .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .Dd March 10, 2021 .Dt PWQGEN 1 .Os "Openwall Project" .Sh NAME .Nm pwqgen .Nd Generate quality controllable random passphrase .Sh SYNOPSIS .Nm Op Ar options .Sh DESCRIPTION The .Nm program generates a random passphrase using the libpasswdqc library. Strength of the generated passphrase depends on the amount of randomness read from .Pa /dev/urandom . .Sh OPTIONS .Bl -tag -width indent .It Cm random Ns = Ns Ar N .Pq default: Cm random Ns = Ns 47 The size of randomly-generated passphrase in bits (24 to 136). .It Cm config Ns = Ns Ar FILE Load config .Ar FILE in the .Cm passwdqc.conf format. This file may define any options described in .Xr passwdqc.conf 5 , but only the .Cm random and .Cm config options are honored by .Nm . .It Cm --version Output .Nm program version and exit. .It Cm -h , --help Output .Nm help text and exit. .El .Sh EXIT STATUS .Nm exits with non-zero status when it encounters invalid config file, invalid option, invalid parameter value, when it fails to obtain enough randomness, and in any case when it fails to generate a passphrase. .Sh FILES .Pa /etc/passwdqc.conf (not read unless this suggested file location is specified with the .Cm config=/etc/passwdqc.conf option). .Sh SEE ALSO .Xr pwqcheck 1 , .Xr libpasswdqc 3 , .Xr urandom 4 , .Xr passwdqc.conf 5 , .Xr pam_passwdqc 8 . .Pp https://www.openwall.com/passwdqc/ .Sh AUTHORS The pam_passwdqc module was written for Openwall GNU/*/Linux by Solar Designer. The .Nm program was originally written for ALT GNU/*/Linux by Dmitry V. Levin, indirectly reusing code from pam_passwdqc (via libpasswdqc). This manual page was written for Openwall GNU/*/Linux by Dmitry V. Levin. passwdqc-2.1.0/pwqgen.c000060000000000000000000000033401515134124000147660ustar00rootroot00000000000000/* * Copyright (c) 2008,2009 by Dmitry V. Levin * Copyright (c) 2016,2021 by Solar Designer * See LICENSE */ #include #include #include #include "passwdqc.h" static void print_help(void) { puts("Generate quality controllable passphrase.\n" "\nUsage: pwqgen [options]\n" "\nValid options are:\n" " random=N\n" " set size of randomly-generated passphrase in bits;\n" " config=FILE\n" " load config FILE in passwdqc.conf format;\n" " --version\n" " print program version and exit;\n" " -h or --help\n" " print this help text and exit."); } int main(int argc, const char **argv) { passwdqc_params_t params; char *reason, *pass; int retval; if (argc > 1 && argv[1][0] == '-') { if (!strcmp("-h", argv[1]) || !strcmp("--help", argv[1])) { print_help(); return 0; } if (!strcmp("--version", argv[1])) { printf("pwqgen version %s\n", PASSWDQC_VERSION); return 0; } } passwdqc_params_reset(¶ms); if (argc > 1 && passwdqc_params_parse(¶ms, &reason, argc - 1, argv + 1)) { fprintf(stderr, "pwqgen: %s\n", (reason ? reason : "Out of memory")); free(reason); return 1; } pass = passwdqc_random(¶ms.qc); passwdqc_params_free(¶ms); if (!pass) { fprintf(stderr, "pwqgen: Failed to generate a passphrase.\n" "This could happen for a number of reasons: you could have requested\n" "an impossible passphrase length, or the access to kernel random number\n" "pool could have failed.\n"); return 1; } setvbuf(stdout, NULL, _IONBF, 0); retval = (puts(pass) >= 0 && fflush(stdout) == 0) ? 0 : 1; _passwdqc_memzero(pass, strlen(pass)); free(pass); return retval; } passwdqc-2.1.0/tests/000070000000000000000000000000001515134124000144615ustar00rootroot00000000000000passwdqc-2.1.0/tests/test-pwqcheck-basic.sh000070000000000000000000000051541515134124000206660ustar00rootroot00000000000000#!/bin/bash # # Copyright (c) 2025 by Zaiba Sanglikar. See LICENSE. # # set -o pipefail PWQCHECK_BIN="$(dirname "$0")/../pwqcheck" if [ -t 1 ]; then # Colors for better visibility GREEN='\033[0;32m' RED='\033[0;31m' NC='\033[0m' else GREEN='' RED='' NC='' fi # Test function for basic password checks test_basic_password() { local password="$1" local expected="$2" local description="$3" printf "%-40s" "$description" result=$(echo "$password" | "$PWQCHECK_BIN" -1 2>&1) exit_code=$? if [ "$expected" = "pass" -a "$exit_code" -eq 0 ] || \ [ "$expected" = "fail" -a "$exit_code" -ne 0 ]; then echo -e "${GREEN}PASS${NC}" # echo " Password tested: '$password'" # echo " Result: $result" # echo return 0 else echo -e "${RED}FAIL${NC}" echo "Password tested: $password" echo "Expected: $expected" echo "Got: $result" echo exit 1 fi } echo "Running Basic Password Validation Tests..." # Test Suite 1: Strong Passwords echo -e "\nTesting Strong Passwords:" test_basic_password "R4rew0rd123!" "pass" "Standard strong password" test_basic_password "Tr0ub4dor&3" "pass" "Complex password" test_basic_password "iStayInloreAtHomeb7&street111" "pass" "Long passphrase" test_basic_password "H3llo@W0rld2024" "pass" "Strong password with year" # Test Suite 2: Common Weak Patterns echo -e "\nTesting Weak Patterns:" test_basic_password "P@ssw0rd123!" "fail" "Common password with numbers" test_basic_password "qweRTYuiop!" "fail" "Keyboard pattern" test_basic_password "Admin123" "fail" "Common admin password" test_basic_password "letmein" "fail" "Common weak password" # Test Suite 3: Mixed Complexity echo -e "\nTesting Mixed Complexity:" test_basic_password "MyR4rew0rd" "pass" "Mixed case with symbols and numbers" test_basic_password "Str0ng!P@ssphrase" "pass" "Strong with multiple special chars" test_basic_password "C0mpl3x1ty!" "fail" "Complex-looking, but based on one word" # Test Suite 4: Edge Cases echo -e "\nTesting Edge Cases:" test_basic_password " " "fail" "Single space" test_basic_password "" "fail" "Empty password" test_basic_password "$(printf 'a%.0s' {1..71})" "fail" "Very long password" test_basic_password "ljy8zk9aBJ3hA3TXAAMAQe61ytFohJM4SuPFbA4L1xDqV2JDE1n8BCnLN96evcJMWyTkr9y3" "pass" "Max length password" test_basic_password "ljy8zk9aBJ3hA3TXAAMAQe61ytFohJM4SuPFbA4L1xDqV2JDE1n8BCnLN96evcJMWyTkr9y312345" "fail" "Max length exceed password" test_basic_password "is4a4phrase" "pass" "A minimal passphrase" # if this is accepted ... test_basic_password "is4a4phra5e" "pass" "Passphrase with leetspeak in a word" # ... then so should be this echo -e "\nBasic password validation tests completed\n" passwdqc-2.1.0/tests/test-pwqcheck-length.sh000070000000000000000000000051771515134124000210730ustar00rootroot00000000000000#!/bin/bash # # Copyright (c) 2025 by Zaiba Sanglikar. See LICENSE. # # set -o pipefail PWQCHECK_BIN="$(dirname "$0")/../pwqcheck" if [ -t 1 ]; then # Colors for better visibility GREEN='\033[0;32m' RED='\033[0;31m' NC='\033[0m' else GREEN='' RED='' NC='' fi # Test helper function with improved output handling test_password() { local password="$1" local min_params="$2" local expected="$3" local test_name="$4" printf "%-40s" "$test_name" output=$(echo "$password" | "$PWQCHECK_BIN" -1 "min=$min_params" 2>&1) status=$? if [ "$expected" = "pass" -a $status -eq 0 ] || \ [ "$expected" = "fail" -a $status -ne 0 ]; then echo -e "${GREEN}PASS${NC}" # echo " Password tested: '$password'" # echo " Result: $output" # echo else echo -e "${RED}FAIL${NC}" echo " Password tested: '$password'" echo " Expected: $expected" echo " Got: $output" echo " Exit status: $status" echo exit 1 fi } echo "Password Length Tests" echo # Test 1: Default minimum lengths test_password "short" "24,12,8,7,6" "fail" "Short password" test_password "ThisIsAVeryLongPasswordThatShouldPass123!" "24,12,8,7,6" "pass" "Long complex password" # Test 2: Custom minimum lengths test_password "rar623" "6,6,6,6,6" "pass" "Password with relaxed mins" test_password "a" "6,6,6,6,6" "fail" "Single character password" # Test 3: Different complexity levels test_password "BearD&Tach" "8,8,8,8,8" "pass" "Simple but long password" test_password "Ar4rew0rd!" "8,8,8,8,8" "pass" "Complex password" # Test 4: Edge cases test_password "YakM90o1" "8,8,8,8,8" "pass" "Exactly minimum length" test_password "YakM90o" "8,8,8,8,8" "fail" "Below minimum length" # Test 5: Different complexity classes echo "Testing complexity classes..." test_password "dhwbcbwxmtbljrlqjhzjnwpgzfqhvwkphvvj" "36,24,11,8,7" "pass" "N0: 36-char 1-class random" test_password "figratmatbatsatwatpatcatgdpjrgvapduc" "36,24,11,8,7" "fail" "N0: 36-char 1-class word-based" test_password "gkdhrqlqjffmxshvlcgpzq24" "36,24,11,8,7" "pass" "N1: 24-char 2-class random" test_password "gkdhrqlqjffmxshvlcgpzqd4" "36,24,11,8,7" "fail" "N1: 24-char effectively 1-class random" test_password "min one phr" "36,24,11,8,7" "pass" "N2: 11-char 3-word passphrase" test_password "min onesphr" "36,24,11,8,7" "fail" "N2: 11-char 2-word non-passphrase" test_password "m@s58chr" "36,24,11,8,7" "pass" "N3: 8-char barely complex" test_password "mas58chr" "36,24,11,8,7" "fail" "N3: 8-char insufficiently complex" test_password "B!re5#K" "36,24,11,8,7" "pass" "N4: 7-char highly complex" test_password "B1rd5#K" "36,24,11,8,7" "fail" "N4: 7-char insufficiently complex" echo -e "\nPassword length tests completed\n" passwdqc-2.1.0/tests/test-pwqcheck-multi.sh000070000000000000000000000045631515134124000207420ustar00rootroot00000000000000#!/bin/bash # # Copyright (c) 2025 by Zaiba Sanglikar. See LICENSE. # # set -o pipefail PWQCHECK_BIN="$(dirname "$0")/../pwqcheck" if [ -t 1 ]; then # Colors for better visibility GREEN='\033[0;32m' RED='\033[0;31m' NC='\033[0m' else GREEN='' RED='' NC='' fi # Function to test multiple passwords test_multiple_passwords() { local test_name="$1" local passwords="$2" local expected_results="$3" printf "%-40s" "$test_name" # Create a temporary file for test output local temp_output temp_output=$(mktemp) || exit # Run pwqcheck with multiple passwords echo -e "$passwords" | "$PWQCHECK_BIN" --multi -1 > "$temp_output" 2>&1 # Compare results local actual_results actual_results=$(cat "$temp_output") if echo "$actual_results" | grep -q "$expected_results"; then echo -e "${GREEN}PASS${NC}" # echo "Test output matches expected results" else echo -e "${RED}FAIL${NC}" echo "Expected:" echo "$expected_results" echo "Got:" cat "$temp_output" rm -f "$temp_output" exit 1 fi rm -f "$temp_output" } echo "Running Multiple Password Tests..." # Test 1: Mix of valid and invalid passwords test_multiple_passwords "Mixed Passwords" \ "StrongP@ss123! weak Tr0ub4dor&3 password123 C0mpl3x1ty!" \ "OK: StrongP@ss123! Bad passphrase OK: Tr0ub4dor&3 Bad passphrase OK: C0mpl3x1ty!" # Test 2: All valid passwords test_multiple_passwords "All Valid Passwords" \ "P@ssw0rd123! Tr0ub4dor&3 C0mpl3x1ty! H3llo@W0rld" \ "OK: P@ssw0rd123! OK: Tr0ub4dor&3 OK: C0mpl3x1ty! OK: H3llo@W0rld" # Test 3: All invalid passwords test_multiple_passwords "All Invalid Passwords" \ "password123 qwerty admin letmein" \ "Bad passphrase Bad passphrase Bad passphrase Bad passphrase" # Test 4: Empty lines and special characters test_multiple_passwords "Special Cases" \ "StrongP@ss123! P@ssw0rd! Tr0ub4dor&3" \ "OK: StrongP@ss123! Bad passphrase OK: P@ssw0rd! Bad passphrase OK: Tr0ub4dor&3" # Test 5: With custom parameters test_multiple_passwords "Custom Parameters" \ "short medium12345 VeryLongP@ssword123!" \ "Bad passphrase OK: medium12345 OK: VeryLongP@ssword123!" echo -e "\nMultiple password tests completed\n" exit 0 # Test 6: Large number of passwords echo -e "\nTesting large batch of passwords..." { for i in {1..50}; do if [ $((i % 2)) -eq 0 ]; then echo "StrongP@ss${i}!" else echo "weak${i}" fi done } | "$PWQCHECK_BIN" --multi -1 echo "Large batch test completed!" passwdqc-2.1.0/tests/test-pwqcheck-similarity.sh000070000000000000000000000056341515134124000217760ustar00rootroot00000000000000#!/bin/bash # # Copyright (c) 2025 by Zaiba Sanglikar. See LICENSE. # # set -o pipefail PWQCHECK_BIN="$(dirname "$0")/../pwqcheck" if [ -t 1 ]; then # Colors for better visibility GREEN='\033[0;32m' RED='\033[0;31m' NC='\033[0m' else GREEN='' RED='' NC='' fi # Function to run pwqcheck with two passwords test_passwords() { local new_pass="$1" local old_pass="$2" local expected_result="$3" local test_name="$4" printf "%-40s" "$test_name" # Run pwqcheck with both passwords and similar=deny option result=$(printf "%s\n%s" "$new_pass" "$old_pass" | "$PWQCHECK_BIN" -2 similar=deny 2>&1) exit_code=$? # Check if the result matches expected if [ $exit_code -eq "$expected_result" ]; then echo -e "${GREEN}PASS${NC}" else echo -e "${RED}FAIL${NC}" echo " Expected exit code: $expected_result, Got: $exit_code" echo " Output: $result" exit 1 fi } # Function to test when similar passwords are permitted test_passwords_permit() { local new_pass="$1" local old_pass="$2" local expected_result="$3" local test_name="$4" printf "%-40s" "$test_name" # Run pwqcheck with both passwords and similar=permit option result=$(printf "%s\n%s" "$new_pass" "$old_pass" | "$PWQCHECK_BIN" -2 similar=permit 2>&1) exit_code=$? # Check if the result matches expected if [ $exit_code -eq "$expected_result" ]; then echo -e "${GREEN}PASS${NC}" else echo -e "${RED}FAIL${NC}" echo " Expected exit code: $expected_result, Got: $exit_code" echo " Output: $result" exit 1 fi } # Main testing section echo "Running pwqcheck similarity tests with similar=deny..." # Test 1: Identical passwords (should fail with deny) test_passwords "ComplexIdentical3!" "ComplexIdentical3!" 1 \ "Identical passwords rejected" # Test 2: Case variation (should fail with deny) test_passwords "ComplexIdentical3!" "complexidentical3!" 1 \ "Case variations rejected" # Test 3: Number substitution (should fail with deny) test_passwords "ComplexIdentical3!" "C0mpl3xId3ntic4l3" 1 \ "Common number substitutions rejected" # Test 4: Different passwords (should pass even with deny) test_passwords "TotallyDifferent456@" "OriginalWas123!" 0 \ "Different passwords accepted" echo echo "Running pwqcheck similarity tests with similar=permit..." # Test 5: Identical passwords (should fail even with permit) test_passwords_permit "ComplexIdentical3!" "ComplexIdentical3!" 1 \ "Identical passwords accepted" # Test 6: Case variation (should pass with permit) test_passwords_permit "ComplexIdentical3!" "complexidentical3!" 0 \ "Case variations accepted" # Test 7: Number substitution (should pass with permit) test_passwords_permit "ComplexIdentical3!" "C0mpl3xId3ntic4l3" 0 \ "Common number substitutions accepted" # Test 8: Different passwords (should pass with permit) test_passwords_permit "TotallyDifferent456@" "OriginalWas123!" 0 \ "Different passwords accepted" echo -e "\npwqcheck similarity tests completed\n" passwdqc-2.1.0/tests/test-pwqfilter-mode.sh000070000000000000000000000116701515134124000207410ustar00rootroot00000000000000#!/bin/bash # # Copyright (c) 2025 by Zaiba Sanglikar. See LICENSE. # # This script tests the password filter utility pwqfilter for # mode options lookup, insert, status, create, test-fp-rate set -o pipefail PWQFILTER_BIN="$(dirname "$0")/../pwqfilter" if [ -t 1 ]; then # Colors for better visibility GREEN="$(printf "\033[0;32m")" RED="$(printf "\033[0;31m")" NC="$(printf "\033[0m")" else GREEN='' RED='' NC='' fi # Test function for pwqfilter operations test_pwqfilter_operation() { params="$1" expected="$2" description="$3" input="$4" printf "%-40s" "$description" if [ -z "$input" ]; then result=$($PWQFILTER_BIN $params 2>&1) else result=$(echo -e "$input" | $PWQFILTER_BIN $params 2>&1) fi exit_code=$? if [ "$expected" = "pass" -a "$exit_code" -eq 0 ] || \ [ "$expected" = "fail" -a "$exit_code" -ne 0 ]; then printf "%sPASS%s\n" "$GREEN" "$NC" # printf " Result: %s\n\n" "$result" return 0 else printf "%sFAIL%s\n" "$RED" "$NC" printf " Parameters: %s\n" "${params:-'(none)'}" printf " Input: %s\n" "${input:-'(none)'}" printf " Expected: %s\n" "$expected" printf " Got exit code: %d\n" "$exit_code" printf " Output: %s\n\n" "$result" exit 1 fi } # Function to test lookup functionality test_lookup() { filter_file="$1" input="$2" expected_result="$3" description="$4" printf "%-40s" "$description" # Perform lookup result=$(echo "$input" | $PWQFILTER_BIN --filter="$filter_file" --lookup 2>&1) exit_code=$? # For "found" we expect exit code 0 and output matching input # For "not found" we expect no output (or empty string) if [ "$expected_result" = "pass" ] && [ "$exit_code" -eq 0 ] && [ "$result" = "$input" ]; then printf "%sPASS%s\n" "$GREEN" "$NC" # printf " Input '%s' was found in filter as expected\n\n" "$input" # printf " Result: %s\n\n" "$result" return 0 elif [ "$expected_result" = "fail" ] && [ -z "$result" ]; then printf "%sPASS%s\n" "$GREEN" "$NC" # printf " Input '%s' was not found in filter as expected\n\n" "$input" # printf " Result: %s\n\n" "$result" return 0 else printf "%sFAIL%s\n" "$RED" "$NC" printf " Filter file: %s\n" "$filter_file" printf " Input: %s\n" "$input" printf " Expected: %s\n" "$expected_result" printf " Got: %s\n" "$result" printf " Exit code: %d\n\n" "$exit_code" exit 1 fi } # Create temporary directory tmp_dir=$(mktemp -d) || exit trap 'rm -rf "${tmp_dir}"' EXIT # Create password lists for testing cat > "${tmp_dir}/passwords.txt" << EOF password123 qwerty letmein admin123 welcome 12345678 EOF printf "Running pwqfilter Tests...\n" # Test Suite 1: Basic Mode Options printf "\nTesting Basic Mode Options:\n" # Test --create mode test_pwqfilter_operation "--create=10 --output=${tmp_dir}/basic.filter" "pass" "Create filter with --create" "$(cat ${tmp_dir}/passwords.txt)" # Test --status mode test_pwqfilter_operation "--status --filter=${tmp_dir}/basic.filter" "pass" "Check filter status with --status" # Test --lookup mode (default) test_pwqfilter_operation "--filter=${tmp_dir}/basic.filter" "pass" "Look up passwords with implied --lookup" "password123" # Test nonexistent passwords test_pwqfilter_operation "--filter=${tmp_dir}/basic.filter" "fail" "Look up nonexistent passwords" "nonexistent123" # Test --insert mode test_pwqfilter_operation "--insert --filter=${tmp_dir}/basic.filter --output=${tmp_dir}/updated.filter" "pass" "Insert entries with --insert" "newpassword123" # Test --test-fp-rate mode #test_pwqfilter_operation "--test-fp-rate --filter=${tmp_dir}/updated.filter" "pass" "Test false positive rate with --test-fp-rate" # Test Suite 2: Specific Lookup Tests printf "\nTesting Specific Lookup Functionality:\n" # Create a filter with known passwords echo -e "\ntestpassword\nsecret123\nadmin123\nsolid" > "${tmp_dir}/known_passwords.txt" test_pwqfilter_operation "--create=10 --output=${tmp_dir}/lookup_test.filter" "pass" "Create filter for lookup testing" "$(cat ${tmp_dir}/known_passwords.txt)" # Test lookup for passwords in the filter test_lookup "${tmp_dir}/lookup_test.filter" "testpassword" "pass" "Password in filter found" test_lookup "${tmp_dir}/lookup_test.filter" "admin123" "pass" "Password in filter found" test_lookup "${tmp_dir}/lookup_test.filter" "solid" "pass" "Password in filter found" # Test lookup for passwords not in the filter test_lookup "${tmp_dir}/lookup_test.filter" "unknown123" "fail" "Password not in filter not found" test_lookup "${tmp_dir}/lookup_test.filter" "differentpassword" "fail" "Password not in filter not found" # Test Suite 3: Combined Operations printf "\nTesting Combined Operations:\n" # Test create + test-fp-rate #test_pwqfilter_operation "--create=30 --output=${tmp_dir}/combined.filter --test-fp-rate" "pass" "Create filter and test FP rate in one command" "$(cat ${tmp_dir}/passwords.txt)" # Test invalid combinations test_pwqfilter_operation "--create=10 --insert" "fail" "Invalid combination: create + insert" "test" echo -e "\npwqfilter mode options tests completed\n" passwdqc-2.1.0/tests/test-pwqgen.sh000070000000000000000000000135471515134124000173100ustar00rootroot00000000000000#!/bin/bash # # Copyright (c) 2025 by Zaiba Sanglikar. See LICENSE. # This script tests pwqgen for basic password generation, uniqueness, error # handling, password entropy, and config file parsing. set -o pipefail PWQGEN_BIN="$(dirname "$0")/../pwqgen" if [ -t 1 ]; then # Colors for better visibility GREEN="$(printf "\033[0;32m")" RED="$(printf "\033[0;31m")" NC="$(printf "\033[0m")" else GREEN='' RED='' NC='' fi # Test function for password generation test_password_generation() { params="$1" expected="$2" description="$3" printf "%-40s" "$description" if [ -z "$params" ]; then result=$("$PWQGEN_BIN" 2>&1) else result=$("$PWQGEN_BIN" $params 2>&1) fi exit_code=$? if [ "$expected" = "pass" -a "$exit_code" -eq 0 ] || \ [ "$expected" = "fail" -a "$exit_code" -ne 0 ]; then printf "%sPASS%s\n" "$GREEN" "$NC" # printf " Parameters: %s\n" "${params:-'(none)'}" # printf " Result: %s\n\n" "$result" return 0 else printf "%sFAIL%s\n" "$RED" "$NC" printf " Parameters: %s\n" "${params:-'(none)'}" printf " Expected: %s\n" "$expected" printf " Got exit code: %d\n" "$exit_code" printf " Output: %s\n\n" "$result" exit 1 fi } # Test function for password uniqueness test_password_uniqueness() { params="$1" description="$2" printf "%-40s" "$description" pass1=$("$PWQGEN_BIN" $params 2>&1) exit_code1=$? pass2=$("$PWQGEN_BIN" $params 2>&1) exit_code2=$? if [ $exit_code1 -eq 0 ] && [ $exit_code2 -eq 0 ] && [ "$pass1" != "$pass2" ]; then printf "%sPASS%s\n" "$GREEN" "$NC" # printf " Parameters: %s\n" "${params:-'(none)'}" # printf " Password 1: %s\n" "$pass1" # printf " Password 2: %s\n\n" "$pass2" return 0 else printf "%sFAIL%s\n" "$RED" "$NC" printf " Parameters: %s\n" "${params:-'(none)'}" printf " Passwords are identical or generation failed\n" printf " Password 1: %s\n" "$pass1" printf " Password 2: %s\n\n" "$pass2" exit 1 fi } # Function to test passphrase uniqueness for multiple iterations test_uniqueness() { iterations=1000 uniques=$(for i in `seq 1 $iterations`; do $PWQGEN_BIN done | sort -u | wc -l) if [ $iterations -eq "$uniques" ]; then return 0 else return 1 fi } # Function to test if password contains different character classes test_password_entropy() { params="$1" description="$2" printf "%-40s" "$description" password=$("$PWQGEN_BIN" $params 2>&1) exit_code=$? # Check if the password has different character classes has_lower=$(printf "%s" "$password" | grep -q '[a-z]'; echo $?) has_upper=$(printf "%s" "$password" | grep -q '[A-Z]'; echo $?) has_digit=$(printf "%s" "$password" | grep -q '[0-9]'; echo $?) has_special=$(printf "%s" "$password" | grep -q '[^a-zA-Z0-9]'; echo $?) if [ "$has_lower" -eq 0 ] && [ "$has_upper" -eq 0 ] && \ [ "$has_digit" -eq 0 ] && [ "$has_special" -eq 0 ]; then printf "%sPASS%s\n" "$GREEN" "$NC" # printf " Parameters: %s\n" "${params:-'(none)'}" # printf " Password: %s\n\n" "$password" return 0 else printf "%sFAIL%s\n" "$RED" "$NC" printf " Parameters: %s\n" "${params:-'(none)'}" printf " Password doesn't contain all required character classes\n" printf " Password: %s\n" "$password" return 1 fi } printf "Running Basic Password Generation Tests...\n" # Test Suite 1: Basic Generation printf "\nTesting Basic Password Generation:\n" test_password_generation "" "pass" "Default password generation" test_password_generation "random=64" "pass" "64-bit random password" test_password_generation "random=128" "pass" "128-bit random password" # Test Suite 2: Password Uniqueness printf "\nTesting Password Uniqueness:\n" test_password_uniqueness "" "Default password uniqueness" test_password_uniqueness "random=64" "64-bit random password uniqueness" test_password_uniqueness "random=128" "128-bit random password uniqueness" # Test Suite 3: Invalid Parameters printf "\nTesting Invalid Parameters:\n" test_password_generation "random=-1" "fail" "Negative random bits" test_password_generation "random=0" "fail" "Zero random bits" test_password_generation "random=999999" "fail" "Excessive random bits" test_password_generation "random=invalid" "fail" "Invalid random value" test_password_generation "random=abc" "fail" "Non-numeric random bits" test_password_generation "random=" "fail" "Empty random value" test_password_generation "random=1.5" "fail" "Decimal random bits" # Test Suite 4: Multiple Parameters printf "\nTesting Multiple Parameters:\n" test_password_generation "random=64 max=40" "pass" "Multiple valid parameters" test_password_generation "random=64 invalid=parameter" "fail" "Valid and invalid parameters" # Test Suite 5: Password uniqueness over multiple iterations printf "\n%-40s" "Password uniqueness" if test_uniqueness; then printf "%sPASS%s\n" "$GREEN" "$NC" else printf "%sFAIL%s\n" "$RED" "$NC" printf "Too many duplicate passphrases generated\n" exit 1 fi # Test Suite 6: Test configuration files printf "\nTesting config files:\n" tmp_dir=$(mktemp -d) || exit trap 'rm -rf "${tmp_dir}"' EXIT # Valid config file cat > "${tmp_dir}/valid.conf" << EOF min=disabled,24,11,8,8 max=72 passphrase=3 match=4 similar=deny random=47 enforce=everyone retry=3 EOF # Invalid config file cat > "${tmp_dir}/invalid.conf" << EOF min=invalid max=abc passphrase=0000 match=ccc similar=1 random=0 EOF #Empty config file cat > "${tmp_dir}/empty.conf" << EOF EOF test_password_generation "config=${tmp_dir}/valid.conf" "pass" "Valid configuration file" test_password_generation "config=${tmp_dir}/invalid.conf" "fail" "Invalid configuration file" test_password_generation "config=${tmp_dir}/empty.conf" "pass" "Empty configuration file" echo # Test Suite 7: Test password entropy pass=0 for n in `seq 0 4`; do if [ $n -gt 0 ]; then echo "That's OK, retrying" fi if test_password_entropy "random=128" "Contains various character classes"; then pass=1 break fi done test $pass -eq 1 || exit 1 echo -e "\npwqgen tests completed\n" passwdqc-2.1.0/wordlist.c000060000000000000000000016036741515134124000153550ustar00rootroot00000000000000/* Generated with wordlist.sh */ #include "wordlist.h" const char * const _passwdqc_wordlist = "!!qaz22wsx" "\2""1qaz@2wsx" "\2@#$%^&*()" "\2q2w#e4r" "\3@w#e1q2w3e" "\7""4r5t6y" "\3az1qaz" "\5""2wsx#edc4rfv" "\5@wsx3edc4rfv" "\3w@1qw2" "\1#1angel" "\3babygirl" "\5ller" "\4itch" "\3cubsfan" "\5tie" "\3daddy" "\3hottie" "\3jonasfan" "\3lover" "\3mommy" "\3player" "\4rincess" "\3stunna" "\2v8y%tfz" "\1$money$" "\1&hearts:" "\1(password)" "\1**********" "\2""123456" "\2mz?9%^js" "\1-pl,0okm" "\1.........." "\2adgjmptw" "\1/.,mnbvcxz" "\1""0.00000000" "\3""123456789" "\2""0000000000000000000" "\13""1" "\12""1" "\119" "\11a" "\10""7" "\108" "\7""123" "\7""7" "\79" "\7aa" "\7d" "\7j" "\7k" "\7l" "\7m" "\7o" "\7p" "\7q" "\7r" "\7s" "\7z" "\6""11111" "\5""1234" "\5""7777" "\59999" "\5aaaa" "\5oooo" "\4""10001" "\5""11222" "\4""70007" "\4999888" "\3""1001001" "\6""2003" "\4""10011" "\5""223344" "\5""4477" "\4""23456789" "\3""225588" "\3""7007007" "\68009" "\4""70077" "\4bond" "\4james" "\3990099" "\2""101010101" "\7a" "\5""1950" "\10""7" "\108" "\109" "\7""60" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""70" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""2000" "\10""1" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""2" "\4""203010203" "\10""40506070809" "\7""123" "\7a" "\5""1970" "\10""1" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""2000" "\7""10" "\4""30103" "\5""1971" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\4""40104" "\5""1970" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\4""50105" "\5""1970" "\10""1" "\10""2" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""61972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""71973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\480108" "\5""1973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2008" "\491973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""1" "\10""5" "\10""6" "\10""7" "\108" "\109" "\3""100110" "\5""1974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""11977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""20112" "\5""1972" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""3581321" "\3""200120" "\5""12012" "\4""301230123" "\5""123" "\5""3210" "\5""4560" "\10""78910" "\13a" "\10a" "\7a" "\5""654789" "\698745" "\4""4578" "\4""50125" "\3""470147" "\6""2580369" "\5""258369" "\5""7410" "\58520" "\10""369" "\696325" "\3""59753" "\392837465" "\2""2011972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\109" "\4""21970" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""2" "\109" "\4""30203" "\5""1970" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""40204" "\6""608" "\5""1971" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""50205" "\5""1970" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""61970" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""71971" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2004" "\480208" "\5""1970" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2008" "\491972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\3""100210" "\5""1972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""10211" "\5""1977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\4""20212" "\5""1975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""30213" "\3""46810" "\7""3579" "\3""580258" "\5""520" "\58520" "\5963" "\2""3011974" "\10""6" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""21975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""30303" "\5""1970" "\10""1" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2003" "\5""456" "\4""41975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""51972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""61975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""71976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\481975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\5""2006" "\491976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""100310" "\5""1976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""10311" "\5""1976" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""20312" "\5""1975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\2""4011978" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""21976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\4""31965" "\7""75" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""40404" "\5""1970" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\4""50405" "\5""1973" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""61975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""71975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\481974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2007" "\491976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""101977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""11978" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""20412" "\5""1975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\3""200420" "\2""5011977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\4""21976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""31975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""41974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""50505" "\5""1970" "\10""1" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""5" "\4""61973" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""71974" "\10""5" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\481976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\491976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""101977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""11977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""20512" "\5""1975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\3""200520" "\3""64335" "\3mustang" "\2""6011976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""21978" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""31977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""41974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""51975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""60606" "\5""1974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2006" "\4""71975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\481975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\491974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""101976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""11978" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\4""20612" "\5""1975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\2""7011978" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""21970" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\109" "\4""31975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""41977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""51975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""61976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""70707" "\5""1972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""7" "\481972" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\491976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\3""101962" "\7""77" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""10711" "\5""1978" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\108" "\4""21976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""210721" "\3""775000" "\3831505" "\4""60786" "\3931505" "\28011977" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""21975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""31973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2008" "\4""41976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""51975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""61976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""449" "\4""71975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\480808" "\5""1972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\108" "\490809" "\5""1975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""101976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""11973" "\10""7" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""20812" "\5""1975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""50815" "\5""4711" "\3""522580" "\290078601" "\4""11978" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""21976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""31976" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""41975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""51945" "\7""73" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\4""61975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""71977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\480908" "\5""1976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\49090909" "\5""1973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""2000" "\10""6" "\109" "\3""101978" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""10911" "\5""1978" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\4""20912" "\5""1976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\5""3456789" "\48273645" "\38098098" "\4""70987" "\5""1234" "\5""612345" "\6""543211234567890" "\13a" "\13q" "\7a" "\7q" "\5""7890" "\5poiu" "\3900990" "\2blivion" "\2ew,jwfh" "\2m9n8b7v6c5x4z" "\2o0o0o0o" "\3km(ijn" "\5)okm" "\5""0okm" "\59ijn" "\5nji9" "\2password" "\1""1000%guapo" "\5""0001" "\7""1" "\5""1000" "\5""2000" "\4""100100" "\5""1001" "\6972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\10""2" "\4""200300" "\5""1002" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2001" "\4""31003" "\6967" "\7""72" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\4""41004" "\6972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""51005" "\6972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2000" "\4""61006" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""71007" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\481008" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\491009" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4dollars" "\4grand" "\4million" "\4percent" "\5roof" "\4senha" "\4years" "\3""10101010" "\7a" "\6""10" "\6968" "\7""70" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""1" "\10""2" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\7""20" "\6""20" "\591m" "\4""11011" "\6""11" "\6""213" "\6970" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\10""7" "\4""21012" "\6970" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""31013" "\4""41014" "\4""51015" "\4""61016" "\4""71017" "\481018" "\491019" "\3""20300" "\7""102030" "\10""23" "\7""405060708090" "\7aa" "\7q" "\6""15" "\4""102102" "\5""1021" "\4""21022" "\4""31023" "\4""41024" "\4""51025" "\4""61026" "\4""71027" "\481028" "\491029" "\5""384756a" "\3""301030" "\4""11031" "\3""401040" "\3""501050" "\4""21052" "\3""661066" "\3""711071" "\3801080" "\3fingers" "\3inches" "\3million" "\3point" "\3qpalzm" "\3years" "\2""1001001" "\7""1" "\6""100" "\5""2299" "\4""110110" "\6""101" "\69120" "\7""75" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2001" "\7""119" "\10""30" "\4""21102" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\4""31103" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4""41104" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4""51105" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2000" "\4""61106" "\6970" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""71107" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\481108" "\6971" "\10""2" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2007" "\491109" "\6973" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\10""1" "\3""101110" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""1100000" "\6""10" "\7""11111111111111" "\12a" "\12q" "\11q" "\10""2" "\108" "\7""222222" "\7""7" "\7aa" "\7b" "\7c" "\7d" "\7e" "\7f" "\7g" "\7j" "\7k" "\7l" "\7m" "\7n" "\7p" "\7qq" "\7r" "\7s" "\7t" "\7v" "\7w" "\7z" "\6970" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\6aaaaa" "\5""2000" "\10""2" "\10""5" "\10""7" "\7""11" "\6""2223333" "\5""3333" "\5""4444" "\5""5555" "\58888" "\59999" "\4""21112" "\6""31415" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""22111" "\7""333444555" "\12a" "\7a" "\7q" "\5""345" "\4""31113" "\5""33555" "\4""41114" "\5""44777" "\4""555999" "\4a111" "\4qqqaaa" "\3""201120" "\4""11121" "\6""2112" "\4""21122" "\7""33" "\5""3300" "\7""112233" "\10""23" "\7""332211" "\7""43" "\10""4556677889900" "\11a" "\11v" "\10""5" "\7""55" "\7""66" "\7aa" "\7d" "\7m" "\7qq" "\7s" "\7w" "\7z" "\6""456" "\5""4455" "\5qqww" "\4""31123" "\5""58132134" "\4""41124" "\4""51125" "\4""61126" "\4""71127" "\481128" "\491129" "\3""301130" "\4""21132" "\4""31133" "\5""2244" "\5""557799" "\5""7799" "\4""41134" "\5""56789" "\3""441144" "\4""71147" "\3""501150" "\4""51155" "\3""771177" "\494591" "\3881188" "\3921192" "\5""2960" "\491199" "\3aa22bb" "\3bravo" "\3eleven" "\3q22w33e44r" "\4az!!qaz" "\4q11qq" "\5""22ww33ee" "\5aazz" "\4werty" "\2""2001200" "\4""11201" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\5""2000" "\10""1" "\7""120" "\4""21202" "\6970" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""31203" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""41204" "\6961" "\7""71" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\4""51205" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\4""61206" "\6972" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""71207" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2008" "\481208" "\6970" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""6" "\491209" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\3""101210" "\6961" "\7""72" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""1" "\4""11211" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""21121" "\4""212121212" "\11a" "\7""34" "\10a" "\7aa" "\7d" "\7m" "\7q" "\7s" "\7w" "\7z" "\6""313" "\6968" "\7""70" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""2000" "\10""2" "\10""7" "\108" "\109" "\7""12" "\6""121" "\5""312121" "\6""434" "\7""56" "\5qwqw" "\4""31213" "\6""41516171819" "\7a" "\5""456" "\4""41214" "\4""51215" "\5""225" "\4""61216" "\4""71217" "\481218" "\491219" "\3""201220" "\4""11221" "\5""3443" "\4""21222" "\4""31223" "\5""33444455555" "\4""41224" "\5""3648" "\4""51225" "\4""61226" "\4""71227" "\481228" "\491229" "\3""3!@#asdasd" "\7qweqwe" "\4-123" "\5""456" "\4...abc" "\5""123" "\5""456" "\5abc" "\4""00000" "\6""123" "\6""321" "\5""12301230" "\5""321" "\5""45607890" "\5""56789" "\598a" "\4""11231" "\5""23." "\7""00" "\7""11" "\10""230" "\12""123123" "\12""4" "\12a" "\12z" "\7""2" "\7""321321" "\7""44" "\10""56456" "\7""5" "\7aaa" "\10bc" "\10sd" "\7b" "\7c" "\7d" "\7e" "\7f" "\7g" "\7j" "\7k" "\7l" "\7m" "\7n" "\7p" "\7qaz" "\10weqwe" "\7r" "\7s" "\7t" "\7v" "\7w" "\7x" "\7zxc" "\5""313" "\4""212321" "\5""323" "\6""4345" "\5""580" "\7""789" "\4""31233" "\5""21000" "\7""11" "\10""23321" "\12""4567" "\12q" "\7""2" "\7""456654" "\7""5" "\7aaa" "\10bc" "\10s" "\7b" "\7f" "\7g" "\7i" "\7k" "\7l" "\7m" "\7n" "\7qaz" "\10w" "\7r" "\7s" "\7v" "\7w" "\7z" "\5""321" "\5""456" "\4""4 5678" "\5-abcd" "\6qwer" "\5.abcd" "\5""0000" "\6987" "\5""12341234" "\11""5" "\11a" "\11q" "\5""2234" "\5""321a" "\10q" "\5""43211" "\11a" "\11q" "\6""56" "\5""500" "\79876" "\6""11" "\7""234512345" "\6""4321a" "\12q" "\7""5" "\7""6" "\6""54321" "\7""55" "\7""6" "\6""6!" "\7**" "\7+" "\7-" "\7.." "\10a" "\7""000" "\10""1" "\10a" "\7""10" "\10""1" "\10""23456" "\7""286" "\7""321" "\7""54321" "\10""6" "\7""654321" "\10""6" "\10""7" "\7""7!" "\10""0" "\10""1234567" "\10""2" "\10""654321" "\11""7" "\10""7654321" "\11""7" "\108!" "\11""09" "\11""12345678" "\11""2" "\11""7654321" "\1187654321" "\129" "\119!" "\12*" "\12+" "\12-" "\12.." "\12""0-=" "\13." "\13""00" "\14987654321" "\13""10" "\14""234567890" "\13""2" "\13987654321" "\13abc" "\14s" "\13b" "\13c" "\13f" "\13g" "\13k" "\13l" "\13m" "\13n" "\13o" "\13p" "\13qwertyuiop" "\13r" "\13s" "\13t" "\13v" "\13z" "\12""1011121" "\14a" "\13""1" "\13""23456789" "\12""2" "\12""3" "\12""456" "\12""5" "\12""63" "\12""777" "\1389" "\12852" "\13""7654321" "\12963" "\1387654321" "\139" "\12@" "\12_" "\12aa" "\13bcd" "\13sdf" "\13z" "\12b" "\12c" "\12d" "\12e" "\12f" "\12g" "\12h" "\12i" "\12j" "\12k" "\12lol" "\14ve" "\12ma" "\13m" "\12n" "\12ok" "\12pp" "\12qaz" "\13q" "\13wertyuiop" "\12r" "\12sa" "\13s" "\12t" "\12u" "\12v" "\12www" "\12x" "\12y" "\12za" "\13xcvbnm" "\13z" "\11aa" "\12bc" "\12s" "\11bj" "\11c" "\11d" "\11e" "\11f" "\11g" "\11h" "\11i" "\11j" "\11k" "\11l" "\11m" "\11n" "\11o" "\11p" "\11qwertyui" "\11r" "\11s" "\11t" "\11u" "\11v" "\11w" "\11x" "\11y" "\11z" "\1090" "\118" "\10@" "\10aa" "\11bc" "\11sd" "\10b" "\10c" "\10d" "\10e" "\10f" "\10g" "\10h" "\10i" "\10j" "\10k" "\10l" "\10m" "\10n" "\10o" "\10p" "\10qaz" "\11wertyu" "\10r" "\10s" "\10t" "\10u" "\10v" "\10w" "\10x" "\10y" "\10z" "\7852" "\10""79" "\108" "\109" "\790" "\10""63" "\1087" "\109" "\7@yahoo.com" "\7_" "\7a1" "\10aa" "\10bcdef" "\10d" "\10lex" "\11i" "\10m" "\10q" "\10sdfgh" "\11s" "\10z" "\7bb" "\7cc" "\7da" "\10d" "\10j" "\10m" "\7er" "\7ff" "\7gg" "\10h" "\10o" "\7hh" "\10i" "\7i" "\7jj" "\10k" "\10r" "\7kk" "\10l" "\7ll" "\10ol" "\11ve" "\7max" "\10e" "\10m" "\10n" "\7nn" "\7ok" "\10p" "\7pa" "\10o" "\10p" "\7qaz" "\10qq" "\10werty" "\7rm" "\10r" "\10t" "\7sa" "\10d" "\10ss" "\7tt" "\10y" "\7u" "\7v" "\7we" "\10ww" "\7xxx" "\7ya" "\10trewq" "\10u" "\10y" "\7za" "\10xcvbn" "\10zz" "\6""76" "\7890" "\689" "\698765" "\6_qwert" "\6aaa" "\7bcde" "\7lex" "\7sdfg" "\7z" "\6lol" "\10ve" "\6mama" "\6ok" "\6qazwsx" "\7qq" "\7wertasdfg" "\13y" "\6rewq" "\7r" "\7t" "\6sex" "\7ix" "\7s" "\6ta" "\7gb" "\7rewq" "\7t" "\7y" "\6xxx" "\6zxcvb" "\7zz" "\5""6789" "\5""7890" "\58765" "\598765" "\5_abcd" "\5aaaa" "\6bcd!@#$" "\6lex" "\6nna" "\6sdf" "\5ewq" "\5five" "\5lol" "\7ve" "\5o8o" "\5pass" "\5qaz" "\6weasz" "\10r1234" "\11asdfzxcv" "\11ty" "\5rewq" "\6fv" "\5wert" "\5zxcv" "\4""51235" "\5""6789" "\790" "\689" "\5""78951" "\4""61236" "\5""540" "\7""123654" "\7""7890" "\12""1" "\12a" "\12q" "\78" "\7987" "\7a" "\7m" "\7z" "\5951" "\68547" "\7""741" "\11""50" "\12""6" "\12a" "\4""7890" "\7""123" "\7""4560" "\12a" "\7""5" "\7""654" "\7852" "\7a" "\7f" "\7q" "\481238" "\491239" "\587456" "\7""5" "\7""654" "\7a" "\4@123" "\5abc" "\4_123" "\5""456" "\5abc" "\4a123a" "\5""321" "\5""456a" "\10b" "\5a123" "\6a123" "\5bc!" "\7." "\7""123abc" "\7""321" "\7""456" "\7de" "\5dmin" "\5lex" "\5ngel" "\5pple" "\5s123" "\6d123asd" "\7fg" "\7zxc" "\5zerty" "\4baby" "\5itch" "\5lue" "\4chris" "\5ool" "\4david" "\4e123e" "\5""456" "\5wq123" "\7asdcxz" "\4four" "\5uckyou" "\4green" "\4haha" "\6llo" "\6ppy" "\5ello" "\4iloveme" "\11u" "\5ndia" "\5tsme" "\4jesus" "\4kids" "\6ller" "\6ng" "\4look@me" "\6ve123" "\4m123" "\5""456" "\5ama" "\5oney" "\7key" "\5udar" "\6sic" "\5yspace" "\4password" "\5imp" "\6nk" "\5oop" "\6rmi" "\4q123q" "\5""321" "\5""456" "\5az123" "\7wsxedc" "\5w123" "\6aszx" "\6e!@#qwe" "\7""123qwe" "\7""321" "\7""456asd" "\12rty" "\10r" "\7asdzxc123" "\7r123" "\10ty123" "\12uiop" "\7zxc" "\4rock" "\4s123" "\5""456s789s" "\5exy" "\5mile" "\5oleil" "\5pill" "\5tar" "\6ella" "\4test" "\4w123w" "\5ert" "\4x456x789x" "\4z321" "\5xc456" "\7vbnm" "\3""401240" "\4""21242" "\4""31243" "\5""5687" "\4""51245" "\5""6789" "\5""780" "\7""369" "\7963" "\7a" "\481248" "\6""632" "\3""501250" "\4""125125" "\4""21252" "\4""31253" "\4""41254" "\5""78963" "\4""51255" "\4""61256" "\481258" "\3""691269" "\3""781278" "\3901290" "\481298" "\3ab34cd" "\3fuckyou" "\3gauge" "\3hat93" "\3inches" "\3monkeys" "\3password" "\3q12q12q" "\4az2wsx" "\6wsx" "\4w12qw" "\5""23we" "\5""34as" "\7er56ty" "\5as!@qwas" "\7yx" "\7zx12" "\5erty" "\3roses" "\3stones" "\5ring" "\3three" "\3wq!@wq" "\5""12wq" "\5asxz" "\2""3001300" "\4""11301" "\6975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\4""21302" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""31303" "\6972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""41304" "\6975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""51305" "\6974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\4""61306" "\6975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""71307" "\6976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\481308" "\6976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\491309" "\6976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2008" "\3""101310" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2007" "\4""11311" "\6975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""21312" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""3131313" "\7a" "\7q" "\7s" "\5""666" "\4""41314" "\6""59" "\5""258" "\5""5200" "\4""51315" "\4""61316" "\4""71317" "\481318" "\3""201320" "\4""11321" "\4""21322" "\4""31323" "\5""456789" "\4""41324" "\5""354657687980" "\7a" "\5""56789" "\6""768" "\5""65798" "\5qewr" "\4""51325" "\4""61326" "\4""71327" "\481328" "\491329" "\3""311331" "\5""33133" "\4""21332" "\4""71337" "\5ness" "\3""401340" "\4""11341" "\4""21342" "\4""51345" "\4""61346" "\5""790" "\7""258" "\7""5" "\7825" "\10""520" "\7a" "\7q" "\4""71347" "\481348" "\491349" "\3""501350" "\4""11351" "\5""35135" "\4""21352" "\4""31353" "\4""41354" "\4""51355" "\4""61356" "\4""71357" "\5""2468" "\5""642" "\5""7531" "\59000" "\7""1" "\7""2468" "\78642" "\7a" "\7q" "\6""10" "\7""113" "\7""23" "\7""3579" "\6""24680" "\12""10" "\12a" "\6""7531" "\68642" "\697531" "\6qetuo" "\481358" "\491359" "\3""601360" "\4""11361" "\4""21362" "\4""31363" "\4""41364" "\4""51365" "\4""61366" "\5""613" "\4""71367" "\481368" "\491369" "\3""701370" "\4""11371" "\4""21372" "\4""31373" "\4""41374" "\4""51375" "\4""61376" "\4""71377" "\491379" "\3801380" "\481388" "\3901390" "\4""381512" "\4""41394" "\4""71397" "\3pass13" "\3qeadzc" "\4werty" "\3thirteen" "\2""4001400" "\4""11401" "\6974" "\10""6" "\10""7" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\4""21402" "\6972" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""1" "\10""4" "\10""6" "\10""7" "\108" "\109" "\4""31403" "\6972" "\10""4" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\4""41404" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""51405" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4""61406" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""71407" "\6973" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2007" "\481408" "\6974" "\10""5" "\10""6" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\491409" "\6975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\3""101410" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""6" "\4""11411" "\6975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""21412" "\6975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""31413" "\4""4141414" "\4""51415" "\4""61416" "\4""71417" "\481418" "\3""201420" "\4""11421" "\4""21422" "\4""31423" "\4""41424" "\4""51425" "\5""36789" "\7a" "\4""753869" "\481428" "\3""301430" "\4""143143" "\4""31433" "\4""445254" "\5""5678" "\4""5254" "\4""61436" "\4""71437" "\4baby" "\4iloveyo" "\4jesus" "\4love" "\3""411441" "\3""521452" "\5""36987" "\4""31453" "\4""61456" "\481458" "\3""691469" "\3""701470" "\4""147147" "\4""21472" "\5""580369" "\7""36900" "\12""123" "\12a" "\12q" "\7963" "\7a" "\4""369258" "\7""5" "\7852" "\4""5963" "\4""71477" "\481478" "\5""520" "\7""1" "\7""3690" "\12""1" "\12a" "\7963" "\7a" "\7q" "\59630" "\10""21" "\11""50" "\128" "\12a" "\10""5" "\10a" "\4963258" "\4a258s369d" "\3881488" "\3921492" "\3themoney" "\6road" "\2""5001500" "\4""11501" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""21502" "\6972" "\10""4" "\10""5" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""31503" "\6973" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\4""41504" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""51505" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2008" "\4""61506" "\6972" "\10""5" "\10""6" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""71971" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\481508" "\6969" "\7""73" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2008" "\491509" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2000" "\10""7" "\3""101510" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""11511" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""21512" "\6971" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2007" "\4""5151515" "\7a" "\4""61516" "\481518" "\3""201520" "\4""11521" "\4""31523" "\4""41524" "\4""51525" "\4""61526" "\3""301530" "\4""21532" "\4""51535" "\5""7595" "\3""421542" "\5""6378" "\3""511551" "\3""7157157" "\4""31573" "\3901590" "\5""753" "\4""159159" "\7a" "\7p" "\4""258357" "\5""63487" "\4""357000" "\7""123" "\10""59357" "\7""2468" "\1186" "\10""58456" "\108" "\7""456258" "\10""6" "\10862" "\7""5" "\7852" "\109" "\7a" "\7q" "\7r" "\7z" "\4""4826" "\6""7263" "\4""61596" "\5""321" "\7""478" "\6""5741" "\4""75300" "\7""123" "\10""59753" "\7""21" "\10""468" "\1186" "\10""58456" "\10""684" "\10846" "\7""456852" "\10""682" "\10862" "\7""55" "\7""654" "\109" "\78246" "\10""52456" "\7asd" "\7m" "\7s" "\7z" "\481598" "\5""74123" "\7""236" "\6""5321" "\10a" "\4951123" "\10""59951" "\7""23" "\7a" "\2""6011976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""21972" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""31973" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\109" "\4""41604" "\6973" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""51605" "\6975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""61606" "\6971" "\10""2" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""71975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\481608" "\6975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\491974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\3""101610" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""11975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""21612" "\6972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""61616" "\481618" "\3""231623" "\481628" "\3""641664" "\3""7669123" "\38168168" "\481688" "\497168" "\3candles" "\2""7011701" "\6977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2003" "\4""21972" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""31975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""41974" "\10""5" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""51705" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\4""61974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""71707" "\6976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2007" "\481945" "\7""75" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\491974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""101710" "\6972" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""11975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2007" "\4""21712" "\6975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""51715" "\4""7171717" "\481718" "\6920" "\3""2839456" "\3""711771" "\3931793" "\5""24865" "\28001800" "\4""11975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""21802" "\6962" "\7""74" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4""31974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""41976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""51805" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\4""61975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""71976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\481808" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2007" "\108" "\491976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""101810" "\6974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""11973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""21812" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\481818" "\491819" "\3""211821" "\4""73645" "\481828" "\4blink" "\3""37837" "\3""436572" "\3811881" "\6938" "\481888" "\3dummy" "\3street" "\3wheeler" "\29001560" "\7""70" "\6900" "\4""11901" "\7""75" "\10""6" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2000" "\4""21902" "\7""74" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""31903" "\7""73" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2003" "\5bjk" "\4""41904" "\7""74" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\4""51905" "\7""73" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""5" "\4""61976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""71907" "\7""75" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2007" "\108" "\5fener" "\481908" "\7""74" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\491909" "\7""74" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\109" "\5""2009" "\3""101910" "\7""74" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""11911" "\7""73" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""21912" "\7""75" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""41914" "\108" "\4""71917" "\481918" "\491919" "\3""201920" "\4""11921" "\5""6801" "\7""11" "\4""21922" "\4""31923" "\4""41924" "\4""51925" "\4""61926" "\4""71927" "\481928" "\5""37456" "\10""650" "\12""5" "\12a" "\491929" "\3""331933" "\4""61936" "\4""71937" "\5""28465" "\481938" "\491939" "\7""45" "\3""401940" "\4""11941" "\10""5" "\4""21942" "\4""31943" "\4""41944" "\4""51945" "\4""61946" "\4""71947" "\481948" "\491001" "\7""1" "\6949" "\3""501950" "\4""11951" "\4""21952" "\4""31953" "\4""41954" "\4""51955" "\5chevy" "\4""61956" "\4""71957" "\5chevy" "\481958" "\491959" "\3""601960" "\4""11961" "\4""21962" "\4""31963" "\4""41964" "\4""51965" "\4""61966" "\4""71967" "\794" "\5gto" "\481968" "\491969" "\5camaro" "\3""701970" "\4""11971" "\10""2" "\4""21972" "\4""31973" "\10""4" "\5""3791" "\5""46825" "\582465" "\4""41974" "\10""5" "\5""4791" "\4""51975" "\10""6" "\5""5791" "\4""61976" "\108" "\5""6791" "\4""71977" "\108" "\5""7791" "\481978" "\109" "\780" "\10""1" "\10""6" "\58791" "\491979" "\780" "\3800216" "\6""301" "\5""19801980" "\10""1" "\10""2" "\10""3" "\10""4" "\4""10301" "\5""1981" "\10""2" "\10""3" "\4""21001" "\7""10" "\10""2" "\7""20" "\108" "\6""108" "\7""1" "\7""22" "\6""212" "\108" "\69821982" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2891" "\5gonzo" "\4""31010" "\10""5" "\7""20" "\10""2" "\10""3" "\10""5" "\6""111" "\7""20" "\6""208" "\7""12" "\7""25" "\69831983" "\10""4" "\10""5" "\10""6" "\5""3891" "\4""40101" "\5""1001" "\10""2" "\10""7" "\7""10" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\6""111" "\7""20" "\10""1" "\10""3" "\10""4" "\10""5" "\6""210" "\10""2" "\7""21" "\10""4" "\10""5" "\10""6" "\7""3" "\69841984" "\10""5" "\10""6" "\10""7" "\5""4891" "\4""50101" "\7""19" "\5""1001" "\7""10" "\10""1" "\10""2" "\10""5" "\10""6" "\108" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\108" "\7""30" "\6""111" "\10""2" "\7""20" "\10""1" "\10""2" "\10""3" "\10""5" "\10""6" "\6""203" "\10""5" "\7""10" "\10""1" "\10""2" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\7""20" "\10""1" "\10""3" "\10""4" "\10""5" "\108" "\7""30" "\69851985" "\10""6" "\10""7" "\5""5891" "\4""60101" "\6""214" "\6""503" "\5""1001" "\10""2" "\7""10" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\6""103" "\10""5" "\10""6" "\7""10" "\10""1" "\10""2" "\10""5" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\6""206" "\7""10" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\109" "\7""20" "\10""1" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\7""3" "\69861986" "\10""7" "\108" "\5""2008" "\5""6891" "\4""70101" "\6""212" "\10""4" "\5""1001" "\7""10" "\10""1" "\10""2" "\10""5" "\10""6" "\7""20" "\10""1" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\6""111" "\7""20" "\10""2" "\6""210" "\10""2" "\10""5" "\7""25" "\7""3" "\69871987" "\108" "\109" "\5""2009" "\5""7891" "\480808" "\5""1010" "\10""3" "\6""212" "\7""3" "\69881988" "\109" "\790" "\5""2008" "\109" "\58891" "\491010" "\6""229" "\7""3" "\69891989" "\790" "\5""2008" "\109" "\59891" "\3900991" "\5""123" "\69901990" "\10""1" "\10""2" "\5""2008" "\4""11991" "\10""2" "\5""2008" "\109" "\4""219921992" "\10""3" "\10""4" "\5""2009" "\6991" "\4""319931993" "\10""4" "\5""2008" "\109" "\7""10" "\5""3991" "\4""41028" "\6""23" "\69941994" "\10""5" "\10""6" "\5""2008" "\109" "\7""10" "\5""4991" "\4""5123" "\69951995" "\10""6" "\10""7" "\5""2008" "\109" "\7""10" "\5""5991" "\4""60309" "\5""19961996" "\10""7" "\108" "\5""2009" "\5""6991" "\4""70807" "\5""19971997" "\108" "\5""7991" "\4819981998" "\5""2000" "\10""1" "\108" "\58991" "\4919991999" "\5""2000" "\2a.2b.3c." "\3""1a1a1a1a" "\3""23456" "\4b3c4d5e6f" "\4s3d4f5g6h7j8k9l0" "\3aliyah" "\3bcdefg" "\3dam12" "\4gjmptw" "\4rian" "\3labama" "\4exander" "\6is" "\4yssa" "\3manda" "\4erican" "\3ndrea" "\7w" "\4gela" "\7s" "\4imal" "\4thony" "\5onio" "\3pples" "\3rsenal" "\4tist" "\3sdfghjkl" "\4hley" "\4shole" "\3tlanta" "\3ustin" "\3zerty" "\2babyboy" "\6doll" "\6gurl" "\4dass" "\5bitch" "\6oy" "\5girl" "\4iley" "\4llin" "\4nana" "\5dit" "\4rbie" "\4seball" "\5ketbal" "\5tard" "\4tman" "\3eautiful" "\7y" "\4njamin" "\3igboy" "\5daddy" "\6ick" "\6og" "\5fish" "\5man" "\5pimp" "\4llion" "\4tches" "\3lessed" "\7ing" "\4ondie" "\3ooboo" "\5ger" "\5mer" "\4ston" "\4wwow" "\3randon" "\7y" "\4enda" "\4ianna" "\5ttany" "\4ooklyn" "\5ther" "\3ubbles" "\4dlight" "\4lldog" "\6et" "\6shit" "\4siness" "\5ter" "\4ttercup" "\10fly" "\6head" "\2californi" "\4maro" "\5eron" "\4rlos" "\5men" "\5olina" "\4sper" "\5sie" "\4tdog" "\3ecream" "\3hampion" "\5nce" "\6ge" "\5rles" "\7ie" "\4eater" "\5ese" "\5lsea" "\5rry" "\5ster" "\5yenne" "\4icago" "\6ken" "\5vas" "\4ocolate" "\5pper" "\4risbrow" "\7tian" "\11na" "\10mas" "\4urch" "\3ocacola" "\4ffee" "\4mpaq" "\6uter" "\4okies" "\5ldude" "\6guy" "\5per" "\4rvette" "\4untry" "\5rtney" "\4wboys" "\3racker" "\4icket" "\4ystal" "\3upcake" "\4tiepie" "\2d2d3d4d" "\3akota" "\4llas" "\4ncer" "\5ielle" "\4ughter" "\4y@atime" "\3df2556" "\3enise" "\4rful" "\4stiny" "\3iamond" "\4ckhead" "\4pset" "\4rection" "\3oggie" "\4llar" "\5phin" "\4nkey" "\5tknow" "\3ragon" "\4eamer" "\4pepper" "\4ummer" "\3umbass" "\2eagles" "\4stside" "\3dward" "\3lement" "\5phant" "\4izabeth" "\3minem" "\2family" "\4tass" "\5boy" "\5cat" "\5her" "\3ender" "\3ineday" "\4reman" "\4sh2fish" "\6ing" "\3lorida" "\5wers" "\4uffy" "\3ootball" "\4rall" "\5ever" "\5got" "\3rankie" "\4eedom" "\4iends" "\3ucker" "\6me" "\6off" "\6you" "\2g,2al,ja" "\3abriel" "\4ngsta" "\10er" "\4teway" "\3emini" "\4orge" "\4tmoney" "\3inger" "\3oddess" "\4lfer" "\4odgirl" "\5gle" "\3randma" "\6ny" "\4eenday" "\3uitar" "\2hahaha" "\4rley" "\4teyou" "\3eather" "\5ven" "\3iphop" "\3ockey" "\4llywood" "\4rses" "\4tbitch" "\6oy" "\5chick" "\5dog" "\5girl" "\5mail" "\7ma" "\6omma" "\5rod" "\4uston" "\3undred" "\5ter" "\4sband" "\5tler" "\2icecream" "\3loveme" "\7u" "\7you" "\3ndian" "\4love" "\4ternet" "\4uyasha" "\3sabella" "\2jackass" "\6ie" "\6son" "\4smine" "\5per" "\3ehovah" "\4nnifer" "\4remy" "\4ssica" "\7e" "\5us1" "\3ohnny" "\6son" "\4nathan" "\4rdan" "\4seph" "\5hua" "\3uggalo" "\4nior" "\4stice" "\7n" "\2killer" "\4mberly" "\4ngdom" "\4sses" "\4tten" "\6ycat" "\3night" "\2l0v3y0u" "\3adybug" "\4kers" "\4uren" "\3egend" "\4tmein" "\3ife1love" "\6""2live" "\4lmama" "\4verpool" "\3ondon" "\4ve1life" "\6""4ever" "\7life" "\7me" "\7u" "\6baby" "\7ug" "\6chris" "\6god" "\6her" "\7im" "\6jesus" "\6life" "\7ove" "\7y" "\6me" "\7om" "\7usic" "\6rboy" "\7s" "\6you" "\3uckydog" "\2m2n3b4v5c6x7z" "\3adison" "\4ggie" "\4laysia" "\4narmy" "\4rcus" "\5iah" "\6ne" "\5tin" "\5yjane" "\4ster" "\4tthew" "\4xwell" "\3elissa" "\4rcedes" "\4tallica" "\4xican" "\7o" "\3ichael" "\6elle" "\5key" "\4dnight" "\4guel" "\4ller" "\6ion" "\3onica" "\6que" "\5key1" "\5ster" "\5tana" "\4retime" "\5gan" "\4ther" "\4untain" "\3uffin" "\3ylove" "\4space1" "\2naruto" "\4talie" "\6sha" "\5han" "\5ion" "\3ewlife" "\5port" "\5york" "\3icholas" "\5ole" "\4gger" "\4rvana" "\3othing" "\3ternet" "\3umber" "\2ofakind" "\3liver" "\6ia" "\3ne2two" "\5love" "\3range" "\3utlaw" "\2p2o3i4u5y6t" "\3anther" "\4ssion" "\6word1" "\12""2" "\4tches" "\5rick" "\3eaches" "\5nut" "\4ewee" "\4nguin" "\4ople" "\4pper" "\4rson" "\3hoenix" "\3ickle" "\4mpin" "\4oneer" "\4tbull" "\3layboy" "\4ease" "\3okemon" "\4lice" "\4ohbear" "\5kie" "\4pcorn" "\4tato" "\5head" "\3recious" "\5tty" "\4omise" "\3umpkin" "\4rple" "\2q-2w-3e" "\3.2w.3e." "\3""0o2w9i3e8u" "\3""1q1q1q1q" "\3""23456" "\4a3z4w5s6x" "\4q3q4q5q6q" "\4w1q2w" "\5""3!q@w#" "\6e!q@w#e" "\7""123" "\10q2w3e" "\7""4r!" "\11""5t6y7u8i9o0p" "\14z" "\11q" "\11r4e3w2q1" "\7asd" "\5azsx" "\3""3e2w4r" "\5""5t7u9o" "\3@w3e$r" "\3a2ws3ed4rf5tg" "\4sw23ed" "\4y!qay" "\5""2wsx" "\5xsw2" "\4z!qaz" "\5""0okm" "\5""1qaz" "\5""2wsx3edc4rfv" "\5""3edc" "\5@wsx3edc$rfv" "\5_2wsx" "\5aq1" "\5qaz" "\5se4" "\5wsxedc" "\5xcvbnm" "\6dr5" "\6sw23edcvfr4" "\10@3edc" "\5zaq!" "\10""1" "\3sc2wdv3efb" "\3w21qw2" "\5""3er45t" "\4aszx" "\4e2asd3zxc" "\5asdzxc" "\5rty1" "\10""2" "\10""7" "\2rabbit" "\4chel" "\4iders" "\5nbow" "\4nger" "\4ymond" "\3ealnigga" "\4becca" "\4dhead" "\5neck" "\5rose" "\3ichard" "\3obert" "\4cker" "\6star" "\4oster" "\4sebud" "\3unner" "\2sabella" "\5rina" "\4mantha" "\5sung" "\5uel" "\4ndra" "\4vage" "\6nnah" "\5ior" "\4yang" "\3carface" "\4hool" "\4ooby" "\6ter" "\5rpio" "\3ebastian" "\4cret" "\4xybitch" "\7oy" "\6girl" "\6lady" "\6mama" "\10n" "\3hadow" "\5nnon" "\4elby" "\4ithead" "\4orty" "\5t1kill" "\3ilver" "\4nger" "\6le" "\4ster" "\3kater" "\3lipknot" "\3mitty" "\4okey" "\3nickers" "\4oopy" "\5wball" "\6man" "\3occer" "\4ftball" "\4ldier" "\4phie" "\4uthside" "\3parky" "\4encer" "\4iderman" "\5rit" "\4ongebob" "\3tarwars" "\4born" "\4class" "\4eelers" "\5phanie" "\5ven" "\4lady" "\4place" "\4rawberr" "\4unner" "\5pid" "\3uccess" "\4mmer" "\4nflower" "\5shine" "\4perman" "\7star" "\3weetie" "\7pea" "\7y" "\2tattoo" "\4ylor" "\3eacher" "\4ddybear" "\4nnis" "\3homas" "\4uglife" "\5nder" "\3iffany" "\4gers" "\5ger" "\4mothy" "\4nkerbel" "\3oomany" "\4yota" "\3ravis" "\4eehill" "\4inity" "\4ouble" "\4uelove" "\3urkey" "\5tle" "\3weety" "\4o3four" "\5three" "\2unicorn" "\5ted" "\4o2dos3tres" "\2vagina" "\4mpire" "\4nessa" "\3eronica" "\3ictoria" "\4ncent" "\4sion" "\2w2q3r4e" "\4w3w4w5w" "\3arrior" "\3elcome" "\4stside" "\3hatever" "\3illiams" "\7e" "\4nner" "\5ston" "\5ter" "\3ordpass" "\2x2x3x4x5x" "\2yamaha" "\4nkees" "\3ellow" "\2z2x3c4v5b6n7m" "\3achary" "\1""20000000" "\5""2000" "\10""1" "\4""11974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4""21967" "\7""72" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2002" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4""31973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""2003" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4""41974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4""51972" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4""61973" "\10""4" "\10""5" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2006" "\10""7" "\108" "\109" "\4""71974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2007" "\108" "\109" "\480808" "\5""1973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2008" "\109" "\7""10" "\491974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2008" "\109" "\7""10" "\3""101972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""7" "\7""102010" "\10""1" "\4""11974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2011" "\4""21207" "\6973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2012" "\4""32013" "\4""42014" "\4""52015" "\3""20202020" "\7a" "\4""12021" "\6""223" "\4""32023" "\4""52025" "\3""302030" "\3""406080" "\4""62046" "\4""71120" "\2""1002100" "\4""11974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2001" "\6""101" "\4""21975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2102" "\4""31976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""41975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\6""104" "\4""51974" "\10""5" "\10""6" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2003" "\6""105" "\4""61975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2008" "\6""106" "\4""71974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2007" "\6""107" "\481976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2108" "\491974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2007" "\6""109" "\3""101974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2110" "\4""11976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5965" "\4""21971" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\5""2001" "\10""7" "\7""12" "\6""112" "\5rush" "\4""32113" "\3""202120" "\4""1211" "\7a" "\7q" "\4""22122" "\6""324" "\6""4236" "\4""32123" "\5""456" "\4""42124" "\4""52125" "\48506" "\3""312131" "\4""24354" "\4""42134" "\4""546879" "\3""412141" "\4""22142" "\4""3658709" "\4""52145" "\4""72147" "\4dallas" "\2""2002200" "\4""11972" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2201" "\4""21971" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\10""2" "\6""202" "\4""31972" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2203" "\4""41970" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2204" "\4""51970" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2205" "\4""61973" "\10""4" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2206" "\4""71972" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\481974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2208" "\491975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2007" "\3""101972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2210" "\4""11972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2008" "\6""211" "\4""21972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2212" "\4""32213" "\4""42214" "\3""2222222222" "\7a" "\7q" "\5""4444" "\5""5555" "\4""555888" "\3""312231" "\4""22232" "\4""32233" "\4""42234" "\5""56789" "\4""62236" "\3""442244" "\5""567" "\5""668800" "\7a" "\3""552255" "\58800" "\3""772277" "\38228228" "\482288" "\2""3011976" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""21970" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2302" "\4""31974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2003" "\6""303" "\4""41974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2304" "\4""51975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2305" "\4""61974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2306" "\4""71975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2307" "\481974" "\10""5" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2308" "\491974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2006" "\6""309" "\3""101974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2310" "\4""11976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2311" "\4""21974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2312" "\4""32313" "\4""42314" "\4""52315" "\3""23231" "\7""2323" "\7a" "\7q" "\7r" "\4""42324" "\6""526" "\4""52325" "\4""62326" "\4""72327" "\3""322332" "\3""4234234" "\4""52345" "\3""562356" "\4""71113" "\3""652365" "\492369" "\3isback" "\3jordan" "\3skidoo" "\3we@#we" "\5sdxc" "\2""4011976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2401" "\4""21975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""31974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\4""41972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2004" "\6""404" "\4""51974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""61975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""71974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\481975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\491976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\3""101972" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2410" "\4""11975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\5""2000" "\10""7" "\6""411" "\4""21972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2412" "\4""32413" "\4""52415" "\3""242424" "\4""52425" "\4""62426" "\482428" "\3""422442" "\3""68013579" "\6""24680" "\5""101214" "\7a" "\6""23" "\5""2468" "\58642" "\492469" "\38163264" "\4""62486" "\3992499" "\3gordon" "\3hours" "\3seven" "\2""5002500" "\4""11974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2501" "\4""21974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""31975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2503" "\4""41973" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""2009" "\6""504" "\4""51971" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\10""5" "\6""505" "\4""61974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\109" "\5""2506" "\4""71975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\481975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2000" "\10""7" "\6""508" "\491975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2509" "\3""101972" "\10""5" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2000" "\108" "\6""510" "\4""11975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2511" "\4""21972" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2000" "\108" "\6""512" "\4""32513" "\4""42514" "\4""52515" "\4""62516" "\4""72517" "\482518" "\492519" "\3""202520" "\4""12521" "\4""22522" "\4""32523" "\4""42524" "\4""51325" "\5""252525" "\7a" "\5""7758" "\4""62526" "\6""728" "\4""72527" "\482528" "\492529" "\3""302530" "\4""12531" "\4""22532" "\4""32533" "\4""42534" "\4""52535" "\4""62536" "\492539" "\3""412541" "\5""435" "\4""52545" "\4""62546" "\3""522552" "\3""632563" "\492569" "\3800852" "\5""123" "\5""2580a" "\5""456" "\5852" "\4""147369" "\4""258258" "\4""369147" "\4""456a" "\4""7758" "\492589" "\5""63147" "\3962596" "\4""7758" "\3or6to4" "\3tolife" "\2""6011976" "\10""7" "\108" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2601" "\4""21971" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""31974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""41975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""51975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""61974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2006" "\4""71975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\481975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\491974" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""101974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\5""2610" "\4""11976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2611" "\4""21975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2612" "\3""262626" "\3""622662" "\3842684" "\2""7011976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""21976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\4""31976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""41974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""51974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""61975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""71975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2007" "\481974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\491974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""101975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\5""2710" "\4""11975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2711" "\4""21975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\3""272727" "\3""352735" "\3k-ris23" "\28011976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""21972" "\10""5" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""31975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""41974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""51974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""61976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2008" "\4""71975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\481975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""2008" "\491977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\3""101973" "\10""4" "\10""5" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2810" "\4""11977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\4""21973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""3308004" "\3""282828" "\3""462846" "\29011977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""21980" "\10""4" "\108" "\792" "\10""6" "\4""31974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""41974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""51975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""61974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\4""71975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\481975" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\491974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\3""101974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""11975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\4""21975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\3""292929" "\39792458" "\3rsavoy" "\2apples" "\2babyboys" "\6girls" "\4nanas" "\3eautiful" "\3igtits" "\4tches" "\3lessed" "\4ueeyes" "\3oobies" "\4rnot2b" "\4ys1girl" "\3rothers" "\2children" "\3ookies" "\5l4u" "\7you" "\3ute4u" "\7you" "\2daughters" "\3oggies" "\4llars" "\3ragons" "\3umb2live" "\2fast4u" "\7you" "\3ine4u" "\3lowers" "\3riends" "\2gangsta" "\3ether4ever" "\3ood2b4gotten" "\10e4gotten" "\6""4u" "\7you" "\2hearts" "\3orses" "\4t2handl" "\5""4tv" "\6you" "\5t4u" "\2inlove" "\2kids4me" "\4sses" "\4ttens" "\6ies" "\3ool4u" "\2letmein" "\3ovely" "\6me" "\6rs" "\6you" "\2manykids" "\3illion" "\3onkeys" "\4rrow" "\3uch4u" "\6fun" "\6love" "\6money" "\3ylove" "\4space" "\2ndchance" "\3ipples" "\2pac2pac" "\5""4ever" "\6life" "\5shakur" "\3eople" "\3retty" "\4incess" "\3uppies" "\2q3w4e5r" "\3werty" "\2redapples" "\2sexy4u" "\7you" "\3imple" "\4sters" "\3mart4u" "\4ooth" "\3tupid" "\3weet4u" "\2titties" "\3urtles" "\2wsx2wsx" "\5""4rfv6yhn" "\2xtreme" "\1""3.141592654" "\2""0003000" "\4""11977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""3001" "\4""31974" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\5""3003" "\4""41974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""3004" "\4""51975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\4""61975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""3006" "\4""71976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\481975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\491970" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\3""101974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\5""3010" "\4""11977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\5""3011" "\4""21975" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""303030" "\3""54lyfe*" "\4miami" "\3""624700" "\3secondstomars" "\2""1011976" "\10""7" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""3101" "\4""31976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5""3103" "\4""43104" "\4""51976" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""3105" "\4""71977" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\481973" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\3""101974" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""3110" "\4""21973" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\109" "\5""2000" "\10""7" "\108" "\5""3112" "\4""33113" "\3""213121" "\3""415926535" "\12""4" "\10""7" "\3""55530" "\2""2113211" "\4""23212" "\4""321321a" "\4""478965" "\4""6549870" "\12a" "\7a" "\5""732167" "\4meins" "\3""233223" "\3""303230" "\3""503250" "\4""63256" "\3""6159487" "\4""3827" "\2""3103310" "\3""213321" "\4""23322" "\4""33323" "\3""3333333333" "\7a" "\5""4444" "\5""6666" "\4""555777" "\4""666999" "\4""777333" "\7999" "\3""443344" "\5""520" "\7""1" "\4""5678" "\3""553355" "\493359" "\3""663366" "\3883388" "\2""4343434" "\3""416912" "\3""523452" "\4""345345" "\4""63456" "\3erdfcv" "\2""50chevy" "\3""353535" "\3""71138" "\4""357357" "\493579" "\4magnum" "\2""60flip" "\4modena" "\3""2951847" "\3""363636" "\3903690" "\4""121518" "\4""2581470" "\4""369369" "\4852147" "\5""74125" "\493699" "\3chambers" "\3mafia" "\2""7213721" "\3""373737" "\3913791" "\28253825" "\3""383838" "\5""438" "\3popugaev" "\3special" "\29393939" "\5889" "\2amigos" "\2bitches" "\3lindmice" "\3oys1girl" "\3rothers" "\2children" "\2daughters" "\4ysgrace" "\3ognight" "\4orsdown" "\2edcft6" "\2friends" "\2grandkids" "\2horses" "\2iverson" "\2kids4me" "\4ttens" "\6ies" "\2l3phant" "\2monkeys" "\2pointer" "\3uppies" "\2rdward" "\2sisters" "\3tooges" "\1""40028922" "\3""404040" "\3""77mash" "\3974097" "\2""1034103" "\3""424142" "\6""344" "\2""2004200" "\4""420420" "\7a" "\5life" "\49211" "\4allday" "\4bitch" "\4high" "\4love" "\4smoke" "\5toner" "\4time" "\4weed" "\3""424242" "\5""564" "\3""684268" "\4hemi" "\3""7cobra" "\394967296" "\2""3046721" "\3""215678" "\5qwer" "\3""434343" "\2""444444444" "\7a" "\5""7777" "\58888" "\4""555666" "\3""554455" "\5""66a" "\3884488" "\3gatti" "\3magnum" "\2""5124512" "\3""214521" "\4""34523" "\3""45454545" "\7a" "\4""64546" "\3""544554" "\3""612300" "\7""1" "\7""789" "\7a" "\4""456456" "\7a" "\4""54565" "\4""654456" "\4""74567" "\483968" "\5""520" "\7""123" "\7a" "\4987123" "\3874587" "\3rtfgvb" "\2""6464646" "\494649" "\3""709394" "\3824682" "\2""7114711" "\3""474747" "\2815162342a" "\13lost" "\3""484848" "\3""624862" "\29494949" "\3ersrule" "\2angels" "\2beatles" "\3rothers" "\2children" "\4rist" "\2eternity" "\3ver&always" "\6""21" "\6love" "\7uv" "\6me" "\7ine" "\7ore" "\6urs" "\6young" "\11rs" "\2family" "\3orever" "\3reedom" "\4iends" "\2getmenot" "\3odsglory" "\3randkids" "\2horsemen" "\7s" "\2me2know" "\4only" "\3onkeys" "\3yfamily" "\4girls" "\4kids" "\4love" "\4self" "\5pace" "\2password" "\2rfv5tgb" "\5bgt5" "\3unner" "\2seasons" "\3hizzle" "\3isters" "\3uccess" "\4nshine" "\2thekids" "\4ofjuly" "\3wenty" "\2u2nvme" "\2wheeler" "\2xrvt3hg" "\1""5000000" "\5""5000" "\3""505050" "\3cent.com" "\7""123" "\7""50" "\7s" "\2""101520" "\3""201314" "\4""1314" "\5""472" "\3""505150" "\4""2535455" "\4""35759" "\3st&oak" "\2""2005200" "\4""13140" "\10""520" "\10a" "\4""3344" "\4""520520" "\3""105210" "\4""3344" "\4""478963" "\4""521521" "\3""255225" "\3""34055" "\3""54143" "\5""5658" "\6856" "\3825282" "\3hoova" "\7er" "\2""3535353" "\2""41236987" "\3""3212345" "\6""67890" "\3""565456" "\485652" "\2""5005500" "\3""225522" "\4""55525" "\3""445544" "\3""50123" "\5""666" "\4""1212" "\4""55333" "\6""51" "\7""555555555" "\10a" "\7a" "\7d" "\7q" "\7s" "\6""66666" "\5""7777" "\58888" "\4""666777" "\7a" "\4""777999" "\3""665566" "\3""775577" "\3885588" "\2""6235623" "\3""3214789" "\3""47382910" "\3""565656" "\3""655665" "\3""7567567" "\485678" "\5910" "\5dance" "\3835683" "\5love" "\39874123" "\3chevy" "\3tyghbn" "\2""7575757" "\3915791" "\284131420" "\11""1" "\10""520" "\12""1" "\4""201314" "\4""5201314" "\6""11314" "\3""565254" "\485858" "\39632147" "\29595959" "\3""635963" "\3fifty" "\2children" "\2demayo" "\2element" "\2fingers" "\2grandkids" "\2million" "\3onkeys" "\2poppin" "\2starbitch" "\6chick" "\4ring" "\2tgb6yhn" "\5nhy6" "\3hward" "\1""6031769" "\3""606060" "\39609609" "\2""1616161" "\39619619" "\2""2306230" "\4""36233" "\3""626262" "\2""345789" "\3""636363" "\3impala" "\2""4646464" "\3chevy" "\3impala" "\2""54321654321" "\7abc" "\4""654654" "\7a" "\3""656565" "\3impala" "\3mustang" "\3stang" "\2""6366636" "\3""55321" "\3""60666" "\4""1313" "\6""666" "\4""555444" "\4""6661" "\7""2" "\7""666666" "\7""7" "\7a" "\7b" "\7d" "\7g" "\7k" "\7m" "\7s" "\7z" "\5""7777" "\58888" "\59999" "\4""777888" "\4999666" "\7a" "\4beast" "\4devil" "\4hell" "\4satan" "\3886688" "\3996699" "\3chevelle" "\7y" "\3mustang" "\2""751520" "\3""676767" "\3896789" "\3camaro" "\4hevelle" "\7y" "\3mustang" "\3shelby" "\28686868" "\3camaro" "\4harger" "\5evelle" "\7y" "\3mustang" "\2969696969" "\7a" "\7j" "\3966996" "\3bitch" "\3camero" "\4harger" "\5evelle" "\7y" "\4ougar" "\3lover" "\3mustang" "\3pussy" "\2children" "\2feetunder" "\2grandkids" "\2letters" "\2poppin" "\2shooter" "\3trings" "\2yhn7ujm" "\5mju7" "\1""70707070" "\3chevelle" "\2""13h-town" "\3""42128" "\38293456" "\3chevelle" "\2""2727272" "\3chevelle" "\7y" "\2""355608" "\3""737373" "\3duster" "\2""410258" "\5""7410" "\585209630" "\10963" "\4""236985" "\11""7" "\5""58963" "\4""456963" "\4""5369" "\5963" "\4""741741" "\48520" "\79630" "\12a" "\12z" "\7a" "\7q" "\4963456" "\7""5" "\7852" "\3""2617000027" "\3""747474" "\38159263" "\4""596123" "\3gangsta" "\2""53159456" "\7852" "\4""753753" "\49510" "\7""456" "\7""5" "\7852456" "\7a" "\3""55545" "\3""757575" "\2""6767676" "\2""7347734" "\3""441100" "\3""53191" "\48258" "\5""520" "\3""70777" "\4""1777" "\4""555333" "\7""666" "\4""7771" "\7""71" "\10""77777" "\108" "\10a" "\10c" "\10d" "\10g" "\10j" "\10k" "\10l" "\10m" "\10n" "\10r" "\10s" "\10v" "\10z" "\7q" "\58888" "\59999" "\4888999" "\49311" "\5""777" "\4jesus" "\382277" "\48250" "\5""414" "\5""520" "\7""1" "\5""7788" "\2845120" "\7963" "\4951623" "\3""6786786" "\4allah" "\3""787878" "\59898" "\3907890" "\5uiop" "\4""123456" "\7""5" "\4""45612300" "\12a" "\12b" "\12m" "\12q" "\7""2" "\7""321" "\7m" "\7qwe" "\4""51230" "\10""57" "\10z" "\4""632145" "\11""7" "\5""541230" "\7""321" "\4""789789" "\7a" "\4852123" "\4987789" "\29107910" "\4""37913" "\3""4613258" "\7""5" "\7852" "\3""797979" "\3camaro" "\2angels" "\2children" "\2elephants" "\5ven" "\2f4df451" "\2grandkids" "\2heaven" "\2inches" "\2samurai" "\3even7" "\2thgrade" "\4heaven" "\4ings" "\180088008" "\3""173rroom5" "\380123" "\58080" "\4state" "\3sbaby" "\2""1726354" "\3818181" "\2""2468246" "\3828282" "\3airborne" "\2""4268426" "\3""628462" "\3""728472" "\3848484" "\2""5200258" "\5""123" "\5""258" "\5""456" "\58520" "\4""456123" "\7852456" "\7a" "\4""741963" "\4852852" "\4963741" "\3858585" "\3bears" "\2""6248624" "\3""428642" "\3""75309a" "\10jenny" "\3868686" "\2""70621345" "\3""651234" "\3878787" "\3chevy" "\28008800" "\3""11967" "\3""488848" "\3""552200" "\3884444" "\5""7777" "\588881" "\118888" "\119" "\11a" "\11q" "\59999" "\3998899" "\3mustang" "\290890890" "\3""631139" "\3chevy" "\3mustang" "\2inches" "\2letters" "\2seconds" "\2thgrade" "\1900900m" "\59009" "\3""21090210" "\390909090" "\2""11911911" "\4turbo" "\3919191" "\4""29394" "\2""2631043" "\3""702689" "\393709b13" "\2""379992" "\3mustang" "\2""4mustang" "\2""51753123" "\7""456" "\7""654" "\7852456" "\7a" "\4951951" "\3""279527" "\3""62876" "\3959595" "\3camaro" "\3mustang" "\2""63214785" "\5""587410" "\4""741852" "\48527410" "\12a" "\7a" "\4963963" "\3impala" "\3mustang" "\2""75312468" "\3979797" "\2824!03yes" "\3""6753421" "\3""7123654" "\4""321654" "\4""412365" "\5""56123" "\7""3210" "\4""654123" "\7""312" "\10""2100" "\13""1" "\12b" "\12f" "\12g" "\12j" "\12k" "\12n" "\12o" "\12r" "\12t" "\11a" "\7a" "\7q" "\7z" "\5""6789" "\59876" "\4987987" "\398989898" "\3mustang" "\29009900" "\3889988" "\39666333" "\4888777" "\490000" "\5""6666" "\58888" "\5991" "\79991" "\12999" "\12a" "\3bottles" "\3mustang" "\3problems" "\3redballoons" "\2ijn(ijn" "\3nches" "\6nails" "\2thward" "\1???????????" "\1@123456" "\2gmail.com" "\2hotmail.com" "\1_password_" "\1a.1b.2c.3" "\3b.c.123" "\2""00000000" "\3""10101" "\5""203" "\4""23456" "\2""1!b2@c3#" "\3.b2.c3." "\3""01010" "\4""2030" "\3""11111111" "\10a" "\5""222" "\4""223344" "\3""21212" "\4""3000" "\5""123123" "\10a" "\5""321a" "\5""41234" "\6""4321" "\6""567890" "\13a" "\11a" "\10a" "\10b" "\10s" "\10z" "\7a" "\7b" "\5""654789" "\5""789" "\5a123" "\5b123" "\6""456" "\4""4578" "\3""31313" "\5""4520" "\4""4679" "\3""42536" "\4""7258369" "\5852369" "\3""59357" "\5""753" "\3_b2_c3" "\3a1a1a1a1" "\4""2a3a4a5a6a7a8a9a0" "\4b2bc3c" "\3b1c1d1" "\4""2c3d4e5f6" "\3l2e3x4" "\3m2a3n4d5a6" "\3n2d3r4e5a6" "\5g3e4l5a6" "\3s2d3f4g5h6" "\5h3l4e5y6" "\4auce" "\3z2e3r4" "\2""2+b2=c2" "\3""22222" "\3""32323" "\4""456789" "\3""46810" "\3""52525" "\3a2a2a2" "\2""333333" "\5""444" "\3""40-600" "\3eilm2s2y" "\2""444444" "\3""56123" "\5""456" "\5""789" "\2""520520" "\2""6543210" "\3""66666" "\396969" "\2""741852963" "\3""53951" "\3""758521" "\4""77777" "\389456123" "\3x4life" "\28675309" "\38888888" "\2951753" "\399999999" "\3b8c7d6e5f4" "\2a111111" "\5""2233" "\5aa11" "\5bb22" "\4bb2cc3" "\3""456852" "\3""5201314" "\3a111aaa" "\5""23123" "\7""456789" "\7aaa" "\4a0000" "\5""2222" "\5""4444" "\5a11111" "\7""2345" "\6a." "\7""111" "\10""23" "\7""2" "\7""6" "\7""7" "\7a1" "\10""7" "\10a1" "\11a1" "\12aaaaaaa" "\5bbbb" "\5ssss" "\4bbb1" "\7""2" "\7ccc" "\4sssddd" "\3bb1122" "\5cc11" "\10""23" "\7ddee" "\3liyah01" "\10""123" "\10""22" "\10""3" "\10""4" "\10""5" "\10""7" "\3nchal" "\3rdbei" "\5vark1" "\4on01" "\7""7" "\78" "\79" "\6""10" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\6""69" "\3ssddff" "\2b123123" "\6""45678" "\5cd34" "\3ababab" "\4cabb" "\6te" "\6xi" "\4ddon" "\4ndon" "\4ybay1" "\5omi" "\3baabba" "\4ey123" "\6road" "\4ie123" "\5gail" "\4y1234" "\5abby" "\5dog1" "\5gail" "\6irl1" "\3c-123" "\4...123" "\5""123" "\4""123!@#" "\7#" "\7." "\7""123" "\7""321" "\7""4!" "\10""56789" "\7@" "\7abc123" "\7def456" "\7xyz" "\4@123" "\4_123" "\4abc123" "\7abc" "\4d-1234" "\5.1234" "\5""123456789" "\5""4321" "\5@1234" "\5_1234" "\5abcd" "\5e12345" "\6f." "\7""123456" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\7g!" "\10." "\10""11" "\11""23" "\10""2" "\10""3" "\10""5" "\10""7" "\10h123" "\11i1" "\12jklmnop" "\4xyz123" "\3dallah" "\4elkader" "\6lah" "\4oulaye" "\4ul123" "\6aziz" "\6lah1" "\11i" "\3egail" "\4ille" "\4lardo" "\4rcrombie" "\5deen1" "\3hi1234" "\5jeet" "\6it" "\5lasha" "\5manyu" "\5nav" "\5shek" "\3idemi" "\5jan" "\4gael" "\6il01" "\10""11" "\11""23" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\4lity" "\4mbola" "\4odun1" "\4rami" "\3normal" "\3ogado" "\4sede" "\3racadabra" "\5ham1" "\5kadabra" "\5mov" "\5xas" "\4icot" "\3sinthe" "\4olut1" "\10e1" "\10ion" "\4tract1" "\3ubakar" "\4dhabi" "\4elita" "\4lafia" "\4ndance1" "\2c123456" "\3ademia" "\10c" "\7y1" "\4pulco1" "\3centure" "\5ss01" "\7""123" "\10""4" "\4ident" "\4ord1" "\5unt123" "\10""2" "\10ant" "\10ing" "\10s" "\3dc1234" "\5acdc" "\5rocks1" "\3e12345" "\5""54ever" "\4ace1" "\4ofspades" "\4r1234" "\5acer" "\6spire" "\5view" "\4shigh" "\4vedo" "\3hiever" "\5lles1" "\4tung" "\3idburn" "\5rain" "\3milan1899" "\3osta1" "\4ustic1" "\3quario" "\3robat" "\3tarus" "\4ing1" "\5on123" "\7man" "\5vate" "\6e1" "\4ress1" "\4s238" "\3uario" "\4ra3.2tl" "\2d123456" "\3adadad" "\4lberto" "\4m12345" "\5""2000" "\6""326" "\5adam" "\6nt" "\5lambert" "\5son" "\4na01" "\3dicted1" "\7ion" "\5das" "\5son1" "\10""2" "\4ress1" "\3ebayor" "\5isi" "\5ola" "\6wale" "\4dayo" "\5eji" "\5oyin" "\4goke" "\4kunle1" "\4laida" "\10e1" "\6nte" "\5eke" "\5ina1" "\7e1" "\4mola" "\4nike" "\6ran" "\6yi" "\4ola1" "\4ronke" "\4shina" "\5ola" "\4tunji" "\4wale1" "\5unmi" "\4yemi" "\5inka" "\3gjmptw1" "\3idas01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""777" "\788" "\799" "\7s" "\4thya" "\5i123" "\5ya123" "\4vina" "\3min01" "\6""123456" "\6""2010" "\6@123" "\6admin" "\6istrador" "\13tors" "\5ral1" "\3nan123" "\3olfhitler" "\6o1" "\4nis1" "\4ption" "\4rable1" "\3renalina" "\12e" "\4ian01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\108" "\7""3" "\7""4" "\7""5" "\7""7" "\799" "\7a123" "\11""3" "\10""2" "\7e" "\7ita" "\7na1" "\10e" "\7o10" "\5en1" "\7ne1" "\3vance1" "\10d1" "\6tage" "\4ent1" "\7ist" "\7ure1" "\5rtising" "\4ocate" "\5kat" "\2eiou12345" "\3kara21" "\3onflux" "\3ro123" "\5bics" "\5plane" "\6ostale" "\5smith1" "\6pace" "\3zakmi123" "\2f123456" "\3fection" "\4inity" "\3ganistan" "\4han123" "\7istan" "\3ireinside" "\3olabi" "\3rica123" "\7n1" "\5que" "\4odita" "\10e" "\5man1" "\3tab123" "\4erlife" "\6math1" "\6shock" "\2gamemnon" "\4pito" "\4rwal" "\4tha1" "\3bdlcid" "\3ent007" "\6""47" "\699" "\6e007" "\3garwal" "\4ies12" "\4roberlin" "\3nes123" "\4ieszka1" "\3ostina" "\10o" "\3rawal" "\4iculture" "\4onom" "\3uacate" "\4ila1" "\7r1" "\7s10" "\6era" "\5rre" "\4stin1" "\10a" "\6us" "\3yeman" "\2hmad123" "\4ed12345" "\6abad" "\7hmed" "\5t123" "\2i123456" "\3dan123" "\4en06" "\7""7" "\78" "\6""123" "\3gerim" "\3kido1" "\4man08" "\78" "\3leen1" "\3man123" "\4ee123" "\3nsley" "\3rborne1" "\1182" "\5us320" "\1080" "\7a380" "\4craft" "\4edale" "\4force1" "\11""2" "\4head1" "\4jordan1" "\12""23" "\4lines" "\4max1" "\795" "\4plane1" "\11s" "\5ort1" "\4soft1" "\4walk1" "\5olf1" "\3sha123" "\5iteru1" "\5warya" "\4iteru" "\4ling" "\4satou" "\3wprton" "\3ypwzqp" "\2j123456" "\3ay123" "\5ajay" "\5kumar" "\3edrez" "\3ibola" "\2k123456" "\3""47ak47" "\3a1908" "\4demia" "\10k" "\4maru" "\4nksha" "\5sha" "\4sha1" "\4tsuki1" "\3hilesh" "\3inola" "\5wale" "\5yemi" "\3maral" "\3olang" "\4mismo" "\4n123" "\4pa123" "\3saray68" "\4haya" "\3ucantik" "\5intakamu" "\4ganteng" "\4sayangkamu" "\3varium" "\2l123456" "\4916w" "\3""3xand3r" "\3abama123" "\10""2" "\10""3" "\6ster" "\4ddin1" "\5ino" "\4ina1" "\4kazam" "\4makota" "\5eda" "\5ierda" "\4n1234" "\5a123" "\6lan" "\5is1" "\5na1" "\7h1" "\4rcon" "\4ska11" "\10""23" "\7""2" "\5tair" "\6or" "\4yna1" "\3bacete" "\6hiara" "\5nia123" "\6y1" "\5stru" "\5tor" "\6ross" "\4ert01" "\7""11" "\10""23" "\10""3" "\7""22" "\7""5" "\7a1" "\7ina" "\11e" "\11o" "\10to" "\7o10" "\11""23" "\11""3" "\10""2" "\4ion1" "\4undy" "\3cantara" "\5pone" "\5tel1" "\6raz1" "\4hemist1" "\7y1" "\4ohol1" "\10ic" "\3debaran" "\4rich" "\3egria1" "\4jandra." "\12""1" "\12""2" "\12""7" "\129" "\11o." "\12""0" "\12""123" "\12""2" "\12""3" "\12""5" "\12""7" "\128" "\129" "\4ksandar" "\11er" "\11r1" "\12a1" "\6ei" "\7j" "\7y" "\4luia" "\4manha" "\7ia" "\4na123" "\4sana1" "\5hka" "\5sandra" "\12o1" "\6ia1" "\7o1" "\4x007" "\5""100" "\7""1" "\6""111" "\6""212" "\7""3456" "\6970" "\10""1" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""2000" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""2" "\6""539" "\5""321" "\5""4ever" "\5""555" "\5""666" "\5""777" "\5a123" "\6lex1" "\6nder!" "\12." "\12""01" "\12""11" "\13""23" "\13""3" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\10r1" "\11a0" "\12""123" "\12""2" "\12""3" "\12""7" "\129" "\11e1" "\12a" "\11ia" "\11os" "\11u1" "\5delpiero" "\5ia1" "\6s!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\796" "\10""7" "\108" "\109" "\6to" "\5sander" "\11ra" "\5us1" "\5zander" "\3fa123" "\6""47" "\6""55" "\7""6" "\5alfa" "\5beta" "\5lfa" "\5omega" "\5romeo1" "\4ie123" "\4onso1" "\4red123" "\109" "\7o123" "\3garve" "\4ebra1" "\10""2" "\5r16" "\6ia" "\7e" "\6non" "\3hambra" "\6dulillah" "\3i123456" "\4ali1" "\7ali" "\5nza1" "\10lima" "\5ses" "\4baba123" "\4cante" "\5e123" "\6adsl" "\5ia01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""7" "\5ja1" "\4en123" "\6s1" "\6ware1" "\4gator" "\4khan" "\4na11" "\7""23" "\7994" "\11""5" "\11""6" "\118" "\6""2000" "\11""2" "\11""3" "\11""5" "\11""7" "\118" "\6alina" "\5e123" "\5o4ka" "\6chka" "\5uta" "\7za" "\4raza" "\5eza" "\4sa123" "\5ha123" "\6er" "\5on123" "\5sa1" "\6on" "\5tair" "\6er" "\4talia" "\4via1" "\4yah1" "\3kaline3" "\5tras" "\10z" "\4ohol" "\3l4god" "\5him" "\5jesus" "\5love" "\5one" "\5you" "\4aalla" "\5boutme" "\5din" "\5h123" "\6""786" "\699" "\6abad" "\7kbar" "\7llah" "\6hoo" "\6is1" "\10great" "\10one" "\6oakbar" "\7ne" "\6swt" "\6u1" "\7akbar" "\5lone1" "\5n123" "\4blacks1" "\4egra1" "\7ia" "\7o1" "\5luia" "\5magne" "\5n11" "\7""23" "\7""3" "\6""23" "\6iverson" "\5ycat1" "\4for1" "\7one" "\4good1" "\4iance1" "\7z" "\5e123" "\6cat" "\5gator1" "\12""3" "\5none" "\5son11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""5" "\10""7" "\6ter" "\6well" "\5yah" "\4mine1" "\10""2" "\5ylife" "\4night" "\4o123" "\5allo" "\5chka" "\4right" "\4saints" "\5op1" "\5tar11" "\11""23" "\11""3" "\10""23" "\10""3" "\10""5" "\10""7" "\10s1" "\7te1" "\4tel1" "\5hat" "\6ebest" "\7way" "\5imelow" "\4ycat1" "\5son1" "\6sa1" "\3meida" "\5ndra" "\5ria" "\4ighty1" "\11""5" "\4ost1" "\4udena" "\3oevera" "\4ha123" "\6mora" "\5omora" "\4ndra1" "\5e123" "\6""4ever" "\5so123" "\10""4" "\5zo1" "\4uette" "\4ysius" "\3pacino" "\4eren" "\4ha01" "\7""6" "\6""123" "\7906" "\6bet1" "\11a" "\6omega" "\5onse" "\4ine1" "\3quimia" "\10sta" "\3ready1" "\4ight1" "\3skdjfhg1" "\3tagracia" "\5mira" "\5vista" "\4eclansing" "\5rego1" "\6nate" "\11iva" "\13e" "\4hea1" "\4ima1" "\4oids1" "\3ucard1" "\10""666" "\4kard" "\4minium" "\7um" "\3varado1" "\6ez1" "\6ito" "\6o1" "\4in123" "\3ways&4ever" "\7""123" "\7""2" "\3yanna" "\4sha1" "\5on1" "\5sa!" "\7""01" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\799" "\6ia" "\2m123456" "\3adeus1" "\4lia1" "\4naman" "\5da!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\786" "\10""7" "\108" "\109" "\792" "\10""3" "\10""5" "\10""6" "\109" "\6eep" "\6ine" "\10ha" "\5ecer" "\4pola" "\4r123" "\5achi" "\6nta" "\10e" "\10h" "\5elo" "\6tto" "\5ilis" "\7lo1" "\5nath" "\4terasu" "\6ur" "\5ory" "\4zigh" "\6ng!" "\10""123" "\10""2" "\10grace" "\5on1" "\7as" "\7e" "\7ia" "\7ka" "\3bassador" "\4er01" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\6""69" "\6dog" "\6lee" "\7ynn" "\6rose" "\6s1" "\4iente" "\5tion1" "\10us" "\4rose1" "\7ia" "\10o" "\4ulance1" "\3dturion64" "\3elia123" "\6e1" "\4namen" "\4rica!" "\10#1" "\10." "\10""01" "\118" "\119" "\10""100" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\10n12" "\11""2" "\11a" "\11o" "\11pie" "\10s" "\7o" "\6ka1" "\6que" "\4thyst1" "\5ista" "\3herst" "\3icizia" "\4dala" "\6maru" "\4ga500" "\6s1" "\5o123" "\6s123" "\4lcar" "\4na123" "\6ta" "\5e123" "\4ramir" "\5khan" "\4stad1" "\4t1234" "\5abh" "\6mit" "\5kumar" "\4zade" "\3maamma" "\6ppa" "\5nana" "\10na" "\4ukutty" "\3nesiac" "\3or1234" "\5""2009" "\5amor" "\5cito1" "\5e123" "\6amore" "\6co" "\6mio1" "\11tiamo" "\6s1" "\6terno" "\7iamo" "\5ino" "\5mio1" "\5osa" "\7o" "\5phous" "\5sito" "\5ypaz" "\5zinho" "\4ur100" "\6euse" "\10x" "\3ritsar" "\4utha" "\3staff" "\5erdam1" "\3y1234" "\4lee1" "\5ynn" "\2na123456" "\4banana" "\5eatriz" "\6l1" "\7a" "\7en" "\7la" "\10e" "\4carolina" "\5lara" "\6eto" "\5onda1" "\4dolu" "\4elle" "\4heim1" "\10""714" "\4isabel" "\4julia" "\4karen" "\5in1" "\5onda" "\4laura" "\5iza" "\5sex1" "\5ucia" "\6isa" "\7za" "\4maria1" "\10e" "\5ika" "\4nas1" "\5d123" "\4paula" "\4rchia" "\10e" "\10st" "\7y1" "\10""666" "\1099" "\5ita" "\5kia" "\5quia" "\4sofia" "\5tacia1" "\7sia1" "\11ja" "\11ya" "\10ya" "\4thema" "\5ole" "\7ii" "\10y" "\7y" "\6mia" "\7y1" "\3chor1" "\7age" "\4ient1" "\3dalucia" "\4erlecht" "\6s1" "\7en1" "\7on123" "\11""2" "\7son" "\4i123" "\5amo1" "\4jela" "\4one1" "\5rra" "\5ver" "\4rada" "\7e1" "\6nik" "\5e01" "\6""10" "\7""1" "\7""234" "\7""3" "\7986" "\6""22" "\7""3" "\6""3000" "\6a!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""3" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\109" "\790" "\10""2" "\108" "\109" "\7s123" "\6ea1" "\6i123" "\7a" "\7ka" "\7na" "\7ta" "\6jka" "\10o" "\6s01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""23" "\7ito" "\7sa" "\6w!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""33" "\7""44" "\7""55" "\7""69" "\7""77" "\786" "\10""7" "\108" "\109" "\791" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7s1" "\6y123" "\10994" "\12""6" "\5iana" "\6us" "\5oid" "\6mache" "\7eda1" "\5uha" "\6sha" "\5zej1" "\4uril" "\4y1234" "\6999" "\5andy" "\5pandy" "\3eczka" "\4mone" "\4wlife" "\3field1" "\3gcuteko" "\4edemon" "\5l#1" "\6""001" "\10""7" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""43" "\7""5" "\7""6" "\7""7" "\78" "\7985" "\11""6" "\11""7" "\118" "\119" "\1090" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\6""2000" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""30" "\7""1" "\7""21" "\7""33" "\7""4" "\6""420" "\7""4" "\7""5" "\7ever" "\7life" "\7u" "\6""555" "\7""6" "\6""637" "\7""66" "\7""75" "\79" "\6""72" "\7""6" "\7""77" "\78" "\79" "\681" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\788" "\79" "\690" "\7""11" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\799" "\6_2008" "\6a!" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\7ngel" "\6baby1" "\12""2" "\7oy" "\6devil" "\7og" "\7ust" "\6es1" "\7yes1" "\6face1" "\7ire1" "\10sh" "\6girl1" "\6heart" "\6ia" "\7c1" "\10a12" "\12""3" "\11""2" "\7e" "\7ka1" "\7na12" "\11""2" "\11""3" "\10e1" "\10o" "\7que1" "\7ta1" "\10o1" "\11s" "\6l1" "\7a" "\7e" "\7ove1" "\6o01" "\7""10" "\10""23" "\10""3" "\7""2" "\7chek" "\7fdeath" "\7k" "\7s" "\6s!" "\7." "\7""01" "\10""2" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\10""7" "\7""3" "\7""4" "\7""5" "\7""69" "\7""77" "\78" "\6us1" "\6wings" "\6yn" "\6z1" "\4gandako" "\4ie01" "\6""11" "\7""23" "\7""3" "\5oletto" "\4lais" "\5e123" "\4pogiko" "\4us123" "\6young" "\3hhung" "\4maiyeuem" "\4nhoem" "\4tuan" "\4yeuem123" "\3il123" "\5kumar" "\4mal11" "\10""23" "\10""3" "\7""2" "\7""69" "\7es" "\7s123" "\10""2" "\10""3" "\6tion1" "\7or" "\5e101" "\7""23" "\7""3" "\6""4ever" "\6fan" "\7reak" "\6lover" "\4ndita" "\4olek1" "\4rudh" "\4soara" "\5sa1" "\4ta123" "\3jali123" "\5neya" "\4elika" "\4ing123" "\6ho" "\3kara06" "\4it123" "\3na-lena" "\5""123456" "\6980" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""2000" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\5""777" "\5anna" "\5ba23" "\7nana" "\6el1" "\10l1" "\11a1" "\11e1" "\5lee" "\7na" "\6isa1" "\10e" "\7za" "\6yn" "\5maria1" "\11e1" "\5polis" "\6urna" "\5rita" "\6ose" "\4e-marie" "\5""1234" "\5anne" "\5liese" "\7se" "\5marie1" "\5sophie" "\5tta" "\4ie01" "\6""11" "\7""23" "\6dog" "\5ka1" "\5versary" "\4marie1" "\4o1503" "\6""602" "\5ying" "\4ushka" "\3ointed1" "\4nimo" "\5ymous1" "\4rexia" "\4ther1" "\4ushka" "\3selmo" "\4human" "\4wer1" "\3talya07" "\5res1" "\4eater" "\5lope" "\5nna" "\4h0ny" "\5ony!" "\10." "\10""00" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""200" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""33" "\10""4" "\10""5" "\10""69" "\10""77" "\1088" "\119" "\1099" "\5rax1" "\4ibes" "\5christ" "\5flag" "\5gone" "\6ua1" "\5hero" "\5lles" "\6opa" "\5och" "\5ques" "\5virus" "\4man1" "\4oine1" "\10tte" "\5n123" "\7987" "\119" "\1096" "\6""777" "\685" "\6anton" "\6ela" "\10la1" "\11o" "\7tte" "\6ia1" "\7eta" "\11ta" "\7na" "\10o" "\7o." "\10""01" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\7us" "\6ls" "\6ov" "\6y1" "\5sha" "\7ka" "\4wan1" "\5erpen" "\5on1" "\3ubhav" "\5is1" "\4oluwapo" "\4pama" "\5riya" "\4radha" "\3ything12" "\11""2" "\5ime1" "\4where" "\2ol.com" "\4""1234" "\4sucks" "\3tearoa" "\2pache1" "\4recida" "\5tment" "\3elsin" "\3felbaum" "\6saft" "\3hrodite1" "\3ocalipse" "\12is" "\7ypse" "\4kalipsa" "\12is" "\4lline" "\6o11" "\10""23" "\10""3" "\7n" "\5o11" "\7""3" "\6gize" "\6nia" "\4orva" "\4stle" "\6ol" "\3paamma" "\5loosa" "\4elsap" "\4le01" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\6""21" "\7""2" "\7""3" "\7""4" "\7""5" "\6""321" "\7""3" "\6""45" "\6""55" "\6""69" "\688" "\699" "\6apple" "\6gate" "\6jacks" "\7uice" "\6mac" "\6pie12" "\11""2" "\6s!" "\7." "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""7" "\7auce" "\7eed" "\6ton" "\7ree1" "\5ication" "\4roved" "\3ricot" "\5l01" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""10" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\7987" "\118" "\1090" "\11""1" "\11""2" "\11""4" "\6""2006" "\11""7" "\118" "\119" "\10""10" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""30" "\6""69" "\692" "\6fool" "\6ia1" "\7e" "\3tx4869" "\2q123456" "\4sw2de3" "\3swdefrgt" "\3ua_3253" "\5fina1" "\5lung" "\5man" "\7rine" "\5rio" "\7um" "\10s1" "\4iles" "\5nas" "\3wzsx123" "\7edc" "\2r123456" "\3abella1" "\6sque" "\5ian1" "\4celi1" "\7y1" "\4dhana" "\4gorn1" "\4ncione" "\4vind" "\3biter" "\4onne" "\3c-en-ciel" "\4adia1" "\5ngel1" "\6um" "\4enciel" "\4hana" "\7gel1" "\5er1" "\7y1" "\5ibald" "\6e01" "\7""123" "\6medes" "\6tect1" "\12ure" "\10tto" "\6ve" "\5uleta" "\4obaleno" "\5iris" "\4ticcat" "\5urus" "\3dilla" "\3ellano" "\4mania" "\4quipa" "\4valo" "\3gentina1" "\12""2" "\11e" "\11o" "\7o" "\7um" "\3hangel" "\3iadna" "\7e" "\5na123" "\6na1" "\10""2" "\7e" "\4el123" "\6le1" "\5s123" "\4gatou" "\4hant" "\4stide" "\6on" "\7teles" "\10le" "\4zona123" "\10""2" "\3jun123" "\3kansas1" "\3lette" "\4ington1" "\3mada1" "\6illo" "\5geddon" "\10on1" "\5n123" "\6d1" "\7o123" "\6i1" "\4elle" "\5nia1" "\4itage" "\4strong1" "\4y1234" "\5man1" "\5of1" "\5strong" "\3naldo" "\4old123" "\3owana" "\3quitecto" "\12ura" "\3rahman" "\5kis" "\4owhead1" "\3salan" "\4ch123" "\6loch1" "\4ehole" "\5nal01" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""22" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\1099" "\10fc1" "\6io" "\7y" "\4havin23" "\3temartem" "\6ida" "\7o" "\7s1" "\10a" "\10ia" "\6ka" "\6on" "\4hur01" "\7""11" "\10""23" "\7""2" "\4ichoke" "\6olo31" "\6uno" "\5llery" "\5st123" "\7a" "\7e" "\7ic" "\4ofwar" "\4ur123" "\6ito" "\6o1" "\4work" "\3un123" "\5kumar" "\2s123123" "\6""456789" "\5as12" "\5df34" "\3adasad" "\4kapa123" "\5ura" "\4ness" "\4s1212" "\5as123" "\7asas" "\4wakoh" "\3bestos" "\3cension" "\3d!@#123" "\4""123321" "\7""456789" "\7asd123" "\7qwe" "\7zxc" "\4a123" "\5asda" "\5sd11" "\10""23123" "\7""2" "\7""456" "\7""5" "\7asd123" "\12asd" "\4dsa123" "\7asd" "\4ewq123" "\4f.1234" "\5""0987" "\5""1111" "\6""234!@#$" "\11""56" "\5""321" "\5""4321" "\6""56" "\5""7890" "\5;lkj" "\5_1234" "\5asdf11" "\11""2" "\11asdf" "\5dsa" "\5fdsa1" "\5g11" "\7""23456" "\6""456" "\6asdfg" "\6gfdsa" "\6h!" "\7." "\7""01" "\7""11" "\10""23456" "\7""2" "\7""3" "\7""5" "\7""6" "\7""7" "\7j123" "\10k12" "\11l!" "\12." "\12""0" "\12""11" "\13""23456789" "\12""2" "\12""3" "\12""456" "\12""5" "\12""7" "\129" "\12;'" "\6zxcvb" "\5hjkl" "\5jkl123" "\10:" "\10;1234" "\5lkjh" "\5qwer1234" "\5vcxz" "\5zxcv1" "\4qwezxc" "\4rubale" "\4zxcqwe" "\3ecret1" "\4mmanis" "\4sino" "\3h12345" "\4anti1" "\5sh1" "\4ely1" "\4ford" "\4ish123" "\4land1" "\5ee123" "\6igh1" "\6y!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\785" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5ie1" "\5yn1" "\7n1" "\4ok123" "\6kumar" "\4ton01" "\7""11" "\10""23" "\7""2" "\79" "\5ray1" "\4utosh" "\4wani" "\5ini" "\3ian123" "\3kim123" "\6askim" "\6benim" "\6sin" "\3lan123" "\3modeus" "\3paragus" "\4en123" "\4halt" "\4irant" "\6e1" "\6ina" "\10e123" "\3roma1927" "\3s123456" "\5ass1" "\4a123" "\5assa" "\5sin1" "\10s" "\6s123" "\10n" "\7""2" "\7ass" "\7in123" "\11""2" "\11screed" "\5ult" "\4clown1" "\4embler" "\10y" "\4face1" "\5uck1" "\10er" "\4h0le" "\5at1" "\5ol3" "\7e!" "\10." "\10""01" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\10""21" "\11""2" "\11""3" "\11""4" "\10""3" "\10""420" "\10""5" "\10""666" "\119" "\10""7" "\108" "\1099" "\10s1" "\4istant" "\4kicker" "\4man1" "\7""69" "\5onkey1" "\5unch1" "\4umption" "\5nta" "\4whole1" "\5ipe1" "\3taroth" "\4erisk" "\7x1" "\6oid" "\4igako" "\4onmartin" "\6villa1" "\5ria1" "\4ra123" "\5id1" "\7""29" "\5o123" "\6boy" "\6logy" "\6naut" "\7omy" "\6s1" "\4urias" "\3uncion" "\4s123" "\5asus" "\3wathy" "\2talanta" "\3choum" "\3dhfkm" "\3elier" "\3harva" "\4ena123" "\6s1" "\4lete" "\7ics" "\5on64" "\3ienza" "\3kinson" "\3lanta123" "\10""2" "\10""3" "\10""7" "\7ic1" "\10da" "\11e" "\10s1" "\5s123" "\4etico" "\3mosphere" "\3omic1" "\3reides" "\5yu1" "\3tack1" "\4ention" "\4icus1" "\5la1" "\6io" "\5tude1" "\4orney1" "\2ubergine" "\4rey1" "\4urn1" "\3ckland" "\4tion1" "\3di100" "\6991" "\5audi" "\5oslave" "\5rs4" "\7""6" "\5tion" "\6or" "\4rey01" "\7""123" "\7""2" "\3ggie1" "\4sburg" "\4ust01" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""1" "\7""4" "\7""5" "\7""6" "\7""7" "\788" "\109" "\799" "\7a1" "\7e" "\7ine1" "\7o1" "\7us1" "\3ntie1" "\3relia1" "\10n" "\7e1" "\10n" "\7o" "\7us" "\5voir" "\4inko" "\4ora12" "\7""32" "\3ssie1" "\4ten1" "\5in!" "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""316" "\7""4" "\7""512" "\7""69" "\7""7" "\788" "\794" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5ralia123" "\12""2" "\11en" "\6ia1" "\3thentic" "\5ority" "\4o123" "\5bahn" "\6ots" "\6us" "\5cad" "\5matic" "\6obile" "\7tive" "\4umn01" "\108" "\7""10" "\10""1" "\10""23" "\10""3" "\7""2" "\3xerre" "\2vadakedavra" "\4grace" "\4ilable" "\4lanche1" "\5on08" "\7""1" "\4ngard" "\5tika" "\4tar11" "\10""23" "\3efenix" "\4lino" "\5lino" "\4maria" "\4nged1" "\10""7x" "\10sevenfold" "\7r1" "\10s" "\5sis" "\5tura1" "\10e" "\4ry123" "\3iation1" "\6or" "\4gnon" "\4nash" "\3ocado" "\4kado" "\4ndale" "\3ril123" "\6lavigne" "\3vocato" "\2wdrgyjilp" "\3esome!" "\10." "\10""101" "\11""1" "\11""23" "\11""3" "\10""22" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\109" "\10ness" "\3some123" "\2xel123" "\3lrose1" "\2yahbunda" "\4mgoreng" "\4nami" "\5na1" "\3baybay1" "\3esha1" "\3meric" "\3obami" "\4deji1" "\6le" "\4mide" "\6kun" "\3urveda" "\3yappa" "\2z12sx34dc56" "\3az0909" "\5azaz" "\5ello" "\3eqsdwxc" "\4r1234" "\5azer" "\5baijan" "\7ycan" "\5t123" "\6y00" "\7""10" "\10""23456" "\7""2" "\7""59" "\7""69" "\7""789" "\7azerty" "\7uiop123" "\4vedo" "\3izbek" "\3kaban" "\3n4life" "\4pride1" "\3sxdc123" "\7fv1" "\11gbhn" "\3teca13" "\3ucena" "\4l123" "\5azul" "\3xcvbnm" "\3zurra" "\7o" "\1b00bies" "\4mb00m" "\3ll0cks" "\2""111111" "\3""23321" "\5""456789" "\3b2b3b4b5b6b7b8" "\3tches" "\2""696969" "\2""737-800" "\3""777777" "\2aba1234" "\5baba" "\5car" "\5jaga" "\6ide" "\5lola" "\7o" "\5mama" "\5tunde1" "\5yaga" "\4bygirl1" "\4e101" "\6""234" "\5babe" "\5ruth" "\5tte" "\4i1234" "\5cka" "\5es123" "\7""4" "\5gurl1" "\5igurl1" "\5lonia" "\4o4ka" "\5chka" "\5lat" "\5on1" "\5shka" "\5uche" "\6ne" "\4u123" "\5babu" "\5shka" "\4y-girl" "\5""002" "\5""100" "\7""1" "\6""11" "\6""23456" "\6""43" "\5""2000" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\5""321" "\5""777" "\5_girl" "\7url" "\5angel1" "\5baby1" "\7sh1" "\6ear1" "\6ird" "\6lue12" "\12""3" "\11""2" "\11""3" "\11""7" "\6oi1" "\7o123" "\11""3" "\10""2" "\10""3" "\10""7" "\10m" "\7ss" "\7y!" "\10""01" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\5cake1" "\11s!" "\12""1" "\12""2" "\12""3" "\7t1" "\6oh" "\6ute" "\5daddy1" "\6og1" "\7ll12" "\12""3" "\11""2" "\11""3" "\11""69" "\5face12" "\11""2" "\5g1rl" "\6al" "\6irl!" "\11#1" "\11." "\11""00" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""30" "\12""1" "\12""2" "\12""3" "\12""4" "\11""44" "\12""5" "\11""55" "\12""6" "\11""69" "\11""77" "\128" "\1187" "\128" "\129" "\1190" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11s2" "\6ril1" "\7l1" "\6url!" "\11""01" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""69" "\11""7" "\118" "\119" "\5jack" "\7mes" "\7ne" "\7y1" "\6oker1" "\5kitty1" "\6o1" "\7h" "\5lon1" "\10""5" "\10e" "\7ve12" "\11""2" "\11""3" "\6uv1" "\5mama1" "\6omma1" "\5names" "\5papa" "\6hat12" "\11""2" "\6ink1" "\5ruth" "\3cardi151" "\4chus1" "\4hata" "\5elor" "\4k2back" "\5bone" "\5door" "\6raft" "\5flip1" "\5hoe" "\5lash" "\5off1" "\5pack1" "\5space1" "\12""2" "\6tab" "\7reetboys" "\5up1" "\5yard1" "\4olod" "\5n123" "\4teria" "\3dabing" "\6oum" "\5lona" "\5ss11" "\10""23" "\10""3" "\7""21" "\10""3" "\7""3" "\7""69" "\5zz1" "\4bitch1" "\5oy01" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\79" "\7s1" "\10""2" "\7z1" "\4company" "\4dog1" "\4fish" "\4ger123" "\7s1" "\5irl123" "\10""2" "\10s" "\5url1" "\4kitty" "\4lands" "\5uck" "\4man123" "\5inton1" "\4shah" "\4trip" "\4wolf" "\3erchen" "\3ggies1" "\6ns1" "\6o10" "\4hdad" "\5eera" "\6ra" "\4pipes" "\5uss1" "\4uette" "\5vix" "\3hadur" "\5gia" "\5lana" "\5mas1" "\6ut0" "\10""1" "\4rain" "\3ilarina" "\5ee1" "\6y!" "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\7""21" "\10""2" "\10""3" "\10""4" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\798" "\109" "\7dog" "\7s" "\3jingan" "\4sbajs" "\5korv" "\3kabaka" "\4ekang" "\5r123" "\4ugan1" "\3labala" "\5la123" "\7ika" "\5nar" "\6ce1" "\5ton" "\4bina" "\5oa1" "\4deagle" "\6rdash" "\5rick" "\5win1" "\4eine" "\5rina" "\4ikpapan" "\4la123" "\6""23" "\6""4life" "\6ck13" "\6rd1" "\5bag" "\7ll" "\5en1" "\6r!" "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""32" "\10""3" "\10""4" "\7""44" "\10""5" "\10lif" "\7""5" "\7""69" "\7""7" "\78" "\79" "\7ina1" "\7s1" "\6t1" "\5in!" "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\78" "\7g1" "\5oon1" "\10s1" "\5room" "\5s123" "\6""69" "\6ack1" "\6deep" "\4moral" "\4ogun" "\5ncesto" "\6ey" "\4tazar" "\5hazar" "\5ika" "\6more1" "\3maboy1" "\4bam01" "\7""11" "\10""23" "\10""3" "\7""23" "\7""3" "\7""69" "\6ng" "\5i123" "\6na" "\7i" "\7o1" "\5ola" "\7ina" "\6o1" "\5ucha" "\6lka" "\6sh" "\4idele" "\4margera" "\3nan123" "\6a!" "\7." "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\7man" "\7rama" "\7s!" "\10""11" "\11""23" "\10""2" "\10""3" "\10""7" "\10plit" "\6e123" "\6na" "\6za" "\4d123" "\5aid" "\6na" "\5eras" "\7log" "\5geek1" "\5icoot" "\6do" "\6t!" "\7""01" "\10""7" "\108" "\7""10" "\10""1" "\10""200" "\11""3" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""600" "\109" "\7""77" "\799" "\7o" "\7s1" "\5olero" "\5ung1" "\4galore" "\6ram" "\5bang1" "\5er1" "\5kok1" "\5ladesh" "\5sat" "\4jaluka" "\5o123" "\4kai1" "\5er1" "\5head1" "\5ing1" "\5king" "\5ole" "\4nana1" "\5er1" "\4shee1" "\10""350" "\3phomet" "\4tist1" "\3raban" "\7ra" "\7shka" "\6ba" "\5cuda" "\5kuda" "\5n123" "\4bados1" "\6papa" "\6ra123" "\10""2" "\7ella" "\7ian" "\10ta" "\7ossa" "\5er1" "\5ie!" "\7." "\7""01" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\78" "\79" "\7doll" "\7girl" "\5ora" "\7ka" "\6sa" "\4ca10" "\7""23" "\6lona" "\5ellona" "\7ona0" "\12""10" "\13""1" "\13""23" "\12""2" "\12""3" "\12""5" "\12""7" "\128" "\129" "\11e" "\5hetta" "\5lays" "\5ode" "\4eback" "\5foot1" "\4iloche" "\5tone1" "\4kada" "\5er1" "\5ley1" "\4ley1" "\4nabas" "\7y1" "\6ul" "\5es1" "\6tt" "\6y01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""5" "\5sley" "\5yard" "\4on123" "\5san" "\4racuda1" "\6kuda" "\5era" "\6to" "\7t1" "\5ington" "\6o13" "\7s" "\6ster" "\5on1" "\5y123" "\6""20" "\4selona" "\4t123" "\5bart" "\5ek123" "\6nder1" "\5lett" "\5man1" "\5olomeo" "\6n1" "\6sz" "\5simpson" "\4unka" "\3s3ball" "\4eba11" "\7l1" "\10l!" "\11." "\11""00" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""30" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\11""42" "\12""4" "\12""5" "\11""55" "\11""69" "\11""77" "\1188" "\1199" "\5line" "\5ment1" "\4hful" "\5iru" "\4il123" "\6io" "\7sk" "\4ket101" "\10""1" "\10""23" "\10""3" "\7""23" "\7""5" "\7ba11" "\11l1" "\12""2" "\129" "\12l10" "\14""1" "\14""23" "\14""3" "\14""4" "\14""5" "\13""21" "\14""2" "\14""3" "\14""4" "\13""3" "\10ol" "\7case" "\7s" "\4s1234" "\5bass" "\6oat" "\5ett" "\5fish" "\5guitar" "\5hunter" "\5ist1" "\5line" "\5man1" "\7ster" "\5oon1" "\5player" "\6ro1" "\4tard1" "\10o" "\10s" "\5ian1" "\6lle" "\3tangas" "\5tinha" "\5via" "\4cave" "\4eman" "\5ria" "\4girl" "\4hory" "\5room1" "\4igol" "\5sta123" "\10""2" "\10""619" "\7uta" "\4man!" "\7." "\7""007" "\10""1" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""33" "\7""44" "\10""5" "\7""55" "\7""666" "\109" "\7""72" "\10""7" "\788" "\109" "\799" "\4teria" "\10es" "\7y1" "\5le1" "\7field2" "\14""3" "\7on" "\7ship" "\5ousai" "\4uhan" "\3udelaire" "\4haus" "\4mhaus" "\4tista1" "\3varia" "\3xter01" "\7""11" "\10""23" "\7""2" "\3yarea1" "\4bee1" "\4er04" "\4lee1" "\5iner" "\5or1" "\4onne" "\4side1" "\4view" "\4watch" "\3zooka1" "\2b123456" "\3all08" "\79" "\6""101" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\6""30" "\7""1" "\7""2" "\7""3" "\7""4" "\6""42" "\7""4" "\7life" "\6er1" "\3bbbb1" "\7bbbb" "\2c123456" "\2d123456" "\2each123" "\6babe1" "\7oy" "\7um1" "\6es1" "\6girl" "\4gle1" "\7s" "\4mer1" "\5ish" "\4n123" "\5bag" "\6ean" "\5er12" "\5head" "\5ie1" "\7s" "\5s123" "\5town" "\4r1234" "\5""2327" "\5bear1" "\5cat1" "\10s1" "\5dog1" "\5s123" "\6""23" "\6""34" "\6""54" "\685" "\6hare1" "\4sley1" "\5t123" "\7""3" "\6""23" "\6""666" "\6boy" "\6ie1" "\6ly1" "\6mode1" "\6y1" "\4t100.9" "\5box1" "\5iful" "\5le1" "\7s123" "\10""2" "\10""4" "\5rice1" "\7x" "\7z1" "\4ubeau" "\5fort" "\5mont1" "\5regard" "\5tiful!" "\12." "\12""0" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\12g" "\12l" "\6y!" "\7""01" "\7""11" "\10""23" "\7""21" "\7""3" "\7""7" "\4ver1" "\7""69" "\7s1" "\5is1" "\3ba123" "\4e1234" "\5bebe" "\5gim" "\4ita1" "\4o123" "\3cause1" "\4ca123" "\6boo" "\4ker1" "\6tt" "\5ham07" "\10""1" "\10""23" "\10""7" "\5y123" "\4ool1" "\3dford1" "\4rock1" "\6om1" "\4time" "\3ebee1" "\4chwood" "\4fcake1" "\4gees" "\4hive" "\4line" "\4mer1" "\4pbeep1" "\4r1234" "\5""4me" "\5beer1" "\5isgood" "\5man1" "\5pong1" "\5tje" "\4thoven1" "\5le1" "\7juice" "\5root" "\3gemot" "\4inner" "\4onia" "\3happy1" "\10""2" "\4emoth1" "\4older" "\3ijing2008" "\3larus" "\4ette" "\4fast1" "\4garion" "\5ique" "\6um" "\5orod" "\5rano" "\4ieve1" "\10r" "\5nda1" "\6ea1" "\6ha" "\5ze1" "\4kin1" "\4l123" "\5a02" "\7""3" "\7""4" "\7""5" "\7""6" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""2007" "\118" "\119" "\10""10" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\6""69" "\6""77" "\688" "\699" "\6bella" "\7oo1" "\6dog" "\10nna" "\6gio" "\6mia" "\7y" "\6rose" "\6swan" "\6trix" "\6vista" "\10ta" "\5bell" "\5dandy" "\5e123" "\6nd" "\6ville" "\7ue" "\6za" "\7za" "\5isima" "\7sima" "\12o" "\5ota" "\5south1" "\5ybutton" "\6dance" "\4mondo" "\7t1" "\10e" "\4ochka" "\5ved1" "\4tran" "\4vedere" "\3mine1" "\3n10000" "\5""23456" "\4ben1" "\7ben" "\4der1" "\5over" "\4edetta" "\11o" "\6ict1" "\11e" "\7kt" "\5lli" "\5tton" "\4fica1" "\4gals1" "\1085" "\5beng" "\4idorm" "\5tez" "\6o1" "\4jam1n" "\7in!" "\11""01" "\11""10" "\12""1" "\12""23" "\12""3" "\12""5" "\11""22" "\11""3" "\11""4" "\11""5" "\11""7" "\118" "\119" "\5i123" "\6e1" "\4laden" "\4nett1" "\5ie1" "\6ngton" "\5y123" "\6boy1" "\4oit1" "\4son123" "\4ten10" "\5ley1" "\10""2" "\6y1" "\5on1" "\7g" "\4zema" "\3ograd1" "\4wulf1" "\3positive" "\3r217an" "\4batov" "\4enice1" "\5tta1" "\4gamo" "\5kamp10" "\4keley1" "\5ley" "\5shire" "\4lin123" "\7er" "\7go" "\6oz" "\5usconi" "\4muda1" "\7ez" "\4nabe" "\6dette" "\6rd123" "\10""2" "\10ino" "\10o1" "\5hard" "\5ice1" "\6e01" "\7""1" "\4ries1" "\5y123" "\4serk1" "\10er" "\4tha1" "\5ie1" "\5one" "\5ram" "\7nd" "\4uska" "\3siktas1903" "\5tos" "\4sie1" "\4t1234" "\5best" "\6uds" "\7y1" "\5friend1" "\13s" "\5ie1" "\7s1" "\5man" "\5rong" "\3thann" "\7y123" "\10""2" "\5ebest" "\6l1" "\6sda" "\5oven" "\4o123" "\5ven" "\4rayed1" "\4ter1" "\7days" "\5ina1" "\10""23" "\6s36" "\5y123" "\6""21" "\6boo1" "\11p1" "\12""2" "\12""3" "\12""7" "\6lou" "\3verley1" "\7y1" "\3witched" "\3yblade1" "\4once123" "\10""2" "\5urself" "\2f4ever" "\3f4eva" "\7er" "\5life" "\4l123" "\2gt56yhn" "\2h90210" "\3abycoh" "\6koh" "\6qoh" "\4gwan" "\4ndari" "\5u@1234" "\4rat123" "\7hi" "\7i" "\5dwaj" "\5gavi" "\4skar" "\4vana" "\7i" "\5esh" "\3ebheko" "\3olenath" "\3umika" "\4shan" "\4vana" "\2ianca01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""2" "\7neve" "\6hi" "\4rritz" "\4tch1" "\3bby10" "\4i123" "\5ana" "\5bibi" "\5che" "\5gon" "\4le123" "\5ioteca" "\11ka" "\4oune" "\3cameral" "\4hette" "\5ito" "\4icleta" "\4ycle1" "\3dadari" "\3edronka" "\4nchen" "\5venido" "\10ue" "\3gapple" "\5ss1" "\4baby1" "\6ller1" "\10s1" "\11""2" "\6ng123" "\6ss1" "\5ear1" "\6n07" "\7""1" "\7""7" "\5ig1" "\6rd1" "\6tch1" "\5lack1" "\6ock" "\6ue1" "\5ob1" "\6i1" "\6obs1" "\7ty1" "\6ss1" "\6y01" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\79" "\5ro1" "\7ther" "\5uck1" "\10s1" "\6tt1" "\10s" "\4cat1" "\5ock1" "\6untry" "\4d123" "\5ad1" "\7dy01" "\11""10" "\12""2" "\12""3" "\11""23" "\11""3" "\11""5" "\11""69" "\11""7" "\6ve1" "\6wg1" "\5ick123" "\10""2" "\10""69" "\109" "\10s" "\5og01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\7g" "\7s" "\4ears" "\4fish1" "\5oot1" "\10""2" "\4gdogg" "\5er1" "\5ie1" "\6rl1" "\5les1" "\5uns" "\6y1" "\4head1" "\10""2" "\5ouse" "\4jake" "\5ohn1" "\4love" "\4mac1" "\6ma1" "\10""2" "\6n123" "\7""2" "\5ike1" "\5omma1" "\6ney1" "\11""2" "\6uth" "\4nasty" "\5ose1" "\5uts" "\4one1" "\7s" "\5udi" "\4papa1" "\7i34" "\5enis" "\5imp1" "\10in1" "\12""2" "\5oppa1" "\5un1" "\4red123" "\7""2" "\4sexy1" "\5hot" "\7w1" "\5is1" "\7ter1" "\5tar" "\4time1" "\6ts1" "\10""69" "\5ruck1" "\4willy" "\5orm1" "\3ke123" "\5r123" "\6boy" "\6s1" "\4ini1" "\3labong" "\5l123" "\5ncia" "\4gisayar" "\4jana" "\4l1234" "\6989" "\5abong1" "\12""2" "\12""7" "\6rd" "\5bill" "\5gates" "\5iards" "\6e1" "\7jean" "\10oe1" "\6ngs" "\6on7" "\10aire" "\10s" "\5kaulitz" "\5ups1" "\5y01" "\6""10" "\7""1" "\7""234" "\7""3" "\6""22" "\7""3" "\7""7" "\6""69" "\6bob12" "\11""2" "\10y1" "\6goat1" "\6joe1" "\6ray" "\4oute" "\3ngbing" "\6ong" "\5o123" "\6bingo" "\4hminh" "\4laden" "\4tang1" "\4weevils" "\3ochemistry" "\4hazard1" "\4logia" "\10e" "\7y1" "\4nicle1" "\7man" "\4shock" "\4tch1" "\5echnology" "\3polar1" "\3quette" "\3rd123" "\5bird" "\5cage" "\5dog1" "\5house1" "\5ie123" "\7s" "\5man1" "\4illo" "\4mingham" "\4tanem" "\5hday12" "\3scoito" "\6tte" "\10o" "\5uit1" "\10""2" "\10s1" "\4exual1" "\4hop1" "\4marck" "\7k" "\5ilah" "\7lah123" "\12""786" "\12i" "\4ounours" "\3tanem" "\4ch#1" "\6""00" "\7""1" "\7""2" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\6""33" "\7""4" "\6""420" "\7""4" "\7""5" "\7life" "\6""55" "\6""666" "\79" "\6""77" "\688" "\79" "\699" "\6ass1" "\11""2" "\6bitch" "\6es!" "\10." "\10""123" "\10""2" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\7z1" "\6face1" "\6in1" "\6nigga" "\6please" "\10z1" "\6s1" "\7lap" "\6y1" "\4eme!" "\7""01" "\7""11" "\10""23" "\10""3" "\7""22" "\7""3" "\7""69" "\4ter1" "\7sweet" "\3zkit1" "\2j123456" "\3k1903" "\2labla11" "\10""23" "\7""2" "\7bla1" "\4ck&white" "\6""007" "\7""1" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\6""33" "\6""45" "\6""55" "\6""666" "\79" "\6""777" "\688" "\699" "\6adder" "\7ndwhite" "\10gel" "\7ss1" "\6bear1" "\11uty" "\10lt1" "\10rry1" "\7ird1" "\7lack" "\7ox" "\10y1" "\7urn1" "\6cat13" "\6death" "\10vil" "\7og1" "\7ragon" "\6eye" "\6fire" "\7oot" "\6girl1" "\6hawk1" "\12s" "\7eart" "\7ole1" "\10rse" "\6ice1" "\7e123" "\10""2" "\6jack1" "\12""21" "\6knight" "\6lab1" "\11el" "\7ight" "\10st" "\6magic" "\10il" "\10mba" "\10n1" "\7etal" "\7oon" "\10re" "\6ness" "\7ight" "\6ops" "\7ut1" "\6panther" "\7earl" "\7ool1" "\10wer" "\6rock" "\10se1" "\12s" "\6sabbath" "\7heep" "\7mith" "\7tar1" "\10one" "\7un" "\6tiger" "\6water" "\7ell" "\7hite" "\7idow" "\7olf" "\10od" "\6y123" "\4de123" "\6""55" "\6master" "\6runner" "\6s1" "\4h1234" "\5blah!" "\11""123" "\11""2" "\11blah" "\4ine1" "\4ke01" "\6""11" "\7""23" "\7""3" "\4nca1" "\6hard" "\7e1" "\6o10" "\5dine" "\5ket1" "\5quita" "\4rney" "\4ster1" "\6off" "\7ise" "\4ze123" "\7""3" "\6""420" "\6d1" "\6it420" "\6r12" "\7s1" "\5iken" "\6n1" "\7g" "\3each123" "\4dsoe" "\4eding1" "\4nder" "\4ssed!" "\10""01" "\11""7" "\118" "\119" "\10""11" "\11""23" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\10be" "\6ing123" "\11s1" "\12""7" "\6me1" "\3ind123" "\6side" "\5g123" "\6bling" "\5k-182" "\6""123" "\7821" "\10""3" "\6blink" "\6er" "\6me" "\6y1" "\4ssful" "\5ter" "\4tzen" "\6krieg" "\4zzard1" "\3ockbuster" "\6ed" "\6head" "\4emen" "\4gs123" "\4nde123" "\7""2" "\7s" "\6ie!" "\10""01" "\10""101" "\11""1" "\11""23" "\11""3" "\10""2" "\10""3" "\10""69" "\10""7" "\7nka" "\6y1" "\4od101" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\6""4life" "\6""55" "\79" "\6""666" "\79" "\6bath1" "\6gang" "\6hound" "\6line1" "\7ust1" "\6money" "\10on" "\6rayne" "\7ed" "\6s1" "\7""5" "\6y1" "\7""5" "\7hell" "\7mary" "\6z1" "\7""5" "\5mfield" "\6ing" "\4ssom1" "\10s" "\4wfish1" "\5job1" "\10""69" "\10s" "\5me!" "\7""123" "\7""2" "\7""69" "\3ubber1" "\6lub" "\4e100" "\7""1" "\6""2345" "\5""2000" "\10""2" "\6""222" "\5""321" "\5""456" "\5""777" "\689" "\5angel1" "\6rmy" "\5baby" "\7lls1" "\6ear1" "\7ll1" "\7rry1" "\12""2" "\6ird1" "\11s" "\6lue1" "\6oy1" "\5car" "\7t1" "\6heese" "\5devil1" "\12s" "\6og1" "\6ragon" "\5eyes1" "\11""2" "\5fire" "\7sh1" "\5gill" "\7rl" "\6rass1" "\7een1" "\5ice" "\5jay1" "\10s1" "\6eans" "\5light" "\7ne" "\5m00n" "\6an1" "\6onkey" "\7on1" "\5nose1" "\7te" "\5print1" "\5red" "\6ose1" "\5s123" "\6clues" "\6ea" "\6kies" "\7y1" "\10""2" "\6man" "\6tar1" "\5tooth1" "\5water1" "\5yes" "\4mentopf" "\4nt420" "\6s1" "\7""420" "\2mw2002" "\4""318is" "\5""20d" "\7i" "\6""5is" "\68i" "\5""30ci" "\4m3gtr" "\4power" "\4z4hasme" "\3x4life" "\2oarder1" "\4teng" "\5ing1" "\4vista" "\3b123456" "\4afett1" "\4bie1" "\6ns" "\5ob123" "\7bob" "\5y01" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\78" "\6""21" "\7""2" "\7""3" "\6""69" "\6boy" "\6jack1" "\7oe" "\4cat12" "\7s1" "\4dole1" "\5ylan1" "\4ert1" "\5sponja" "\4iscool" "\4marley1" "\12""2" "\4o1234" "\5bo1" "\7bo" "\4saget1" "\5mith" "\5ter" "\4thebuilder" "\3cajuniors" "\4ephus1" "\3densee" "\4yboard" "\6uilding" "\5guard" "\5shop" "\3eing737" "\10""47" "\10""77" "\3fo100" "\3gart1" "\4dan123" "\7a" "\4osse" "\3hemian" "\3ilers" "\4ng747-400" "\3jangles1" "\3la123" "\5bola" "\5nle" "\4inhas" "\5var" "\6ia1" "\4leke" "\5ocks1" "\6x1" "\5ywood" "\4ogna1" "\4ton1" "\4uwatife" "\3mbardier" "\6y1" "\5er1" "\7man" "\7os" "\7s1" "\5om1" "\6n1" "\5shell" "\3nafide" "\5nza1" "\5parte" "\4bon123" "\4d0007" "\5age1" "\6renko" "\5bond" "\5s25" "\4efish" "\5head1" "\5r69" "\5s123" "\5thugs1" "\4fire" "\4g420" "\5bong" "\5hits" "\5o123" "\4heur" "\4iface" "\10io" "\5lla" "\5ta123" "\10""3" "\7""2" "\4jour123" "\10s" "\6vi1" "\4kers1" "\4nechance" "\6ville" "\5ie01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""2" "\4obono" "\5vox" "\4sai1" "\5oir" "\3o-boo" "\4""1234" "\4b123" "\5ear1" "\5ie1" "\7s!" "\10""123" "\10""2" "\10""69" "\5oo!" "\7""01" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\78" "\799" "\7bear" "\10oo" "\5s123" "\6""69" "\4fhead" "\4galoo" "\5er!" "\7""01" "\7""11" "\10""23" "\7""2" "\7""3" "\7""5" "\7""69" "\7""7" "\7s1" "\5ie01" "\7""123" "\7""2" "\7man1" "\4hoo1" "\4k1234" "\5book" "\5er1" "\7t" "\5ie1" "\6ng" "\6tty" "\5mark1" "\5s123" "\5worm1" "\4m123" "\5an1" "\5boom1" "\7x" "\5er01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""5" "\7""7" "\7ang1" "\4ndocks1" "\4ster1" "\4tcamp" "\5ie1" "\5leg1" "\5s123" "\6ie1" "\6y1" "\5y123" "\6""69" "\6call1" "\6licious" "\6meat1" "\4yah1" "\6ka619" "\4zer1" "\3quita" "\3rabora" "\5cay" "\4boleta" "\4deaux33" "\6rline" "\4eanaz" "\5d123" "\6om" "\4icua123" "\10""2" "\10""7" "\5ng1" "\5qua1" "\5s123" "\6ka" "\4land" "\4n2die" "\6kill" "\6run" "\6win" "\5again" "\5free" "\5torun" "\7win" "\4odin" "\5mir" "\4racho" "\5ego" "\4ussia09" "\3sco123" "\4s1234" "\5""302" "\5""429" "\5anova" "\5bitch1" "\6oss" "\5hog1" "\10g" "\5lady1" "\5man1" "\4ton01" "\10""7" "\108" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\10""4" "\7""33" "\10""4" "\7""5" "\7""617" "\109" "\7""7" "\4well" "\3tafogo" "\4swana" "\4tle1" "\5om1" "\3ubou1" "\7le" "\7ne" "\4cher" "\6on" "\6ra" "\4ddha" "\4langer" "\5der1" "\5ette" "\6vard" "\5ogne" "\4nce1" "\7r1" "\5ty1" "\4rbon1" "\5nemouth" "\4tique" "\4vier" "\3whunter1" "\4l300" "\5er1" "\5ing1" "\10""300" "\4man1" "\4ser1" "\4wow123" "\10""3" "\7""2" "\7""3" "\3xer123" "\6dog" "\6s1" "\4ing123" "\4ster" "\3y123456" "\4boy1" "\4crazy1" "\4friend1" "\12""2" "\4lover1" "\4s123" "\5""2men" "\5cout" "\5suck1" "\4toy1" "\4z2men" "\5one" "\3zkurt" "\2pevhel" "\2r00klyn" "\5tal" "\3""123456" "\4ttany" "\3aceface1" "\6let" "\5ken1" "\4d1234" "\5en1" "\6sco" "\5ford1" "\5ipo" "\5ley01" "\10""11" "\11""23" "\10""2" "\10""3" "\10""4" "\10""7" "\5pitt1" "\5shaw" "\5y123" "\4eden1" "\4in123" "\6dead" "\6iac" "\6s1" "\7torm" "\4mble1" "\5pton" "\4nd0n" "\6an" "\6ee" "\7n1" "\6i123" "\7""2" "\7e1" "\6new1" "\6o1" "\7n!" "\10." "\10""00" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""20" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\1088" "\1098" "\119" "\10lee" "\6weer" "\6y01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\5son1" "\4sil10" "\10""23" "\7eira" "\12o" "\7ia" "\10en" "\4t123" "\5islava" "\5ty1" "\5wurst" "\5z10" "\7""1" "\7""23" "\4ulio" "\4veheart" "\6s10" "\10""1" "\10""2" "\795" "\5o123" "\4xton1" "\4yan1" "\5den08" "\10""1" "\10""2" "\6on1" "\4zil10" "\10""23" "\7ia" "\5zers" "\3ead123" "\5kaway" "\6dance" "\7own1" "\6er1" "\10s" "\6fast1" "\6ingdawn" "\6out" "\5na1" "\6na123" "\10""2" "\7e1" "\5sts" "\5the1" "\4bre123" "\4e123" "\5bree1" "\5ze1" "\7r" "\6y1" "\4itling" "\4nda01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""2" "\7""3" "\7""69" "\7n1" "\6en1" "\6on1" "\5na1" "\7n1" "\6en1" "\7r" "\5t123" "\6ford" "\6on1" "\6wood1" "\4scia" "\4tagne" "\5hart" "\5t123" "\4wer1" "\7s1" "\5ster1" "\3ian01" "\7""7" "\78" "\6""10" "\7""1" "\7""234" "\7""3" "\7""4" "\6""21" "\7""2" "\7""3" "\6""69" "\6a123" "\7""2" "\6na!" "\10""01" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7e1" "\4bri1" "\4ciola" "\5khouse" "\6s1" "\7quad" "\4dges" "\7t1" "\10te1" "\4elle1" "\4gada" "\7eiro" "\5ht1" "\7eyes" "\7on1" "\5ida" "\6tta" "\10e1" "\4jesh" "\4lliant1" "\4ndisi" "\6le" "\5giton1" "\5kley" "\4ones" "\4sbane1" "\5ingr" "\5tol1" "\4t123" "\5ain" "\6nnia" "\7y" "\5brit" "\5ish1" "\5ney123" "\10""2" "\10spears" "\5t08" "\79" "\6""11" "\7""23" "\7""3" "\7""4" "\6ani1" "\10y!" "\11." "\11""01" "\128" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""69" "\11""7" "\118" "\119" "\6ney12" "\7i" "\6on" "\6y1" "\4zet07" "\3o3886" "\4adband1" "\6way1" "\4ccoli" "\4die1" "\5y123" "\4ken!" "\7""123" "\10""3" "\7""2" "\7""3" "\7cyde" "\7heart" "\6r1" "\4nco1" "\7""2" "\7s07" "\10""1" "\10""24" "\10""7" "\5son1" "\5te1" "\6olo" "\5wyn" "\5x718" "\5ze1" "\7wing" "\4odwar" "\5ke!" "\7""01" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""7" "\6ie1" "\6lin" "\7yn01" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\11""21" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""6" "\11""71" "\11n1" "\6s1" "\7ide" "\5mfield" "\4s4life" "\5b4hoes" "\4ther123" "\10""2" "\10""3" "\10hood" "\10s1" "\11""2" "\11""3" "\4ucek" "\4wn11" "\7""23" "\7""3" "\6""23" "\6bear" "\6cow" "\6dog1" "\6eyes1" "\12""2" "\6ie123" "\10""2" "\10""3" "\10s1" "\7ng1" "\6pride" "\6s1" "\7uga1" "\12r" "\6y1" "\5ser" "\3uce123" "\6lee1" "\6wayne" "\4ins1" "\7""77" "\5ser1" "\4jeria" "\5ita" "\4na123" "\5ella" "\6tte1" "\5inha" "\10o" "\6to" "\5o01" "\6""10" "\7""1" "\7""23" "\7""3" "\5swick1" "\4ssels" "\4tal1" "\5is1" "\5us01" "\7""11" "\10""23" "\4xelles" "\5inha" "\3yan01" "\6""11" "\7""23" "\7""3" "\6na1" "\6t1" "\78" "\4ce123" "\4son1" "\2ubamara" "\4ba01" "\7""7" "\78" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\6""21" "\7""2" "\7""3" "\6""69" "\699" "\6dog" "\6gump1" "\6s1" "\5ie1" "\5l3s" "\6e!" "\7""01" "\7""11" "\10""23" "\7""2" "\7""3" "\7""5" "\7butt" "\7gum!" "\12""1" "\12""2" "\12""3" "\12""7" "\129" "\7s!" "\10." "\10""01" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\10""21" "\11""2" "\11""3" "\11""4" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\1088" "\1099" "\7z1" "\6y1" "\5y123" "\4u123" "\5bubu" "\5lina" "\6le" "\5ruza" "\3ccaneers" "\4efalo" "\4hanan" "\4k123" "\5aroo" "\5buck" "\5et1" "\7head" "\6ye1" "\10s1" "\5fast" "\5ingham" "\5ley1" "\5master" "\5shot1" "\5wheat1" "\4uresti" "\3dapest1" "\4dah1" "\5ha1" "\5ie1" "\7s1" "\5y01" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\6""69" "\6""77" "\699" "\6boy1" "\6cat" "\6dog1" "\6holly" "\6lee" "\7ove1" "\6s1" "\4light12" "\11""2" "\11""69" "\6te1" "\4man1" "\4weiser1" "\128" "\5iser" "\3enavista" "\5osaires" "\3ffalo1" "\10""2" "\10""66" "\5ett1" "\5y123" "\4ord1" "\3gaboo1" "\5tti1" "\4bug1" "\4ger1" "\5ie1" "\4menot" "\4sbunny1" "\12""2" "\3ilder1" "\3kkake" "\4owski" "\3lacan" "\5klak" "\4gakov" "\6ria1" "\4ilit" "\4l123" "\5dawg" "\6og10" "\11""1" "\11""23" "\11""3" "\10""22" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\109" "\10s08" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\11""2" "\11""3" "\11""7" "\7zer1" "\5et11" "\10""23" "\10""3" "\7""2" "\783" "\7proof" "\7s1" "\5frog1" "\5head" "\5itt" "\5ock" "\5rider1" "\5s23" "\6eye1" "\6h1t" "\7it!" "\11""12" "\11""2" "\11""69" "\5winkle" "\3mble1" "\7bee1" "\12""2" "\5um1" "\7bum" "\4erang" "\4fluff" "\4hole1" "\4mer1" "\4per1" "\3nbun1" "\6ry" "\4deswehr" "\4galow" "\5hole1" "\4ker1" "\4nie1" "\7s1" "\10""2" "\5y01" "\6""101" "\7""1" "\7""23" "\7""3" "\7""4" "\6""22" "\7""3" "\6""69" "\6boo1" "\6hop" "\6rabbit" "\6s1" "\3ongiorno" "\3rak123" "\5tino" "\4bank" "\5erry1" "\5uja" "\4gerking" "\7s" "\6ss1" "\5undy" "\4kina" "\4lington" "\4nett" "\5ing1" "\5ley1" "\5out1" "\10""3" "\5side" "\4rito1" "\4sa16" "\6spor" "\4ton123" "\10""3" "\4unduk" "\3sdriver1" "\4hido123" "\10""7" "\5man" "\4iness12" "\4tamante" "\5ed!" "\7""123" "\7""2" "\7""4" "\6r!" "\7." "\7""00" "\10""1" "\10""2" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\7""33" "\7""44" "\7""55" "\7""69" "\7""77" "\788" "\799" "\7boy" "\10rown" "\7dog" "\4ybee" "\3tch123" "\6er1" "\6ie1" "\4erfly1" "\4head1" "\4ler1" "\4t123" "\5""3rfly" "\5butt1" "\5crack1" "\5er!" "\7""01" "\7""11" "\10""23" "\10""3" "\7""22" "\7""3" "\7""44" "\7""5" "\7""7" "\7ball" "\10ean" "\7cup0" "\12""1" "\12""2" "\12""3" "\12""7" "\129" "\7finger" "\10lies" "\11y!" "\12." "\12""0" "\12""11" "\13""23" "\13""3" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\12s" "\7milk" "\7nut" "\7s1" "\10cotch" "\5face1" "\6uck1" "\5head12" "\11""2" "\6ole1" "\5man" "\6onkey" "\6unch1" "\5on1" "\7s123" "\10""2" "\5plug" "\5sex1" "\10""69" "\3y1get1free" "\3ziaczek" "\4z123" "\5ard1" "\5buzz" "\2vb1909" "\3lgari" "\2yakugan" "\3ebye1" "\3theway" "\1c.ronaldo7" "\2""00kies" "\3c0nut" "\4ac0la" "\3l0rad0" "\3mput3r" "\7er" "\3urtney" "\2""111111" "\3""23456789" "\3a2r3l4o5s6" "\5s3p4e5r6" "\3c2c3c4" "\2""3poandr2d2" "\5r2d2" "\2""6h12o6" "\2""7777777" "\29p5au8naa" "\2a123456" "\3ballero1" "\7o1" "\10s" "\5ret" "\4bage1" "\10s" "\4ernet" "\5zon" "\4inet" "\4leguy" "\4oose1" "\5verde" "\5wabo" "\4rera1" "\5iolet" "\5on1" "\7es" "\3ca1234" "\5boudin" "\5ca1" "\7ca" "\5devaca" "\5huate" "\7ete" "\5maca" "\5pipi" "\6rout" "\5roto" "\5tua" "\4cola" "\4eres" "\4hito" "\5ondo" "\6rra" "\10o1" "\4ique" "\4tus1" "\3dbury1" "\4eira" "\5nce1" "\4ilac" "\6lac1" "\3esar1" "\4tano" "\3femom1" "\4feine" "\3gliari" "\6ostro" "\4nolino" "\3iden1" "\4llou" "\4tlin123" "\10""2" "\6yn1" "\3ke123" "\3labaza" "\6ria" "\5mardo" "\10o" "\6ity" "\5vera" "\4culator" "\7us" "\6tta" "\4deron1" "\5well1" "\4eb01" "\6""123" "\5donia" "\5ndar1" "\11io" "\7er" "\4gary1" "\4houn" "\4i1234" "\5""4nia" "\5ban" "\6ra1" "\5co1" "\5ente1" "\5fas13" "\6ornia1" "\12cation" "\5girl1" "\6ula" "\5love1" "\5mero1" "\5nou" "\5pso" "\5sta" "\7o" "\4l of duty" "\5911" "\5ahan" "\6way1" "\5e13" "\5ie01" "\7""11" "\10""23" "\7""2" "\6ng" "\6ope" "\6sta" "\10o" "\5me1" "\5ofduty1" "\13""2" "\13""4" "\13""5" "\13""6" "\5um01" "\7""123" "\4ogero" "\4vary1" "\5ert" "\5in01" "\7""11" "\10""23" "\7""23" "\4ypso1" "\3macho1" "\5leonte" "\5ra1" "\6go" "\6o01" "\7""123" "\7""2" "\7""67" "\108" "\109" "\795" "\7n" "\7ss" "\7z28" "\4biami" "\5odia1" "\5ria1" "\7dge1" "\4cam1" "\4den1" "\4el123" "\6eon" "\6ia" "\6lia" "\7o" "\6ot1" "\6s1" "\6toe1" "\5ra123" "\6o1" "\7n!" "\10""01" "\11""2" "\11""3" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\1099" "\7on" "\7un" "\4ila01" "\7""10" "\10""1" "\10""23" "\6ita" "\6la1" "\7e123" "\10""22" "\7o" "\6o123" "\4mello" "\4omilla" "\4pana" "\7ile" "\11la" "\10ta1" "\6ri" "\5bell1" "\5eon1" "\10es" "\6r1" "\5inas" "\7g1" "\6one" "\10i" "\5os1" "\5rock1" "\4ron1" "\5yn1" "\3nabis1" "\5da01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""2010" "\10""2" "\799" "\6ian1" "\7ens" "\5ille" "\5rias" "\7es" "\7o" "\4berra" "\4can1" "\5el1" "\6r123" "\10""3" "\7""22" "\7""69" "\7""7" "\7ian" "\5un1" "\4dace1" "\5ela1" "\10ria" "\5ice123" "\6da" "\7e" "\7o" "\6e1" "\7s1" "\5le1" "\7s1" "\5y01" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\7""5" "\6""69" "\6""77" "\6apple" "\7ss" "\6bar1" "\6candy" "\11e1" "\12""2" "\7orn" "\6floss" "\6girl1" "\12""2" "\7url1" "\6land1" "\6man1" "\6s1" "\7hop1" "\4ela1" "\6ita" "\6le" "\4grejo" "\5uro" "\4ibal" "\6us" "\5che" "\4nabis1" "\6varo" "\5elle" "\5ibal1" "\5on1" "\7ball" "\7dale" "\4on123" "\4tante" "\5erbury" "\5ik1" "\5on1" "\7a07" "\10""1" "\10""7" "\5rell" "\4ucks1" "\4yon1" "\3oimhe" "\3pacity" "\4ecod1" "\5lla" "\7i" "\7o" "\5town1" "\4itaine" "\7l1" "\10s" "\7n1" "\10o" "\6ol" "\4oeira1" "\5ne1" "\4puccino" "\4rice1" "\7ho" "\7on" "\10rn1" "\12""2" "\12e" "\12io" "\12o" "\6sun" "\4slock1" "\5ule" "\4tain1" "\10""2" "\5iva" "\4ucine" "\5llo" "\3r0lina" "\10e" "\4""12345" "\4abinieri" "\5cas1" "\6ola" "\10es" "\6ulo" "\5jo1" "\5lho123" "\5mail" "\6bar" "\7ola" "\6el1" "\10""2" "\10ito" "\10la" "\11e" "\10o1" "\11s" "\6ia" "\5vaggio" "\7n1" "\10e" "\4bon12" "\7e" "\4car1" "\6ss" "\4denas1" "\5iac" "\6ff1" "\6gan" "\6nal1" "\11s1" "\12""2" "\12""5" "\5ona" "\6so" "\4ebear12" "\11""2" "\11""3" "\11s1" "\5er1" "\7s" "\5free" "\6ul" "\5giver" "\5less" "\4hartt" "\4ibbean" "\6ou" "\5dad" "\5na1" "\6ho" "\5oca" "\5sma" "\6sa1" "\5tas" "\4l123" "\5a123" "\5ee1" "\6ne" "\6ton" "\7to" "\6y1" "\5ie1" "\6ng1" "\7ha" "\10os" "\7o" "\6sle1" "\6ta" "\7o1" "\10s1" "\5o123" "\6s!" "\7." "\7""01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\788" "\799" "\6ta" "\7ta1" "\5sberg" "\6on1" "\5ton1" "\5y123" "\4man1" "\5el1" "\7a1" "\7ina" "\10ta" "\7la1" "\7o15" "\6n01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\7""69" "\7""7" "\7cita" "\5ina" "\7e1" "\5ona" "\4nage1" "\6tion" "\6val" "\5egie" "\6iro" "\6ll1" "\5ival1" "\4o123" "\5l123" "\6ann" "\6e1" "\6in1" "\10a." "\11""01" "\11""10" "\12""1" "\12""23" "\12""3" "\11""22" "\12""3" "\11""3" "\11""5" "\11""7" "\10e123" "\11""2" "\6yn1" "\5nte" "\5tte" "\5usel" "\4pediem1" "\6nter1" "\6t1" "\4ranza" "\6sco" "\5efour" "\6ra1" "\10""4" "\5ick" "\6e123" "\7r" "\6llo" "\6ngton" "\5oll1" "\6t1" "\7s1" "\4s1234" "\5on123" "\5ten" "\4tagena" "\5el1" "\6r01" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""5" "\7""22" "\10""3" "\7""3" "\7""4" "\7""5" "\5hage" "\5ier" "\5man1" "\10""2" "\5oon123" "\10s1" "\6uche" "\4valho" "\5er1" "\4wash1" "\3sa1234" "\5blanca" "\5casa" "\5mento" "\6ia" "\5ndra1" "\6ova1" "\4cada" "\7e1" "\10s" "\4erta" "\5y01" "\6""10" "\7""1" "\7""23" "\7""3" "\6dog" "\4h1234" "\5cash" "\5flow1" "\5man" "\6ere" "\6oney1" "\12""2" "\12""3" "\4illas1" "\5miro" "\5no123" "\5o123" "\6pea" "\4per01" "\10""7" "\7""10" "\10""1" "\10""23" "\10""34" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\799" "\5ian" "\4sandra1" "\12""2" "\11e" "\7ova" "\5ey1" "\5idy123" "\10""2" "\6e!" "\7""01" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""6" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\6opea" "\11ia" "\6us1" "\4taneda" "\6way" "\5ellano" "\10on" "\7o" "\5illa" "\10o1" "\6ng" "\5levania" "\5or1" "\5ravete" "\6o1" "\7l" "\3t123456" "\4alan" "\6ina1" "\6og" "\6unya" "\6yst" "\5maran" "\5nddog" "\6ia46" "\6zaro" "\5rina1" "\4cat123" "\7cat" "\5h22" "\6er1" "\6me" "\4daddy1" "\5og11" "\10""23" "\7""22" "\7""3" "\7""5" "\7""7" "\4edral" "\5rina1" "\10g" "\6pillar" "\5yes" "\4fish1" "\10""2" "\5ood1" "\4girl1" "\4hedral" "\6rine1" "\12""2" "\12""3" "\5leen" "\5olic1" "\5rine" "\5y123" "\4inthehat" "\4lover1" "\4man1" "\4nip1" "\4olica" "\4racho1" "\5ina1" "\6ona" "\4s101" "\6""234" "\5anddogs" "\5cats" "\5dogs" "\5eye" "\5meow" "\5rule1" "\4tle1" "\4walk" "\5oman1" "\7en" "\3ught1" "\4tion1" "\3valera" "\6ier1" "\11e" "\11s1" "\6li" "\7o" "\4eman1" "\3yden1" "\4enne" "\4man1" "\3zador" "\4zarola" "\5imiei" "\5ocazzo" "\6ne" "\2b123456" "\3r1000rr" "\5""100xx" "\4""600rr" "\4900rr" "\5""29rr" "\4own1" "\2c123456" "\3cccc1" "\7cccc" "\2de34rfv" "\3jkjxm" "\3tnkfyf" "\2e#34bola" "\3asar1" "\5er1" "\3bucity" "\3ce123" "\5lia1" "\4ilia123" "\7e" "\6le" "\3dric1" "\7k" "\3ecee1" "\3ilidh" "\3lebrate" "\11ion" "\7ity1" "\5ron1" "\5ste1" "\10""2" "\7ial1" "\10na" "\11e" "\11o" "\4ibataire" "\5ca1" "\5na1" "\6e123" "\7dion" "\4lardoor" "\5phone1" "\12""2" "\5ulare" "\4tic01" "\7""123" "\10888" "\10967" "\7""67" "\7""7" "\788" "\7fc1" "\7s1" "\10""33" "\11""4" "\10""5" "\4ular1" "\3metery" "\3na123" "\5""619" "\5tion" "\4drillon" "\4erentola" "\4icienta" "\4tauri" "\10o" "\5er1" "\5ral1" "\6ino1" "\6um" "\5urion" "\7y1" "\10""21" "\3ramics" "\4berus1" "\4eal1" "\5bro" "\4fcerf" "\4tified1" "\4ulean" "\4vantes1" "\5eja" "\6za1" "\3sar123" "\7""3" "\6in" "\4sna152" "\10""72" "\4tlavie" "\5moi" "\2fiekmrf" "\3ytxrf" "\2h0c0late" "\3""123456" "\4ck3n" "\6en" "\3""3cooh" "\4ls3a" "\3abela" "\5lis" "\4cha123" "\7""2" "\7cha" "\6i1" "\7ng" "\7ta" "\6ou" "\4d1234" "\5reed22" "\5wick1" "\4ingang1" "\6saw1" "\5r123" "\6man" "\5tali" "\7nya" "\4kkara" "\4llenge1" "\12r" "\5upa1" "\4mber1" "\10s1" "\5eau" "\6leon" "\5ois" "\6nix" "\6rro" "\5p123" "\6""24" "\6agne1" "\6ion12" "\11""2" "\11s1" "\6s1" "\4n123" "\5ce01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""7" "\7s" "\7y" "\6hal" "\10n" "\7ito" "\7o" "\5dana" "\6er" "\6igarh" "\6ler12" "\11""2" "\6ni" "\6oi" "\6ra1" "\10n" "\7ika" "\7u" "\5el05" "\7""11" "\10""23" "\7""2" "\7""5" "\7le1" "\5ga1" "\6e08" "\109" "\7""11" "\10""234" "\7""2" "\7d1" "\7it" "\7me123" "\11""2" "\7pass" "\7r" "\7s1" "\6ing" "\6o1" "\5nel1" "\6ing1" "\5tal1" "\10e" "\6e1" "\7l1" "\10le1" "\6illy" "\4ochao" "\5s123" "\7""3" "\6""666" "\5tic1" "\4parra1" "\10ita" "\10o" "\5in1" "\5lain" "\6in" "\5man1" "\5stick1" "\5ter1" "\5ulin" "\4r123" "\5acter1" "\12s" "\5char" "\6oal1" "\5donnay" "\5ger06" "\10""1" "\10""21" "\10""69" "\10s12" "\12""3" "\11""21" "\5ing" "\6sma1" "\7sa" "\10e" "\6ty1" "\6zard1" "\5l0tte" "\6""1e" "\6ee1" "\7ne1" "\7s01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10ton" "\7y1" "\6i1" "\7""3" "\7e!" "\10." "\10""01" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""200" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""7" "\10""33" "\10""4" "\10""5" "\10""69" "\10""77" "\1088" "\1099" "\10boy" "\11rown" "\10dog" "\10s" "\7ne" "\7ze" "\6ote" "\10te0" "\12""1" "\12""2" "\12""3" "\12""7" "\129" "\6ton1" "\6y123" "\7n" "\5maine1" "\7nder" "\6ed123" "\10""2" "\10""3" "\10p3" "\7r" "\6in1" "\10g1" "\5ter1" "\10ed" "\4se01" "\6""10" "\7""1" "\7""23" "\6r1" "\5ity1" "\5tity" "\4t123" "\5chat" "\5eau" "\5ham" "\5noir" "\5terbox" "\6ing" "\4ucer" "\5dhary" "\5han" "\5ncey1" "\5ssette" "\4vez1" "\4yank" "\7ne" "\3eater123" "\10""2" "\10s1" "\6ing1" "\4burashka" "\4che1" "\7n" "\5k123" "\6ed" "\7r1" "\10s1" "\6ing1" "\7tout" "\6mate1" "\4ddar1" "\6er" "\4ech1" "\5ks1" "\6y1" "\7monkey" "\5r01" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\7""6" "\6""21" "\7""2" "\7""3" "\6""4life" "\6ful" "\6girl1" "\6ing1" "\7o1" "\10s1" "\6leader" "\12ing" "\6s1" "\5se!" "\7." "\7""01" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\10""4" "\7""33" "\7""44" "\7""5" "\7""69" "\7""7" "\788" "\799" "\7ball" "\10urger" "\7cake1" "\7head" "\7man" "\7y1" "\6y1" "\5tah12" "\10""2" "\10s" "\6o1" "\7s1" "\5ze1" "\6it1" "\4gevara" "\5uevara" "\4lita" "\7o19" "\5lam" "\5ovek" "\5sea!" "\10." "\10""01" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\11905" "\10""21" "\11""2" "\11""3" "\11""5" "\11""6" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\1088" "\1099" "\10fc1" "\7y1" "\6ie1" "\4mical1" "\11s" "\6stry1" "\4n123" "\5chen" "\5jian" "\5nai" "\4palle" "\4rie1" "\6se" "\7h1" "\5okee1" "\5ries1" "\6y!" "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\788" "\79" "\7bomb" "\7coke" "\7pie1" "\7s1" "\7tree" "\5yl1" "\4shire" "\5ney1" "\5s123" "\6ie1" "\6master" "\5ter!" "\10""01" "\10""10" "\11""1" "\11""3" "\10""22" "\10""3" "\10""4" "\10""5" "\108" "\10field" "\6nut1" "\4val1" "\7ier" "\6ux" "\5elle1" "\11""69" "\6re" "\5rolet1" "\7n1" "\5y01" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""11" "\7""23" "\7""500" "\6""22" "\7""500" "\6""350" "\6""454" "\7x4" "\6""57" "\6""69" "\688" "\79" "\698" "\79" "\6man1" "\6s10" "\6truck" "\6z71" "\4wbacca1" "\5ie1" "\5y123" "\4yanne1" "\5enne11" "\12""2" "\11""2" "\11""3" "\11""7" "\3ianti" "\5ra1" "\6etta" "\4buike" "\6zor" "\4ca123" "\6go10" "\11""1" "\11""23" "\11""3" "\10""21" "\11""2" "\11""3" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\109" "\6na1" "\7o13" "\5co1" "\5harito" "\6i11" "\10""23" "\7""2" "\5k123" "\6""3n" "\6a1" "\7dee" "\6boy" "\6en!" "\10." "\10""01" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\10""21" "\11""2" "\11""3" "\11""4" "\10""3" "\10""44" "\10""5" "\10""69" "\10""7" "\108" "\1099" "\10butt" "\10s1" "\6ie1" "\6let" "\6s1" "\6y1" "\5lete" "\5o11" "\7""23" "\7""3" "\6ny" "\6sci" "\4dera" "\5inma" "\5ori1" "\4ef123" "\6s1" "\5nne" "\4ffon" "\4gger" "\5ozie" "\4hiro" "\5uahua1" "\4jioke" "\4ken1" "\5ita1" "\4lango1" "\5dcare" "\6ofgod" "\6ren1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\5eno" "\5idog" "\5len" "\6i1" "\7n1" "\10g" "\6out" "\6y1" "\4maira" "\5char" "\7im" "\5era1" "\4na123" "\7""3" "\6cat" "\6doll1" "\6girl" "\6man" "\6town1" "\5chilla" "\10n1" "\5edu1" "\6se1" "\5gching" "\6on1" "\6y1" "\5ita1" "\7o" "\5may" "\5o123" "\7""3" "\694" "\6is" "\6nso" "\6ok1" "\5yere" "\4odos1" "\4p123" "\5chip" "\5munk1" "\11s" "\5per10" "\10""2" "\6ie" "\6y1" "\5s123" "\6ter" "\4quis" "\7ta1" "\10in" "\11ta" "\10o1" "\4spita" "\4tarra" "\5chat" "\5own1" "\4vas#1" "\7""01" "\10""7" "\109" "\7""100" "\11""1" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""7" "\78" "\799" "\4wawa" "\3loe01" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\6""22" "\7""3" "\6dog" "\3obits1" "\4cho1" "\5late1" "\5o123" "\6bo1" "\6cat" "\6l8" "\7at1" "\11""3" "\11e!" "\12." "\12""0" "\12""11" "\13""23" "\13""3" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\12s" "\4ice1" "\4kolate" "\4la13" "\5ito" "\5o123" "\7""3" "\4mper1" "\4nchon" "\4ochoo1" "\5se1" "\4pchop" "\5in1" "\5pa1" "\6er123" "\10""2" "\10""3" "\10""69" "\10""7" "\10s1" "\5suey" "\4rizo" "\4senone" "\4uchou1" "\6route" "\5dhary" "\5ette" "\5pette" "\6inette" "\10ou" "\5quette" "\4wchow1" "\5dary" "\6er1" "\3r1st1an" "\4is#1" "\6""007" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""43" "\7""5" "\7""6" "\7""7" "\78" "\7988" "\119" "\1090" "\11""1" "\11""3" "\6""2006" "\11""7" "\118" "\119" "\10""10" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""30" "\7""1" "\7""2" "\7""3" "\7""4" "\6""420" "\7""4" "\7""5" "\7ever" "\6""55" "\6""666" "\79" "\6""77" "\682" "\7""5" "\7""6" "\7""7" "\78" "\79" "\690" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6b1" "\7""2" "\7row1" "\12n" "\6chris" "\6paul3" "\6s1" "\7ie" "\7y123" "\10""2" "\6t01" "\7""11" "\10""23" "\7""2" "\7""777" "\7a1" "\10l" "\7elle" "\10n" "\7i1" "\10aan" "\11n!" "\12." "\12""0" "\12""123" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\12a" "\12e" "\12o" "\10e1" "\10n1" "\11a!" "\12""0" "\12""1" "\12""2" "\12""3" "\12""5" "\12""7" "\128" "\129" "\11e0" "\12""1" "\12""2" "\12""3" "\12""7" "\128" "\129" "\7mas!" "\12""0" "\12""1" "\12""2" "\7o1" "\10f" "\10ph1" "\12er1" "\10s" "\7y1" "\4mn754" "\4ome1" "\5nic1" "\10""420" "\10le" "\6o1" "\7s" "\4ysler1" "\6tal1" "\3ubbs1" "\6y123" "\4chay" "\6i1" "\6o1" "\6u1" "\5k123" "\6er2.0" "\6ie1" "\6les1" "\6norris" "\6y123" "\10""3" "\4kwudi" "\7ma" "\4la123" "\7""3" "\5ita" "\4mchum" "\5ley" "\4nchun" "\5ky1" "\4pacabra" "\7hups" "\6la" "\7o" "\6mela" "\4rch123" "\7""2" "\7ill1" "\4tney" "\4y123" "\2iao1234" "\5atutti" "\5bella" "\11o" "\5ciao1" "\11ciao" "\4ra123" "\3camica" "\4cina" "\7o" "\6o1" "\7bello" "\7lina" "\7na" "\10e" "\4lismo" "\3elito" "\5oazul" "\4rra1" "\3garette" "\3liegia" "\3mbom1905" "\7bom" "\3ncinnati" "\4der1" "\7ela" "\11la1" "\7s1" "\5rella" "\5y01" "\6""123" "\7""3" "\6lou" "\4ema1" "\7bizarre" "\4gular1" "\4namon1" "\4ta123" "\6ku1" "\6sejat" "\5hia1" "\6ya" "\3occolata" "\12o" "\5olata" "\3polla" "\7ina" "\4palippa" "\4riano" "\3rcle1" "\5uit" "\6s1" "\4ebon" "\4illo" "\3sco123" "\6kid" "\4neros" "\3tadel" "\5tion" "\4ibank" "\5zen1" "\4roen1" "\10c4" "\4yhunter" "\3vicsi" "\5lization" "\6war" "\2j123456" "\3kysirj" "\3ytxrj" "\2laire01" "\7""11" "\10""23" "\7""2" "\7bear" "\4ncy1" "\4pton1" "\4ra123" "\5emont" "\6nce1" "\5ice" "\6net1" "\11te" "\7ha" "\6on" "\6sa" "\7sa1" "\10e" "\6ta" "\7y" "\5k123" "\6e1" "\6kent1" "\6son" "\4ss04" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""10" "\7""1" "\7""2" "\6""2006" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""2" "\11""3" "\6ic1" "\10al" "\10s" "\7fied" "\6mate" "\6of05" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""2" "\11""3" "\10""200" "\12""10" "\13""1" "\13""2" "\1099" "\6room" "\6y1" "\4ude1" "\7tte" "\6ia01" "\10""123" "\11""3" "\10""2" "\10""7" "\7e" "\7ne" "\7o1" "\7ta" "\7us" "\4vier" "\4ymore" "\5ton1" "\10""2" "\3eaner1" "\6ing1" "\5r123" "\6water" "\4mence" "\7s" "\7t123" "\10e" "\10ina" "\12e" "\10s" "\5son1" "\4o123" "\5cat" "\6leo" "\5patra1" "\11e" "\4rmont" "\4veland1" "\12""2" "\6r1" "\3ick123" "\6er" "\4fford1" "\5ton1" "\4mber1" "\6ing" "\4nique" "\5ton1" "\4pper1" "\10s1" "\4toris" "\3ochette" "\5k123" "\6s1" "\6work1" "\4oney" "\4ser1" "\6up" "\4thes1" "\6ing" "\5ilde" "\4ud123" "\699" "\6nine" "\6s1" "\7trife" "\6y1" "\4ver123" "\7""4" "\4wn123" "\6s1" "\3ub2030" "\5ber" "\5med" "\5penguin" "\4eless1" "\4sters" "\4tch1" "\3yde123" "\2money1" "\3punk1" "\2neltyn" "\2oach123" "\6ing" "\4stal1" "\6er1" "\3bain1" "\5lt1" "\4blers" "\4ra11" "\7""23" "\6""427" "\6s1" "\3ca-cola" "\5cola!" "\11""0" "\11""10" "\12""1" "\12""23" "\12""3" "\11""2" "\11""3" "\11""7" "\5ina" "\7e1" "\5lar" "\4cinella" "\12e" "\5odrillo" "\4hise1" "\4k123" "\5er1" "\5roach" "\5sucker" "\5tail1" "\4o101" "\6""234" "\5a123" "\5bean" "\5chanel" "\6o1" "\7co" "\5dog" "\6rilo" "\5lino" "\7so" "\6oco1" "\5mero" "\5nut123" "\10""2" "\10s1" "\5pops1" "\6uff1" "\11s1" "\5rico" "\5tte" "\3de123" "\5blue" "\5geass" "\5lyoko" "\5man1" "\5name47" "\5red1" "\4y101" "\6""234" "\5bear" "\6oy" "\5cody" "\5dog1" "\3ffee!" "\7""01" "\7""11" "\10""23" "\7""22" "\7""3" "\7""4me" "\7cup" "\3glione" "\3heed1" "\3iffure" "\4mbatore" "\6ra" "\4ncoin" "\3jones" "\3kacola" "\4e123" "\5coke" "\7la" "\4olada" "\3lacola" "\4bert" "\5y123" "\4chester" "\4dbeer" "\5fire" "\5play1" "\5water" "\4e1234" "\5gio" "\5man1" "\4gate1" "\4ibri" "\5ma1" "\5n123" "\4lect1" "\10ion" "\10or" "\6en1" "\6ge08" "\119" "\10""123" "\10""2" "\10prep" "\6tte" "\5ier" "\6n123" "\7gwood" "\7s1" "\4nago" "\4ocolo1" "\5gne" "\5mbe" "\7ia10" "\12""2" "\11""2" "\11no" "\7o" "\5nel1" "\6ial" "\5r123" "\6ado12" "\11""2" "\6eal" "\7s" "\6ful" "\6guard" "\6s1" "\5ssus" "\5urs" "\4t1911" "\5on12" "\5rane1" "\5s123" "\78" "\688" "\4umbia1" "\7o" "\7us1" "\3manche1" "\6dante" "\7er" "\7os" "\4bat18" "\7arms" "\4cast1" "\4e2me" "\5back" "\5dian1" "\6y1" "\5home" "\5on11" "\5rcial" "\5t123" "\6ome" "\6s1" "\4fort1" "\4mand1" "\10er1" "\10o1" "\11s" "\5ent" "\6rce1" "\10ial" "\5odore1" "\6n1" "\5unication" "\10ty1" "\4pact" "\6ny1" "\6q01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""3" "\6ss1" "\10ion" "\5lete1" "\7x1" "\6icated" "\5oser" "\6und" "\5ras" "\5ton13" "\10""310" "\5usa" "\6tadora" "\7er!" "\11." "\11""01" "\11""10" "\12""1" "\12""23" "\12""3" "\11""20" "\12""1" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""69" "\11""7" "\118" "\1199" "\11s1" "\4rades" "\3nan123" "\4ceicao" "\6pcion" "\7t1" "\6rto" "\6tta" "\5hita" "\5ord1" "\10e1" "\10ia" "\6urs" "\5rete1" "\4dition" "\5om1" "\6r1" "\7ito" "\4ejita" "\10o" "\6o1" "\4fetti" "\5iance" "\6dence" "\11t1" "\12ial" "\6rm1" "\10ation" "\10ed" "\5lict" "\5used1" "\11""2" "\7ion" "\4gress" "\4iglio" "\4ker1" "\4nard" "\5ect123" "\10""2" "\10""4" "\10ed" "\10ing" "\11ons" "\6r123" "\7""2" "\6xion" "\5ie123" "\5olly" "\6r01" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""10" "\10""1" "\10""23" "\10""3" "\7""2" "\7""3" "\7""4" "\7""5" "\798" "\109" "\4queror" "\7st" "\4rad1" "\4sole" "\5piracy" "\5tance1" "\10ta" "\11ine" "\10za" "\6ruction" "\5uelo1" "\6ltant" "\10ing" "\6mer" "\4tact1" "\10s" "\6dor" "\5ender" "\7t" "\6ssa" "\7t1" "\5inental" "\7uar" "\10e1" "\5our" "\5ra1" "\7ctor" "\7sea" "\11na" "\6eras1" "\6ol1" "\10""2" "\10e" "\10ler" "\4verge" "\7se12" "\5ict1" "\4way1" "\3ochie" "\5oo1" "\4kbook" "\5ie!" "\7." "\7""00" "\10""1" "\10""2" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""33" "\7""44" "\10""5" "\7""55" "\7""69" "\7""77" "\788" "\799" "\7monster" "\7s!" "\10." "\10""101" "\11""1" "\11""23" "\11""3" "\10""22" "\11""3" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\109" "\6ng1" "\4l100" "\7""1" "\6""23456" "\5baby" "\6eans1" "\6lue" "\6oy123" "\6reeze" "\6uddy1" "\5cat123" "\10""2" "\10s" "\6hick1" "\6ool1" "\5dog1" "\6ude09" "\11""12" "\11""2" "\5er123" "\6st1" "\5girl12" "\6uy123" "\10""2" "\5hand" "\5ie1" "\6ng" "\6o!" "\7""123" "\7""2" "\5kid123" "\10""2" "\10s1" "\5man123" "\10""2" "\5ness1" "\5pix" "\5stuff" "\5water" "\6hip" "\4ndog1" "\4per01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""7" "\799" "\7s" "\4rslight" "\4ter1" "\3pacabana" "\4eland1" "\5nhagen" "\4per01" "\7""11" "\10""23" "\7""22" "\7head" "\4ycat" "\5right1" "\3quelicot" "\6ta" "\7te" "\5ine" "\6to" "\3racao" "\5lie" "\7ne" "\5zon123" "\10""2" "\10cito" "\10es" "\4bin1" "\4coran" "\4deiro" "\6lia" "\7l123" "\6ro" "\5oba1" "\6va1" "\4e2duo" "\5ntin" "\5y11" "\7""23" "\4ina1" "\6na1" "\7e1" "\6thians" "\4leone1" "\4nbread1" "\5cake21" "\5dog1" "\5elia1" "\10o" "\10s" "\10us1" "\7l1" "\6rstone" "\5flakes" "\5hole" "\10io" "\5wall1" "\4olla1" "\5na123" "\10""3" "\7""2" "\7""69" "\7do1" "\6el" "\4poral" "\10te" "\11ion" "\4rado1" "\10g60" "\5eia" "\5ie1" "\6na" "\7e1" "\4sair" "\5ica1" "\4tana" "\5ez1" "\5ina" "\5land" "\5ney1" "\4vair" "\5ette1" "\11""2" "\11""69" "\4y123" "\3sanostra" "\4enza" "\5tte" "\4ita1" "\4mic1" "\6na" "\5o123" "\6politan" "\6s1" "\4ta90" "\6ntino" "\7za" "\6rica1" "\5ello" "\4worth1" "\3ttage1" "\5on12" "\7candy" "\3ucou1" "\4gar12" "\7s1" "\4ncil" "\5selor" "\5tach" "\6down" "\6er123" "\10strike" "\6ry123" "\10""2" "\10boy" "\10girl" "\6y1" "\4ples" "\5ons1" "\4rage1" "\109" "\5ier" "\5t123" "\6ney!" "\11""01" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\4scous" "\5in1" "\7s1" "\4ture1" "\3venant1" "\6try1" "\5rgirl" "\4ington" "\3wabunga" "\4bell" "\5oy01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\788" "\7s!" "\10#1" "\10""01" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""21" "\11""2" "\11""3" "\11""4" "\10""31" "\11""3" "\10""4" "\10""5" "\10""69" "\10""7" "\1081" "\118" "\109" "\7up1" "\4cow1" "\4girl1" "\10""2" "\10s" "\10up" "\4s123" "\5gomoo" "\5rule" "\3yote1" "\7s" "\3zumel" "\2pe1704tks" "\2rabby1" "\5tree" "\4ck123" "\6er123" "\10""2" "\10jack" "\10s1" "\6head1" "\5ovia" "\4dle1" "\7""666" "\7offilth" "\4fter" "\6y1" "\4ig123" "\5ova" "\4nberries" "\11y1" "\4p123" "\5aud" "\5crap" "\5ola" "\5per1" "\6ie" "\6y1" "\5ule" "\4sh123" "\6er" "\4wfish" "\6ord1" "\5ling" "\4yola1" "\6n1" "\7s1" "\4zy01" "\7""7" "\78" "\79" "\6""101" "\7""11" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\6""4u" "\7you" "\6""666" "\79" "\688" "\7s" "\6bitch" "\7oy1" "\6cat" "\7hick" "\6dog" "\6frog1" "\6girl1" "\12""2" "\7url1" "\6horse" "\6lady1" "\7ove1" "\6man1" "\7e" "\6one" "\6town" "\7rain" "\3e8tive" "\4ampie" "\7uff" "\6soda" "\6y1" "\5t1ve" "\6e1" "\6ine" "\7on1" "\11s" "\7ve123" "\11""2" "\10ity" "\6or1" "\6ure1" "\4dit1" "\4eper1" "\10s" "\6y1" "\4osote" "\4pusculo" "\4scent" "\4tino" "\4vette" "\3f250r" "\4""450r" "\3icket09" "\10""11" "\11""23" "\10""2" "\10""7" "\10er" "\10s" "\10t" "\4minal1" "\5son1" "\4p123" "\5""4life" "\5s13" "\4s123" "\5pin" "\6y1" "\5sangel" "\6y1" "\5tal1" "\6el" "\6hian" "\6ian123" "\11a" "\11e" "\11o1" "\12""7" "\12ronaldo" "\7na12" "\11""2" "\10e" "\6o1" "\7""7" "\7bal" "\7fer" "\7pher" "\7vive" "\6y1" "\4tical" "\5ter1" "\10s" "\3jhjcnm" "\3oatia1" "\4chet" "\5kett" "\5odile1" "\4mwell" "\4naldo7" "\5ic1" "\7""420" "\4quette" "\4sby1" "\787" "\5key" "\5s123" "\6bow" "\6country" "\6fire1" "\6ing" "\6over" "\6roads" "\6word" "\4wley" "\3uise1" "\7r1" "\4mpet" "\4nch1" "\7ie" "\7y1" "\4sader1" "\11s1" "\5her1" "\5ty1" "\4zazul10" "\5eiro" "\3ybaby1" "\4stal!" "\10""01" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\118" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10s" "\2s123456" "\3illag" "\3trike" "\2tdfcnjgjkm" "\3hulhu" "\5ttdyf" "\2ualquiera" "\3balibre" "\5na100%" "\6ita" "\10o" "\6o1" "\4bie1" "\7s1" "\4s1908" "\5win1" "\3caracha" "\4ciola" "\10o" "\4umber1" "\3ddles123" "\10""2" "\3isine" "\3lebra" "\4inary1" "\4len1" "\4tura" "\3mberland" "\4mings" "\7s1" "\4shot" "\5lut" "\3nningham" "\4t123" "\5""666" "\5face1" "\3oricino" "\3pcake!" "\10""01" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\10s12" "\4idon" "\4oftea" "\4pycake1" "\3rioso" "\6us1" "\5tiba" "\4ling" "\4rency" "\7t1" "\5iculum" "\4tains" "\5is123" "\7""2" "\3stard1" "\5odio" "\6m1" "\7er1" "\7s" "\3te101" "\6""234" "\5ako1" "\6ngel" "\5baby" "\6oy1" "\5cute" "\5girl1" "\6url" "\5ness1" "\4hbert" "\4ie#1" "\6""01" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\6""45" "\7life" "\6girl" "\6pie!" "\11""01" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\11""2" "\11""3" "\11""4" "\11""5" "\11""7" "\119" "\6s1" "\4lass1" "\4ter1" "\5ie1" "\2vbncvbn" "\2yanide" "\3ber123" "\6man" "\6net" "\6sex" "\7hot" "\3cling" "\5one1" "\10s1" "\6ps1" "\3gnusx1" "\3nthia123" "\10""2" "\3press1" "\5us1" "\3rielle" "\5lle" "\3tuehjxrf" "\2zarina" "\3ekolada1" "\1d-block" "\3generation-x" "\3loc420" "\3money" "\2""111111" "\3amond" "\3d2d3d4" "\3i2m3a4" "\3r2a3g4o5n6" "\2""666666" "\2""7777777" "\2915nb15th1" "\2a123456" "\4andonly" "\4nonly" "\3baddest1" "\4ears1" "\5st1" "\4omb1" "\5ss1" "\4ulls" "\3chshund" "\3d1234" "\4a1234" "\5da123" "\7da" "\4dy06" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""4" "\7""5" "\7""6" "\6""21" "\7""2" "\7""4" "\6""33" "\6cool" "\6girl1" "\7url1" "\6o1" "\6s1" "\7boy1" "\7girl" "\10url" "\6yankee" "\4e305" "\4mom1" "\4ounet" "\4s#1girl" "\5girl1" "\3edae1" "\6lus" "\4woo1" "\3ffodil1" "\11s" "\5yduck1" "\4tpunk1" "\3gestan" "\4ger1" "\4mara" "\4obert" "\4reat1" "\4wood" "\3imler" "\5ond" "\4rymilk" "\4sey1" "\5ies" "\5uke1" "\7i" "\5y01" "\7""7" "\78" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\6dog1" "\7uke1" "\6girl" "\6mae1" "\10y1" "\3king1" "\4ota!" "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\78" "\798" "\109" "\7h" "\3lailama" "\4e123" "\5jr08" "\7""1" "\788" "\4ibor" "\4las!" "\7""01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""214" "\10""2" "\10""3" "\10""4" "\7""31" "\10""3" "\7""41" "\7""5" "\7""69" "\7""7" "\781" "\108" "\799" "\7cowboys" "\7tx" "\4mata" "\7ian" "\10on1" "\4ton01" "\7""123" "\7""2" "\3mage1" "\5ris1" "\5scus" "\4ian01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""2" "\7""666" "\7a" "\7ek" "\7o" "\5en123" "\7""2" "\7""666" "\5lare" "\6ola1" "\5on1" "\4mit1" "\4n123" "\5ation" "\5it!" "\7""1" "\5you" "\4on123" "\3n123456" "\5elle" "\4a1234" "\5dana" "\4ce01" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""23" "\7""3" "\7""4" "\6""21" "\7""2" "\7""3" "\6""4ever" "\7life" "\7me" "\6""5678" "\6dance" "\6hall" "\6r!" "\7." "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\787" "\108" "\79" "\7s1" "\5ing123" "\10""2" "\10queen" "\4dan123" "\7dan" "\5elion" "\4ecook1" "\5lle" "\5tte" "\4gelo" "\6r123" "\7""2" "\7mouse" "\7ous1" "\7zone" "\4i1234" "\5ca1" "\5dani" "\5el!" "\7." "\7""007" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""2345" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\10992" "\12""4" "\12""5" "\12""6" "\12""7" "\7""2000" "\12""1" "\12""4" "\12""6" "\12""7" "\128" "\129" "\11""10" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""1" "\10""3" "\7""44" "\7""55" "\7""69" "\7""77" "\108" "\109" "\782" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7a." "\10""10" "\11""1" "\11""23" "\11""3" "\10""2" "\7e1" "\10k" "\7ita" "\11o1" "\7la1" "\10e!" "\11." "\11""01" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""69" "\11""7" "\118" "\119" "\7o" "\7s1" "\5filth" "\5jela" "\5ka1" "\5lo123" "\7v" "\5sh123" "\5yar" "\4k420" "\4mark" "\4nie1" "\7lle" "\5y01" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\6""69" "\6boy1" "\4onino" "\4te123" "\6""666" "\5heman1" "\4ville" "\4y123" "\5elle" "\4zig1" "\7""666" "\3phne1" "\3quan1" "\3re123" "\5""2dream" "\5devil1" "\4ian1" "\5en1" "\5o123" "\5us123" "\4jeeling" "\4k1234" "\5""666" "\5_angel" "\5angel1" "\12""2" "\5blade" "\7ue" "\5cloud" "\5dark" "\6evil" "\6ragon" "\5elf" "\5fire" "\5horse" "\5jedi" "\5knight" "\5light1" "\6ord1" "\5man1" "\10x" "\7ster" "\6oon" "\5n3ss" "\6ess0" "\11""11" "\12""23" "\12""3" "\11""2" "\11""3" "\11""5" "\11""666" "\11""7" "\6ight1" "\5one1" "\6rbit" "\5prince" "\5shadow" "\6ide1" "\6oul" "\6tar1" "\5vador" "\5wing" "\6olf" "\4lene1" "\5in1" "\7g123" "\10ton" "\4nell1" "\4ragh" "\5ell1" "\6n123" "\5in1" "\6us1" "\5yl1" "\4shana" "\4tagnan" "\5hmaul" "\6vader" "\5mouth" "\4win123" "\3sani1" "\4ha123" "\6dasha" "\6wn1" "\5board1" "\5enka" "\6r1" "\5ing" "\4ilva" "\3t#1nigga" "\4abase" "\5data" "\4ing1" "\4nigga1" "\4tebayo" "\3ughter1" "\11""2" "\11s2" "\12""3" "\4phine" "\10s" "\3ve1234" "\5dave" "\5nport1" "\4id007" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\7991" "\11""2" "\11""4" "\6""2000" "\11""2" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""30" "\7""3" "\6""55" "\6""666" "\79" "\6""777" "\687" "\78" "\79" "\699" "\6beckham" "\7owie" "\6david" "\6e1" "\7k" "\6ic1" "\7k" "\7no" "\6ka" "\7o" "\6lee" "\6off" "\6s1" "\7on1" "\6villa" "\5na1" "\6chi" "\7i1" "\5on1" "\5s123" "\3widek1" "\4kins20" "\4n123" "\4son1" "\3xter1" "\3yana1" "\7ra" "\4break" "\4care1" "\4day123" "\7""2" "\5ream1" "\11er" "\4light" "\4time" "\5on1" "\7a1" "\10""500" "\4walker" "\3zzle1" "\2b4649t2006rs" "\3lock1" "\2cp-115c" "\3shoes1" "\2d123456" "\3dddd1" "\7dddddd" "\2eacon1" "\4d1234" "\5""666" "\5dead" "\6og" "\5end" "\6ye" "\5fish" "\5head1" "\5line" "\6ock" "\6y1" "\5man123" "\10""2" "\108" "\7u5" "\6eat" "\5oralive" "\5pool1" "\5wood" "\4n1234" "\5dre1" "\5gelo1" "\5na12" "\4rdear" "\5est" "\5mama" "\4th101" "\7""1" "\7""23" "\7""3" "\6""2all" "\7u" "\6""666" "\79" "\6angel" "\6core" "\6man" "\7etal" "\6note1" "\12""2" "\6row1" "\6star1" "\6toall" "\6wish1" "\3bbie01" "\7""123" "\7""2" "\7""69" "\4ora1" "\7h1" "\4recen" "\4tfree" "\4ussy" "\3catur1" "\4ember01" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""30" "\12""1" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\7re" "\10ie" "\5ption" "\4ibel" "\4lan1" "\3damiwa" "\4e123" "\5de1" "\7de" "\4icated" "\10ion" "\3edee11" "\10""23" "\7""2" "\7""3" "\7dee1" "\4jay1" "\4pak123" "\6li" "\5blue" "\5ika" "\5purple" "\5sea" "\6pace9" "\5thi" "\7roat" "\4r123" "\5hunt1" "\11er" "\5park1" "\5slayer" "\4znuts1" "\10z1" "\3fault1" "\4con1" "\4ence" "\6der1" "\1190" "\6se1" "\4iance" "\7t1" "\4jam1" "\4leppard" "\4tones1" "\3grassi1" "\4uzman" "\3hradun" "\3icide666" "\4dara" "\4nemudda" "\10tter" "\4rdre" "\3javu1" "\4esus" "\3lacruz1" "\5ney1" "\6o1" "\5pan" "\5rosa" "\5torre" "\5vega" "\5ware1" "\4bert1" "\4eon1" "\5te123" "\7""2" "\7d1" "\4fin1" "\7a" "\7es" "\7o" "\4gado1" "\4hi123" "\4icia" "\7ous1" "\5ght1" "\5lah1" "\5rious" "\7um" "\5very" "\4l1234" "\5""500" "\5dell1" "\4monte" "\4oitte" "\5rean" "\7s1" "\5sreyes" "\4phine1" "\5iero10" "\4rosario" "\4ta123" "\688" "\6force" "\4uxe1" "\4valle" "\3marco" "\7us1" "\6rer" "\4ented" "\7ia" "\7or" "\5ter" "\6ra" "\7ia" "\10o" "\10us1" "\4i123" "\5god" "\5lovato" "\4o123" "\5crat" "\5demo" "\5lay" "\6ition" "\5n12345" "\7""3" "\6""666" "\6d1" "\6hunter" "\6ic1" "\7o" "\6s1" "\6yo" "\4psey1" "\3nali1" "\4den1" "\4eme123" "\4haag" "\4ilson" "\5s123" "\7988" "\119" "\1090" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\118" "\6""777" "\6denis" "\6e01" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\6ka" "\6ova" "\6se1" "\5zli" "\4mark1" "\4nis01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\10""3" "\4pasar" "\4tal1" "\5ist1" "\10a" "\10ry" "\4ver123" "\10""5" "\7""303" "\7""7" "\4zel1" "\3onte1" "\3peche101" "\10mode" "\4ortivo" "\4ressed1" "\10ion" "\3rbeder" "\4diedas" "\4echo" "\5k123" "\6jeter" "\4rick123" "\10""2" "\3sadesa" "\4cartes" "\5ent" "\4demona" "\4ember" "\5rt1" "\7eagle" "\7rose" "\4haun1" "\6wn1" "\4i123" "\5derata" "\10io" "\5gn123" "\7er1" "\7s" "\5rae1" "\6e1" "\7e123" "\10""2" "\4kjet1" "\5top1" "\4mond1" "\4perado1" "\12s" "\10te" "\5ina" "\4tin1" "\7ation" "\7ee1" "\10y1" "\7i1" "\7o" "\7y!" "\10""01" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\1099" "\5roy1" "\10er1" "\6uction" "\11or" "\3tails" "\4ective1" "\5rmination" "\11ed" "\4hklok1" "\4roit1" "\10""2" "\10""313" "\10""7" "\3uce22" "\4s e fiel" "\5eamor" "\6fiel" "\5fiel" "\4tsch1" "\10land" "\3vante1" "\5stator" "\4eloper" "\10ment" "\5ndra" "\4iant" "\5l may cry" "\6""123" "\7""3" "\6""666" "\79" "\6_may_cry" "\6boy" "\6dog1" "\7river" "\6ish" "\6jin" "\6le" "\6man1" "\10ycry3" "\14""4" "\6s1" "\5n11" "\7""23" "\6e1" "\5ous1" "\4ochka" "\5n123" "\6te1" "\5tion" "\3wayne1" "\4drop" "\3xter01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\3yanira" "\3zember" "\7ro" "\2fczgegrby" "\3dfdfdf" "\3gdfgdfg" "\3kthbz" "\2g123456" "\3af420" "\3kallday1" "\2haka123" "\4nanjay" "\4rma1" "\3eeraj" "\3illon" "\2iabetes1" "\5lo01" "\7""11" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\7""666" "\109" "\7s" "\5olika" "\7o" "\4dora" "\4mand" "\7te1" "\5ond!" "\10." "\10""01" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\10""21" "\11""2" "\11""3" "\11""4" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10s12" "\11""2" "\4na01" "\6""10" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\6""2000" "\118" "\10""10" "\7""2" "\7""3" "\6diana" "\5dra" "\5e123" "\5ita" "\5na1" "\6e1" "\5ochka" "\4pers" "\4volo" "\3caprio" "\4embre" "\4iembre1" "\12""2" "\4k101" "\6""234" "\5dick" "\5ens1" "\5face1" "\5head12" "\11""2" "\11""69" "\5ie1" "\7s1" "\6nson" "\5son" "\6ucker" "\5weed1" "\4tionary" "\3ddlina" "\4i123" "\5didi" "\3ebitch1" "\4die1" "\7die" "\4go01" "\6""10" "\7""1" "\7""23" "\5uito" "\4hard1" "\4sel01" "\7""11" "\10""23" "\7""2" "\7""69" "\4tcoke1" "\5er1" "\5pepsi1" "\5rich" "\4umerci" "\3fferent1" "\5icult" "\3gger123" "\5ler" "\4imon123" "\5tal123" "\10""2" "\5view" "\4nity" "\3koalam" "\3lbert1" "\4emma" "\5tta" "\4ligaf1" "\6nger" "\6on1" "\5on01" "\7""11" "\10""23" "\5pickle" "\4shod" "\3ma123" "\6984" "\5""2008" "\5bilan" "\5nche" "\5raja" "\5s123" "\4ebag1" "\5nsion1" "\4idrol" "\5tar" "\6ri1" "\10s" "\4muborgir" "\4ochka" "\5nd1" "\4ple1" "\7s1" "\10""2" "\3na123" "\5dina" "\5mita" "\10e" "\6o123" "\4ero1" "\5sh123" "\4gbat1" "\5ding" "\6ong1" "\5le1" "\5o123" "\4ha123" "\5eiro" "\4mamma" "\4ner1" "\4o1234" "\5dino" "\5saur1" "\11io" "\11s" "\11us" "\6sauro" "\3ocane" "\4genes" "\5o123" "\4nisio" "\5ne1" "\4porco" "\4s es amor" "\5""777" "\5esamor" "\7fiel" "\5meama" "\6io" "\5teama" "\11o" "\3plomat1" "\11s1" "\4set123" "\7""23" "\7""3" "\7""5" "\7""7" "\5hit1" "\5tick1" "\3rect1" "\7or1" "\5ito" "\5ktor" "\5ngrey" "\4tbag1" "\6ike12" "\11""2" "\11""7" "\11s1" "\5y123" "\6""30" "\6""69" "\6dancing" "\7og" "\6south" "\3sabled" "\5ster1" "\4ciple1" "\11s" "\10ine" "\5o123" "\6unt" "\6ver1" "\11y1" "\5reet" "\5world" "\4hant" "\4ney!" "\7""01" "\10""7" "\108" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""365" "\7""411" "\7""5" "\7""7" "\7land" "\4order" "\4patch" "\5lay" "\4tance" "\5urbed1" "\12""2" "\10ia" "\3va101" "\6""234" "\5diva" "\5girl" "\4emaster" "\5rsion" "\10ty" "\4ina1" "\6e1" "\6ity" "\5sion1" "\4orce1" "\10""2" "\10d1" "\4ya123" "\3xie01" "\6""123" "\6dog1" "\3zzle1" "\5y123" "\2j123456" "\3amila" "\4ngo1" "\3eter2" "\3ibouti" "\5ril" "\3tiesto" "\2mitriev" "\7i" "\7y" "\3oney1" "\2nangel" "\3flwlq" "\3stuff" "\2oberman1" "\11n" "\3cinho" "\4kers" "\4rafts" "\4teur" "\5or123" "\7who1" "\4ument" "\3dge01" "\6""123" "\7""500" "\6""2500" "\6ball" "\6r1" "\7am1" "\7s11" "\11""23" "\11""3" "\10""2" "\10""5" "\1099" "\6viper" "\4o1234" "\5do1" "\7do" "\3eboy1" "\3g123456" "\4""4life" "\4andcat" "\4bert" "\5one1" "\6y1" "\5reath" "\4cat123" "\4dog1" "\7dog" "\4eatdog" "\4face1" "\5ight" "\6sh" "\5ood1" "\4gie123" "\7""2" "\7""3" "\7s1" "\10""2" "\5one" "\5y11" "\7""23" "\6""69" "\6dog1" "\6s1" "\7tyle" "\4house1" "\4lover1" "\4man1" "\5eat" "\4pound1" "\4s101" "\6""234" "\5hit1" "\5rule1" "\5tar" "\4town1" "\4wood1" "\3herty" "\3itnow" "\3lcegabbana" "\6vita" "\4emite" "\4fijn" "\4ittle" "\4lar123" "\7bill" "\7s1" "\5baby" "\5face1" "\5house" "\5ie1" "\5y123" "\4omite" "\5res1" "\4phin!" "\10""01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10e" "\10s!" "\11""12" "\12""3" "\11""2" "\11""3" "\11""7" "\3menica" "\10o" "\4inant" "\7te" "\10ion" "\10or1" "\6ga" "\7o1" "\10s" "\7uez1" "\6ic123" "\10""2" "\10""3" "\10""7" "\10an1" "\12""2" "\12a" "\12o" "\10k1" "\7k123" "\10a1" "\7on1" "\7que1" "\12""2" "\6o11" "\10""23" "\7""2" "\7es" "\7s1" "\6us" "\3n't4get" "\4""12345" "\4ald01" "\7""11" "\10""23" "\7""2" "\7duck" "\5tella" "\11o" "\5van" "\4bosco" "\4caster" "\4don1" "\4egal" "\4gdong" "\4juan1" "\4key01" "\7""11" "\10""23" "\7""2" "\7""69" "\7""7" "\7kong" "\7s" "\4na123" "\5ell1" "\10y" "\5ie1" "\4omar1" "\5tenter" "\5van1" "\4t4get" "\5ae1" "\6sk" "\5care1" "\6ry" "\5forget" "\5hackme" "\7te1" "\5know1" "\5look" "\5touch" "\5worry" "\4uts1" "\4vito" "\3obie1" "\4die1" "\5le123" "\7""2" "\7bug1" "\7s1" "\5oo1" "\7""2" "\4gie1" "\4kie1" "\7""2" "\4ley1" "\5ittle" "\4m123" "\5""666" "\5doom" "\5sday1" "\4rbell" "\5die" "\5knob1" "\5way1" "\3pe123" "\5boy1" "\5man1" "\3radora" "\5emon1" "\4een1" "\5mi123" "\7fa" "\6on" "\4ian1" "\7a" "\7e" "\5s123" "\5tos1" "\4k123" "\4ota1" "\6ea" "\6hea" "\10e" "\7y1" "\10""2" "\6ka" "\4tmund09" "\11""1" "\3ssantos" "\3ta123" "\4hack" "\5edew1" "\4tie1" "\5ore" "\3uble07" "\7""1" "\7""2" "\7""7" "\7d1" "\4ceur" "\5he1" "\7bag1" "\4dou1" "\7ne" "\4g123" "\5hboy1" "\6nut1" "\5ie1" "\5las123" "\10""2" "\10s" "\3witcher" "\4n4life" "\5hill1" "\5load1" "\11s" "\5town1" "\5under" "\3zer123" "\2r.pepper" "\3""4life" "\3achen" "\5omalfoy" "\6nis" "\5ula1" "\4gana" "\5on!" "\7." "\7""007" "\10""1" "\10""2" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""100" "\11""1" "\10""11" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\10988" "\7""2000" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""1" "\10""21" "\10""3" "\10""4" "\7""420" "\10""4" "\10""5" "\7""52" "\10""5" "\10""6" "\7""64" "\10""66" "\10""7" "\109" "\7""72" "\10""5" "\10""6" "\10""77" "\108" "\109" "\781" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7a" "\7bal1" "\12l1" "\13gt" "\13z1" "\10oy" "\7es" "\7fable" "\10ire" "\10ly1" "\12""2" "\12""3" "\12""7" "\10orce" "\7heart" "\7ite" "\7king" "\7lady" "\11nce" "\10ord" "\7man" "\11ster" "\7oid" "\7q" "\7rider" "\7s11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""5" "\10""7" "\10layer" "\7x" "\7z1" "\6on1" "\6ste" "\5race" "\5star" "\7er" "\5unov" "\4ke123" "\6bell" "\5kar" "\5ula" "\4ma101" "\7""23" "\6queen" "\4ndreb" "\5zer" "\4ven1" "\4wing" "\3eam123" "\6big1" "\7ox" "\10y" "\6cast1" "\10tcher" "\6er123" "\11""3" "\10""2" "\10""3" "\10""7" "\108" "\10s" "\6girl1" "\6ing1" "\6land" "\7over" "\6on1" "\6s." "\7""123" "\7""2" "\6team1" "\7heater" "\6weaver" "\7orld" "\4dre1" "\4sden1" "\5sage" "\6up" "\4w1234" "\5drew" "\3ifter1" "\6ing" "\6king1" "\6wood" "\4ller" "\6ing" "\4nk7up" "\6ing" "\4ver8" "\7s" "\5ing" "\4zzt1" "\3ogba11" "\4opy1" "\4pdead1" "\5kick" "\4ught" "\4wssap12" "\3p3pp3r" "\4epper12" "\11""23" "\11""7" "\3ucker" "\4gfree" "\4mandbass" "\5line1" "\5mer123" "\10""2" "\10""7" "\10boy" "\10s" "\6ing" "\6ond" "\5nbass1" "\5s123" "\6et1" "\6tick" "\4nken" "\3ywall1" "\2s123456" "\3t1913" "\2t123456" "\3hjybrf" "\3own214" "\2uality" "\3bai123" "\4lin16" "\7""22" "\4step" "\3cados" "\5ti1098" "\7""748" "\7916" "\1096" "\119" "\4hess1" "\10e" "\4k123" "\5duck" "\5hunter" "\5ie1" "\7s1" "\5ling" "\5man1" "\5tape" "\5y123" "\4ttape" "\3de101" "\6""234" "\5dude1" "\5man1" "\5tte" "\4inha" "\4ley1" "\4u123" "\3ffbeer" "\5man" "\3isburg" "\3ke1234" "\5dog1" "\6uke" "\5nukem" "\5ster" "\3lce123" "\6maria" "\5inea" "\3mass1" "\4bass!" "\10""123" "\10""2" "\5bitch1" "\5dumb" "\5ledore" "\5shit" "\4dum1" "\4itru" "\4mies" "\5y123" "\4nezeu" "\4pling" "\5ster" "\3namis" "\4can123" "\7""21" "\4dee1" "\4e2000" "\4geon1" "\4hill" "\4kin1" "\3pa1234" "\5blada" "\5dupa1" "\4eczka" "\4ont24" "\3racell" "\5max" "\5nduran" "\6go1" "\6t35" "\3ster1" "\5in!" "\7""01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""3" "\7""69" "\5y123" "\6dog1" "\3tches1" "\10s1" "\6man" "\3val904" "\2wade03" "\4yne1" "\7""3" "\3ight1" "\2ylan01" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""10" "\7""1" "\7""234" "\7""3" "\7""4" "\6""22" "\7""3" "\699" "\6dog" "\3namic1" "\7te1" "\5sty1" "\4omite" "\2ziubek" "\1e04su3su;6" "\2=mc2trooper" "\2agle11" "\7""23" "\6eye" "\6one" "\6s!" "\7""01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\7""33" "\10""6" "\7""4" "\7""5" "\7""69" "\7""7" "\781" "\79" "\3rnest" "\5hardt3" "\128" "\4th123" "\6bound" "\6quake" "\3sports" "\4t1999" "\5coast1" "\5enders" "\6r1" "\7n1" "\5on1" "\5pak" "\5side02" "\11""12" "\12""3" "\12""4" "\11""21" "\11""3" "\11""5" "\11""6" "\5west" "\6ood1" "\4y1234" "\5as123" "\5easy" "\5money" "\5note" "\5rider" "\3tadick" "\4me123" "\6""69" "\6now" "\5yass" "\6shorts" "\4pussy1" "\11""69" "\4shit!" "\10""1" "\10""2" "\10""69" "\2benezer" "\3ony123" "\2caterina" "\3helon" "\4o123" "\5echo" "\3lipse123" "\10""2" "\10""3" "\10""7" "\1099" "\3ology" "\4nomia" "\10cs" "\10e" "\10st" "\3stasy" "\3uador1" "\4reuil" "\2d123456" "\3die01" "\6""11" "\7""3" "\6""23" "\3elweiss" "\3gar123" "\7""3" "\6do1" "\4ewood" "\3hardy1" "\3ifier" "\4nburgh1" "\4son1" "\3monton1" "\4und1" "\7o" "\3oardo" "\4uard" "\3u2008" "\4ardito" "\7o10" "\11""23" "\11""3" "\10""2" "\4cate" "\7ion1" "\3ward!" "\7." "\7""01" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\10901" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\788" "\79" "\7cullen" "\7o" "\7s1" "\1099" "\4in123" "\2eeeee1" "\7eeee" "\3yore123" "\2frain1" "\2gghead1" "\4plant1" "\4roll1" "\3orova" "\3yptian" "\2iderdown" "\3ffel65" "\3ght888" "\6ball1" "\128" "\6een18" "\6y8" "\3leen1" "\3ndhoven" "\4stein1" "\4tracht" "\3sbaer" "\2katerina" "\2l1zabeth" "\3aine123" "\7""2" "\4ntra" "\3barto" "\4ereth" "\3camino1" "\3diablo" "\4orado1" "\3eanor1" "\5zar" "\4ctra1" "\7ic1" "\11al" "\11ian" "\7o1" "\10nica" "\13s" "\4fant1" "\10e1" "\4gance" "\7t" "\4ktra1" "\7ik" "\7on" "\4ment!" "\10." "\10""0" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10al1" "\11ry" "\10s1" "\4na13" "\6elena" "\5dil" "\5ita" "\4onora" "\10e" "\4phant!" "\11""11" "\12""23" "\11""2" "\11""3" "\11""5" "\11""7" "\118" "\11s1" "\4ssar" "\4ttra" "\4vation" "\7or" "\5en11" "\3fenlied" "\4riede" "\3gordo" "\4uapo" "\3iana1" "\5s123" "\4e3173" "\5zer" "\4jah01" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\7""23" "\7""3" "\7""4" "\7""5" "\7""7" "\4sa123" "\6beta" "\11h1" "\11ta" "\5e123" "\5ha1" "\4te123" "\4za123" "\6beth!" "\12." "\12""0" "\12""11" "\13""23" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\6veta" "\3la123" "\5bella1" "\5ella" "\5ine" "\5mae" "\4en123" "\4ie123" "\6mae1" "\10y" "\5ot1" "\7t1" "\5psis" "\5son" "\4oco1" "\3matador" "\4ejor1" "\4o1234" "\5elmo" "\4wood" "\3negro" "\5ne1" "\4umero1" "\3oise1" "\3paso1" "\4erro" "\4utoamo" "\3salvador" "\4hadai" "\7dai" "\3tigre" "\4onjohn" "\3unico" "\3vira1" "\5s01" "\6""11" "\7""23" "\7977" "\6""69" "\6""77" "\6lives" "\6p1" "\7resley" "\3wood1" "\3ysium" "\3zbieta" "\2machine1" "\11s1" "\4il123" "\4nuel123" "\10a" "\10e" "\3bassy1" "\4race" "\3eline" "\4rald1" "\10""7" "\10s" "\6ude" "\5gency1" "\5ica1" "\5son1" "\3il123" "\5ee1" "\5ia1" "\7na" "\10o1" "\6e1" "\7n" "\6ja" "\6o1" "\5y01" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\78" "\6""2005" "\11""6" "\7""1" "\7""2" "\7""3" "\6""69" "\699" "\6ann" "\6rose" "\4nem!" "\7." "\7""01" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""7" "\7""21" "\10""2" "\10""3" "\7""313" "\7""4" "\7""5" "\7""69" "\7""7" "\788" "\7d12" "\4rates" "\5han" "\3ma1234" "\5""2000" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5emma" "\5grace1" "\5jane" "\6ean" "\5lee1" "\6ou1" "\10ise" "\5nuel123" "\11""2" "\11la" "\12e" "\5rose1" "\5watson" "\4ett1" "\4itt22" "\4ylou" "\3o1234" "\4""4ever" "\5life" "\4boy1" "\4core" "\4emo1" "\4girl1" "\5url" "\4kid1" "\4love1" "\10r" "\4punk1" "\4tion1" "\10al1" "\10s" "\3perador" "\6or1" "\4ire1" "\7s" "\4loyment" "\4orio" "\4rego" "\6sa" "\7s1" "\3re123" "\5emre" "\3yeuanh" "\2namorada" "\11o" "\3carta" "\4hanted" "\4ore1" "\5unter" "\4uler" "\4yclopedia" "\3deavor" "\10ur" "\4less1" "\10love" "\4urance" "\4ymion" "\3ergia" "\7e" "\7zer" "\6y123" "\7star" "\3fants" "\4ermagem" "\7era" "\4orcer" "\3gelchen1" "\5nharia" "\4ine1" "\7er1" "\11ing" "\4land10" "\11""1" "\11""23" "\10""2" "\10""66" "\10""7" "\5ish123" "\10""2" "\10""3" "\3igma123" "\7tic" "\3joylife" "\3manuel" "\3rico1" "\5que123" "\10z" "\3semble" "\5nada" "\3ter1234" "\6enter" "\6me" "\6now" "\6prise1" "\6tainment" "\4rada" "\6nce" "\5opy" "\3velope" "\4ironment" "\5sion1" "\3zoenzo" "\2phraim" "\3iphany" "\6one1" "\4sode1" "\3silon1" "\4on123" "\2quilibrium" "\5nox1" "\2ragon123" "\4ser1" "\5ure" "\3dbeere" "\3ection" "\4rerer" "\3ic1234" "\5a11" "\7""23" "\7""3" "\5eric" "\5k1234" "\6a1" "\6son" "\5sson1" "\4k1234" "\5a123" "\7""3" "\6""22" "\5erik" "\5son" "\4n123" "\5erin" "\4trea" "\3linda" "\3nest1" "\7ina" "\11e" "\7o1" "\4ie123" "\3otica" "\3reway" "\4or404" "\3zincan" "\4urum" "\2scaflowne" "\5lade1" "\7nte" "\5rgot" "\4obar1" "\5ndido" "\5rpiao" "\10on1" "\6t1" "\4uela" "\3ercito" "\3kimo1" "\3meralda1" "\12""2" "\3oteric" "\3pagne" "\5na1" "\6ha" "\6ol" "\4ecial" "\5ranca" "\11e" "\10to" "\10za1" "\4inete" "\6osa" "\7za1" "\5ritu" "\4osito" "\4resso" "\3queci" "\5ire" "\3sence1" "\6don1" "\6tial" "\4j408" "\3t-1892" "\4.1892" "\4ablish" "\4eban123" "\5fania1" "\10y" "\5la1" "\6la1" "\7e1" "\5tica" "\4her123" "\4onia" "\4rada1" "\5ela1" "\10s" "\7inha" "\7la10" "\12""2" "\11""2" "\11""5" "\11""7" "\11s" "\10ita" "\4udante" "\6iante" "\7o" "\5pida" "\10o" "\2ternal1" "\6el" "\6ity1" "\3han01" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""10" "\7""1" "\7""23" "\4ernet" "\4iopia1" "\3ienne1" "\3nies1" "\3oiles" "\2uamojesus" "\6voce" "\3gene12" "\7""2" "\6ia1" "\7e" "\7o" "\3lalia" "\3meamo" "\5sma" "\7o" "\3nice1" "\3phoria" "\3reka1" "\7""7" "\4o2004" "\108" "\5pa1" "\6e1" "\5star" "\3sebio" "\4kadi" "\4oufoda" "\6linda" "\3teamo" "\3zinha" "\2vamaria" "\4n123" "\5escence" "\5gelina" "\12e" "\11on1" "\11sta" "\4risto" "\4sion" "\3elina" "\7e" "\5yn123" "\7e" "\4nflow" "\5star" "\4rafter" "\5clear1" "\5est1" "\6tt1" "\5green1" "\5last1" "\11ing" "\6ong" "\5quest1" "\12""2" "\5ton11" "\11""23" "\11878" "\10fc1" "\5ybody" "\6day1" "\6one" "\6thing" "\7ime" "\3genia" "\7i" "\7j" "\7ya" "\3h5150" "\3idence" "\4l123" "\5dead1" "\11""2" "\6ick" "\5one" "\3olution1" "\12""2" "\12""7" "\128" "\129" "\2wankosayo" "\3elina1" "\7ka" "\2xample" "\3bntkm" "\3caliber" "\10ur1" "\4ellence" "\11t1" "\6sior" "\4hange" "\4lusive1" "\3ecutive" "\7or" "\4rcise" "\3odus1" "\4rcist" "\4tic1" "\3pedition" "\5nsive" "\5rience" "\7ment" "\4lode" "\6ited" "\6re1" "\10r1" "\6sion" "\4ress1" "\10ion" "\10o" "\3tensa" "\7ion" "\4reme1" "\7o" "\2yeball1" "\10s" "\4candy" "\4liner1" "\4shield21" "\2zekiel1" "\4quiel1" "\1f.c.barcelona" "\2""00tba11" "\7ll" "\3rever" "\2""123456789" "\3""4tomcat" "\3""5eagle" "\38hornet" "\3f2f3f4f5f6f7f8f9" "\3r2i3e4n5d6s7" "\2""22raptor" "\2abian123" "\7a" "\7o" "\5enne" "\6tto" "\5nho" "\5o123" "\6la1" "\6tuga91" "\4olous1" "\4regas1" "\11""4" "\5ic1" "\7e" "\7io" "\6fibra" "\6ka" "\6zio" "\4ulous1" "\3ce123" "\5""2face" "\5b00k" "\6ook.com" "\11""11" "\12""23" "\11""2" "\7x" "\5face" "\5off" "\4kyou" "\4tory1" "\4uldade" "\5ndo" "\3de2black" "\3eries" "\3fafafa" "\3gget1" "\5ot!" "\7." "\7""123" "\7""2" "\7""69" "\3had123" "\4renheit" "\3ilure" "\4rbanks" "\5fax" "\6ield1" "\5ies1" "\5lady" "\7ne" "\5mont" "\5play" "\5view" "\5ways" "\5y123" "\6dust1" "\6tail" "\10le1" "\4sal123" "\7abad" "\4th01" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""23" "\7""3" "\6""21" "\7""2" "\7""3" "\6""56" "\6""777" "\6ful1" "\11l" "\6ingod" "\6less" "\3jardo" "\3ke101" "\6""234" "\5ass1" "\5fake1" "\5girl1" "\5id1" "\5name1" "\5one1" "\5page1" "\3lcon01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""6" "\7""22" "\7""5" "\7""69" "\7""7" "\7e" "\7s07" "\10""12" "\10""2" "\10""7" "\4l out boy" "\5""2007" "\108" "\5brook" "\5en11" "\10""23" "\10""3" "\7""2" "\7""3" "\7_angel" "\7angel" "\5ing1" "\7love" "\5on1" "\6ut1" "\10""2" "\10""3" "\10boy" "\4mouth" "\3miglia" "\5lia10" "\11""23" "\10""4" "\10""5" "\7es" "\6le" "\6y!" "\7." "\7""01" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10st" "\7""21" "\10""2" "\10""3" "\7""3" "\7""6" "\7""77" "\78" "\799" "\7first" "\7guy1" "\12""2" "\7love" "\7of4" "\11""5" "\11""6" "\4ous11" "\10""23" "\10""3" "\7""23" "\7""3" "\7""5" "\7""7" "\3natic" "\7k" "\4cyface" "\6pants" "\4dango1" "\5ome1" "\4gfang" "\4nie1" "\5y123" "\4ta123" "\6cy" "\6sia1" "\7ma" "\7tic1" "\12""4" "\12o" "\7y123" "\10""2" "\108" "\5omas" "\3raday" "\5h123" "\5mir" "\5way" "\4cry2" "\4ewell" "\4falla" "\10ina" "\4han123" "\7a" "\5een" "\4ley1" "\4macia" "\6ll" "\5boy1" "\5er1" "\7s1" "\5girl" "\5house" "\5ing" "\5ville" "\4rah1" "\5ell1" "\4scape1" "\5ide1" "\4t123" "\5er1" "\5face1" "\7rt" "\5head1" "\5ing1" "\5man1" "\4zana" "\3shion101" "\11""23" "\10""2" "\10""7" "\10ista" "\4t123" "\5back" "\7ll" "\5car1" "\10s1" "\5er1" "\5food" "\5lane" "\5rack" "\5track" "\3tal1ty" "\6ity" "\5morgana" "\5ss123" "\7""2" "\4bastard" "\5itch1" "\5oi1" "\6y01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\799" "\7slim" "\4cat123" "\7""2" "\4daddy1" "\5og1" "\4fat1" "\4girl1" "\4head1" "\6r123" "\5ima" "\4ima123" "\7h" "\4joe1" "\4kid1" "\4man123" "\7""2" "\4oumata" "\4pussy" "\4ty123" "\3ulkner" "\4stina" "\10e" "\10o" "\3vored1" "\6ite1" "\11s" "\5ur1" "\7ed" "\7ite" "\4re04" "\3zenda" "\5r600" "\2cbarca" "\7elona" "\5yern1" "\3inter" "\3kgwrhqq2" "\3porto" "\3schalke04" "\2dcnhfkbz" "\3sa4321" "\2earless1" "\4ther1" "\10s1" "\3bbraio" "\4rero" "\5uari" "\4uary" "\3deral1" "\7tion" "\6er1" "\6ica1" "\10o1" "\4orov" "\5tova" "\3edback" "\4fee1" "\4lgood" "\5ings" "\5mylove" "\3licia1" "\10no" "\7dad1" "\12es" "\7tas" "\10y1" "\5pe01" "\7""10" "\10""1" "\10""23" "\10""3" "\5x01" "\6""11" "\7""23" "\7""3" "\6thecat" "\4latio" "\5ini" "\5owes" "\7ship" "\4ony1" "\3male1" "\3ncing" "\4der." "\7""01" "\7""11" "\10""23" "\7""22" "\7""3" "\7""5" "\7""69" "\7""7" "\4er1907" "\6_1907" "\6bahce1907" "\6li" "\4gfeng" "\5shui" "\4ix123" "\4omeno" "\4ster" "\4way1" "\5ick" "\3rarri" "\4dinand1" "\12o" "\4gie1" "\5us1" "\7on1" "\4icire" "\4nand0" "\10a12" "\10es" "\11z1" "\10ito" "\10o10" "\12""23" "\12""3" "\11""2" "\119" "\11torres" "\5dale" "\4rar1" "\7a" "\7i01" "\10""11" "\11""23" "\10""2" "\10""355" "\11""60" "\10""430" "\10""5" "\10""7" "\10f1" "\11""40" "\12""30" "\11""50" "\7y" "\5eira" "\6ro" "\6t1" "\7s" "\5is1" "\3ster1" "\5ina" "\6val1" "\3uerwehr1" "\3vereiro" "\4rier" "\3yenoord1" "\2f123456" "\3ffff1" "\7ffffff" "\2ghfghfgh" "\2iat500" "\5bravo" "\5punto" "\5uno" "\3bonacci" "\3celle" "\4kdich1" "\5en00" "\7""123" "\7""666" "\109" "\4tion1" "\3ddler" "\4elidade" "\7o1" "\7s" "\7te" "\10y" "\4odido" "\3esta1" "\4tsbel" "\3fa2000" "\10""2" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\5fifa" "\4i123" "\5lle" "\4teen15" "\5y50" "\6cent" "\3garo1" "\4ht123" "\6club1" "\6er1" "\6ing1" "\4ment" "\4ueroa1" "\5re8" "\3ladelfia" "\5tova" "\4bert" "\4emon" "\4imon" "\5p123" "\6ek1" "\6ina" "\10o1" "\6ko" "\6ok" "\6pa" "\7o1" "\4lmore" "\4omena" "\5sofia" "\4sdepute" "\4thy1" "\3nal123" "\6fantasy7" "\6ly1" "\5nce1" "\7ial" "\4d1234" "\5ajob" "\5ingnemo" "\5job" "\5love" "\5me1" "\4eboy" "\5sse" "\6t1" "\7ra" "\4ger11" "\7s1" "\4land1" "\10ia" "\5ey1" "\4negan" "\5igan" "\4ster" "\3ona123" "\4rella" "\10ino" "\10o" "\6ntina" "\3rdaus" "\4e1234" "\5""666" "\5911" "\5andice" "\5ball12" "\11""2" "\6ird1" "\6lade1" "\6olt" "\7y" "\5cracker" "\5dog1" "\6ragon" "\5emblem" "\5fighter" "\7re1" "\6lies" "\7y1" "\6ox123" "\5hawk" "\6ouse1" "\5ice" "\5lord" "\5man123" "\10""2" "\5nze1" "\5place" "\5safety" "\6tar1" "\11ter" "\7one" "\10rm1" "\5truck1" "\5wall1" "\7ter" "\6ire" "\6ood" "\7rks1" "\4stborn" "\6lady" "\7ove1" "\6time" "\3scher1" "\4h1234" "\5bone1" "\7wl" "\7y" "\5cake" "\5er12" "\7""2" "\7man1" "\7s" "\6s1" "\5face1" "\6ish1" "\6ood1" "\5head1" "\5ies" "\6n1" "\7g01" "\10""101" "\11""1" "\11""23" "\10""2" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\5lips" "\5man1" "\5pond" "\5stick1" "\12s" "\5tank1" "\5y123" "\4ioterapia" "\3t4life" "\4ness1" "\4zgerald" "\3vekids" "\5star1" "\3zzle1" "\2kg7h4f3v6" "\3mnthyfnbdf" "\3trcfylhf" "\2lakita" "\4me123" "\6boy1" "\6nco1" "\7go10" "\12""23" "\6on" "\6s12" "\5ingo1" "\4nagan" "\5ders" "\5ker" "\4pjack1" "\4quita" "\10o" "\4sh123" "\6back" "\6er" "\6light" "\6man" "\6point" "\6y1" "\4thead" "\5land" "\6ine" "\5out" "\5ron123" "\4vien" "\6us" "\5or1" "\6ur" "\4wless1" "\3eetwood1" "\4ming1" "\5ming" "\4tch1" "\7er1" "\4xible1" "\3icker" "\4ght1" "\7""23" "\4ntstone" "\4p123" "\5flop1" "\11s" "\5mode" "\5per1" "\10""2" "\10s" "\5side" "\4rty1" "\3ooring" "\6tje" "\4ppy1" "\4r123" "\5a123" "\5cita" "\5ecita" "\6nce1" "\10ia1" "\11o" "\7tina" "\12o" "\6s123" "\10""3" "\7ta" "\5ian123" "\10a" "\10e" "\6cienta" "\6da!" "\10""01" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\10""22" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\109" "\6na" "\7da" "\7el" "\6pa" "\5zinha" "\4ssie1" "\6y1" "\4under1" "\4wer!" "\7." "\7""01" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\7""33" "\7""45" "\7""69" "\7""77" "\788" "\799" "\7girl" "\7pot1" "\11wer" "\7s!" "\10""11" "\11""23" "\10""22" "\10""3" "\10""4" "\10""5" "\10""7" "\4yd123" "\3ubber1" "\4ffy!" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""5" "\7""69" "\7""7" "\4gzeug" "\4minense" "\4tterby" "\5uras" "\3yaway1" "\4boy1" "\4ers1" "\788" "\4fish1" "\10ing" "\4girl1" "\5uy1" "\4high1" "\4ing1" "\4leaf1" "\2ocus123" "\6ed1" "\3finha" "\7o" "\3ghorn" "\3lashade" "\4gore" "\4letto" "\5owme" "\3nseca" "\4taine" "\6na" "\3obar1" "\4d1234" "\5food" "\4fighters" "\5oo1" "\4lish1" "\5proof" "\4sball" "\4tba11" "\7l1" "\10l!" "\11#1" "\11." "\11""00" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""101" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""30" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\11""40" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""7" "\128" "\129" "\11""50" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""60" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""70" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\1180" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\1190" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11er" "\5hill" "\5long" "\7ose" "\5prints" "\3rbidden1" "\4d1234" "\6""50" "\5""2000" "\10""1" "\6""50" "\5""350" "\5escort" "\5f100" "\7""50" "\6""250" "\6""350" "\6iesta" "\6ocus1" "\7rd" "\5gt40" "\5ham" "\5man1" "\6ondeo" "\6ustang" "\5ranger" "\5truck1" "\4eman1" "\5nsic" "\5play" "\5sight" "\6kin" "\6t11" "\10""23" "\7er" "\7gump" "\5ver!" "\10." "\10""01" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\10""21" "\11""2" "\11""3" "\11""4" "\11""5" "\11""7" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\1088" "\109" "\10alone" "\11nd" "\10love" "\10more" "\10young" "\4fun1" "\4get-me-not" "\7""123" "\7""2" "\7ful1" "\7it1" "\7menot" "\5ive1" "\10me" "\10n1" "\5ot1" "\7""2" "\7ten1" "\4klift" "\4life1" "\4mel1" "\6ntera" "\5ica" "\6ga" "\5ula1" "\7e1" "\4real1" "\6st1" "\4saken1" "\6le" "\5berg21" "\5ythe" "\4taleza" "\5minor" "\5ress" "\5una1" "\1095" "\10ta" "\11e" "\11o" "\7e1" "\5ytwo" "\4um123" "\4ward1" "\4zabari" "\6inter" "\7talia" "\6juve" "\6lazio" "\6milan" "\6napoli" "\6roma" "\6toro" "\6viola" "\3shizzle" "\4sil1" "\4ter1" "\7s1" "\3tball" "\5oll" "\4ografia" "\11o" "\4titi" "\3ufoune" "\4ndation" "\6er" "\5tain1" "\4r4444" "\5boys" "\5four" "\5ier" "\5kids4" "\5teen14" "\6wenty" "\3wler1" "\3xfire1" "\4glove" "\4hound" "\4mulder" "\4pass" "\4racing1" "\4trot1" "\4y123" "\5lady1" "\5roxy1" "\2r1ends" "\3""33d0m" "\6om" "\3actal" "\4dika" "\4ggle1" "\5ile1" "\5ola" "\7ina" "\5rance" "\4mboise" "\4n123" "\5cais" "\6e123" "\7""2" "\798" "\7s1" "\10""2" "\10ca1" "\11o1" "\6hesca" "\11ka" "\7ise1" "\6ia" "\7ne1" "\7s123" "\10""2" "\10""3" "\10ca1" "\11o1" "\12""2" "\6ky" "\6o123" "\7is1" "\11e" "\5k01" "\6""11" "\7""234" "\7""3" "\6""21" "\7""2" "\6""69" "\6enstein" "\6furt1" "\6ie!" "\10""01" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\10ro1" "\10s" "\6lin12" "\11""2" "\7yn" "\6reich" "\6s1" "\6y1" "\6zappa" "\5nie" "\6y1" "\5tic" "\7sek" "\5ziska" "\4ser1" "\5ier" "\4tello" "\4zier1" "\3eak101" "\7""23" "\7""3" "\6""666" "\79" "\6azoid" "\6out" "\6s1" "\7how1" "\6y123" "\7""2" "\7""69" "\4ccia" "\5hdachs" "\5kles1" "\4d1234" "\6994" "\5derf" "\6ie123" "\10""2" "\6urst" "\6y01" "\7""11" "\10""23" "\10""3" "\7""2" "\5eric1" "\11k1" "\11o" "\10k1" "\10que" "\5fred1" "\5perry" "\5rick1" "\7k" "\4e1234" "\5""2beme" "\7me" "\6rhyme" "\5""4all" "\6ever" "\6life" "\6me" "\5atlast" "\5bee" "\6ies" "\7rd1" "\5d0m" "\6om!" "\10." "\10""01" "\11""6" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\10""200" "\12""10" "\11""1" "\11""2" "\11""3" "\10""34" "\10""4me" "\10""55" "\10""69" "\10""77" "\1088" "\1099" "\10s" "\5fall" "\6ree1" "\5lancer" "\10der" "\6ife" "\6ove" "\5mail" "\7n1" "\10""2" "\6e1" "\6ind" "\6oney" "\6usic" "\5net" "\5pass" "\6orn" "\10t1" "\5rider" "\5sex" "\6pirit" "\6tuff" "\7yle1" "\12r" "\5time" "\6own" "\6rial" "\5way1" "\6illy" "\5ze1" "\7r" "\4iburg" "\5ghtliner" "\5heit89" "\5nds" "\5tag" "\7s" "\4mont1" "\4nch1" "\7fries" "\11y1" "\7horn" "\7ie1" "\7kiss" "\7y1" "\4sh09" "\6""101" "\7""1" "\7""23" "\7""3" "\6""23" "\7def" "\6boy" "\6er" "\6man09" "\11""1" "\7en" "\6start" "\5ita1" "\5no1" "\7""559" "\4unde1" "\3iction" "\4day01" "\7""11" "\10""23" "\10""3" "\7""2" "\799" "\5olin" "\4eden" "\6rich" "\5nd11" "\10""23" "\7""3" "\7""4" "\7""5" "\7""7" "\7ly1" "\7s!" "\10." "\10""01" "\11""6" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4ever" "\11li" "\11me" "\10""5" "\10""6" "\10""7" "\108" "\109" "\10forever" "\10hip1" "\10s" "\10ter1" "\7z1" "\4ghten" "\4joles" "\7ito" "\4mousse" "\4pouille" "\4sbee1" "\5co1" "\7""415" "\5kie" "\6y1" "\4tz123" "\3odo123" "\4g1234" "\5frog" "\5ger1" "\10""2" "\6ie1" "\10s" "\6y!" "\7""01" "\7""101" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""5" "\7""69" "\7""7" "\5legs" "\5man1" "\5s123" "\4ilan" "\4mage" "\5hell" "\4nt242" "\6ech" "\7ra" "\6ier1" "\6line1" "\4st123" "\6bite" "\6y123" "\4zen1" "\3uitbat" "\6cake1" "\6loop1" "\12s" "\6y1" "\4sciante" "\2slhggi" "\2t5uy15nj" "\2ubar09" "\3ck you" "\5-off" "\6you" "\5.you" "\5""0ff" "\5""101" "\6""11" "\6""23456" "\6you" "\5""420" "\5""666" "\5""777" "\5999" "\5_off" "\6you" "\5abitch" "\6duck1" "\6ll" "\6ss1" "\5bitch1" "\12es" "\6uddy" "\5edup1" "\6m1" "\7all" "\6r!" "\7." "\7""01" "\7""11" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""666" "\109" "\7""7" "\78" "\79" "\7s!" "\10""1" "\6very1" "\5face1" "\11""2" "\6uck1" "\11fuck" "\5haters" "\6ead1" "\7r1" "\10""2" "\6im1" "\6oes1" "\5in1" "\7g123" "\10""2" "\10""69" "\10shit" "\6t!" "\7." "\7""123" "\10""3" "\7""2" "\7""3" "\7""420" "\7""69" "\7""7" "\7all1" "\5l0ve" "\6ife1" "\6ov3" "\10e!" "\11""12" "\12""3" "\12""4" "\11""2" "\11""3" "\11""69" "\11""7" "\5me!" "\7." "\7""11" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""420" "\7""5" "\7""666" "\109" "\7""7" "\7hard" "\7now" "\6yass" "\7life" "\5nut1" "\5off!" "\10." "\10""01" "\10""11" "\11""23" "\11""3" "\10""21" "\11""2" "\11""3" "\10""3" "\10""420" "\10""5" "\10""666" "\119" "\10""7" "\1088" "\109" "\10f" "\10s" "\5shit1" "\6tick1" "\5tard1" "\6h1s" "\7at1" "\7emall" "\10system" "\10world" "\7is!" "\11""1" "\11""2" "\11shit" "\5u11" "\7""23" "\7""3" "\6""21" "\7""2" "\7""3" "\6""666" "\79" "\6all1" "\6bitch" "\6p1" "\5y0u" "\6a1" "\6eah1" "\6ou!!" "\10." "\10""00" "\11""1" "\11""6" "\11""7" "\118" "\119" "\10""100" "\12""1" "\11""11" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\1187" "\119" "\10""20" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""7" "\10""321" "\11""3" "\10""420" "\10""55" "\10""666" "\119" "\10""77" "\118" "\1087" "\118" "\119" "\1090" "\11""2" "\119" "\10all" "\11ss" "\10bitch" "\10too" "\3dge123" "\3entes" "\3gitive" "\3jifilm1" "\5tsu1" "\3kyou1" "\3lcrum" "\4ham1" "\4laccess" "\5back" "\5clip" "\5er1" "\7ton1" "\5house1" "\5metal1" "\6oon1" "\4mine" "\3manchu" "\3n4all" "\4ction" "\4eral1" "\4fun1" "\7fun" "\4house" "\4ky123" "\6monkey" "\6town1" "\4milayo" "\7ola" "\4ny123" "\6bunny" "\6face" "\6girl1" "\7uy" "\6man1" "\4stuff" "\4time1" "\10s1" "\3rball1" "\4ious1" "\4niture1" "\3sion12" "\4sball1" "\3tbol10" "\10""1" "\7""7" "\4ebol" "\4urama1" "\6e123" "\3zzball1" "\5y123" "\2vthbrf" "\2yfcnfcbz" "\4rjylf" "\3utkjr" "\7xtr" "\1g-money" "\3unit1" "\7""50cent" "\2""00dluck" "\3dzilla" "\3ldfish" "\2""123456789" "\3e2o3r4g5e6" "\3g2g3g4" "\2""4tv.com" "\2aara123" "\3bbiano" "\6e1" "\5y01" "\6""10" "\7""1" "\7""23" "\7""3" "\4e123" "\4i123" "\5gabi" "\4riel." "\10""01" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""7" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\10a12" "\11""2" "\10e1" "\10ito" "\10la1" "\11e1" "\12""2" "\5ysia" "\4y123" "\3dget1" "\3etano" "\3ga123" "\5gaga" "\5ndeep" "\5rina" "\4oako" "\3janan" "\3lactica" "\5driel" "\5had" "\5ktika" "\5pagos" "\5tasaray1905" "\14_1905" "\6ea" "\5xia" "\7e" "\6y123" "\4icia" "\5leo1" "\5ndo" "\6ha" "\6ka" "\4lagher1" "\6nt" "\6rdo1" "\5egos" "\6ry1" "\6ta" "\5ina" "\6to" "\5oway" "\3maliel" "\4bino" "\6t1" "\5ler1" "\4e1234" "\5boy123" "\10""2" "\5cock1" "\11s1" "\6ube1" "\5freak1" "\5game" "\5master" "\5over1" "\5play" "\5r123" "\6""4life" "\6s1" "\5s123" "\6""4me" "\6tar" "\7op" "\5time1" "\4maray" "\4pang" "\3napathi" "\11y" "\10i" "\4dako1" "\10h" "\6lf1" "\5olf" "\4esh123" "\7a1" "\7ji" "\4g123" "\5bang1" "\5gang" "\5rel" "\5sta!" "\10." "\10""01" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""74" "\109" "\10h" "\10r1" "\7er!" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\11s" "\5uly" "\4ja123" "\6""420" "\6man" "\4ondorf" "\4pati" "\4sta1" "\6er1" "\4teng1" "\4ymede" "\3rage1" "\5nce" "\4bage1" "\4cia10" "\10""23" "\10""3" "\7""2" "\4den1" "\7er" "\7ia" "\10ng" "\7s" "\5iner" "\5ner1" "\4eth1" "\4field12" "\11""2" "\11""7" "\6ld" "\4gamel" "\5oyle" "\4ibaldi" "\5ma@123" "\4land1" "\4net1" "\7t21" "\10""5" "\5ier" "\4ret1" "\7t123" "\10""2" "\10""3" "\5ido" "\6son1" "\4y1234" "\3solina" "\10e" "\4pard" "\7e" "\7in" "\4ton1" "\7e" "\3tekeeper" "\5way11" "\11""23" "\10""2000" "\10""3" "\10""5" "\10""7" "\10s" "\4hering" "\4inha123" "\7o" "\5ta1" "\6o1" "\7s" "\4o123" "\5gato" "\5negro" "\5r123" "\6ade1" "\6bait" "\6s01" "\7""11" "\10""23" "\10""5" "\7""2" "\4taca" "\5ina" "\7o" "\5onero" "\5uso" "\4ubela" "\3uloises" "\4rav123" "\4thier" "\5ier" "\3vilan" "\5n123" "\5ota" "\4rilova" "\5oche" "\3y1234" "\4""4life" "\4ass1" "\5thri" "\6ri" "\4boy1" "\4fag1" "\4gay1" "\7gay" "\5uy1" "\4lord1" "\4man1" "\4ness1" "\4pride1" "\3zelle" "\2bemisola" "\3gbcmrf" "\3olahan" "\3yudby" "\2dn7414" "\2earhead" "\5sofwar2" "\3egee1" "\4long1" "\4nidee" "\4tanjali" "\3force" "\3heim123" "\3latina" "\3mbird" "\4eaux" "\5las" "\6li" "\6os" "\4ini01" "\10""6" "\7""11" "\10""23" "\10""3" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""77" "\788" "\7s" "\4ma123" "\4stone" "\3ndarme" "\4eral01" "\10""123" "\10""2" "\10e" "\10lee" "\10s1" "\7tor" "\6ic1" "\5sis01" "\10""11" "\11""23" "\10""2" "\10""3" "\10""7" "\5tics" "\5va1" "\6ieve1" "\4ghis" "\4ious" "\5us123" "\7net" "\4nadiy" "\6io" "\6ro" "\4oa1893" "\5cide" "\5veva" "\4tle1" "\7man" "\4uine1" "\3offrey1" "\4grafia" "\7phy" "\4logia" "\7y" "\4metra" "\10y" "\4rdie1" "\5ge!" "\7." "\7""01" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""3" "\7""4" "\7""5" "\7""69" "\7""77" "\78" "\799" "\7s" "\7town" "\10te" "\6ia01" "\10""11" "\11""23" "\10""2" "\10""3" "\10""7" "\10na" "\7e1" "\7na1" "\4vanna" "\3ppetto" "\3rald123" "\7ine1" "\7o" "\5nium" "\5rd!" "\7""123" "\7""2" "\7o1" "\7way1" "\5simova" "\4ber1" "\7a" "\5il1" "\4hard" "\4icom" "\4linde" "\4maine" "\6n123" "\7a" "\7ia" "\7o" "\7y123" "\10""2" "\4onimo1" "\4rard08" "\10""1" "\108" "\4shwin" "\4tie1" "\5ruda" "\10e1" "\3ssica" "\4tapo" "\5ion" "\4undheit" "\3t2work" "\4ajob" "\5life1" "\5way" "\4bent" "\4crunk1" "\4down" "\4fucked1" "\4high1" "\10""420" "\4laid" "\5ikeme1" "\5ost1" "\4mein" "\5oney!" "\11$" "\11""07" "\128" "\129" "\11""10" "\12""1" "\12""2" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\4out1" "\4paid1" "\4rdone1" "\5eady" "\7l" "\5ich1" "\4smart" "\5ome1" "\4therefast" "\5ysburg" "\2fdkjdf" "\3gfgfgf" "\5vfvf" "\3hfpbn" "\5vgfvgfv" "\4jkmrf" "\6zytn" "\2g123456" "\3gggg1" "\7gggg" "\3unit1" "\2hana123" "\3bdtnbr" "\3eorghe" "\4tto123" "\7""2" "\3ghgh1" "\7gh" "\3islaine" "\3jcnjgfhjkm" "\4ghjghj" "\4uhfvf" "\10vf" "\3ost123" "\7""3" "\6""666" "\6dog" "\6face1" "\6man" "\6recon" "\7ider" "\6s1" "\2iacomino" "\7o1" "\4dina" "\4ncarlo" "\5franco" "\5luca" "\5marco" "\5na1" "\6i1" "\5ts08" "\7""10" "\10""1" "\10""23" "\7""21" "\10""5" "\7""56" "\4ppone" "\3bbons" "\4raltar" "\4son01" "\7""123" "\7""2" "\7sg1" "\3ddyup" "\4eon1" "\4get1" "\3fted1" "\3gabyte" "\5nte" "\4gity" "\5le1" "\7s123" "\11""3" "\10""2" "\5s11" "\4i123" "\5gigi" "\3lardino" "\4bert123" "\10""2" "\10o1" "\4gamesh" "\4ipollas" "\4lespie" "\6tte" "\5ian1" "\6gan1" "\6ngham" "\4more1" "\6ur" "\3na123" "\5gina" "\4ebra" "\5tte" "\5vra" "\4ger!" "\7." "\7""00" "\10""1" "\10""2" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\7ale" "\7bread" "\7snap" "\5ging" "\4ogino" "\4tonic" "\4uwine1" "\3oconda" "\4rdano" "\5gia1" "\7na" "\7o1" "\4vana" "\7i" "\7na1" "\10i123" "\10y" "\3raffa" "\7e1" "\5sole" "\6sol" "\5tina" "\4esun28" "\4l101" "\6""234" "\5friend" "\5girl" "\5ie1" "\5power1" "\5s101" "\7""23" "\6""69" "\6rock1" "\7ule1" "\5y123" "\6girl1" "\3sella" "\7e1" "\4selle" "\3tara1" "\6re" "\4rdone1" "\3uditta" "\4lia1" "\7na" "\10o" "\6etta" "\4seppe1" "\10ina" "\3veit2me" "\5nchy" "\3zmo01" "\6""10" "\7""1" "\7""23" "\7""3" "\6""22" "\4zmo1" "\2jkrjdybr" "\2lacier" "\4dbach" "\5iador" "\7tor1" "\12e" "\6olus" "\5stone" "\5ys1" "\4morous1" "\6ur1" "\4sgow1" "\5s123" "\6es1" "\6jaw" "\6man" "\3encoe" "\5da1" "\7le1" "\5n123" "\5wood" "\3itter1" "\10""2" "\3obal123" "\5ule" "\4ck17" "\79" "\6""21" "\7""2" "\7""3" "\6""40" "\7""5" "\69mm" "\4rfindel" "\5ia123" "\7""2" "\6oso" "\7us" "\5y123" "\6""2god" "\6togod" "\4ucester" "\5glou" "\2mail123" "\4n123" "\2o123456" "\3""2hell" "\3""4itnow" "\3ahead" "\4lie1" "\5keeper" "\4rmy1" "\4tboy" "\4way!" "\7""1" "\3bears1" "\4igred" "\4lin1" "\5ue1" "\4rowns" "\4ucks1" "\3cards1" "\4ubs1" "\3d is great" "\4""12345" "\4""4ever" "\5life" "\4awgs1" "\4bless1" "\11me" "\11us" "\11you" "\4child" "\4damn" "\5ess1" "\4father1" "\12""2" "\5irst1" "\5rey1" "\4god1" "\7god" "\5race" "\4helpme1" "\4is#1" "\6able" "\6good!" "\12""1" "\12""2" "\12""7" "\7r8" "\10eat" "\6love1" "\12""2" "\12""7" "\6one" "\4jesus" "\4knows" "\4like1" "\5ove1" "\10me" "\10s1" "\11me" "\4mode" "\4ofwar1" "\11""2" "\11""3" "\4rocks1" "\5ules1" "\4schild1" "\5ent" "\5favor" "\5gift1" "\7rl" "\6race" "\5love1" "\5mack1" "\5on1" "\5peed1" "\5will1" "\4time" "\4ucks1" "\4win1" "\4zila" "\7la1" "\11""2" "\3eagles" "\3fish1" "\4orit1" "\4uckyourself" "\3gators1" "\4eta1" "\6it" "\6ta1" "\7er" "\4gles" "\4iants" "\5rl1" "\4o1234" "\5girl" "\6o123" "\7go" "\4reen1" "\3habsgo" "\5n123" "\5rd1" "\5wks" "\4eels" "\4ome1" "\3irish1" "\3ku1234" "\5ssj4" "\3lakers" "\4d1234" "\5berg1" "\5coast" "\5digger" "\5en01" "\7""11" "\10""23" "\7""22" "\7""7" "\7boy1" "\7eye1" "\7gate" "\10irl" "\7sun" "\5finger" "\7sh12" "\11""2" "\6lake" "\5gold" "\5ie123" "\6locks" "\5leaf" "\5man" "\6ember" "\6ine" "\5orak" "\5rush" "\5smith" "\6tar1" "\5wing1" "\4eafsgo" "\4f1234" "\5""4fun" "\5ball1" "\5club" "\6ourse" "\5er01" "\7""11" "\10""23" "\7""2" "\7""69" "\5golf" "\6ti" "\5ing1" "\7ho" "\5man" "\5nut" "\5pro1" "\5r32" "\5tdi" "\5vr6" "\4go13" "\4iath1" "\5ons" "\4lum1" "\4osa69" "\3mez123" "\3ncalo" "\7ves" "\4efishing" "\4oles1" "\4zaga1" "\6les1" "\10z12" "\7ito" "\7o1" "\5o123" "\3ober123" "\7""2" "\7s" "\4d123456" "\5""2go" "\5""4me" "\6now" "\5boy1" "\6uy" "\6ye1" "\10""2" "\5charlotte" "\5day1" "\6og" "\5fella1" "\12s" "\6ood" "\6riend" "\5game" "\6irl1" "\6od1" "\7od1" "\6uy1" "\5ie1" "\7s1" "\6son" "\5job" "\5life1" "\6ooking" "\7rd" "\7ve" "\6uck123" "\5man1" "\6orning" "\7ther" "\6usic" "\5ness1" "\7ws" "\6ight1" "\5one" "\5pussy1" "\5rich" "\5sex" "\6tuff" "\5time1" "\11s1" "\6ogo" "\5will1" "\7n1" "\6oman" "\7od" "\7rk" "\5y2shoes" "\6ear1" "\4fball1" "\5y123" "\7""3" "\4gle!" "\7.com" "\7""01" "\7""101" "\10""1" "\10""234" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\79" "\7mail" "\7s" "\5oo1" "\4n123" "\5""4life" "\5er1" "\7s" "\5ie1" "\7s1" "\5squad1" "\4se123" "\6bumps" "\3pher12" "\7s" "\4inath" "\3rdana" "\5ita1" "\7o1" "\5o123" "\7""3" "\6n123" "\4geous1" "\5oroth" "\4illa1" "\10s" "\10z1" "\4od312" "\3siaczek" "\4ling" "\4pel1" "\4sip1" "\7girl" "\4tosa" "\7o" "\3tcha!" "\7""1" "\7""2" "\4enks1" "\4h666" "\5ic123" "\10""3" "\7""2" "\7""3" "\7""666" "\7a" "\6ka" "\4igers1" "\4milk1" "\10""2" "\10?" "\5oney1" "\4ohell1" "\4ribe" "\6ce" "\4you1" "\3uranga" "\5met" "\3vernment" "\7or" "\4inda" "\4ols1" "\2r33nday" "\3ace01" "\7""5" "\7""7" "\78" "\6""10" "\7""1" "\7""23" "\7""3" "\7""7" "\6""22" "\7""3" "\6""4me" "\6""777" "\6ful" "\6land1" "\6y1" "\5ias" "\6e!" "\7""01" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""4" "\7""5" "\7""7" "\7la1" "\6ous" "\4d2006" "\10""7" "\108" "\109" "\7""10" "\5uate08" "\11""1" "\10ion" "\4ffiti1" "\5iti" "\5ton" "\4ham1" "\4inger" "\4mma1" "\7r" "\6y1" "\4nada1" "\6ta" "\5dad1" "\7m1" "\6chase" "\10ildren" "\6e1" "\6ia" "\6kids1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\6ma11" "\11""23" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\10ster" "\7om" "\10ther" "\6pa1" "\10""2" "\7rix1" "\6slam" "\7on1" "\6theftauto" "\5ger1" "\5ite1" "\5ny12" "\7""2" "\5t123" "\5ville" "\4peape" "\6fruit" "\6s1" "\6vine" "\5hics1" "\4sshopper" "\4teful1" "\5is123" "\6tude" "\4vedigger" "\6yard" "\5itation" "\7y1" "\4yson1" "\5wolf" "\4ziano" "\6ella" "\3ease1" "\5t123" "\6dane" "\10y1" "\11""2" "\6er1" "\7st1" "\6god" "\6man" "\6ness1" "\6one1" "\6white" "\4ece1" "\5disgood" "\6y1" "\5n00" "\7""1" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""321" "\7""33" "\7""4" "\6""420" "\7""4" "\7""5" "\6""55" "\6""66" "\79" "\6""777" "\688" "\699" "\6apple" "\6bay1" "\11""4" "\7ean1" "\7ud" "\6day!" "\11." "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\11""21" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\119" "\7og" "\6e1" "\7ggs" "\7r" "\7yes1" "\12""2" "\6field" "\7rog1" "\6girl" "\7rass" "\10een" "\6hill" "\7ouse" "\6ie" "\6land" "\11tern" "\7eaf" "\7ight" "\6man1" "\6peace" "\6tea1" "\7ree1" "\6ville" "\6way" "\7ich" "\7ood1" "\6y1" "\5tings" "\4g1234" "\5oire" "\6r1" "\7io" "\7y123" "\10""2" "\10""3" "\10""7" "\4mlin1" "\10s" "\4nada" "\7e" "\7ine" "\5del1" "\5oble" "\6uille" "\4tchen1" "\5sch" "\5zky99" "\4ygoose1" "\5hound1" "\5son" "\5wolf" "\3ibouille" "\4ffen" "\7y1" "\10""24" "\6in1" "\7ths" "\6on" "\4llz1" "\4mace" "\5mjow" "\5reaper" "\4nch1" "\5dcore" "\6er1" "\6ing" "\5go1" "\4selda" "\6tte" "\5som" "\4zzly123" "\3ocery" "\4mit1" "\4ningen" "\4ove1" "\6y1" "\4ucho1" "\5nded1" "\7hog" "\4ver1" "\3umpy13" "\4ndig" "\5ge1" "\3yffindor" "\4phon" "\3zegorz" "\2string" "\3x-r1000" "\4r1000" "\6""100" "\6""300" "\5""600" "\5""750" "\2ta12345" "\4sanandreas" "\4vicecity" "\2uacamole" "\4dalajara" "\7upe1" "\12""2" "\5eloupe" "\4m671" "\4najuato" "\4rana" "\5dian1" "\11s" "\4temala1" "\4yaquil" "\3cci123" "\6mane1" "\3ernica" "\6sey" "\5ra1" "\6eiro" "\7ro1" "\4ss123" "\6it1" "\10""22" "\6this1" "\6what1" "\10o1" "\5t123" "\4vara1" "\7ra" "\3glielmo" "\3idance" "\4gui123" "\4ldwars1" "\5herme123" "\5laume1" "\6ermo1" "\5ty1" "\4maraes" "\4neapig" "\6ss1" "\5ness1" "\4tar!" "\7." "\7""01" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""666" "\109" "\7""77" "\79" "\7e1" "\7hero" "\7ist1" "\7man1" "\7ra1" "\7s1" "\3junpyo" "\3lliver" "\4mira" "\4nara" "\4shan" "\3mball1" "\4drop1" "\4mybear1" "\12s" "\4ption" "\3nawan" "\4blade" "\5ound" "\4dam00" "\10""1" "\7""123" "\7seed" "\7wing" "\4grave" "\4it123" "\6""50" "\4nar1" "\5er01" "\7""11" "\10""23" "\7""2" "\7s1" "\4sandroses" "\5hot" "\5linger" "\5moke" "\5nroses" "\4ther1" "\3rpreet" "\4u1234" "\5guru" "\5nanak" "\3sanito" "\4gus1" "\4tav1" "\7e" "\7o10" "\11""23" "\3tentag" "\4hrie" "\4ierrez1" "\4schein" "\4ter1" "\3wahati" "\3yana1" "\4brush" "\4ssuck" "\4ver1" "\3zman1" "\2wada971" "\6da" "\4pako" "\5ings" "\6to" "\5o123" "\6ako" "\6ko" "\3enaelle" "\5doline" "\10yn1" "\3iazda" "\3yneth" "\2ymnast1" "\10ics" "\3psy123" "\1h00ters" "\3llyw00d" "\2""123456789" "\2""2opolo" "\2""3llok!tty" "\7itty" "\2a123456" "\3bbo123" "\4ibi1" "\5tat1" "\3cienda" "\4k123" "\5ed123" "\6r123" "\7s1" "\5ing" "\5this1" "\3dassah" "\4dock" "\4oken" "\5uken" "\3fiz123" "\3gakure" "\4gard1" "\3ha101" "\6""2345" "\5bitch1" "\5ha!" "\7." "\7""11" "\10""23" "\7""2" "\7""3" "\7""5" "\7""7" "\7ha1" "\11ha" "\6ehe" "\5lol1" "\3ilee1" "\6y01" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""11" "\10""23" "\7""2" "\7""3" "\7""5" "\5mary" "\4rball" "\6rush" "\5cut1" "\5dresser" "\5spray1" "\4tian1" "\3kan123" "\4eem1" "\4kinen" "\4unamatata" "\3l9000" "\4amadrid" "\4cyon" "\4eigh1" "\5luya" "\5y01" "\6""11" "\7""23" "\4f-life" "\5life1" "\11""2" "\5moon" "\5pint1" "\4ibut" "\5fax1" "\5mah" "\4lelujah" "\5ie1" "\6hallo" "\6well1" "\5mark" "\5o11" "\7""2345" "\6du1" "\10da" "\6hallo" "\6ween1" "\12""2" "\12""3" "\4o117" "\6""2345" "\5""219" "\5""360" "\6odst" "\6rocks" "\7ules" "\5halo" "\5master" "\5wars1" "\3masaki" "\4bone1" "\5urg15" "\10er1" "\4ilton1" "\5sh1" "\4let1" "\4marby" "\5er01" "\7""11" "\10""23" "\7""2" "\7""69" "\7fall" "\7head" "\7s1" "\7time" "\5ond1" "\5y123" "\4pshire" "\6ter1" "\5ton1" "\4radio" "\4ster11" "\11""23" "\10""2" "\10""3" "\10s1" "\4taro1" "\4za123" "\3nahana" "\5kimi" "\5michi" "\4cock1" "\4dayani" "\5bag" "\7ll1" "\5icap" "\5soff" "\7me1" "\5yman1" "\4gar18" "\5er18" "\5man" "\5over" "\5ten" "\4hphuc" "\4ibal" "\5cka" "\5hani" "\4k123" "\5yung" "\4na123" "\6h!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\795" "\10""6" "\10""7" "\108" "\109" "\7montana" "\5elore" "\6s1" "\5ibal1" "\5over96" "\4over1" "\4s123" "\5en1" "\5hans" "\5ol1" "\7o1" "\6n1" "\5peter" "\5wurst" "\4tu123" "\4uman1" "\10ji" "\3piness" "\4kido" "\4pening" "\5iness!" "\12""1" "\12""2" "\12""7" "\5y00" "\7""1" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""2007" "\118" "\119" "\10""10" "\11""1" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7be" "\7day" "\6""321" "\7""3" "\6""420" "\7ever" "\7me" "\7u" "\6""55" "\6""69" "\6""777" "\688" "\699" "\6birthday" "\7oy" "\7unny" "\6cat" "\6day1" "\11s1" "\7og" "\6face1" "\10mily" "\7eet1" "\12""2" "\6girl1" "\7olucky" "\6happy" "\7ome" "\10ur" "\6joy" "\6life" "\7ove" "\6man1" "\7e1" "\10al" "\6ness1" "\10wyear" "\6one" "\6times" "\3rajuku" "\5kiri" "\4bour" "\4daway" "\5ball" "\5c0re" "\6ock" "\7re!" "\11." "\11""123" "\12""3" "\11""2" "\11""3" "\11""4" "\11""69" "\11""7" "\1188" "\5dick" "\5head" "\5ing1" "\5man" "\5rock1" "\5style1" "\5ware1" "\6ood" "\7rk1" "\5y123" "\4ekrishna" "\7sna" "\5rama" "\4i123" "\5bo1" "\7l" "\5haran" "\10i" "\5mau" "\5tha" "\4lem1" "\6quin" "\6y!" "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\10""4" "\7""33" "\7""4" "\7""55" "\7""66" "\109" "\7""77" "\7883" "\796" "\108" "\109" "\7d1" "\10avidson" "\10og" "\4man1" "\5onia" "\10ca" "\10e" "\7y1" "\10""2" "\10""7" "\4old123" "\4per1" "\5oon" "\5reet" "\4rier" "\7t1" "\6ngton" "\6s123" "\7on12" "\11""2" "\5y potter" "\6""01" "\6""10" "\7""1" "\7""234" "\7""3" "\6""22" "\7""4" "\6_potter" "\6dog" "\6p1" "\7otter123" "\14""7" "\4sh123" "\6al" "\6ini" "\7ta" "\10ha" "\4tford1" "\5ley" "\5mann" "\5nett" "\4vard1" "\5est1" "\10er" "\10moon" "\6y01" "\7""123" "\7""2" "\5ick29" "\3san123" "\4eena" "\4hish" "\4lo123" "\4san123" "\4talavista" "\5ings1066" "\3tchet1" "\4e123" "\5""2love" "\5""666" "\5breed1" "\5love1" "\5me1" "\7""2" "\5r123" "\6s123" "\7""2" "\6z1" "\5you1" "\10""2" "\4field" "\4red1" "\4teras" "\7s" "\5ie1" "\5rick" "\3unted1" "\3vana1" "\6na" "\4eaniceday" "\5faith1" "\6un1" "\4ingfun" "\3waii!" "\7""01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""11" "\10""23" "\7""2" "\7""50" "\7""7" "\7808" "\799" "\7an1" "\4keye1" "\10s1" "\5ins1" "\5wind" "\4thorn1" "\11e1" "\3yabusa1" "\5stan" "\4den01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""11" "\10""23" "\7""2" "\4hay1" "\4lee1" "\6igh" "\6y01" "\7""123" "\5ie1" "\4ward1" "\10""510" "\5ood" "\3zel123" "\6eyes" "\6nut" "\4zard" "\2eadache" "\5banger" "\5hunter" "\5phones" "\5shot1" "\6trong" "\4ling1" "\5th1" "\7care" "\7y1" "\4rt123" "\7""3" "\6ache" "\7gram" "\6beat1" "\7reaker" "\10oken" "\6land" "\7ess1" "\6s!" "\7""11" "\10""23" "\7""3" "\7""7" "\4ther!" "\10." "\10""01" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""6" "\11""7" "\118" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10s" "\5wave" "\4ven!" "\7""01" "\10""7" "\108" "\7""10" "\10""1" "\10""23" "\10""3" "\10""7" "\7""22" "\7""3" "\7""4" "\7""5" "\7""777" "\7ly1" "\7sent" "\5ymetal" "\3brides" "\3ctor123" "\10""3" "\7""2" "\3dgehog1" "\3elflip" "\4royuy" "\3hehaha" "\6e123" "\7he" "\3idelberg" "\5i123" "\4neken1" "\5lein" "\5rich" "\5z57" "\3jhej123" "\7hej" "\4meddig" "\4san123" "\3len123" "\6a123" "\6e1" "\6ka" "\4icopter" "\5kopter" "\5ves" "\4l0kitty" "\5""666" "\5bent" "\6ound" "\7y123" "\10""2" "\10""666" "\5cat" "\5fire1" "\5gate" "\5hell" "\6ound" "\5ion" "\5no1" "\5o!!" "\6""007" "\7""1" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""23456" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""2010" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7me" "\7u2" "\7you" "\6""321" "\7""3" "\7""4" "\6""44" "\7""56" "\6""55" "\6""666" "\79" "\6""777" "\688" "\79" "\690" "\78" "\799" "\6all" "\6baby" "\7ob" "\6dolly" "\6goodbye" "\6hello" "\7i1" "\6kitty123" "\6man" "\10te" "\7e1" "\7oto1" "\6o1" "\6people" "\6s1" "\6there" "\6w1" "\7een" "\7orld" "\6you1" "\5raiser" "\5sbells" "\6ing1" "\6pawn" "\5yea1" "\10h1" "\4oisa" "\7e" "\4p1234" "\5""4me" "\5911" "\5desk" "\5er1" "\5help" "\5less" "\5me!" "\7""11" "\10""23" "\7""2" "\7god" "\7lord" "\7now" "\4sinki" "\3malatha" "\5nth" "\4i426" "\5cuda" "\5ngway" "\4ligt" "\5ock" "\4melig" "\3nderson1" "\5rick" "\7k1" "\7x1" "\10""2" "\10""69" "\4nessy1" "\5ing" "\4rietta" "\11e" "\5y01" "\6""11" "\7""23" "\7""3" "\7""4" "\4tai1" "\3pburn" "\3racles" "\4balife1" "\5ert1" "\5ie1" "\7""53" "\4cules1" "\4edia" "\5ford" "\5iam" "\5tic" "\5wego" "\4iberto" "\5sson" "\5tage1" "\4kules" "\4man123" "\7a" "\7n1" "\7os" "\5es1" "\5ine" "\7ia" "\6one1" "\6tage" "\5osa1" "\7o" "\4nandez1" "\12""2" "\10o" "\4o1234" "\5es1" "\7""5" "\5hero" "\6onda" "\5ine" "\4rera1" "\5ing" "\5mann" "\4shey123" "\10""2" "\10""3" "\10""7" "\10s" "\3slo123" "\6heslo" "\4oyam123" "\4ter23" "\3terosexual" "\4field" "\3wlett1" "\3y12345" "\4babe1" "\7y1" "\4dude1" "\4girl1" "\4hey!" "\7""11" "\10""23" "\7""2" "\7hey1" "\4jude1" "\4man1" "\4now1" "\4there1" "\4you1" "\7""2" "\3zekiah" "\2h123456" "\3hhhh1" "\7""7" "\7hhhh" "\2i123456" "\3awatha" "\3bernian" "\4iscus" "\3ckory1" "\3dalgo1" "\5yah" "\7t" "\4den1" "\3ggins1" "\4h123" "\5bury1" "\5er1" "\5five" "\5heels" "\5land1" "\11er" "\11s" "\6ife1" "\7ght" "\5school" "\6peed" "\5times1" "\6ower" "\5way1" "\10""61" "\6ind" "\4urashi" "\3hello" "\4i123" "\5hi123" "\7hi" "\3jodeputa" "\5puta" "\3lario" "\6y1" "\7duff" "\4degard" "\4figer" "\4lary1" "\5billy1" "\5crest1" "\5man" "\5side1" "\6ong" "\5top1" "\5view" "\4ton1" "\3machal" "\5laya" "\5nshu" "\5wari" "\4itsu" "\4ynameis" "\3nata12" "\4der1" "\5ustani" "\3p-hop" "\4hop01" "\7""101" "\10""1" "\10""23" "\10""3" "\7""23" "\7""3" "\7""4" "\7""7" "\4olito" "\5potamo" "\4pie1" "\5o123" "\6po" "\6s1" "\3rohiro" "\5ndelle" "\5shima" "\5yuki" "\3sgrace" "\4toire" "\6ria" "\7y1" "\3tachi1" "\4chcock" "\4here1" "\4ler123" "\7""666" "\788" "\4man11" "\10""23" "\7""23" "\7""47" "\4okiri" "\4sugaya" "\2jpjdsq" "\3vfirf" "\2lubkoj1" "\2oahong" "\4ng123" "\6anh" "\6long" "\3bbes1" "\5it1" "\4iecat" "\4o123" "\5ken" "\3chzeit" "\4key!" "\7""00" "\10""1" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""1" "\10""3" "\10""5" "\7""44" "\7""55" "\7""66" "\109" "\7""77" "\787" "\108" "\109" "\791" "\10""7" "\109" "\4uspocus" "\3ebag1" "\3ffman1" "\10n" "\5nung" "\3gehoge" "\4warts1" "\3hoho1" "\7ho" "\3ihoi1" "\4lamgi" "\3kies1" "\3la123456" "\5comoestas" "\5hola1" "\5nda" "\5quetal" "\4brook" "\4den01" "\10""5" "\7""123" "\7v8" "\4ein1" "\7one" "\4iday123" "\10""2" "\10s1" "\5ness" "\4la123" "\6back1" "\6nd1" "\5er1" "\6y1" "\5iday" "\6e1" "\799" "\6s1" "\7ter!" "\12." "\12""0" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\5ow1" "\7ay" "\7man" "\5y01" "\6""11" "\7""23" "\7""3" "\6dog1" "\6wood!" "\12""0" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\4mes1" "\4stein" "\7n" "\4ybible1" "\5cow1" "\6rap1" "\7oss" "\5ghost1" "\6rail" "\5holy" "\5moly" "\5sh!t" "\7it1" "\6pirit" "\5wood" "\3me12345" "\5alone" "\5base" "\6oy1" "\6rew" "\5depot1" "\5girl" "\6rown" "\5home" "\5land" "\6ess1" "\5page" "\5r123" "\6o1" "\6s1" "\7impson" "\6un1" "\5school" "\6ick" "\6lice" "\6tar1" "\7ead1" "\6weethome" "\5town1" "\5work1" "\10ld" "\4icide" "\5e123" "\7""3" "\6s13" "\4o123" "\5sexual" "\3nda00" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""100" "\7""1" "\7""234" "\10""5" "\7""3" "\7""50" "\6""2000" "\7""1" "\7""2" "\7""3" "\7""50" "\6""300" "\6""400ex" "\7""50r" "\6""500" "\6""600" "\79" "\6""750" "\680" "\7""5" "\78" "\79" "\690" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6accord" "\6cbr600" "\7ity" "\10vic" "\7r125" "\10""250" "\10v" "\10x" "\6s1" "\7""2000" "\6vfr" "\5uras12" "\4est1" "\7y1" "\5y01" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""43" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\7""5" "\7""7" "\6""69" "\6babe" "\11y" "\7ear1" "\10e1" "\7un1" "\11ch" "\11ny" "\6coh" "\10mb" "\6dew" "\7ip1" "\7og" "\6girl" "\6honey" "\6koh" "\6love" "\6moon" "\6pie" "\7ot" "\6s1" "\6well" "\4ghong" "\5kong1" "\4olulu1" "\5rine" "\3obastank" "\4chie1" "\4d123" "\5nigga1" "\5rat1" "\6ich1" "\5star1" "\4kem1" "\6r1" "\7""2" "\7""69" "\7s" "\4ligan1" "\11s" "\4per1" "\4sier1" "\10s1" "\4ter1" "\7s1" "\10""2" "\10""69" "\5ie1" "\4va52" "\5er1" "\7""6" "\7""74" "\3pe1234" "\5""4me" "\5ful1" "\10l" "\5hope" "\5less1" "\5well" "\4kins1" "\4per1" "\4scotch" "\3race1" "\6io" "\5tio" "\4izon1" "\10s" "\4ndog" "\5et1" "\7""600" "\7s1" "\6y1" "\5y123" "\6""69" "\4oscope" "\6ho" "\4rible" "\5or1" "\4se11" "\7""23" "\7""3" "\6lover" "\6man" "\6power" "\6s!" "\7""01" "\7""101" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""4" "\7""5" "\7""7" "\7hit" "\10oe" "\6y1" "\4tense" "\10ia" "\3sanna" "\4pital1" "\3t1234" "\4""2trot" "\4ass1" "\4babe1" "\10s" "\7y1" "\5itch1" "\5oy123" "\7""23" "\7""3" "\7""5" "\7s1" "\7z1" "\4cakes" "\5hick1" "\11s" "\4damn" "\5og!" "\7""01" "\7""11" "\10""23" "\7""22" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\7s1" "\4el123" "\4girl123" "\10""2" "\10s1" "\5url1" "\6y1" "\4head" "\5ot1" "\7hot" "\4line1" "\6ps1" "\5ove123" "\4mail11" "\11""23" "\10""2" "\10""3" "\10""5" "\10""7" "\109" "\10s" "\6le" "\6ma123" "\10""2" "\7ma" "\6n1" "\5om1" "\7ma1" "\4ness1" "\4ohori" "\5ne1" "\4pants1" "\5ink1" "\10""2" "\5ussy" "\4rod123" "\7""2" "\7""69" "\4sauce1" "\5ex1" "\7""69" "\5hit1" "\6ot1" "\10s" "\5pot" "\6ur" "\5tuff!" "\11""12" "\11""2" "\11""69" "\4test1" "\5ie!" "\7#1" "\7." "\7""01" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\7""33" "\10""4" "\7""44" "\10""5" "\7""5" "\7""69" "\7""7" "\78" "\7911" "\10""2" "\10""3" "\10""4" "\109" "\7s1" "\5ness" "\5opic1" "\5stuff1" "\5y101" "\7""23" "\4water" "\5heels1" "\5ings" "\3udini1" "\4ghton" "\4nddog1" "\4se11" "\7""23" "\6music" "\6s1" "\6wife" "\5ing" "\5ton123" "\11""3" "\10""23" "\10""3" "\10""5" "\10""713" "\3vnokleslo" "\3ward123" "\7""2" "\6eyou1" "\4dy123" "\4high" "\2potter" "\3pavilion" "\2rithik" "\3vatska" "\2s123456" "\2town713" "\2uang123" "\5huan" "\3babuba" "\4babubba" "\6rd1" "\4ert1" "\7us" "\3ckleberry" "\3dson1" "\3ggies1" "\5ybear" "\4hes1" "\4o1234" "\5boss1" "\5hugo" "\4uette" "\5ito" "\3jciwdupe" "\3laanmo" "\5girl" "\5hoop" "\4igan" "\4k123" "\5hogan" "\5ster" "\4lcity1" "\3maira" "\5nity" "\6oid" "\4berto1" "\5le1" "\5oldt" "\4ility" "\4mer123" "\7""2" "\7""3" "\7""69" "\7h1" "\10""2" "\10""3" "\5ingbird" "\4phrey1" "\3nd123" "\4g123" "\5ary" "\5hung" "\5ry1" "\4nie1" "\5ybunny" "\4ter!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""33" "\10""4" "\7""44" "\10""5" "\7""55" "\7""666" "\109" "\7""77" "\788" "\109" "\794" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7s1" "\7x" "\5ing123" "\10""2" "\10ton" "\5ress" "\3racan" "\4ensohn1" "\4ley1" "\4ricane1" "\12""2" "\12s" "\3sband1" "\4eyin" "\4ker1" "\7s1" "\5ies1" "\4qvarna" "\4sain123" "\5ein" "\4tla1" "\6e1" "\7r1" "\3tchinson" "\3yhoang" "\2yacinth" "\3brid1" "\3derabad" "\4ro420" "\6gen" "\3perion" "\6lite1" "\4hy101" "\3steria" "\3undai1" "\1i am the best" "\3dont know" "\3love you" "\2.love.you" "\2""123456789" "\2""4gotit" "\281u812" "\2_love_you" "\2am1337" "\4""2cool" "\4alone" "\5wesome" "\4best" "\5lessed" "\4cool123" "\10""2" "\5razy" "\5ute" "\4free" "\4gay1" "\5od1" "\6od" "\5reat" "\4happy" "\5ere" "\5ot1" "\4inlove" "\4king" "\4legend1" "\5ucky" "\4number1" "\4rich" "\4sexy1" "\5mart" "\5ocool1" "\4the1" "\7best1" "\7king" "\7man1" "\7one1" "\4whatiam" "\3nuarie" "\2banez1" "\7js" "\3elieve" "\3ookg4" "\3rahim123" "\10a" "\10ovic" "\2candoit" "\5fly" "\3e-cream" "\4age1" "\7""2" "\4berg1" "\4cold1" "\5ream!" "\11." "\11""10" "\12""1" "\12""23" "\12""3" "\11""22" "\12""3" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\5ube1" "\4dtea" "\4fire" "\4hockey" "\6use1" "\4ice1" "\7baby" "\4land1" "\4man01" "\7""11" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""69" "\7""7" "\4queen" "\4tea1" "\4water" "\3h liebe dich" "\4bincool" "\7ich" "\7s" "\4iban1" "\5go1" "\5ro51" "\4liebedich" "\4unddu" "\2ddqd123" "\6idkfa" "\3entity" "\3iot123" "\3k1234" "\3lewild" "\3on'tknow" "\5otknow" "\5tcare1" "\6have1" "\6know!" "\12""1" "\12""2" "\12""3" "\6no1" "\3spispopd" "\3unno1" "\2f6was9" "\3eanyi" "\4oluwa" "\3orget1" "\6ot1" "\10""2" "\10it" "\2getmoney1" "\3gypop" "\3lesias" "\3nacio1" "\5tius" "\5zio" "\4ition" "\3or1234" "\5igor" "\4t5onit" "\3uana1" "\2hateboys1" "\6her1" "\7im1" "\6life1" "\7ove" "\6men" "\7ylife" "\10self" "\6passwords" "\6school" "\6this1" "\6u!" "\7""123" "\7""2" "\6y0u" "\7ou!" "\11." "\11""11" "\12""23" "\11""22" "\11""3" "\11""4" "\11""5" "\11""7" "\4ve3kids" "\6""4kids" "\3eartu2" "\7you1" "\2iiiiiiiii" "\2jrjkflrf" "\2kbengek" "\3echukwu" "\3ickass" "\4llyou" "\2l0v3y0u" "\5ehim" "\6me" "\6y0u" "\7ou" "\3hh5111984" "\3ike69" "\6cake" "\7heese" "\6eggs" "\6food" "\6girls" "\6it" "\6pie!" "\11""123" "\11""2" "\6sex" "\6you1" "\3legal" "\4idan" "\5ni1" "\6ois1" "\4matic1" "\4uminati" "\5sion1" "\11s" "\3ov3you" "\5e..." "\6""10" "\7""1" "\7""234" "\7""3" "\7""43" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\6""420" "\6""69" "\6?4eva" "\6aaron" "\7dam1" "\7j" "\7lex!" "\12""1" "\12""2" "\10lah" "\7mber" "\10y1" "\7ndre" "\11y1" "\10gel" "\10ime" "\10na1" "\7sh1" "\6baby" "\7eer" "\10lla" "\10n1" "\7illy" "\7lue" "\7obby" "\10obs" "\10ys!" "\12""1" "\12""2" "\7rad" "\11nd" "\10ian" "\10yan" "\6cake" "\10ndy" "\10ts1" "\7had1" "\10eese" "\10ris" "\7ock1" "\10dy1" "\6d1" "\7ad1" "\11dy" "\10n1" "\11ce" "\11iel" "\11ny" "\10ve1" "\11id" "\7ick1" "\7j" "\7ogs1" "\12""2" "\7ylan" "\6emily" "\10ma" "\7ric1" "\6food1" "\6games" "\7irls" "\7od!" "\11""12" "\11""2" "\11""7" "\7reen" "\11g" "\6her!" "\11""12" "\11""2" "\7im!" "\11." "\11""08" "\129" "\11""11" "\12""2" "\12""3" "\12""4" "\11""22" "\11""3" "\11""4" "\11""5" "\11""7" "\7orses" "\6ian" "\7ndia" "\7t1" "\6j1" "\7ack1" "\11ob" "\10ke1" "\10mes" "\11ie" "\10son" "\10y1" "\7b" "\7c" "\7eff1" "\10n1" "\11ny" "\10ss1" "\12e" "\12i" "\11us1" "\7immy" "\7oe1" "\11l" "\11y1" "\10hn1" "\10n1" "\10se1" "\11h!" "\12""1" "\12""2" "\7ustin" "\6kate" "\11ie" "\10yla" "\7elly" "\10vin" "\7im1" "\10ss" "\7yle1" "\6laura" "\7ee" "\7ife1" "\10sa1" "\10z1" "\7ogan" "\10ve" "\7ucy1" "\10is1" "\10ke1" "\6m3" "\7ama" "\10ria" "\11k1" "\11y" "\10tt!" "\12""1" "\12""2" "\10x1" "\7e!" "\10." "\10""01" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\118" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10gan" "\10n1" "\7ichael" "\10ke1" "\12""2" "\7om!" "\11""12" "\11""2" "\11my" "\10ney" "\7ummy" "\10sic" "\7ybaby" "\11oy" "\10cat" "\10dad" "\11og" "\10family" "\10india" "\10kids" "\10life" "\10mom" "\12ther" "\11um" "\10self" "\11is" "\11on" "\10wife" "\6nick!" "\12""1" "\12""2" "\10kki" "\7o1" "\7y" "\6paris" "\10t" "\10ul1" "\7ie1" "\10nk1" "\10zza" "\7orn" "\7ussy" "\6ray" "\7icky" "\7ob1" "\10ck" "\7yan!" "\12""1" "\6sam1" "\10ra1" "\12h" "\7cott" "\7ean1" "\10x1" "\11""2" "\11""69" "\7hane" "\11wn" "\10oes" "\7occer" "\10me1" "\10s1" "\7teph" "\11ve" "\6taylo" "\7hisgame" "\7im1" "\7om1" "\10ny1" "\7yler" "\6u!" "\7." "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""43" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4eva" "\12er" "\7""5" "\7""69" "\7""7" "\788" "\79" "\7baby" "\7mom" "\6weed1" "\7ill1" "\6y0u" "\7ew" "\7ou!!" "\11*" "\11." "\11""00" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""2345" "\12""3" "\12""43" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""30" "\12""1" "\12""2" "\12""3" "\12""4" "\11""42" "\12""4" "\12""5" "\12ever" "\11""55" "\12""6" "\11""66" "\129" "\11""77" "\128" "\1187" "\128" "\129" "\1190" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11<3" "\11al" "\11baby" "\11da" "\11forever" "\11jo" "\11ma" "\12om" "\11somuch" "\11too" "\11u" "\11x3" "\7u" "\6zac1" "\11h1" "\3usion" "\4v?4eva" "\5atar" "\5chris1" "\5god" "\5her1" "\6im1" "\10""2" "\5jesus1" "\5me!" "\7""123" "\7""2" "\6ike" "\6om1" "\6yself" "\5sum1" "\5u123" "\7""3" "\6""4eva" "\11er" "\5you!" "\10""1" "\10""2" "\3y1234" "\4""4ever" "\2m2cool" "\4sexy4myshirt" "\3abeast1" "\5itch1" "\4fag1" "\4gination" "\7e1" "\4lone" "\6ser1" "\4nuel" "\4pimp1" "\4slut1" "\4wesome1" "\3becil" "\4ored1" "\3cool!" "\7""123" "\7""2" "\4ute1" "\3dabest" "\3fake1" "\3gay123" "\6""69" "\3happy" "\4otep" "\3inlove1" "\11""2" "\4ssu1" "\7""2" "\6you1" "\11""2" "\3kool1" "\3macolata" "\6ulate" "\5nuel" "\4ortal1" "\3number1" "\3ogen1" "\4rtal" "\3pact1" "\5la1" "\7""64" "\10""7" "\7ss" "\4eratore" "\6ial1" "\7o" "\7um" "\4ortant1" "\12e" "\5sible" "\6sible" "\4ression" "\6tty" "\6za1" "\4ulse101" "\3ran123" "\6khan" "\3sexy1" "\7""2" "\4ingle" "\4ocool1" "\5hot1" "\5rry" "\5sexy" "\3thebest1" "\6king" "\6man1" "\6one" "\6shit1" "\3yours" "\2n2deep" "\3challah" "\4lude" "\4ognito1" "\5ming" "\6plete" "\5nnu" "\5rrect1" "\4rease" "\6dible" "\4ubus1" "\3daclub" "\4ependence" "\13t" "\11iente" "\4ia12345" "\6""321" "\6@123" "\6india" "\6n123" "\7a1" "\10jones" "\10rmy" "\7er" "\7s1" "\5glo" "\6o1" "\4ochine" "\5nesia1" "\5vina" "\4ustrial" "\10y" "\4y500" "\5a123" "\3eedajob" "\6love" "\6money" "\6you" "\3famous1" "\5nte" "\7ry1" "\4ected" "\7ion" "\5rnal" "\7o1" "\10""666" "\4ierno" "\5nite1" "\10i1" "\10o" "\10y1" "\118" "\5rmiere" "\4lames1" "\4oinfo" "\5rmatica" "\12ka" "\12on" "\12que" "\5sys" "\5tech" "\4rared" "\3geborg" "\5nieria" "\11o" "\10ur" "\5ras" "\4laterra" "\5ewood" "\4oditrust" "\6wetrust" "\4ress" "\5id1" "\3iesta" "\4tiald" "\3kognito" "\3love!" "\7""07" "\108" "\109" "\7""123" "\10""3" "\7""3" "\7""4" "\3maculada" "\4ortal" "\3na123" "\5inna" "\5morata" "\4ocence" "\10t1" "\6uous" "\5vation" "\11ve" "\6ision" "\4uendo" "\3sane1" "\7""2" "\6ity1" "\4ecure" "\5rt1" "\4hallah" "\4ide1" "\7r" "\5ght" "\6nia" "\4omnia1" "\11c" "\4pector1" "\5iration" "\7e1" "\10d" "\7on1" "\4tall" "\6nt" "\5inct" "\6tute" "\5ructor" "\7ment" "\4urance1" "\3teger" "\6ra1" "\10l" "\7ity1" "\5l123" "\6core" "\6igente" "\7nside" "\6ligent" "\5nse" "\5r10" "\7""23" "\7908" "\6""4ever" "\6ceptor" "\6dit" "\6esting" "\11s" "\7x" "\6face" "\6iors" "\7sta" "\6milan" "\6nacional" "\10l" "\10tional" "\10zionale" "\7et!" "\11." "\11""01" "\11""11" "\12""23" "\11""2" "\11""3" "\11""5" "\11""7" "\6pol1" "\4heend" "\6mix" "\4imate" "\4ouch" "\4ranet" "\5epid1" "\5igue" "\5uder1" "\4uition" "\3uyasha!" "\11""10" "\12""1" "\12""23" "\12""3" "\12""5" "\11""2" "\11""3" "\11""5" "\11""7" "\3vader1" "\10zim" "\5lid" "\5sion" "\4entor" "\5rness" "\7o" "\5stment" "\7or" "\4ictus" "\5erno" "\5ncible" "\5sible1" "\5tation" "\4u4uraqt" "\3zaghi" "\2olanda" "\3nel23" "\3sonoio" "\2panema" "\3hone123" "\7""3g" "\7""4" "\3od123" "\5nano1" "\5touch1" "\3swich1" "\2reland123" "\10""2" "\10""3" "\10""7" "\4ne123" "\3fan123" "\3ina123" "\6irina" "\4s123" "\5h123" "\7""3" "\6ka" "\6man" "\5iris" "\3landa" "\7e" "\3mb5mes" "\3ochka" "\5k101" "\7""1" "\7""23" "\5z28" "\4n666" "\5fist" "\5head" "\6ide" "\6orse" "\5maiden1" "\13""666" "\7n123" "\10""2" "\10""3" "\6ike" "\5wood" "\3ule123" "\3ving1" "\2saac123" "\4bel01" "\7""11" "\10""23" "\10""3" "\7""2" "\7a1" "\7ita" "\7l1" "\10a01" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\11""2" "\11""3" "\11""4" "\11""5" "\11""7" "\10e1" "\11""2" "\10y" "\4dora" "\4iah01" "\10""5" "\10""6" "\10""7" "\108" "\7""11" "\10""23" "\7""2" "\7""3" "\7""4031" "\7""5" "\7""7" "\3eedeadpeople" "\5you2" "\4ngard" "\3hmael" "\3idora" "\7e" "\7o" "\3kandar" "\7er" "\3lam123" "\6""786" "\6abad" "\6ic" "\5nd1" "\7ers" "\7girl" "\7s" "\3mael1" "\5il123" "\3o9001" "\3rael123" "\3tanbul1" "\11""34" "\3uckdick1" "\3yankar" "\2tachi123" "\4lia06" "\7""10" "\10""23" "\7""2006" "\790" "\7n1" "\10a" "\10o1" "\6en" "\5y123" "\3iswell" "\3sallgood" "\5secret" "\4me123" "\5ine" "\5ylife" "\4over1" "\3tybitty" "\3unes1" "\2ubireamea" "\2van12345" "\6980" "\10""3" "\10""4" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\5""2000" "\7""10" "\5cito" "\5hoe" "\5ivanov" "\5ova" "\7ich" "\3erson03" "\10""1" "\10""23" "\10""3" "\4tte1" "\3onne1" "\2wantsex" "\6you1" "\4shere" "\3illwin" "\2ydgtvmujl6f" "\2zabela1" "\7la1" "\3mir35" "\4ocars" "\1j.k.rowling" "\2""000000" "\3nathan" "\2""111111" "\3""23123" "\5""456789" "\3j2j3j4" "\3o2s3h4u5a6" "\2""3nn!f3r" "\5""1f3r" "\5if3r" "\7er" "\3qq4h7h2v" "\3ssica" "\2""4**9c+p" "\2""666666" "\396969" "\2""7777777" "\28675309" "\2a123456" "\3aneman" "\3balpur" "\4bawockeez" "\5erwocky" "\4roni1" "\4ulani" "\4wemet" "\3caranda" "\4inta1" "\7o" "\4k007" "\5""101" "\6""11" "\6""2345" "\5""2000" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\5""5225" "\5""666" "\5al1" "\6ndjill" "\6roo" "\6ss!" "\10." "\10""01" "\10""101" "\11""1" "\11""23" "\11""3" "\10""22" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\109" "\5bauer" "\6lack1" "\5daniels" "\6og1" "\5eline" "\6ts1" "\5frost" "\7uit" "\5hammer" "\5ie!" "\7""01" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\7chan" "\5jack1" "\6ill" "\5lyn" "\5man1" "\5off1" "\5pot1" "\5rabbit" "\6yan" "\5s0n" "\6on!" "\10." "\10""01" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""21" "\11""2" "\11""3" "\11""4" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\10s" "\10ville" "\6parrow" "\6ter" "\5y123" "\4lyn1" "\4ob01" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\6""21" "\7""2" "\7""3" "\699" "\6black" "\6s1" "\6y1" "\4que1" "\7line" "\7s1" "\6i1" "\7e" "\3da123" "\5kiss1" "\4e1234" "\5jade" "\5n123" "\3ejoong" "\3gannath" "\4dish" "\4ger1" "\4uar01" "\7""123" "\7es" "\7s1" "\3hbless" "\4jah1" "\4love" "\3iden1" "\4ganesh" "\5urudev" "\4hanuman" "\5ind" "\4lbird1" "\4matadi" "\10ki" "\5e123" "\5ito" "\4saibaba" "\7ram" "\5hiv" "\6reeram" "\7iram" "\5riram" "\3jaja123" "\7ja" "\3karta10" "\11""23" "\4e101" "\6""234" "\5""2000" "\10""6" "\108" "\5""5253" "\5dog1" "\5jake1" "\5man" "\5rs1" "\5ster1" "\5yboy" "\4ob123" "\4ubko" "\3lapeno" "\5ram" "\4isco1" "\3maal1" "\5ica123" "\10""2" "\10""7" "\10n1" "\6ka" "\5jka" "\5l123" "\5ri1" "\4boree" "\4es007" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""43" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""2000" "\11""7" "\118" "\119" "\10""10" "\7""1" "\7""2" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""30" "\7""2" "\7""3" "\7""4" "\6""420" "\7""4" "\7""5" "\6""55" "\6""666" "\79" "\6""77" "\687" "\78" "\79" "\692" "\79" "\6bond007" "\12""1" "\12""7" "\7rown" "\6dean1" "\6james" "\6lee" "\6on1" "\6s1" "\6town" "\4ie01" "\6""10" "\7""1" "\7""23" "\7""3" "\7""4" "\6""21" "\7""2" "\7""3" "\6""69" "\6lee" "\7ynn" "\6son" "\5la1" "\7h" "\5roquai" "\5son1" "\4jam1" "\4mer1" "\7s" "\5in1" "\7g" "\4rock1" "\4shedpur" "\3n12345" "\4a123" "\5ina" "\5jana" "\4e1234" "\5doe" "\5jane" "\5lle1" "\5man" "\5ssa1" "\5t123" "\6te1" "\5way" "\4ganlupa" "\4ice123" "\6ka" "\5na1" "\6e1" "\5ya1" "\7h1" "\4jan1" "\7jan" "\4osch" "\4sport" "\5sen" "\4uari" "\4vier" "\3pan123" "\6ese1" "\4orms" "\3quan1" "\5eline1" "\3ramillo" "\4ed123" "\6leto1" "\5ll1" "\4head1" "\4jar1" "\4oslav" "\4red1" "\6tt1" "\1088" "\5od1" "\4ule1" "\4vis1" "\3sm1ne" "\5in01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""3" "\7a1" "\7e!" "\10." "\10""01" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""20" "\11""1" "\11""2" "\11""3" "\11""4" "\119" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\1099" "\4on01" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""43" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""33" "\6""420" "\6""69" "\6""77" "\688" "\699" "\6jason" "\6lee" "\6s1" "\4per!" "\7""01" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""7" "\799" "\5reet" "\3va123" "\5java" "\5script" "\4elin" "\4i123" "\5er01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""23" "\7a" "\3wa350" "\4breaker" "\3y-jay" "\4""12345" "\4anthi" "\5shree" "\6ree" "\4bird1" "\4cee1" "\5hou" "\4den01" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""7" "\5on1" "\4hanuman" "\6wk1" "\10s1" "\4jay01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\7""7" "\7jay" "\4len1" "\5in1" "\5on1" "\5ynn1" "\4man1" "\6taji" "\4shree" "\5on123" "\3zmin123" "\7e1" "\10""2" "\5yn1" "\4z1234" "\5bass" "\5ie1" "\5jazz" "\5man1" "\6ine1" "\5y01" "\78" "\79" "\6""101" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\2b123456" "\3ond007" "\2c123456" "\3hrist" "\2d123456" "\2ealous1" "\4n-baptiste" "\6claude" "\6pierre" "\5""1234" "\5carlos" "\6laude" "\5ette1" "\5ie1" "\6ne1" "\5jean" "\5louis" "\6uc" "\5marc" "\10ie" "\5ne1" "\7tte1" "\6ie1" "\7ne" "\6ot" "\5paul" "\6ierre" "\3didiah" "\5jedi" "\5knight" "\5master" "\3ep123" "\5""4x4" "\5cj7" "\5ers1" "\5jeep" "\5ster" "\4tkunedo" "\3ferson" "\4f1234" "\5erson1" "\7y1" "\5gordon" "\5hardy1" "\12""2" "\5jeff" "\5rey123" "\10""2" "\10""3" "\10""7" "\3gersej" "\3hova1" "\7h1" "\10""7" "\3lena1" "\4lo123" "\5y123" "\6baby" "\7ean1" "\12""2" "\12""3" "\12""7" "\12s" "\10lly" "\6fish1" "\6tots" "\3moeder1" "\3nalyn" "\4elle" "\6yn" "\5saispas" "\4ifer1" "\6fer" "\4jen1" "\4kins1" "\4n123" "\6fer" "\5""5366" "\5a123" "\5i123" "\6e1" "\6fer!" "\11." "\11""01" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\11""3" "\11""4" "\11""5" "\11""69" "\11""7" "\1188" "\119" "\6ngs1" "\5jenn" "\5y01" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\6""69" "\6fer" "\6lyn" "\4sen1" "\3opardy" "\3r2911" "\4bear" "\4emiah12" "\11""2911" "\11""3" "\11""7" "\10s" "\7e" "\6y!" "\7""01" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\4icho1" "\4k123" "\5face" "\5off1" "\4maine1" "\4ome123" "\7""2" "\5nimo" "\4ry01" "\6""123" "\7""3" "\6lee" "\4seygirl" "\4usalem1" "\3saispas" "\4ica1" "\4s1234" "\6ca" "\5""5377" "\5e01" "\6""101" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\6""69" "\6james" "\6m1" "\5i123" "\6ca!" "\10." "\10""00" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""20" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\10""3" "\10""4" "\10""5" "\10""69" "\10""77" "\1087" "\118" "\119" "\1090" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\119" "\10s" "\6e!" "\7""01" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\6ka1" "\5jess" "\5y123" "\6ca" "\4ter1" "\4ucristo" "\5isla" "\5s christ" "\7is lord" "\6#1" "\6""001" "\10""7" "\7""1" "\7""3" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""43" "\7""5" "\7""6" "\7""7" "\78" "\79" "\7st" "\6""2000" "\11""7" "\118" "\119" "\10""10" "\11""1" "\7""1" "\7""2" "\7""3" "\7""47" "\7""5" "\7""7" "\6""316" "\7""33" "\6""4ever" "\7life" "\7me" "\7u" "\6""666" "\79" "\6""777" "\688" "\699" "\6c1" "\7hrist1" "\7risto" "\6freak" "\6god" "\6is#1" "\10""1" "\10lord" "\12ve" "\7to" "\6jesus" "\6lives" "\7ord" "\10ve1" "\12me" "\12sme" "\6mary" "\7eama" "\6rocks" "\7ules" "\6s1" "\7aves" "\6teama" "\12o" "\3t'aime" "\4""2.com" "\4aime1" "\4black" "\4er02" "\4hro1" "\4ski1" "\5mets" "\4tavr6" "\3wel123" "\6l1" "\6ry1" "\6s1" "\4ish1" "\3zebel1" "\2gordon24" "\2honatan" "\5cena" "\5jhon" "\5ny1" "\2i394su3" "\3anjian" "\4ojiao" "\3ggaman1" "\5lypuff" "\4saw1" "\3lipollas" "\4l123" "\5ian1" "\5ybean" "\3mbeam1" "\5o123" "\6b1" "\6y123" "\4enez1" "\4ihendrix" "\4jim1" "\5ones1" "\4mie1" "\7""48" "\5orrison" "\5y01" "\6""10" "\7""1" "\7""234" "\7""3" "\7""4" "\6""21" "\7""2" "\7""3" "\6""69" "\6boy" "\6jimmy" "\6page" "\3ngjing" "\5le1" "\7bells" "\7s1" "\4kazama" "\3tendra" "\4terbug1" "\3ujitsu" "\4shiaini" "\2j123456" "\3jjjj1" "\7jjjj" "\2k123456" "\3jkjk1" "\7jk" "\3ljkljkl" "\4uio789" "\3tymrf" "\2lbyjxtcndj" "\3edfyxbr" "\2m123456" "\3an123" "\3ih8kk?" "\3oney1" "\3w-3109" "\2o123456" "\3achim" "\4n123" "\5inha" "\5na123" "\7""2" "\6e123" "\4o1234" "\5paulo" "\6edro" "\5victor" "\7tor" "\4quim" "\7n1" "\10a" "\3belle" "\4hunt" "\4less" "\4ros1" "\4s123" "\5""4me" "\5earch1" "\6eker" "\3celyn1" "\10e" "\3die123" "\3e12345" "\4black" "\6ow" "\5oxer" "\4cool1" "\4dirt1" "\4joe123" "\7""2" "\7joe" "\6nas12" "\4l1234" "\5ito" "\5le1" "\5madden" "\4mama1" "\4sph1" "\4y101" "\6""234" "\5""666" "\5boy" "\5joey" "\3gabonito" "\3han123" "\6na1" "\7es1" "\4n0316" "\5""1010" "\6""17" "\6""23456" "\5""316" "\6:16" "\5""5646" "\5athan1" "\10on1" "\5boy1" "\5carlo" "\6ena!" "\11""10" "\12""1" "\12""2" "\12""3" "\11""23" "\11""3" "\11""54" "\11""7" "\119" "\5david" "\6eer1" "\11e1" "\12""2" "\6oe1" "\5galt" "\5john1" "\5lennon" "\6ock" "\5mark" "\7yer" "\5nie1" "\6y!" "\7""01" "\108" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""6" "\108" "\10959" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""55" "\7""69" "\7""77" "\78" "\799" "\7boy1" "\7cash" "\7depp" "\5paul1" "\5rey" "\5smith" "\6on11" "\11""23" "\10""2" "\10""3" "\10""48" "\10""5" "\10""7" "\6ton1" "\5terry26" "\5wayne1" "\5y123" "\3jo1234" "\5jojo" "\3ke123" "\5r007" "\7""1" "\6""101" "\7""1" "\7""2345" "\7""3" "\7""4" "\7""5" "\78" "\6""21" "\7""2" "\7""3" "\6""420" "\6""666" "\79" "\6""777" "\688" "\699" "\6joker" "\6man" "\6s1" "\4ing1" "\3landa" "\6ta" "\4ene1" "\4libee" "\5y123" "\6roger" "\3mama1" "\5rie" "\3n12345" "\4alyn" "\5s101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\6bros1" "\11thers" "\5tan" "\6han!" "\11." "\11""01" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\7on1" "\4bonjovi" "\4es123" "\4gjong" "\4jon1" "\4ny123" "\6boy" "\3pajopa" "\3r23dan" "\4dan!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""323" "\11""45" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""32" "\10""3" "\10""4" "\7""44" "\10""5" "\7""55" "\7""69" "\7""77" "\788" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7a" "\7e" "\7s1" "\10""23" "\5en1" "\7""23" "\5ison" "\5on1" "\7""23" "\5yn1" "\4ge10" "\7""23" "\7""3" "\6luis" "\5ito1" "\3se123456" "\5angel" "\7tonio" "\5carlos" "\5fina1" "\10e" "\5jose" "\5line" "\7to1" "\6uis1" "\6yn" "\5manuel" "\7ria" "\6iguel" "\5ph!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\7ine1" "\5sito" "\5tte1" "\4h101" "\6""234" "\5ie1" "\5josh" "\5ua!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""2000" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""3" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\109" "\792" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4iah1" "\6ne" "\5e123" "\4ue123" "\3urdan" "\5nal1" "\10ist" "\6ey1" "\3velyn" "\3yce123" "\4ful1" "\4joy1" "\4ride" "\4stick" "\2p123456" "\2r1234567" "\2s123456" "\2tbt7cfd1lrmgw" "\2uan123456" "\5""316" "\5camilo" "\7rlos" "\6ho" "\6ito" "\5david" "\6iego" "\5ita1" "\7o1" "\5jose" "\6uan" "\5luis" "\5manuel" "\6iguel" "\5pablo1" "\4rez1" "\3bilee1" "\3daspriest" "\4gement" "\4ith1" "\4y123" "\5ann" "\3ergen" "\3ggal0" "\7ette" "\7o123" "\11""3" "\11""7" "\10""2" "\10""420" "\10""666" "\119" "\5ernaut" "\5ler" "\4head1" "\3ice123" "\6box1" "\6y1" "\5y123" "\6fruit" "\4llet" "\3jitsu" "\4u123" "\6987" "\5bean" "\7e" "\5ju1" "\7ju" "\3kebox1" "\3lchen" "\4emand" "\5s123" "\4i123" "\5a01" "\6""10" "\7""1" "\7""234" "\7""3" "\6julia" "\6n01" "\10""5" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""7" "\7a123" "\7e" "\7na1" "\10e1" "\7o" "\5e01" "\6""123" "\7""3" "\6anne" "\6n1" "\7ne" "\6t123" "\7a1" "\7ta" "\10e1" "\5nha" "\5o10" "\7""23" "\7""3" "\6cesar" "\5ssa1" "\5us123" "\4y123" "\6980" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5""2004" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""4th" "\3manji1" "\4eaux" "\4p123" "\5""4joy" "\5er1" "\5ing1" "\5jet" "\6ump" "\5man1" "\10""23" "\5start" "\7yle" "\3nction" "\4e123" "\6979" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5""2000" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\5bug1" "\5june" "\4gfrau" "\5le1" "\6ist" "\4inho123" "\5or!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""30" "\10""3" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\5per1" "\5to1" "\4jun1" "\4k123" "\5food" "\5ie1" "\5junk" "\5mail1" "\5yard1" "\3piler" "\5ter123" "\10""2" "\10""5" "\10""7" "\108" "\3rassic5" "\3ssi69" "\4t123" "\5""4fun" "\6me" "\6now" "\6you" "\5dance" "\6oit1" "\5forfun" "\10me" "\10you" "\5ice11" "\11""23" "\10""2" "\10""3" "\10""4" "\10""7" "\7ia" "\6n!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""31" "\10""3" "\7""4" "\7""5" "\7""69" "\7""77" "\787" "\108" "\109" "\791" "\10""2" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7a1" "\7bieber" "\7case" "\7drew" "\7e123" "\7love" "\7time" "\5love" "\5me!" "\7""123" "\7""2" "\7""3" "\5smile" "\5us1" "\7""2" "\5yna1" "\7ka" "\3venile1" "\6tini" "\11o" "\7us10" "\12897" "\2xfhjdfirf" "\2yotsna" "\1k.,k.vfvjxre" "\3lvbkf" "\2""111111" "\3""23123" "\5""456789" "\3k2k3k4" "\3mberly" "\3r2i3s4t5i6n7a8" "\2""7777777" "\2aboom1" "\5uter" "\3cenka" "\4per123" "\7ek" "\3den10" "\6ce1" "\3gandahan" "\4ome1" "\3hitano" "\4lua1" "\4raman" "\3ibigan" "\4den1" "\4kai1" "\4lash" "\5ey1" "\4ser123" "\4tlin1" "\6yn123" "\10""2" "\10n1" "\3ka1234" "\5ka1" "\7ka" "\5rot1" "\10o" "\10to" "\5shi123" "\10""21" "\7ka" "\6ka" "\5wka" "\4dela" "\4tus123" "\7as" "\3lafior" "\5hari" "\5mata" "\7zoo" "\5ni1" "\5shnikov" "\4eb123" "\5igh1" "\5ndar" "\7er" "\4honaho" "\4iber44" "\5fornia" "\5gula" "\5mantan" "\6era" "\10o" "\5nin" "\6ka" "\5pso" "\4le123" "\6anka" "\5ie1" "\4pana" "\5esh" "\4yani" "\3makshi" "\6ura" "\5l123" "\5ri1" "\5sutra1" "\4bing1" "\4chatka" "\4ehameha" "\5leon" "\6ia" "\6ot" "\5nrider" "\5ron1" "\4ikadze" "\7ze1" "\11e" "\10i" "\5l123" "\6a1" "\6ek1" "\6ka" "\6la" "\7e" "\5sama" "\4lesh" "\4pala" "\5ret" "\4ryn1" "\3nabis" "\5rya" "\4chana" "\4dinsky" "\4e123" "\4gar00" "\7oo1" "\11s" "\5kang" "\5ourou" "\4inchen" "\5shka" "\4sascity" "\4tutan" "\4yewest1" "\3pital" "\7n" "\6oshka" "\4usta" "\3ra123" "\5bas" "\5chi123" "\5deniz" "\5ganda" "\5kara" "\10tal" "\6ter" "\5man" "\6ba" "\7ol" "\6elka" "\5n123" "\6dash" "\5oke1" "\5puz" "\5te11" "\10""23" "\7""2" "\7do" "\7ka" "\10id1" "\5van" "\5wang" "\4delen" "\5inal" "\4ebear" "\5em1" "\6na" "\5lia" "\5n01" "\6""10" "\7""1" "\7""23" "\7""3" "\6cita" "\6ina" "\4ibik" "\5m123" "\5na01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""22" "\6ka" "\5shma" "\6ma" "\6sa1" "\5zma" "\4la123" "\7""3" "\5ita1" "\7os" "\5marx" "\5son" "\6son" "\4ma123" "\6pa" "\4nataka" "\4ol123" "\6cia" "\6ek" "\6ina1" "\10e" "\10ka1" "\4sten" "\4tal1903" "\5hick" "\7ka" "\5ika" "\6na" "\7g" "\5offel" "\6shka" "\4ukera" "\3sabian" "\6lanka" "\5chstan" "\5ndra1" "\4ey123" "\4hish" "\5mir1" "\5yap" "\4ia123" "\5mir" "\5unia" "\4parov" "\5er123" "\7sky" "\4sandra1" "\5idy1" "\6e1" "\4turi" "\3talina" "\5maran" "\5na1" "\5rina1" "\6zyna1" "\5sandi" "\6trofa" "\4e1234" "\5kate" "\5lin" "\6yn1" "\10""2" "\10n1" "\5moss" "\5nka" "\5rina1" "\10e" "\10ka" "\4harina1" "\11e" "\5erine1" "\12""2" "\12""3" "\5leen12" "\5mandu1" "\5rina" "\10e" "\6yn1" "\5y123" "\4ie01" "\7""7" "\78" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\6""69" "\6bug1" "\6dog" "\5nas" "\6ka" "\4kat1" "\4lyn1" "\4mandu" "\4orse" "\5wice" "\4rin1" "\7a123" "\10""2" "\10kaif" "\7e" "\7ka" "\4usha" "\7ka" "\4y123" "\5a123" "\6katya" "\5did" "\5perry" "\5usha" "\4ze123" "\6nklo" "\3ulitz1" "\1089" "\4shal" "\6ik" "\3vitha" "\3waii1" "\5saki12" "\11""2" "\11""7" "\3yaking" "\4cee1" "\5ie1" "\4den1" "\7ce1" "\4kay123" "\7""2" "\4la01" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""10" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\6""69" "\6h1" "\5ee01" "\10""6" "\10""7" "\7""11" "\10""23" "\7""2" "\7""3" "\6igh1" "\5ie1" "\6n1" "\5ynn1" "\4ode1" "\4seri38" "\3zakhstan" "\6ova" "\5nova" "\6tip" "\4ekage" "\2bnthfnehf" "\2cchiefs" "\2eane16" "\4ton1" "\3ebler1" "\4gan1" "\4kee1" "\4ley1" "\4nan1" "\4per1" "\5it100" "\7real" "\5out1" "\108" "\5smiling" "\4rthana" "\7i" "\4sha1" "\3hinde" "\3ineahnung" "\4sha1" "\5uke" "\4th123" "\3ke123" "\5tte" "\3lantan" "\4ebek" "\5chi" "\4inci" "\4ler1" "\6y1" "\5ie1" "\5ogg" "\5y01" "\6""10" "\7""1" "\7""234" "\7""3" "\7""4" "\6""21" "\7""2" "\7""3" "\6""69" "\6ann" "\6kelly" "\4sey!" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""2" "\7""3" "\7""7" "\5ie1" "\4uarga" "\4vin123" "\3merovo" "\3ndal1" "\7l1" "\10""2" "\5ra12" "\7""2" "\6ick1" "\4guru" "\4ken1" "\4more" "\4nedi" "\7y123" "\10""2" "\6th123" "\10""2" "\10""3" "\10""7" "\5wort1" "\5y01" "\6""11" "\7""23" "\7""3" "\6""23" "\4pachi" "\4seth17" "\5hin1" "\7ro" "\5ington" "\4t123" "\5ucky1" "\4wood1" "\6rth1" "\4yatta" "\4zie11" "\10""23" "\3parat" "\4ompong" "\3rberos" "\4mit1" "\4okero" "\5ppi" "\5uac" "\4plunk" "\4rang" "\5igan" "\5y123" "\4stin1" "\3shia1" "\4sler" "\4trel" "\3tamina" "\4chup1" "\3vin01" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""7" "\6""69" "\699" "\6kevin" "\6s1" "\3yblade1" "\5oard1" "\4key1" "\4sersoze" "\5hawn" "\5tone1" "\4west1" "\5ord" "\2hadija1" "\10h" "\4irul" "\4lid123" "\6fa" "\6l1" "\4n1234" "\5""786" "\5h123" "\5khan" "\4ttak" "\3ongbiet" "\6co" "\6nho" "\3uljasimsim" "\4rram" "\4shboo" "\7u" "\2ianna1" "\4ra123" "\3bbles1" "\3ckass123" "\10""2" "\5ball" "\6oxer" "\10ing" "\6utt" "\5er1" "\7s" "\5flip1" "\3d1412" "\4_1412" "\4rock1" "\4s1234" "\5kids" "\3ekeboe" "\4ran123" "\5ra1" "\5sten1" "\3ka123" "\5kika" "\4elomo" "\4i1234" "\5ki1" "\7ki" "\5lala" "\5mora" "\5nou" "\5riki" "\4o123" "\5kiko" "\4umaru" "\3lgore" "\4imanjaro" "\4kenny" "\4l1234" "\5""666" "\5a11" "\7""23" "\7""3" "\7""4" "\787" "\6""21" "\7""2" "\7""3" "\6cam1" "\6h1" "\6ll1" "\6s1" "\6z1" "\5bill1" "\11""2" "\5emall1" "\6r!" "\7." "\7""007" "\10""1" "\10""7" "\108" "\109" "\7""100" "\11""1" "\10""11" "\10""2345" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\1087" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""321" "\10""3" "\10""4" "\7""420" "\10""4" "\10""5" "\10""7" "\7""55" "\10""6" "\7""666" "\109" "\7""777" "\108" "\787" "\108" "\109" "\790" "\10""11" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7bee" "\10oy" "\7killer" "\7man1" "\7q" "\7s123" "\10""2" "\7z" "\5ian1" "\6ng1" "\5joy1" "\5kill1" "\5me123" "\7""2" "\7""666" "\7now" "\5roy" "\5switch" "\5themall" "\5you1" "\5zone1" "\11""2" "\4o123" "\5gram" "\5kilo" "\3m12345" "\4ball" "\5er1" "\7""45" "\7ley1" "\10y01" "\11""10" "\12""1" "\12""2" "\12""3" "\11""2" "\11""3" "\11""7" "\4chee" "\4erald" "\4ikimi" "\4kim1" "\7kim" "\4mie1" "\5y123" "\4ora1" "\3nder123" "\7en" "\7garten" "\5ness" "\5red" "\4etic" "\4g007" "\5""101" "\6""23456" "\5""2009" "\7""10" "\5""360" "\5""4life" "\5""666" "\5arthur" "\5cobra" "\5david" "\6om123" "\10""2" "\10""7" "\10hearts2" "\10s" "\5fish11" "\11er" "\5james1" "\12""23" "\5khan" "\6ing1" "\6ong123" "\11""2" "\5love1" "\11""5" "\5maker" "\7n1" "\5ofkings" "\7pop" "\5pin1" "\5s10" "\7""23" "\6ize" "\6ley1" "\6ton12" "\6way" "\7ood" "\5tut1" "\4ky69" "\4shasa" "\3pling" "\4per1" "\3rakira" "\5n123" "\6kumar" "\5yamato" "\4by123" "\4ikou" "\5ll1" "\4kland1" "\5wood" "\4sche" "\5ten1" "\6ie1" "\7n1" "\6y1" "\4usha" "\3sa123" "\5kisa" "\4hore" "\4s100" "\6""234" "\5a123" "\6ble" "\6rmy" "\6ss1" "\5es!" "\7""01" "\7""11" "\10""23" "\10""3" "\7""22" "\7""3" "\7""4u" "\7""5" "\7""7" "\5ing1" "\5kiss1" "\5love" "\5me!" "\7""11" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\7baby" "\6oko" "\6yass!" "\12""1" "\12""2" "\5this1" "\5you" "\4ulya" "\3tchen1" "\4esurf" "\4kat11" "\10""23" "\10""3" "\7""2" "\4sune1" "\4ten!" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\7s123" "\10""2" "\10""3" "\5ie1" "\7s1" "\10""2" "\6wake" "\5y01" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\6""55" "\6""666" "\79" "\6""77" "\688" "\699" "\6cat12" "\11""2" "\11""3" "\11s" "\6girl" "\6hawk" "\6kat12" "\11""2" "\7itty" "\6love" "\6s1" "\3wi123" "\5kiwi" "\2jkszpj123" "\3v1611" "\2k123456" "\3kkkk1" "\7kkkk" "\2laipeda" "\4paucius" "\4rinet" "\4ster" "\4udia1" "\4vier" "\4wiatura" "\3eenex1" "\4iner" "\4opatra1" "\3inger1" "\6on1" "\3ondike1" "\4otzak" "\4p123" "\5klop" "\3ubnika" "\4ivert" "\2m6frpr48o5" "\3zwa8awaa" "\6y87aa" "\2nickers" "\6s1" "\7""33" "\4ght01" "\7""11" "\10""23" "\7""2" "\7rider" "\7s1" "\4tter" "\6ing" "\3ockers" "\6knock" "\6out1" "\4pochka" "\4wledge1" "\4xville1" "\3uckles1" "\4ddel" "\4ffel" "\2oala123" "\6bear" "\3bayashi" "\4e123" "\5bryant24" "\4ra11" "\3cham1" "\7cie1" "\6nie1" "\4icka" "\3dabear" "\4eord" "\4iak1" "\3elkast" "\4nigsegg" "\3hinoor" "\3jikoji" "\3kakola" "\5nee" "\4etka" "\4ikoki" "\4o1234" "\5ko1" "\7ko" "\5lino" "\6oko" "\5mo1" "\5pelli" "\5ska" "\5tko" "\5wawa" "\3lakola" "\5wole" "\4esnikova" "\4ibri" "\4kata" "\4obok" "\5kolo" "\7y" "\5mbo" "\5nka" "\5sok" "\5toc" "\5vrat" "\3mal123" "\5ndos" "\5tsu" "\4o123" "\5do1" "\4puter1" "\3nakona" "\4drat" "\4feta" "\7ka" "\4gkong" "\4ichiwa" "\4nichiwa" "\4rad1" "\4stantin" "\4takt" "\5ol123" "\4vict" "\3okie1" "\5oo1" "\4l-aid" "\5""1234" "\5aid1" "\10""2" "\5dude" "\5io1" "\5kat1" "\6id1" "\6ool" "\5man" "\5savas" "\3pernik" "\4retina" "\4ytko" "\3rea123" "\6n1" "\4n1234" "\5""666" "\5elia" "\5korn" "\4okoro" "\5leva" "\3shechka" "\4mos1" "\4ova123" "\3teczek1" "\5k123" "\5nok" "\4opes" "\4tayam" "\3urnikova" "\5tney1" "\3valchuk" "\6ev" "\3walski" "\3zlova" "\2raftwerk" "\4mer1" "\4sav4ik" "\7chik" "\7ica" "\5nodar" "\5ota" "\7ka" "\4tos1" "\4vchenko" "\4yzie" "\3eator" "\4mlin" "\3ieger" "\4minal" "\4s1234" "\5h123" "\6ana" "\6na108" "\11""23" "\10a" "\10n" "\5kris" "\5sy1" "\5ta1" "\7l1" "\10l" "\6el" "\7n123" "\10""2" "\10""7" "\6i1" "\7an1" "\7e1" "\7n1" "\10a123" "\11""2" "\10e1" "\10ka" "\6ofer" "\10fer" "\7pher" "\6y1" "\7n" "\4tika" "\3okodil" "\7yl" "\4mbacher" "\4nos1" "\4shka" "\3uemel" "\4sty1" "\3ypton1" "\10ite" "\4sta1" "\7l1" "\10""2" "\6el" "\6ian1" "\7na" "\6le1" "\6yna" "\3zysiek1" "\6ztof" "\2senija" "\6ya" "\3hitij" "\3wiss1" "\3yusha" "\2uba1234" "\4icek" "\4rick" "\3cing123" "\7ku" "\3karacha" "\6eku" "\4olka" "\4u123" "\5kuku" "\5ruku" "\7za" "\5shka" "\3langot" "\4deep" "\4karni" "\3makuma" "\5r123" "\6an" "\4quat" "\3ndalini" "\5era" "\4gfu1" "\7panda" "\4ingan" "\3pa123" "\4ukupu" "\3rakura" "\5ma1" "\5pika" "\4czak" "\4distan1" "\4enai" "\4niawan" "\4oneko" "\5saki" "\7wa" "\4sant" "\4t123" "\5cobain" "\5is1" "\4wa123" "\6mac" "\3sanagi" "\4h420" "\3znetsova" "\2vadrat" "\2wabena" "\3iatek1" "\6uszek" "\2ykolka" "\3le1234" "\5igh1" "\5kyle" "\4ie123" "\4lian" "\3ocera" "\4kushin" "\1l0gitech" "\3llip0p" "\3vel0ve" "\2""111111" "\3e2n3a4" "\3l2l3l4l5l6l7l8l9" "\3o2v3e4" "\3v3rp00l" "\4erp00l" "\7ool" "\2""33tsupah4x0r" "\3tm31n" "\6in" "\2""6fkiy9on" "\2;ylfu8iy[" "\2a123456" "\3bas123" "\4elle" "\7o" "\4irint" "\4oratorio" "\4rador1" "\4tec1" "\4yrinth" "\3cey123" "\4hlan1" "\5ula1" "\4oste1" "\4rimosa1" "\5oix" "\6sse11" "\12""2" "\12""3" "\11""21" "\12""2" "\11""3" "\11""4" "\11""5" "\11""7" "\119" "\3da2107" "\4der1" "\7""49" "\5ie1" "\4ies1" "\7man1" "\12""2" "\4y1234" "\5bird1" "\6lue" "\6ug!" "\10""01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""22" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\10s1" "\5dog1" "\5gaga1" "\6irl" "\5inred" "\5jane" "\5killer" "\5lady" "\6ove1" "\6uck1" "\5red" "\5sman1" "\3etitia" "\3familia" "\5yette1" "\4fytaffy" "\4laca" "\5eur" "\4ouine" "\4rance" "\3gartija" "\7o" "\4baja" "\4range" "\5imas" "\4una1" "\7""2" "\4wagon" "\3hore123" "\3ila123" "\3jolla" "\3kehouse" "\5land1" "\5r24" "\6s#1" "\7""01" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""5" "\7""21" "\10""2" "\10""3" "\7""32" "\10""3" "\10""4" "\7""4" "\7""5" "\7""7" "\788" "\5shore" "\6ide1" "\5tahoe" "\5view1" "\5wood1" "\4ilaki" "\5ngs" "\4ota1" "\4shmi1" "\6ya" "\3la101" "\6""234" "\5ine" "\5kers1" "\11""24" "\5la!" "\7." "\7""11" "\10""23" "\10""3" "\7""22" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\799" "\7la1" "\11la" "\7nd1" "\4ilulelo" "\5tha" "\4o123" "\5ca1" "\3malama" "\4bada" "\5chop1" "\5ert1" "\5ofgod1" "\6rghini1" "\10ini" "\5retta1" "\4ejor1" "\5r123" "\4ination" "\5sma" "\4ont1" "\7""2" "\4pada" "\7ina" "\6ra" "\7d08" "\10""123" "\108" "\5post" "\5shade1" "\5ung" "\3nalana" "\10g" "\4caster1" "\5e123" "\6lot1" "\6r1" "\7s1" "\5ome" "\4dcruiser" "\5en1" "\5lord" "\5mark" "\5on01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""123" "\7""2" "\5rover1" "\5scape1" "\6er" "\4egra" "\5na1" "\4feust" "\4glang" "\6ey" "\5ston" "\5uage" "\4sing1" "\4zarote" "\3pierre" "\5nou" "\4o4ka" "\5chka" "\5ste" "\4top123" "\3racroft1" "\5lara" "\5nja" "\4edo1" "\5nga" "\4isa1" "\6sa123" "\4ochelle" "\5usse" "\4ry123" "\6""33" "\6bird" "\7oy" "\4son1" "\5son7" "\3sagna" "\7e" "\5lle1" "\5nha" "\4er123" "\6jet" "\4hae1" "\6wn1" "\6y1" "\4ombra" "\5soloio" "\4palmas" "\4smichrein" "\4t123" "\5born" "\5chance" "\10os" "\5name" "\5ochka" "\5time" "\4vegas12" "\11""2" "\11""7" "\3tasha1" "\4eralus1" "\4ifah" "\5na12" "\10""3" "\6king1" "\12""5" "\6lover" "\6o1" "\7heat" "\7s" "\5sha1" "\5tude1" "\4oya1" "\4rell1" "\5ice1" "\3ughing1" "\6ter1" "\4ndry" "\4ra01" "\6""10" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\6""69" "\6laura" "\5een" "\6l1" "\6n!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\788" "\798" "\109" "\7ce1" "\7e" "\7s" "\7t1" "\10iu" "\6tta" "\10e" "\5iane" "\6e1" "\6ne" "\7ha" "\6ta1" "\5yn1" "\4sanne" "\4taro" "\3valamp1" "\5nda" "\7er" "\6ya" "\4elle" "\5nder1" "\5rne1" "\5zzi" "\4idaesbella" "\7loca" "\5eestbelle" "\5gne1" "\5nia" "\5taebella" "\3wliet" "\4nmower1" "\4rence1" "\4son1" "\4yer1" "\3x4life" "\3yla123" "\6y1" "\4out1" "\7s!" "\10." "\10""123" "\3zareva" "\6o1" "\6us1" "\4iale" "\4yboy1" "\2bvjxrf" "\3yjpfdh" "\2eader1" "\7ship" "\4h123" "\4ndra1" "\7e" "\7o123" "\5na1" "\6e1" "\4pfrog" "\4rning1" "\4ther1" "\4vemealone" "\3banon1" "\4lanc" "\4owski" "\4ron1" "\7""23" "\7""6" "\7james23" "\3chuga" "\4kmich" "\4turer" "\3desma" "\4zep1" "\7pelin" "\3e12345" "\5993" "\4ann1" "\7e" "\4ds123" "\6united" "\7td1" "\4lee123" "\7""2" "\4minho" "\4roy1" "\5yan" "\4t1337" "\3ft4dead2" "\5hand" "\3gacy1" "\5lize" "\5spi" "\4end01" "\7""123" "\7""2" "\7a1" "\10ry1" "\7e" "\7s1" "\4ion1" "\788" "\7er" "\4o123" "\5land1" "\7s123" "\10""2" "\6ego" "\5man1" "\4rand" "\3icester1" "\4gh123" "\6ann1" "\6ton1" "\4la123" "\6ni1" "\4pzig" "\4sure" "\3kkerding" "\3land1" "\4e123" "\4ouch" "\3mieux66" "\4mein" "\5ings" "\4on123" "\6ade1" "\6drop1" "\6head1" "\6lime1" "\6pie" "\6s123" "\6tree" "\3na1234" "\6986" "\108" "\791" "\5""2010" "\5lena" "\4chik" "\4icka" "\5ngrad" "\4nart" "\5on1" "\6x1" "\5y123" "\4ochka" "\5vo123" "\4sois" "\4usik" "\3o123456" "\4leo1" "\7leo" "\5ion" "\4messi10" "\4n1234" "\5ard1" "\10o10" "\12""23" "\11""2" "\5cino" "\7o" "\7to" "\5el1" "\6ssa" "\5hart" "\5idas1" "\6e1" "\5leon" "\5ora" "\4pard1" "\10""2" "\10o" "\10s" "\5old1" "\10o" "\4thelion" "\3prechaun" "\3ra123" "\5lera" "\4ochka" "\5lero" "\5y123" "\3sbian1" "\10""2" "\10""69" "\10a" "\10s1" "\6ca" "\4ley1" "\5ie01" "\7""11" "\10""23" "\10""3" "\7""2" "\4paul1" "\4sthan3" "\4tari" "\6t1" "\7""666" "\5er123" "\3thal1" "\4icia123" "\5tbe" "\6ia" "\5zia" "\4me1n" "\6in!" "\10." "\10""01" "\10""11" "\11""23" "\10""22" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\1099" "\10now" "\6out" "\6see" "\4sdoit" "\5fuck" "\5getit1" "\6o1" "\5play" "\5rock" "\4ter1" "\7s1" "\5uce1" "\3vel27" "\6""42" "\5nte" "\5rkusen" "\4i123" "\5atan" "\7han" "\5s501" "\4ski1914" "\3wis123" "\3xa123" "\4i123" "\5con" "\5e123" "\5ngton1" "\4mark1" "\4us123" "\6""300" "\6is300" "\2fc1892" "\4""4life" "\3itymrf" "\2gkp500" "\2i123456" "\3am1234" "\5liam" "\4rliar1" "\3bby123" "\4ellula" "\11e" "\6ula" "\5ral" "\7te" "\10ion" "\6dade" "\6ia" "\6tad1" "\10s" "\7e" "\7ine" "\7y123" "\10""2" "\10""7" "\4ra10" "\7""23" "\6rian" "\7y1" "\3chking" "\4kit1" "\5me1" "\7""2" "\7""69" "\4orice1" "\6ne" "\3ebherr" "\5ling" "\4tuva" "\4utenant" "\3fe is good" "\5""101" "\6""234" "\5boat" "\5goeson" "\6uard1" "\5house" "\5isbeautiful" "\7good" "\7life" "\5less" "\6ife" "\7ne" "\5rocks" "\5saver" "\6good" "\6tyle1" "\6ucks!" "\12""1" "\12""2" "\7x1" "\5tec" "\6ime1" "\3gabue" "\4ht123" "\6blue" "\7ulb1" "\6er1" "\6foot" "\6house1" "\6ing1" "\6ning1" "\12""2" "\6s1" "\7aber" "\6year" "\3kalika" "\4e.no.other" "\5""123" "\5aboss" "\5like" "\5mike" "\5whoa" "\3la123" "\5lila" "\5ngel1" "\4baby1" "\5ear1" "\5it1" "\7ch1" "\5oosie1" "\6y1" "\4chris1" "\4d123" "\5addy1" "\5ee1" "\6vil1" "\5ude1" "\4fizz1" "\5lip1" "\4girl1" "\4i1234" "\5an1" "\7a1" "\7e" "\7na" "\5beth" "\5lili" "\5put" "\5th1" "\4jay1" "\5ohn1" "\6n1" "\4kim1" "\4lian1" "\10""2" "\10a" "\6e1" "\7s" "\6na" "\6put" "\5y01" "\7""7" "\6""11" "\7""23" "\7""3" "\6pad" "\4mama01" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""23" "\10""3" "\7ma1" "\6n123" "\10""3" "\7""23" "\7""3" "\5ike1" "\5omma1" "\4nigga1" "\4o123" "\5lilo" "\5ne1" "\4pimp1" "\4red1" "\5ob1" "\6meo" "\4saint" "\5exy1" "\5horty1" "\5is1" "\4wayne10" "\12""1" "\12""2" "\12""3" "\11""23" "\11""3" "\11""4" "\11""5" "\11""7" "\5eezy1" "\4y1234" "\5lily" "\5pad1" "\5rose" "\3mabean" "\5peru" "\4egreen1" "\12""2" "\5light" "\5rick" "\5stone" "\5wire1" "\4ited2" "\4oges" "\5nada" "\10e" "\4pbizkit" "\5opo" "\3nalina" "\5res" "\4coln1" "\10""2" "\4da01" "\6""10" "\7""1" "\7""234" "\7""3" "\7""5" "\6""22" "\7""3" "\6linda" "\5en1" "\5inha" "\5ona" "\5ros88" "\5say123" "\10""2" "\10""7" "\6ey123" "\10""2" "\10""3" "\10""7" "\4eage2" "\10""3" "\5backer" "\5man1" "\5tte" "\4gerie" "\5ling1" "\4k1234" "\5ed11" "\5in park" "\7""123" "\7g" "\7park1" "\5link" "\5s123" "\6""234" "\6ys1" "\4tang" "\4us123" "\5x123" "\4wood1" "\3on1234" "\5el1" "\7messi" "\6ss1" "\5heart1" "\5king1" "\11""2" "\5lion" "\5s123" "\3pgloss12" "\11""2" "\4stick1" "\4ton1" "\3quid1" "\3sa1234" "\5ann" "\5lisa1" "\5marie1" "\5ndro" "\4beth" "\5on67" "\4ette1" "\4sette1" "\4ten1" "\5opad" "\3teratura" "\12e" "\4hium1" "\5uania" "\4tle11" "\10""23" "\7""2" "\7""3" "\7angel" "\7bear" "\10it1" "\12""2" "\10oy1" "\7d1" "\10og" "\7foot" "\7girl" "\10uy" "\7john" "\7lady" "\7man1" "\12""2" "\12""3" "\10iss" "\7one1" "\7red1" "\7star" "\3udmila" "\4yang" "\3ve2die" "\6love" "\6ride" "\5""42day" "\6ever" "\6god" "\6him" "\6jesus" "\6life" "\7ove" "\5free" "\5laughlove" "\6ife1" "\11""2" "\6ong" "\7ve1" "\5rp00l" "\7ool!" "\12." "\12""01" "\13""5" "\138" "\139" "\12""10" "\13""1" "\13""23" "\13892" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\12fc1" "\5strong" "\5wire1" "\5yourlife" "\4ing1" "\7life" "\7ston" "\4orno" "\3xiang" "\3za2005" "\7""10" "\5liza" "\5rd123" "\7king" "\7s" "\4beth1" "\4eth1" "\6te1" "\4ochka" "\4zard1" "\5ie123" "\7""2" "\5y123" "\2james23" "\2k123456" "\3jhgf1" "\7dsa1" "\2l123456" "\3ama123" "\6s1" "\3coolj1" "\3ewellyn" "\3llll1" "\7llll" "\3oyd123" "\2mfao123" "\3nop123" "\2oaded1" "\5ing" "\3bo123" "\4ster1" "\10s" "\3ca123" "\5loca" "\5tion" "\4hness" "\4kdown1" "\5ed1" "\6r1" "\5hart" "\6eed" "\5out" "\5smith" "\5wood" "\4o1234" "\5loco" "\5motion" "\11ve" "\5s13" "\4utus" "\3gan01" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""10" "\7""1" "\7""23" "\7""3" "\6""21" "\7""2" "\7""3" "\4cabin" "\4ical1" "\5n123" "\5stica" "\11s" "\5tech123" "\11""2" "\4mein" "\4oped" "\3irinha" "\4slane" "\3ka123" "\5loka" "\4i123" "\5llo" "\6oki" "\5ta13" "\4o123" "\5loko" "\5moko" "\7tiv1" "\12a" "\5porti" "\5te13" "\3l123123" "\7""456789" "\7lol123" "\5lol" "\4a1234" "\5_1994" "\5ilo" "\5lola1" "\4cats" "\4ek123" "\4iloli" "\5pop0" "\10""123" "\10""2" "\10s" "\5ta123" "\7s" "\4ka123" "\4lie1" "\7pop1" "\7s1" "\6p0p" "\7op!" "\11""00" "\11""10" "\12""1" "\12""23" "\12""3" "\11""2" "\11""3" "\11""69" "\11""7" "\118" "\119" "\11s" "\5ol11" "\10""23" "\7""2" "\7lol1" "\5y123" "\6pop12" "\11""2" "\4man123" "\4noob" "\4o009" "\5""1234" "\5l123" "\6o123" "\7l1" "\10olo" "\5tte" "\4rofl" "\4ypop" "\4z123" "\3mbardi" "\10o" "\4ejor" "\4onosov" "\3ndon!" "\7""00" "\10""1" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\7""2008" "\129" "\11""10" "\12""2" "\10""1" "\10""2" "\10""3" "\10""4" "\7""3" "\7""44" "\7""55" "\7""66" "\7""77" "\788" "\799" "\7boy" "\7er" "\7uk" "\5res" "\4eliness" "\6y1" "\7""2" "\7girl" "\5some" "\6tar1" "\5wolf1" "\4g123" "\5beach1" "\6oard" "\7w" "\5dick" "\6ong" "\5fellow" "\5hair1" "\6orn1" "\11s1" "\12""2" "\12""3" "\5island" "\5john" "\5legs" "\6ife" "\7ve" "\6ong" "\5man" "\5shot" "\5time" "\5view1" "\5wood" "\4nie1" "\4sdale1" "\3ok123" "\5atme1" "\5ing123" "\10""2" "\10""4u" "\10forlove" "\5look" "\5out1" "\4loo1" "\4ney1" "\4ping" "\5loop" "\4ser123" "\3pez123" "\7""3" "\4loplop" "\3quesea" "\5illo" "\6ta" "\7o" "\3raine" "\4d of the rings" "\5""1234" "\5god" "\5jesus1" "\5lord" "\5oftherings" "\5shiva" "\5vader" "\4edana" "\5lai" "\6ei" "\6la" "\5na123" "\6ita" "\6za" "\7o123" "\10""2" "\5tta1" "\4i123" "\5ann" "\5ent" "\5keet" "\4raine1" "\3sangeles" "\4deabajo" "\4enord" "\5r00" "\7""1" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\6""21" "\7""2" "\7""3" "\7""4" "\6""44" "\7""5" "\7life" "\6""55" "\6""69" "\699" "\6face1" "\6s1" "\4t123" "\5""4815162342" "\6ever" "\5lost" "\7ve1" "\5prophets" "\5soul1" "\3thlorien" "\4ion1" "\4soflove" "\4tery1" "\5ie1" "\4us123" "\6notes" "\3uanne" "\4ie123" "\5s123" "\7""4" "\6a1" "\6e!" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""7" "\6iana1" "\6ville" "\7uitton" "\4lette" "\5ou01" "\7""11" "\10""23" "\10""3" "\7""22" "\7te" "\10te" "\4rdes1" "\5enco" "\4stic" "\3vable1" "\4e is life" "\5&hate" "\5""000" "\7""1" "\7""7" "\5""1000" "\10""4" "\7""10" "\7""2" "\6""111" "\7""2" "\6""212" "\7""3456789" "\6""313" "\10""4" "\6""43" "\6979" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\6god" "\6love" "\5""2000" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""2" "\10""3" "\6""13" "\7""4" "\6""22" "\6""34" "\6""47" "\6dance" "\6fuck" "\6hate" "\6live" "\7ove" "\6me" "\6read" "\6shop" "\7ing" "\6you" "\5""321" "\6""33" "\6""45" "\5""4-ever" "\6""11" "\6""56" "\6all" "\6eva" "\10er1" "\6god" "\6him" "\6love" "\6real" "\6you" "\5""520" "\6""55" "\6""683" "\5""666" "\6969" "\5""7777" "\689" "\5831" "\688" "\5900" "\6""11" "\699" "\5_1234" "\6""2009" "\6""4ever" "\6me" "\5able1" "\6lways" "\6ndhate" "\10peace" "\7gel1" "\5baby1" "\6ird1" "\11s1" "\7tes" "\6oat" "\6ug11" "\11""23" "\11""3" "\10""22" "\10""3" "\10""7" "\10s" "\7nny" "\5cats" "\6hild1" "\6raft" "\5day" "\6etoi" "\6ove" "\5family" "\6ool" "\7rever" "\5girl1" "\6od1" "\6uru" "\5hate1" "\6eart" "\7r1" "\6im1" "\10""2" "\7na1" "\6urts!" "\12""1" "\12""2" "\12""3" "\5ing" "\6s1" "\7all" "\7blind" "\7god" "\11od" "\7life" "\10ove" "\7pain" "\7real" "\6t1" "\7""2" "\5jesus1" "\6ones" "\7y1" "\5kids" "\7lls1" "\7ta" "\6oto" "\5lace" "\7nd" "\6ess1" "\6ife!" "\11""12" "\11""2" "\11""3" "\11""7" "\7ne" "\6ost" "\7ve11" "\12""23" "\11""2" "\11""3" "\11""7" "\11love" "\6y!" "\7." "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\79" "\7boy" "\7day" "\7girl" "\7lady" "\7me" "\7n" "\5man" "\6e!" "\7." "\7""07" "\7""101" "\10""1" "\10""234" "\10""3" "\10""43" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""33" "\7""4ever" "\10me" "\7""5" "\7""69" "\7""77" "\788" "\109" "\799" "\7baby" "\7do" "\7not" "\11w" "\7tender" "\6om1" "\7nkey" "\6usic1" "\6ybaby" "\7kids" "\7life" "\7self" "\5ofmylife" "\6ne1" "\5peace1" "\6ink1" "\5r01" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\6""33" "\7""4" "\6""44" "\7""5" "\7ever" "\7life" "\6""55" "\7""6" "\6""69" "\6""77" "\688" "\699" "\6boy12" "\11""2" "\11""69" "\11""7" "\6girl1" "\12""2" "\7url1" "\6lover" "\6man1" "\6s!" "\7." "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\79" "\6z1" "\5s123" "\6ex1" "\10y" "\6ick" "\7t1" "\6loves" "\6ong" "\6pell1" "\6tar" "\7inks" "\7ory1" "\7ruck" "\6ucks!" "\12""1" "\12""2" "\7x1" "\6you" "\5u123" "\6""4ever" "\5world" "\5ya!" "\7""123" "\7""2" "\6dovey" "\6ou!" "\10." "\10""01" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""43" "\11""5" "\10""21" "\11""2" "\11""3" "\10""3" "\10""5" "\10""69" "\10""7" "\108" "\109" "\4ing123" "\7""2" "\7life" "\7me" "\7u" "\7you1" "\6it" "\6life1" "\3well1" "\5s48" "\4life" "\4rider13" "\3yalty1" "\3zinka1" "\2p123456" "\3l]vs,ghggi" "\2sutigers1" "\2u123456" "\3ana123" "\3basha" "\4imaya" "\3ca123" "\5luca" "\5rio" "\5s01" "\6""10" "\7""1" "\7""234" "\7""3" "\6""2008" "\119" "\10""10" "\7""2" "\7""3" "\5toni" "\4erito" "\6o1" "\6tola" "\5tte" "\4hino" "\6to" "\4ia123" "\6na1" "\7o1" "\5enne" "\6rnaga" "\5fer1" "\10""666" "\10o" "\5lla" "\7e1" "\5nda1" "\6ka" "\5ole" "\4key1" "\5ie1" "\7s" "\5now" "\5y#7" "\6""007" "\7""1" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\6""33" "\6""4me" "\6""666" "\79" "\6""777" "\6888" "\699" "\6boy1" "\6cat" "\7harms" "\6dog1" "\7uck" "\6girl1" "\6lady" "\7ucky" "\10ke" "\6man" "\7e1" "\6one1" "\6star1" "\10rike" "\4ozade" "\4recia" "\6tia" "\6zia" "\4y1234" "\5bell" "\5cat" "\5dog1" "\5girl" "\5loo" "\7u1" "\6u1" "\7cy" "\3dacris1" "\4hiana" "\4ivine" "\4mila" "\7la" "\4ovica" "\10o" "\4wig1" "\3fthansa" "\5waffe" "\3igi123" "\4s123456" "\5a123" "\6lberto" "\6na" "\7gel" "\5carlos" "\5felipe" "\6igo" "\5ito1" "\5luis" "\5miguel" "\5teamo" "\3kaluka" "\5s123" "\6ek" "\6z123" "\7ek" "\4e1234" "\5luke" "\4inhas" "\3llaby" "\4u1234" "\5belle" "\5lulu" "\5zinha" "\3mber1" "\7jack" "\4iere" "\5nita" "\3na1234" "\5llena" "\6una" "\5nueva" "\5rossa" "\5tic1" "\10a" "\10o" "\7k" "\4chbox1" "\4etta" "\7e" "\3palagi" "\4e123" "\5tto" "\4ita123" "\10""3" "\3scious1" "\3ther1" "\7an" "\5ien" "\4scher" "\3v2dance" "\5fish" "\5luv" "\5shop" "\6ing" "\4""4eva" "\7er" "\5life" "\4bug1" "\3xembourg" "\3zifer" "\4maria" "\2xgiwyl" "\2ydia123" "\3ndsay" "\6ey1" "\4ette1" "\4n1234" "\5ette1" "\5lynn" "\3onnais" "\3rical1" "\3sander" "\3udmila" "\1m.o.b4life" "\2""000000" "\4nlight" "\3nst3r" "\6er" "\3t0r0la" "\3untain" "\2""111111" "\3""21212" "\4""3098" "\5""321" "\5""456m" "\3911a1" "\3a2r3i4n5a6" "\5s3t4e5r6" "\3ch3ll3" "\5a3l" "\6el" "\5elle" "\3dn1ght" "\3garand" "\3i2g3u4e5l6" "\5k3e4" "\3m2m3m4m5m6m7m8m9" "\2""22dlo7aju4x" "\2""3lissa" "\3tallica" "\2""4a1carbine" "\2""666666" "\396969" "\2""7777777" "\2a123456" "\3adurga" "\4rten" "\3belle" "\4uhay" "\3caco123" "\5rena" "\6io" "\6oni1" "\4beth1" "\5ook1" "\10pro" "\4chia" "\4daddy1" "\5onald" "\5re1" "\5uff" "\4edonia" "\4gregor" "\5yver" "\4hado" "\5erie" "\6te" "\5ina" "\7e1" "\10s1" "\5o123" "\6man1" "\5upichu" "\4iek1" "\5laci" "\5ntosh1" "\4k123" "\5daddy1" "\5enzie1" "\12""2" "\5ie1" "\4laren" "\5eod" "\4mac1" "\5iller" "\4ondo" "\6ha" "\4ross7" "\3d1son" "\4""2bhere" "\4afaka1" "\5gascar" "\10kar" "\5lena" "\6ina" "\6yn" "\5rchod" "\4cow1" "\4dalena" "\5en06" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""2" "\5ie!" "\7""01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""5" "\7""7" "\6son1" "\5og11" "\10""23" "\7""2020" "\7""69" "\6x1" "\5ux31" "\5y123" "\4einchina" "\6ra" "\5laine" "\6eine1" "\6ine1" "\6yn1" "\5man" "\4hatter1" "\6van" "\7i" "\5ouse" "\5u123" "\6kar" "\6mita" "\6ra" "\7i" "\4inina972" "\5son!" "\10""01" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""200" "\11""1" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\1099" "\6yn1" "\4man123" "\6x123" "\4ness1" "\10""7" "\4onna1" "\10""2" "\4remia" "\5id10" "\10""23" "\6gal" "\4urai" "\4yson1" "\4zia1" "\3e-0127" "\4mae1" "\4stra" "\7o1" "\4teamo" "\3falda1" "\4ia123" "\6wars1" "\5lle" "\5oso" "\3gadan" "\5lhaes" "\6ie" "\6lanes" "\5maga" "\6ed" "\5nda1" "\10ako" "\5zine1" "\4da123" "\6lena1" "\11e" "\7o" "\5eburg" "\4elang" "\6lan" "\5nta1" "\4gie!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\7""33" "\7""44" "\7""55" "\7""69" "\7""77" "\788" "\799" "\7dog" "\7mae1" "\11y1" "\10oo" "\5ot1" "\7""666" "\4ic01" "\6""101" "\7""1" "\7""23" "\7""3" "\6""21" "\7""2" "\7""3" "\6""32" "\6""69" "\6al1" "\6ian1" "\7en" "\6k1" "\6man1" "\5que" "\5ster" "\7r" "\4navox" "\5et1" "\7ic" "\7o" "\5ifico" "\5o07" "\6lia1" "\5um1" "\7""357" "\7""44" "\6s1" "\4odeoz1" "\5med" "\4pie1" "\7s1" "\4uire" "\3hadev" "\5lakshmi" "\7xmi" "\6coh" "\6kita1" "\12""2" "\7o1" "\10h" "\6qoh" "\5raja" "\7ni" "\7shtra" "\6ot" "\5tma" "\5veer" "\6ir" "\4endra" "\5shwari" "\4imahi" "\5ndra" "\4mood" "\6ud1" "\4noor" "\4ogany" "\5ney" "\4usay" "\3ik1996" "\4l.ru" "\5""1234" "\5box1" "\5mail" "\7n1" "\4maiyeuem" "\5ouna" "\5una" "\6ta" "\4nframe" "\5man" "\5stream" "\11et" "\5tain" "\6enance" "\5z05" "\4sie1" "\5on1" "\3jeczka" "\5stic12" "\7y1" "\4or123" "\3kanan" "\5rena" "\10ko" "\6oni" "\7va" "\5ssar" "\5veli1" "\11""7" "\10li" "\5yla1" "\10""2" "\10""3" "\4edonija" "\5itso" "\5love" "\5money1" "\6yday" "\5nna1" "\6zie1" "\5up1" "\4imaki" "\5ngmoney" "\4omako" "\4s123" "\5im1" "\7ka" "\7us" "\4ulet" "\6it" "\3labar" "\5chi1" "\10""2" "\6ka" "\5ga1" "\6uti" "\5ikat" "\5ka1" "\7i1" "\7s1" "\5mute" "\5ndi" "\5ria" "\5thi" "\6ya44" "\5vika" "\5yalam" "\6sia1" "\4boro1" "\4colm1" "\10x" "\6m1" "\4dini3" "\6ta1" "\10h" "\7o" "\6ves" "\5onado1" "\4ena1" "\6ka" "\4gorzata" "\6sia" "\4hotra" "\4ibog" "\6u1" "\5ce1" "\6ia" "\5k123" "\6""786" "\6a1" "\5na1" "\6da" "\6ka" "\6ois" "\5shka" "\4kavian" "\5in71" "\4lard1" "\7i" "\5ika" "\5orca1" "\7y1" "\5rats" "\4msteen" "\4one1" "\7y" "\5ssi" "\4tese1" "\4utka" "\4vern" "\5ina" "\4wina" "\4yshka" "\3ma007" "\5""1111" "\6""23456" "\6955" "\10""6" "\10""7" "\109" "\7""60" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\109" "\7""70" "\10""1" "\10""2" "\10""3" "\10""4" "\10""7" "\780" "\795" "\10""6" "\10""7" "\108" "\5""2000" "\10""2" "\108" "\109" "\7""10" "\10""1" "\5""777" "\5baba" "\6ear1" "\5cita1" "\5dou" "\5lena" "\6iga" "\6ove" "\5mama1" "\7ry" "\6ia123" "\7ya" "\5n123" "\6jetaime" "\7tm" "\6papa" "\5papa123" "\5sboy1" "\6ha" "\6ita1" "\5tata" "\6eamo" "\6ha" "\5ypapa" "\4i123" "\5chula1" "\5mami" "\5nka1" "\5papi" "\5ta1" "\6eamo" "\4ma123" "\6mia1" "\6papa" "\11pa" "\6tiamo" "\7vb" "\5ina" "\5oth1" "\4o4ka" "\5chka" "\5unette" "\4ulya" "\5sia1" "\6ka" "\3n123456" "\4""2man" "\4agement" "\7r123" "\6ua" "\5mana" "\5tee1" "\4chas" "\6ester123" "\13""7" "\13united" "\6itas" "\5ini" "\6ty1" "\4da123" "\6lay" "\6rin1" "\11a" "\11e" "\11ka" "\11o" "\5ela" "\6rs" "\5ie1" "\6ngo1" "\5olin" "\5ragora" "\7ke" "\5y01" "\6""11" "\7""23" "\7""3" "\4eater1" "\4fred1" "\4ga123" "\6la" "\7ore" "\5esh" "\5o123" "\6es" "\6s1" "\5usta" "\4hater" "\7tan1" "\5unt" "\4i123" "\5ac1" "\5ek1" "\5fest" "\5kandan" "\5la1" "\6yn" "\5mani" "\5nblack" "\5sh123" "\7a1" "\5toba" "\7u" "\4jeet" "\5u123" "\6la" "\6nath" "\6sha" "\4kind1" "\4man11" "\10""23" "\7""2" "\7""3" "\7man" "\5ohan" "\4naggia" "\5heim" "\5ie1" "\6ng10" "\118" "\5y123" "\7""3" "\6""24" "\4ocska" "\5fgod" "\6steel" "\5har" "\5jkumar" "\5lete" "\6ito" "\6o1" "\5mano" "\5rama" "\5uche" "\5war1" "\4power" "\5reet" "\4sell" "\5field1" "\5ion" "\5on1" "\7""666" "\109" "\6or" "\6ur" "\4teca" "\5icore" "\5le7" "\4u1234" "\5""4eva" "\6life" "\5chao" "\5el." "\7""01" "\7""10" "\10""1" "\10""3" "\10""4" "\10""5" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""7" "\7a1" "\7e" "\7ita" "\11o" "\5manu" "\5nited1" "\12""7" "\5sia" "\5td01" "\10""7" "\7""10" "\10""1" "\10""23" "\7""7" "\799" "\4whore1" "\4zana1" "\7ita" "\7o" "\3pache" "\4le123" "\6leafs" "\6story" "\6wood" "\3quina" "\3racaibo" "\7na" "\6uja" "\5dona10" "\10na" "\5jade" "\5mara" "\5nata" "\10ha" "\6da1" "\6ello" "\5thon1" "\6on" "\5uder" "\5vilha" "\11osa" "\10la1" "\4bella" "\5le1" "\7s1" "\4c1234" "\5el11" "\10""23" "\7a1" "\7ina" "\11ho" "\11o" "\10ta" "\7l1" "\10a1" "\10e" "\10o1" "\10us" "\7o123" "\5h01" "\7""3" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""10" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\7993" "\6""2007" "\118" "\119" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""30" "\7""1" "\6ewka" "\5ia1" "\7l" "\7no" "\6n12" "\7ek" "\5o11" "\7""23" "\7""3" "\6antonio" "\6lino" "\6marco" "\6ni" "\6polo1" "\6s10" "\10""23" "\10""3" "\5us01" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10988" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""7" "\799" "\4digras" "\5uk666" "\4eblu" "\5cek" "\6zek" "\5ike" "\5k123" "\5mare" "\6ma" "\6oto" "\5ngo" "\4garet1" "\11a" "\11h" "\11te" "\7ida" "\10ta1" "\12""2" "\11ka" "\6ux" "\5era1" "\5herita" "\5ie1" "\5osha" "\6t1" "\5ret" "\5uerite" "\4haba" "\4i1234" "\5a01" "\7""5" "\7""7" "\78" "\79" "\6""10" "\7""1" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""2008" "\10""10" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\6""666" "\79" "\688" "\6chi" "\7lara" "\6eduarda" "\7lena" "\6fernanda" "\6ge" "\7razia" "\6h01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""3" "\7""7" "\7carey" "\6isabel" "\6jose1" "\6laura" "\7uisa" "\11za" "\6m123" "\7aria" "\7i" "\6n123" "\7a123" "\10""2" "\7ela" "\7gela" "\7ita" "\7na1" "\10e1" "\7o1" "\6paula" "\7ia" "\6rita" "\7osa" "\6teresa" "\5bel1" "\7th" "\5carmen" "\6el1" "\10a1" "\6on1" "\6ris" "\5e-louise" "\6""01" "\7""2" "\7""3" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""33" "\6""69" "\6""77" "\687" "\78" "\79" "\692" "\7""3" "\7""4" "\7""5" "\6ke" "\6l1" "\7a1" "\7la" "\10e" "\6marie" "\6ta" "\7ta1" "\10e" "\5fer" "\5gold" "\6uana" "\5huana1" "\5jana" "\10e" "\6ke" "\6uana1" "\12""420" "\5ka1" "\5lena" "\10e" "\6ia" "\7n" "\6ou" "\6yn1" "\10""59" "\10manson" "\5mari" "\6ba" "\5na01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""5" "\7""777" "\788" "\7marina" "\7ra" "\6e01" "\7""11" "\10""23" "\10""3" "\7""2" "\7la" "\10la" "\7r1" "\10o" "\10s1" "\7s12" "\10""2" "\7tte" "\6ho" "\6ka" "\6o13" "\7chka" "\5o01" "\6""10" "\7""1" "\7""2345" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\6""64" "\7""6" "\79" "\6bros" "\6kart" "\6la" "\6mario" "\6n1" "\5posa11" "\12""2" "\11""2" "\11""7" "\11s" "\10ita" "\5quita" "\5sa1" "\7bel" "\6ela1" "\6ha" "\7ka" "\6ka" "\6ol1" "\6sa123" "\10""2" "\10""3" "\10""7" "\5ta1" "\6es" "\6ime" "\6za1" "\5us123" "\7z1" "\5vic" "\5yam" "\4jorie1" "\4k12345" "\5""2000" "\5anthon" "\5er1" "\6t1" "\7a" "\7ing1" "\5ham" "\5ie1" "\6za" "\5john" "\7seph" "\5mark" "\5o123" "\6polo" "\6va" "\5sman" "\5us123" "\5ymark" "\4lboro12" "\11""20" "\5ee1" "\7n" "\6n1" "\7a1" "\7e1" "\6y01" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""420" "\7""7" "\5ies" "\6n1" "\7s1" "\5on123" "\6we" "\4maduke" "\6lade1" "\6r1" "\7a" "\7is" "\5elada" "\11e" "\5ite1" "\5ota" "\7te" "\4oc2010" "\6aine" "\6co" "\5kko" "\5on5" "\5uane" "\4ques1" "\7tte" "\7z1" "\6is1" "\10e1" "\7to" "\4rakech" "\5iage1" "\6ed07" "\118" "\10""1" "\10""2" "\6ott1" "\5uecos" "\5yme" "\4s123" "\5bar" "\5eille13" "\5ha11" "\7l1" "\10l12" "\11""2" "\11""3" "\6mallow" "\7ellow" "\5mars" "\5upilami" "\5volta" "\4ta123" "\5ello" "\6s13" "\5ha123" "\7""2" "\5ial" "\7n" "\6jn" "\6n!" "\7." "\7""01" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\108" "\7""3" "\7""4" "\7""55" "\7""69" "\7""77" "\788" "\799" "\7a123" "\7e1" "\10k" "\10s" "\10z12" "\12""3" "\11""2" "\7ha" "\7i1" "\10""75" "\10que" "\7ka" "\10o" "\7o" "\7s1" "\7us" "\6ta" "\5usia" "\5y123" "\6na1" "\7ka" "\4umaru" "\5sia" "\6ja" "\6ka" "\6ya" "\5thi" "\4vel1" "\7lous" "\7ous" "\5in01" "\7""11" "\10""23" "\10""3" "\7""2" "\4y1234" "\5""420" "\5am1" "\6na" "\7n1" "\10e" "\5beth1" "\5ellen" "\5grace" "\5j420" "\6an3" "\10e!" "\11""12" "\12""3" "\11""2" "\11""3" "\11""420" "\11""69" "\11""7" "\6ean" "\6oy" "\5kate1" "\7y1" "\5land1" "\6ine" "\6ou1" "\5mary1" "\5poppins" "\5rose" "\5sia1" "\4zena" "\5ipan" "\3sahiro" "\5kra" "\5masa" "\6une1" "\5yuki" "\4cara" "\5ota" "\7te" "\4erati" "\4h4077" "\5a123" "\7995" "\6masha" "\5enka" "\5imaro" "\6na" "\4iania" "\4on01" "\7""7" "\78" "\6""11" "\7""23" "\4querade" "\4sacre1" "\6ge1" "\6ri" "\5effect" "\5ilia" "\6miliano" "\7o1" "\6ve1" "\4ter!" "\7." "\7""007" "\10""1" "\10""7" "\108" "\109" "\7""100" "\11""1" "\10""11" "\10""2345" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""2006" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""33" "\7""420" "\10""4" "\10""5" "\7""55" "\7""666" "\109" "\7""777" "\787" "\108" "\109" "\799" "\7bate" "\10laster" "\7card" "\10hief" "\7key" "\7man" "\11ster" "\10ind" "\7one" "\7p1" "\10iece" "\10lan" "\7s1" "\5iff" "\4yanya" "\3tador1" "\5hari" "\5mata" "\5rani" "\4chbox20" "\6es" "\4e123" "\5maticas" "\11ka" "\5o123" "\5razzi" "\6ial" "\5us123" "\7z12" "\10ek" "\4h123" "\5ematics" "\6rs" "\6us123" "\6w123" "\7s1" "\5ias1" "\6eu1" "\6lda" "\10e1" "\5wiz" "\4i123" "\5as123" "\5lda1" "\7e1" "\5sse1" "\4khau" "\4lock" "\4reshka" "\5ica" "\6monio" "\6x007" "\10""1" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""666" "\109" "\7""7" "\788" "\799" "\7x" "\4sumoto" "\4t101" "\6""234" "\6988" "\5""6288" "\6""33" "\5eo1" "\6rs" "\5h3w" "\6ardy1" "\6ew!" "\10." "\10""00" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""20" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\10""3" "\10""4" "\10""5" "\10""633" "\119" "\10""77" "\1088" "\1095" "\118" "\119" "\10s1" "\6ias1" "\7eu" "\5ias" "\6e1" "\6ngly" "\5man1" "\7tt1" "\5y123" "\4ylda" "\5sek" "\3ulana" "\5wurf" "\4reen1" "\5ice1" "\10""2" "\10""3" "\10""4" "\7io1" "\6tius" "\6zio" "\4smaus" "\4tauaja" "\3ver1ck" "\6ick12" "\11""2" "\11""7" "\11s1" "\7k" "\4rick1" "\3wmaw1" "\3x123456" "\5992" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\4""2000" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""10" "\4amillion" "\4dog1" "\4ell1" "\5nce" "\4i123" "\5e123" "\5m123" "\6a1" "\7l" "\7xi" "\6e1" "\6ilian1" "\13o" "\11en" "\6ka" "\6o1" "\7vie" "\6um1" "\7s123" "\10""2" "\5ne123" "\4max123" "\7max" "\5otives" "\4payne" "\5ower1" "\4thedog" "\4well01" "\10""11" "\11""23" "\10""2" "\10""3" "\10""5" "\10""7" "\4xtro" "\3y1984" "\7""5" "\7""6" "\7""7" "\78" "\79" "\690" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\4""2000" "\7""5" "\7""6" "\7""7" "\78" "\79" "\4a1234" "\5maya" "\4bach" "\5erry" "\4day1" "\4fair1" "\5ield1" "\5lower1" "\4hem1" "\7""666" "\4may1" "\4nard1" "\4otte" "\4ra123" "\3zafaka" "\5tlan" "\4da123" "\6""323f" "\6""626" "\6mx3" "\10""5" "\10""6" "\6rx7" "\108" "\4eltov" "\4inger" "\4sola" "\2b123456" "\2c123456" "\3bride" "\3carthy" "\7ney" "\4ormick" "\3donald1" "\11s1" "\3fly123" "\3grady1" "\6th" "\5egor" "\4uire" "\3hammer" "\3intosh" "\6yre" "\3kayla1" "\4enna1" "\6zie1" "\4inley1" "\6ney" "\4night" "\3laren1" "\10f1" "\4ovin1" "\3millan" "\3nabb5" "\3queen" "\2e123456" "\3""4life" "\3aculpa" "\4dow1" "\7s1" "\4gan1" "\5han1" "\4ndme" "\6u1" "\7""2" "\6you1" "\11""2" "\5girls1" "\4tball1" "\11s" "\5head1" "\5loaf1" "\5man" "\5wad1" "\3canica" "\10o" "\4hanic1" "\11al" "\5elle" "\3decine" "\5iros" "\5llin1" "\4ia123" "\5cal1" "\6ina" "\10e1" "\5eval" "\5na1" "\5on123" "\5tation" "\6erraneo" "\4rano" "\4tech" "\4usa1" "\4videk" "\3emee1" "\4nakshi" "\4pmeep" "\4rkat" "\4ting" "\3fisto" "\3ga123" "\5bass" "\6yte" "\5death" "\7th1" "\5fon" "\5man0" "\10""123" "\10""2" "\10""3" "\10x" "\6ega" "\5n01" "\6""10" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\7""6" "\6""21" "\7""2" "\7""3" "\6""69" "\6e1" "\6fox" "\5star" "\5tron1" "\4gie1" "\4han12" "\7a" "\4ryan" "\4usta" "\3hmet123" "\3iling" "\4nschatz" "\4ster1" "\4youmima" "\3lancholy" "\7ia" "\6ia" "\7e!" "\10""01" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""7" "\4bourne1" "\4chior" "\6or" "\4endez" "\4gibson" "\4i123" "\5melo" "\5na1" "\6da1" "\5sa1" "\6sa!" "\10." "\10""01" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""21" "\11""2" "\11""3" "\11""4" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\4lisa" "\7sa" "\5on1" "\6w1" "\4mel1" "\4nikov" "\4o123" "\5coton" "\5dia" "\7e1" "\6y123" "\5man" "\5n123" "\4rose1" "\4tdown" "\4usine" "\4ville" "\6n123" "\4zinha" "\3mbership" "\4e1234" "\5me!" "\7""123" "\7""2" "\7""3" "\7me1" "\5ntomori" "\4noch" "\4o123" "\5memo" "\5rex1" "\6ial1" "\7es1" "\6y1" "\4phis10" "\10""2" "\4yself&i" "\11""1" "\11andi" "\11i" "\3nace1" "\4dez1" "\5ieta" "\5oza1" "\4eses" "\4gmeng" "\4inblack" "\4menmen" "\4orca" "\4suck1" "\4tari" "\5hol1" "\5iras" "\7osa" "\11o" "\3ow1234" "\5meow1" "\6ix1" "\3phisto" "\3rcado1" "\5ed209" "\7es-benz" "\11""01" "\11""10" "\12""1" "\12""23" "\11""2" "\11""3" "\11""7" "\11benz" "\10z1" "\6nary" "\5hant" "\5redi" "\5ure" "\7ial" "\10o" "\7y123" "\10""7" "\6tio" "\5y123" "\4da123" "\5eka" "\4edith1" "\5ngue" "\4haba" "\4idian1" "\5jaan" "\4lin01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""69" "\7""7" "\799" "\7a" "\7o" "\5ot1" "\4maid1" "\10""2" "\10s" "\4rick1" "\6ll1" "\6tt" "\4sedes" "\5in33" "\4veille" "\3shmesh" "\4sage1" "\10s" "\5enger1" "\5i123" "\79" "\6ah1" "\6co" "\6er11" "\6na" "\3tal123" "\7""3" "\6""4ever" "\7life" "\6""666" "\79" "\6core" "\6ero" "\6gear1" "\12""4" "\6head1" "\6ica1" "\7ka" "\7st" "\6l1ca" "\7ica!" "\12." "\12""0" "\12""123" "\12""2" "\12""3" "\12""4" "\12""5" "\12""666" "\12""7" "\128" "\129" "\6man" "\5tron" "\4eora1" "\7o" "\4hod1" "\7ist" "\7man1" "\4oyou" "\4ro123" "\6id1" "\6polis" "\4s123" "\6986" "\3uamor" "\4nome" "\3wmew1" "\4two1" "\3xicali1" "\7n123" "\11""3" "\11""4" "\10""2" "\10""3" "\10""5" "\10""7" "\10a1" "\10o13" "\6o!" "\7#1" "\7." "\7""00" "\10""1" "\10""6" "\10""7" "\108" "\109" "\7""100" "\11""1" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""2010" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""619" "\109" "\7""7" "\786" "\108" "\799" "\5que" "\2fc-215c" "\2goblue" "\2haldita" "\3inekoh" "\2iahamm9" "\4mi123" "\7""3" "\6""23" "\6""305" "\6a1" "\6beach" "\6heat1" "\12""3" "\5or1" "\7""2" "\7e" "\4ngel" "\4omiao" "\4umiau" "\3bebe1" "\3caela1" "\4h3ll3" "\5a3l" "\6e1" "\7l!" "\10." "\10""00" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""234" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""200" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""30" "\11""1" "\11""2" "\11""3" "\11""4" "\10""44" "\10""55" "\10""69" "\10""77" "\1084" "\11""5" "\11""6" "\11""7" "\118" "\119" "\1090" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10a1" "\10b" "\10jackson" "\11ordan" "\10la" "\10s1" "\6il" "\6l123" "\7ek" "\7ka" "\5e11e" "\6al123" "\10""23" "\6l123" "\7angelo" "\7e123" "\10""2" "\7ine" "\11o" "\7l1" "\10e!" "\11." "\11""00" "\12""1" "\12""2" "\12""3" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\11""30" "\12""3" "\11""4" "\11""5" "\11""69" "\11""77" "\1188" "\129" "\1199" "\5i123" "\6gan12" "\11""2" "\6ko" "\5oacan1" "\4imacko" "\5one" "\4kael" "\5ey!" "\7""00" "\10""1" "\10""2" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\7mouse1" "\5ie1" "\5y123" "\6mouse" "\4orazon" "\4ro123" "\6be" "\7iology" "\6lab" "\6max" "\6n1" "\6phone" "\6soft1" "\12""2" "\6tek" "\6wave1" "\3ddle1" "\7ton" "\4gard" "\5et1" "\4land1" "\4night!" "\11""01" "\11""10" "\12""1" "\12""2" "\12""3" "\11""22" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\119" "\6te1" "\4town" "\4way1" "\5est1" "\5ife" "\3ercoles" "\5da123" "\4spacio1" "\3familia1" "\3ghtymouse" "\4uel01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""7" "\7angel" "\7ito1" "\7on" "\3haela" "\5ita" "\3ka123" "\5ela1" "\7la" "\5mika" "\5yla1" "\4e007" "\5""101" "\6""23456" "\6""43" "\6985" "\10""7" "\108" "\791" "\5""2000" "\10""6" "\10""7" "\108" "\109" "\7""10" "\5""420" "\5""6453" "\6""66" "\5jones1" "\12""2" "\5mike1" "\5sch" "\6hinoda" "\5tyson" "\5vick7" "\5y01" "\6""10" "\7""1" "\7""23" "\7""3" "\6""22" "\7""3" "\6""69" "\4hail" "\4i123" "\5maus" "\6iki" "\4olaj1" "\5miko" "\4rofon" "\3la123" "\5cek" "\6ik" "\5gros1" "\5mber" "\6ila" "\5n123" "\6""22" "\6""4ever" "\688" "\6ac" "\6ello" "\6ista" "\11i" "\6milan" "\6o1" "\5shka" "\4dred1" "\5seven" "\4ena123" "\6ium" "\6ka" "\5s123" "\6davis" "\6tone" "\5y11" "\7""23" "\7""5" "\6cyrus" "\4ford1" "\4house" "\4ioner" "\5taire" "\7ry1" "\4k123" "\5bone" "\5man1" "\6ilk" "\5shake1" "\12""2" "\5yway1" "\4lard" "\5encolin" "\7ia" "\10um1" "\7nium" "\6r01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""30" "\10""1" "\7""5" "\7""69" "\7lite" "\7s" "\7time" "\5house" "\5icent" "\6e01" "\7""11" "\10""23" "\7""2" "\6gan" "\6on1" "\10aire" "\10s1" "\5onarios" "\6s13" "\5sberry" "\5wall1" "\5y123" "\4o1234" "\5milo" "\5nga" "\4waukee1" "\3ma123" "\5mamemima" "\6ima" "\4i1234" "\5mimi" "\5nko" "\3nakshi" "\5mina" "\4chia" "\4danao" "\5freak1" "\5game" "\5less1" "\5y123" "\4e1234" "\5""4ever" "\5mine1" "\5only" "\5ral" "\6va1" "\5tte" "\4gming" "\4h123" "\5amae" "\6senha" "\6vida" "\5tuan" "\4i1234" "\5clip1" "\6ooper" "\5disc" "\5mal1" "\7n1" "\7x" "\6e123" "\6ini" "\6oto" "\6um1" "\5ster1" "\7ry1" "\4nesota1" "\6tte" "\5ie01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""7" "\7mouse" "\4olta" "\5mbre" "\5rity" "\5tauro" "\5ucha" "\10e" "\4strel" "\3perro" "\3rabela" "\10la" "\11e" "\5cle1" "\10""2" "\10""7" "\10s" "\5flores" "\5ge1" "\5mar" "\6ira" "\5nda11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""7" "\109" "\5sol" "\4eille" "\5lla" "\4iam123" "\6na" "\5nda" "\4jana" "\4onova" "\5slava" "\4ror1" "\4tillo" "\3s3amores" "\4amisa" "\6ores" "\4bebes" "\4cha1" "\6ief1" "\6ka" "\4ericordia" "\6y1" "\4fit1" "\7s138" "\4h777" "\5a1234" "\6misha" "\5ijas" "\7os" "\5ka1" "\5mish" "\5utka" "\4iaczek1" "\5ek1" "\4s123" "\5bitch1" "\5ie1" "\6le" "\6ng1" "\10u" "\10you" "\6on123" "\10""2" "\10ary" "\10s" "\6ssippi1" "\5kitty1" "\5lady" "\5miss" "\6olly" "\5ouri1" "\5piggy1" "\6riss" "\5thang1" "\5y01" "\6""101" "\7""1" "\7""234" "\7""3" "\6""21" "\7""2" "\7""3" "\6""69" "\6dog" "\6moo" "\6ou1" "\10""2" "\4take1" "\5er123" "\7""2" "\7o" "\7x" "\7y" "\5ico" "\6gri" "\5ral1" "\6ess1" "\5y01" "\6""11" "\7""23" "\7""3" "\6blue" "\6cat" "\6dog" "\3tch123" "\6el1" "\10l12" "\11""2" "\6ie" "\4hrandir" "\6il" "\4subishi" "\4tens1" "\10""2" "\3vidaloca" "\3xmaster" "\4tape1" "\3yamoto" "\5zaki" "\4varxar" "\3zzou1" "\2j123456" "\3ackson" "\3olnir" "\4rdan23" "\3u76yhn" "\2k123456" "\3o)0okm" "\59ijn" "\4""0-pl," "\59ijn" "\5nji9" "\2lkjhgfdsq" "\2m123123" "\6""456" "\3mmmm1" "\7""6" "\7m1" "\10mmm" "\2nbvcx1" "\7z123" "\3mnmnmn" "\2o123456" "\3b4life" "\4bdeep" "\4ile123" "\5us1" "\4ster1" "\10s1" "\4ydick" "\3cha123" "\4kingbird" "\3del123" "\6ing" "\6s1" "\5rator" "\6n1" "\7warfare2" "\5sto1" "\10""209" "\4ified" "\5gliani" "\3emoe1" "\3hamad" "\6ed123" "\6mad1" "\7ed123" "\5n123" "\6lal" "\5wk1" "\3iettoi" "\4meme" "\5oi1" "\7moi" "\4nmoin" "\4ses123" "\3jehaslo" "\6eslo" "\4isola" "\4o1234" "\5jojo1" "\5mojo" "\3kamoka" "\4omoko" "\3ldovan" "\4iere" "\5na1" "\4lie01" "\7""123" "\5y01" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""11" "\7""234" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\6""69" "\699" "\6ann" "\6cat" "\6dog1" "\6girl1" "\6molly" "\10o1" "\4oko1" "\5tok" "\7v" "\4son1" "\3m&dad" "\4""12345" "\4anddad1" "\12""2" "\4basa" "\4dad123" "\7""2" "\4ents" "\7um" "\4ma123" "\6sboy1" "\5ie1" "\5om1" "\5y01" "\7""2" "\7""3" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""6" "\6""21" "\7""2" "\7""3" "\7""4" "\7""5" "\7be" "\6""30" "\7""3" "\6""69" "\6""77" "\6daddy" "\6of2" "\10""3" "\10""4" "\6s1" "\7girl" "\4ndad" "\4o1234" "\5mo1" "\7mo" "\5ney1" "\5taro" "\4rocks" "\4sgirl1" "\3na1234" "\5co1" "\5ghan" "\5lisa1" "\7za" "\5mona" "\7ur" "\5nge" "\5rch1" "\5stir" "\4bebe" "\4cheri" "\6ito" "\5oeur" "\4day01" "\7""11" "\10""23" "\7""2" "\5eo1" "\5ial" "\6eu" "\5ragon" "\4ella" "\5tte" "\5y$$" "\6""007" "\7""1" "\7""5" "\7""6" "\6""1000" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""2007" "\118" "\119" "\10""10" "\11""1" "\7""1" "\7""2" "\7""47" "\7""5" "\7""6" "\7""7" "\6""32" "\7""3" "\7""4" "\6""420" "\7""4" "\7""5" "\7life" "\7me" "\6""55" "\7""6" "\6""666" "\79" "\6""777" "\6888" "\79" "\699" "\6bags1" "\7oy1" "\6maker" "\10n12" "\11""2" "\7ike1" "\7oney" "\6penny" "\6s1" "\6talks" "\4golia" "\6ose1" "\4i123" "\5ca." "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\5ka11" "\10""23" "\5moni" "\5que11" "\11""23" "\11""3" "\10""21" "\11""3" "\10""3" "\10""5" "\10""7" "\5sha" "\6ia" "\5tor1" "\4key!" "\7." "\7""007" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""100" "\11""1" "\10""11" "\10""2345" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""1" "\10""21" "\10""3" "\10""4" "\7""420" "\10""4" "\10""5" "\7""55" "\10""6" "\7""666" "\10""7" "\108" "\109" "\7""76" "\10""77" "\108" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""11" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7balls" "\10one" "\11y1" "\10ut1" "\12t" "\7face" "\7girl" "\7love" "\7man1" "\12""2" "\7nuts" "\7poo" "\7s!" "\10""101" "\11""1" "\11""23" "\11""3" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7z" "\5fish" "\5ies1" "\5monk" "\4mouth" "\4o123" "\5lith" "\5mono" "\5noke" "\5poli" "\10y1" "\4roe1" "\4serrat" "\5ieur" "\5oon1" "\5ter!" "\10." "\10""01" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\10""21" "\11""2" "\11""3" "\11""4" "\10""33" "\10""4" "\10""5" "\10""666" "\119" "\10""77" "\1088" "\1099" "\10hunter" "\10man" "\10s1" "\4tagna" "\10e" "\7ue" "\6na11" "\11""23" "\11""6" "\10""2" "\10""3" "\10""7" "\7o" "\6uk" "\5blanc" "\5ecarlo" "\7risto" "\6go" "\6iro" "\6lla" "\6negro" "\6rey1" "\7o1" "\7rey1" "\6sa" "\7sori" "\6video" "\6z1" "\7uma" "\5gomery" "\5oya1" "\5pellier" "\5real1" "\6ose" "\5serrat" "\5y123" "\6dog" "\4ument" "\3ochie1" "\5ow123" "\7""2" "\4kie123" "\7""2" "\4moo11" "\10""23" "\7""22" "\7""3" "\7moo" "\4n1234" "\5beam1" "\5child" "\5dance" "\6og1" "\6ust" "\5ey1" "\5flower" "\5ie1" "\5light1" "\12""2" "\12""7" "\7te" "\5man1" "\6oon" "\5pie1" "\5raker" "\6iver" "\5shadow" "\7ine1" "\6pell" "\6tar1" "\7one" "\5walker" "\4rhuhn" "\4se11" "\7""23" "\7""3" "\6head" "\6man" "\6s1" "\3rales123" "\5ngos" "\4bid1" "\4decai" "\4eira" "\5lia1" "\5money1" "\7re" "\5na1" "\7za" "\6ike" "\7ta1" "\10o" "\6o1" "\4feus" "\4gan!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\78" "\798" "\109" "\7a1" "\7e1" "\5oth" "\4iarty" "\5entes" "\5mori" "\5tz1" "\4mon1" "\4ning1" "\10""21" "\10star" "\4occo1" "\6ha" "\5zova" "\4pheus1" "\6ine" "\4rigan" "\6s123" "\7on1" "\7sey1" "\5owind1" "\4tadela" "\11o" "\6lkombat" "\5gage1" "\5icia" "\6mer1" "\5on1" "\3schino" "\5ow1" "\4es123" "\4himoshi" "\4quito" "\4sberg" "\5imo" "\5yoak1" "\4tafa" "\6ganem" "\5wanted" "\3t de passe" "\4""2passe" "\4depasse1" "\4her!" "\7." "\7""01" "\10""2" "\10""3" "\7""10" "\10""1" "\10""234" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\7board" "\7father" "\10ucker1" "\7hood" "\7land" "\10ode1" "\11ve" "\7mary" "\7of2" "\11""3" "\11""4" "\11""5" "\7s1" "\7well" "\4ivated" "\10ion" "\4ley1" "\7crue" "\4o123" "\5cross1" "\12""2" "\5guzzi" "\5moto" "\5rbike1" "\6cross" "\7ycle" "\6head1" "\6ino" "\6ka" "\6ola123" "\11""2" "\11v3" "\10la" "\6rad" "\6sport" "\4ylek" "\3uette" "\4hamed" "\4linrouge" "\5oudia" "\4mita" "\5oune" "\4nika" "\5tain1" "\11""2" "\11dew" "\11s1" "\4rinho" "\4se11" "\7""23" "\7""3" "\6pad" "\6trap" "\6y1" "\5tache" "\7fa" "\7pha" "\6ic" "\7que" "\3vement1" "\4ies1" "\7tar" "\5ngon1" "\5star" "\3zart12" "\4illa1" "\2p3player" "\3c2000" "\2rhappy" "\3jones" "\3kitty1" "\3magoo" "\3niceguy" "\2s123456" "\3config" "\3kitty" "\2uaddib" "\4ythai1" "\3barak" "\3chacha" "\10o" "\3dar123" "\4vayne1" "\3eller" "\4nchen" "\3fasa1" "\4fdiver" "\5in!" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\7man1" "\7s1" "\5y123" "\3ggins" "\4iwara" "\4wump" "\3hamad" "\6ed" "\6mad123" "\7ed1" "\10t" "\3jahid" "\4eres" "\3lberry" "\4der1" "\4len1" "\6t1" "\5igan1" "\6ns" "\4timedia" "\6pass" "\7la" "\6scan" "\7ync" "\3manddad1" "\4dad1" "\4my123" "\6daddy" "\6papa" "\3nchen" "\6ie1" "\10s1" "\6kin1" "\4dial" "\4eca1" "\4icipal" "\4nabhai" "\4ster1" "\3ppet1" "\7s" "\3rakami" "\5saki" "\5t123" "\6ti" "\4cielago" "\4der187" "\7er" "\5och" "\7k1" "\4ielle" "\5llo" "\4phy01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\4ray1" "\4taza" "\4ugan" "\3sa123" "\5shi1" "\4chi1" "\5le1" "\7s1" "\4hr00m" "\6oom1" "\11s1" "\4ic000" "\7""1" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""2008" "\119" "\10""10" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\6""40" "\7ever" "\7life" "\7me" "\7u" "\6""69" "\6""777" "\688" "\699" "\6=life" "\6a." "\7""10" "\10""23" "\7""2" "\7l1" "\7s" "\6box" "\6ian1" "\7slife" "\6lover" "\6man1" "\7usic" "\6rocks" "\5que1" "\4kaan" "\4lim1" "\7ah" "\4solini" "\4tafa123" "\6ine" "\6ng!" "\10." "\10""00" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""200" "\11""1" "\11""2" "\11""3" "\11""4" "\10""302" "\10""4" "\10""5.0" "\11""00" "\10""64" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""73" "\11""7" "\1086" "\11""7" "\118" "\119" "\1090" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10gt1" "\12""500" "\10s1" "\6pha" "\6rd1" "\5die" "\3tabor" "\4hafucka" "\5oni" "\4iara" "\4ley1" "\4ter1" "\5ley1" "\3zaffar" "\2xyzptlk" "\2y-space" "\3.space" "\3""123456" "\4andonly" "\4baby" "\4love" "\4space" "\5tlove" "\3""2angels" "\4babies" "\5oys" "\7z" "\4cats" "\4dogs" "\4girls" "\4kids" "\4sons" "\3""3angels" "\4babies" "\5oys" "\4dogs" "\4girls" "\4kids" "\4sons" "\3""4babies" "\5oys" "\4girls" "\4kids" "\4sons" "\3""5kids" "\3""6kids" "\3_space" "\3account1" "\4ngel1" "\10s" "\3babe1" "\6ies1" "\11""2" "\11""3" "\6y!" "\7""01" "\10""7" "\108" "\109" "\7""123" "\10""3" "\7""2" "\7""3" "\7boy1" "\7girl" "\4irthday" "\5tch1" "\4oys1" "\7""2" "\7""3" "\4rother" "\4uddy1" "\5siness" "\3chem1" "\7icalromance" "\5ildren" "\4omputer" "\3daddy1" "\5rling" "\4estiny" "\4ick1" "\4reams" "\3email" "\3family1" "\11""4" "\11""5" "\5ther" "\4riends1" "\4uture" "\3girl1" "\7""2" "\7s1" "\10""2" "\10""3" "\4odisgood" "\3heart1" "\4oney1" "\5use1" "\4usband" "\3immortal" "\3jesus1" "\3kids02" "\10""3" "\10""4" "\7""123" "\7""2" "\7""3" "\7""4" "\7""5" "\5tty" "\4onos" "\3life08" "\109" "\7""11" "\10""23" "\7""2" "\7""3" "\5ttlepony" "\4ord1" "\5ve!" "\7." "\7""01" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""2345" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4u" "\7""5" "\7""69" "\7""7" "\7ly" "\7one" "\7r1" "\7s" "\3mommy1" "\5ney1" "\5ther1" "\4ummy" "\5sic1" "\4yspace1" "\3name123" "\7""2" "\7is1" "\11khan" "\4ewlife" "\4igga1" "\4umber1" "\3only1" "\3parents" "\5ss1" "\7w0rd" "\10ord1" "\4hone" "\4lace" "\4rincess" "\3rtille" "\5le1" "\3school" "\4ecret1" "\5lf123" "\7""2" "\4hit1" "\4ister" "\4p4c3" "\5@ce" "\5ac3" "\7e!" "\10#1" "\10.co" "\10""001" "\12""7" "\11""1" "\11""2" "\11""3" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""1!" "\11""00" "\12""1" "\11""11" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\1197" "\129" "\10""200" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""30" "\11""1" "\11""21" "\11""3" "\11""4" "\10""420" "\11""4" "\11""5" "\11me" "\10""55" "\11""6" "\10""666" "\119" "\10""76" "\11""77" "\118" "\119" "\1084" "\11""5" "\11""6" "\11""7" "\118" "\119" "\1090" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\119" "\10?" "\4tere" "\7io1" "\11us" "\7y1" "\5ic1" "\7al1" "\6kal" "\6que" "\5uff1" "\5yle" "\4zka1" "\3thology" "\5reesons" "\4ime1" "\3wife1" "\4orld1" "\1n00dles" "\3b0dykn0ws" "\3thing" "\3vember" "\2""111011" "\3""23456789" "\3cholas" "\3i2c3o4l5e6" "\3rvana" "\2""3jl6pxcrwmy" "\2a123456" "\3bilah" "\3chito" "\5o123" "\6s1" "\4ional10" "\3da123" "\5nada" "\4ejda" "\5zda" "\6hda" "\4ia123" "\5ne123" "\4zieja" "\3enae1" "\3fanya" "\3gamani" "\5raju" "\5saki" "\4endra" "\3ilpolish" "\4robi" "\3kamura" "\4ita1" "\3la123" "\4lepuh" "\3maskar" "\6te1" "\4eless1" "\4ibia" "\4rata" "\3na1234" "\5kwame" "\5na1" "\7na" "\5yaw" "\4cy123" "\6drew" "\4da123" "\5hini" "\5ini" "\6ta" "\5o123" "\4ette" "\4i123" "\5nani" "\6ha" "\4ny123" "\4o123" "\5nano" "\5ok1" "\4tes44" "\5ucket" "\3omi123" "\3polean" "\7on1" "\11e" "\7tano" "\6i10" "\4ster1" "\3ranja" "\5simha" "\5yanan" "\4cisa" "\7o" "\7se" "\4endra" "\4giza" "\4iman" "\4koman" "\4nia1" "\4uhina" "\5segawa" "\5to!" "\7." "\7""007" "\10""1" "\10""7" "\108" "\109" "\7""100" "\11""1" "\10""11" "\10""2345" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""33" "\7""45" "\7""55" "\7""666" "\109" "\7""77" "\788" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7fan1" "\7kun" "\7shippuden" "\7uzumaki" "\3scar01" "\10""3" "\108" "\109" "\7""11" "\10""23" "\10""4" "\10""7" "\108" "\7""20" "\10""4" "\109" "\7""38" "\7""48" "\788" "\799" "\5imento" "\4hi1996" "\5ville1" "\4igoreng" "\4reen" "\4sima" "\4tasia" "\5ena" "\7ka" "\5y123" "\6""69" "\6a123" "\797" "\6boy" "\6girl" "\3ta1234" "\5""777" "\5cha" "\6ion" "\5lee" "\6i123" "\7a10" "\11""1" "\11""23" "\10""2" "\7e!" "\10""01" "\11""7" "\118" "\10""10" "\11""1" "\11""23" "\11""3" "\10""23" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\109" "\7ja" "\7na" "\10o" "\7ya" "\6ka1" "\6y1" "\7a1" "\5nael" "\7ta" "\5s666" "\6cha1" "\6ha01" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""7" "\7ka" "\5tion" "\4e1234" "\5dog1" "\10g1" "\4halia" "\10e1" "\7y" "\6n00" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\7""69" "\798" "\109" "\7ael" "\7iel1" "\12""2" "\5en1" "\4ion1" "\7al1" "\7wide" "\5ve1" "\6idad" "\4nat1" "\4sume" "\4ural1" "\6e1" "\7za" "\3ughty1" "\10""69" "\4mova" "\4sicaa" "\4tica1" "\10l" "\6lus" "\3varra" "\7o1" "\4idad" "\5gation" "\10or1" "\4neet" "\4yblue" "\5seal1" "\11s" "\3y-nay12" "\4eli1" "\4nay123" "\7""2" "\3zanin" "\5reno" "\7th" "\2balive" "\2cc-1701" "\5""74656" "\4""1701a" "\10d" "\10e" "\4""74656" "\3state1" "\2ebraska1" "\3cklace" "\4ro666" "\6mancer" "\6nomicon" "\4tarine" "\3derland1" "\4ved11" "\3ed for speed" "\5""4speed" "\5forspeed" "\5help" "\5job" "\5les" "\5work" "\4lima" "\4nee1" "\3fertari" "\7iti" "\3gative1" "\4ocios" "\4rita1" "\7o1" "\5o123" "\4uinha" "\10o" "\3hemiah" "\3ighbor" "\4sha1" "\3kochan" "\5neko" "\3linka" "\4lie1" "\5y123" "\4son01" "\7""11" "\10""23" "\7""2" "\3manja" "\4esis123" "\10""2" "\4isis" "\4o123" "\5nemo" "\4tudom" "\3na123" "\5linda" "\4e123" "\5tte" "\4ita1" "\3opet12" "\7s10" "\11""1" "\11""2" "\10""22" "\5hyte" "\3pal123" "\4enthe" "\4hilim" "\4oviem" "\4tune1" "\10s" "\3rd123" "\4eida" "\4issa" "\4onero" "\3sakysiu" "\4cafe" "\4lihan" "\4quik" "\4rine" "\4sa1234" "\5ie1" "\5una" "\7o" "\4tle1" "\5or1" "\3tball1" "\4gear1" "\4scape" "\4tie1" "\5uno" "\4work123" "\10ing" "\10s" "\3umann" "\4seeland" "\4tron" "\3vada1" "\5eh07" "\108" "\7""1" "\7""2" "\4er123" "\6""4get" "\6again" "\6backdown" "\6die" "\6ever1" "\6forget" "\6giveup" "\7uess" "\6land1" "\7ove" "\6mind1" "\7ore1" "\6never" "\6saydie" "\11never" "\6winter" "\5sta" "\4ille1" "\3w-york" "\4""12345" "\4ark1" "\4baby1" "\5ie1" "\5orn1" "\6yz" "\4castle1" "\129" "\4day1" "\5elhi" "\4england" "\5ra1" "\4foundland" "\4girl" "\4haven" "\5olland" "\6me" "\6pe1" "\6use1" "\4jersey1" "\5ob1" "\4life07" "\118" "\119" "\10""10" "\11""1" "\11""23" "\10""2010" "\10""3" "\10""4me" "\10""7" "\5ook" "\6ve12" "\4man12" "\5ember" "\6xico1" "\5oney1" "\6on1" "\10""2" "\4new1" "\4one1" "\5rder" "\6leans" "\4pass123" "\10word1" "\5ort01" "\10""100" "\11""23" "\10""20" "\10""3" "\10""69" "\10""7" "\10s1" "\4shoes" "\5letter" "\5paper1" "\5tart1" "\4ton1" "\6wn" "\4user1" "\4vision" "\4world" "\4year08" "\119" "\10""1" "\5ork!" "\10""01" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\10city" "\10er" "\6urk" "\4zealand" "\3xtel1" "\4us123" "\3zabudka" "\2fnmzyf" "\3ytxrf" "\2gentot" "\3ocanh" "\5khoa" "\3uyen123" "\2hatrang" "\3oemnhieu" "\2i++edinho26" "\3agara" "\3bbles1" "\3canor" "\5ragua1" "\4colo" "\4eass" "\5boy" "\5girl" "\6uy1" "\5nice" "\5one" "\5try1" "\4h0las" "\5elle1" "\5olas!" "\11." "\11""01" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""6" "\11""21" "\12""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\7e12" "\10""2" "\10""3" "\7s1" "\10on" "\4k101" "\6""2345" "\5""2000" "\5carter" "\5el1" "\7back" "\7odeon" "\5i123" "\6e1" "\6minaj" "\5jonas!" "\12""1" "\12""2" "\5las" "\5name" "\6ick1" "\5olas1" "\5y123" "\4o1234" "\5demus" "\5la123" "\7e" "\7i" "\7s01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""2" "\10""3" "\10""7" "\6e!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""1" "\10""2" "\10""3" "\7""44" "\7""5" "\7""69" "\7""77" "\782" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7ta" "\10ta" "\11e1" "\6ina" "\10o" "\6le1" "\5nico" "\5tine" "\4usor" "\3elsen" "\4mand" "\4tzsche" "\4wiem1" "\3geria1" "\10n" "\4ga101" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\6""4life" "\6""69" "\6plz1" "\6s1" "\6z1" "\5er!" "\7." "\7""11" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\7""420" "\7""5" "\7""666" "\109" "\7""7" "\79" "\7s1" "\4ht123" "\6crawler" "\6elf" "\6fall" "\7ire" "\6hawk1" "\6ingale" "\6jar" "\6life" "\6mare1" "\12""2" "\12""6" "\6owl" "\6shade" "\6train" "\6wing1" "\10sh1" "\7olf" "\3hao123" "\6ma" "\5rika" "\4ongo" "\3jmegen" "\4ntje" "\3k12345" "\4a123" "\5nika" "\4e1234" "\5air1" "\5nike" "\5sb1" "\4hil123" "\4i123" "\5niki" "\5ta01" "\7""10" "\10""1" "\10""2345" "\10""3" "\10994" "\12""6" "\128" "\129" "\7""2000" "\12""2" "\12""3" "\12""6" "\12""7" "\128" "\129" "\10""2" "\10""3" "\795" "\10""6" "\10""7" "\108" "\109" "\7nikita" "\6ha" "\6ka" "\6os" "\4ki01" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\6""69" "\6e1" "\6sixx" "\6ta" "\4las1" "\4o123" "\5la123" "\7eva" "\11na" "\7i1" "\7j" "\7s1" "\7us" "\7y" "\6e1" "\7ta" "\6ina" "\6ka" "\5nd200" "\780" "\6iko" "\5pol" "\5tin" "\4usha" "\3lufar" "\3mbus12" "\7""2000" "\4isha" "\4rod1" "\3na1234" "\5nina" "\4eball" "\5inch" "\5nine" "\5rs1" "\7""49" "\5teen19" "\6te" "\4gning" "\5una" "\4i123" "\5nha" "\6ini" "\4ja101" "\7""1" "\7""23" "\7""3" "\6""250" "\6""636" "\7""66" "\79" "\6go" "\6man" "\6s1" "\5utsu" "\4o123" "\5chka" "\5nino" "\4tend0" "\10o12" "\11""2" "\11""64" "\11ds" "\3pper1" "\5le1" "\7s1" "\3ranjan" "\6kar" "\4mala" "\4vana!" "\10." "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""5" "\10""666" "\119" "\10""7" "\108" "\1094" "\3sha123" "\6nt" "\5izhu" "\4san01" "\7""11" "\10""23" "\7""240" "\7""300" "\10""50z" "\7skyline" "\4telrooy" "\3temare" "\4ram1" "\5o123" "\6gen" "\6us1" "\4tany1" "\3unia1" "\3vedita" "\2jdevils" "\3i90okm" "\2kechi1" "\2nnnnn1" "\7nnnn" "\2o me acuerdo" "\3""1butme" "\4cares" "\4knows" "\4lives4ever" "\3access" "\4h1234" "\5""2007" "\5noah" "\5sark" "\3body1" "\4unaga" "\3chance" "\4turnal" "\10e" "\3doubt1" "\3el123" "\5le1" "\4ntry" "\3fear1" "\3gueira" "\3iembrie" "\4sette" "\3kia1100" "\7""2345" "\7""600" "\6""2000" "\7""600" "\6""3100" "\10""10" "\10""20" "\7""200" "\10""10" "\10""20" "\10""30" "\10""50" "\7""310" "\7""500" "\7""650" "\6""5130" "\7""200" "\10""20" "\7""300" "\10""10" "\7""610" "\7""700" "\7800" "\6""6020" "\7""120" "\10""31" "\7""210" "\10""30i" "\11""3" "\1080" "\118" "\7""300" "\7""500" "\7""600" "\10""10" "\10""30" "\1080" "\6""7210" "\7""3" "\7""610" "\68210" "\7800" "\695" "\6e50" "\10""1" "\7""65" "\7""71" "\6n70" "\10""2" "\10""3" "\780" "\10""1" "\10""2" "\790" "\10""5" "\10""6" "\10""7" "\7okia" "\6x2" "\3limit1" "\10s" "\4ongthing" "\5ve1" "\4wenn" "\3mames" "\4eacuerdo" "\5lase" "\5rcy1" "\4oney" "\5re1" "\3name123" "\4e123" "\5none" "\5ya1" "\4laso" "\5oso" "\4o123" "\5no1" "\7no" "\4sense" "\5top" "\3ob1234" "\5noob" "\4dle123" "\7""2" "\7s123" "\10""2" "\4kie1" "\4neknows" "\5ie1" "\3pass123" "\7word1" "\4roblem" "\3ra123" "\5nora" "\4bert1" "\10o" "\4cal14" "\4dine" "\4egrets" "\4folk1" "\4inori" "\4ma123" "\6jean1" "\6l1" "\6n123" "\7die" "\10y" "\4ris1" "\4te14" "\6no14" "\6x4" "\5h14" "\6east1" "\7rn1" "\6face" "\6shore" "\7ide1" "\12""2" "\12""4" "\7tar1" "\6west1" "\7ood" "\5on1" "\4way1" "\5egen" "\5ich1" "\5ood1" "\3se123" "\5nose" "\4feratu1" "\4moking" "\4orog" "\5tros" "\5up4u" "\4talgia" "\5radamus" "\6ess" "\6omo" "\3t2day" "\4""4u2c" "\7no" "\5you" "\4again1" "\4ebook1" "\5ngo" "\4foryou" "\4hanks" "\5ing!" "\10." "\10""0" "\10""11" "\11""23" "\10""2" "\10""3" "\10""7" "\4mine" "\4orious1" "\4real1" "\6dame1" "\5ust1" "\4telling" "\5hat" "\5ingham" "\5oday" "\4valid" "\4yours1" "\3uchka" "\4gatine" "\4nette" "\5oune" "\7rs" "\4sdeux" "\4veau" "\6lle" "\3v1988" "\4a123" "\5nova" "\5rtis" "\5senha" "\5vida" "\4ember01" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""30" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\11rain" "\7re" "\10o" "\4gorod" "\4iembre1" "\12""2" "\5kova" "\3way123" "\6jose" "\6out" "\4ehaslo" "\4here" "\4itzki41" "\4orries" "\3xious" "\2tc0394" "\2uclear1" "\3evavida" "\3gget12" "\7s15" "\10""3" "\3llnull" "\3mb3rs" "\5er01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\10fan" "\10mom" "\10son" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""32" "\10""3" "\10""4" "\7""41" "\10""4" "\7""55" "\7""69" "\7""7" "\788" "\799" "\7one1" "\7s123" "\5nuts" "\4ero10" "\7uno" "\4lock1" "\4mer1" "\3ncamas" "\4u123" "\3pe1911" "\3rse123" "\6ry" "\5ing1" "\5ultan" "\4udeen" "\3santara" "\3tcase" "\5racker" "\4ella1" "\4meg1" "\4rition" "\4sack1" "\5hell" "\4ter1" "\7tools1" "\2wo4life" "\2x74205" "\2ygiants1" "\3jets1" "\3knicks" "\3mets1" "\3quist" "\3uszika" "\3yankees1" "\1o0i9u8y7" "\3o0o0o0" "\2""123456789" "\2akdale" "\4land1" "\10""510" "\5ey1" "\4ridge" "\4tree1" "\4wood1" "\3sis123" "\3tmeal1" "\2bama08" "\79" "\6""2008" "\119" "\3elisk" "\3i1kenobi" "\4""4amte" "\4tuary" "\4wan1" "\3livion1" "\11""4" "\3scure" "\4ession" "\4idian" "\3vious1" "\2carina" "\3chiali" "\3ean11" "\7""23" "\7""3" "\6city" "\6ic" "\6ne" "\6ography" "\6s11" "\10""2" "\7ide1" "\3onnor" "\3tagon" "\5via1" "\10n" "\7o1" "\4ober01" "\11""2" "\11""3" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""20" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""30" "\11""1" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\6re" "\5mbrie" "\5pus1" "\10sy" "\4ubre" "\2ddball1" "\4world" "\3essa1" "\3unayo" "\3ysseus" "\7y1" "\2ffice123" "\7r1" "\6ial1" "\4line" "\4road1" "\4shore" "\5pring1" "\4thewall" "\3icinag3" "\2guzhan" "\2hcaptain" "\3iostate1" "\12""2" "\3mygod1" "\7sh" "\3otnik" "\3shit!" "\7""1" "\4nap1" "\3yeah!" "\7""1" "\2ilers1" "\3nkoink" "\3oioi1" "\2k123456" "\3ay123" "\3computer" "\3echukwu" "\3idoki" "\4edokie" "\4nawa1" "\3lahoma1" "\3mijnuhb" "\3okok1" "\7ok" "\3sana1" "\6ka" "\3tavia" "\4ober" "\3yanus" "\2labisi" "\5ode" "\4dapo" "\5ele" "\5imeji" "\6pupo" "\4itan" "\4jide" "\5umoke" "\4kunle" "\4lekan" "\4mide1" "\6lekan" "\4niyi" "\5rewaju" "\4ola1" "\7ola" "\6uwa" "\4rewaju" "\4tunde" "\7ji" "\4wale" "\5unmi" "\4yemi" "\5inka" "\6wola" "\3dfart" "\4lady" "\4man1" "\4navy1" "\4s442" "\5chool1" "\5kool1" "\5mobile" "\5pice1" "\4timer" "\5rafford" "\3eander" "\4chka" "\4g123" "\4miss1" "\4nka1" "\3ga1234" "\6980" "\10""2" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\5olga" "\3idata" "\4fant" "\4mpia1" "\10da" "\4vares" "\5e123" "\6ira" "\6juice" "\6oil" "\6r!" "\7""00" "\10""1" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\7a" "\6tti" "\5ia!" "\7""01" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\799" "\6er1" "\4wia1" "\3lie123" "\3olade" "\3ubunmi" "\4femi" "\4gbenga" "\4mide" "\4segun" "\6un" "\5hola" "\5ola" "\4wadare" "\6femi" "\6kemi" "\6segun" "\10un1" "\10yi" "\6tobi" "\10sin" "\10yin" "\5ole" "\3ympia1" "\10kos" "\7c1" "\10s" "\7que" "\6us1" "\2malley" "\4r1234" "\5ion1" "\10""21" "\5omar" "\3ega123" "\7""3" "\6""666" "\6red" "\4n666" "\3fg123" "\3g12345" "\4anesh" "\4lol123" "\4omg123" "\7omg" "\4wtf1" "\7bbq" "\3icron" "\3namahshivay" "\4islash" "\3olara" "\5ola" "\4noia" "\4tayo" "\5ola" "\4wunmi" "\3prakash" "\3sainath" "\6ram1" "\5kthi" "\4hantiom" "\4risairam" "\2ndrasek" "\3e1love" "\5one" "\5two2" "\4""23456" "\5one" "\5three4" "\4""4all" "\4andonly" "\4blood" "\4day1" "\4life" "\5ove!" "\10." "\10""123" "\11""3" "\10""2" "\10""3" "\10""420" "\10""69" "\10""7" "\5uv1" "\4moretime" "\4one1" "\4piece1" "\4shot" "\4time1" "\5reehill" "\5wo12" "\7""34" "\7three" "\3imusha" "\4zuka" "\3line11" "\10""23" "\7""2" "\4y1god" "\6love" "\6me" "\5""4me" "\6you" "\5forme" "\5god" "\5iknow" "\5love" "\5me1" "\5one1" "\5you1" "\3myown1" "\3speed" "\3tario1" "\4heroad" "\2ogabooga" "\3icu812" "\3oo0000" "\5oo1" "\7oooo" "\2paline" "\3el123" "\5astra" "\5corsa" "\5omega" "\5tigra" "\5vectra" "\4n1234" "\5""4me" "\5door" "\5now1" "\5open" "\5saysme" "\6esame" "\5up1" "\4ra123" "\6mini" "\6tion1" "\12s" "\7or1" "\4yemi1" "\3helia1" "\7e" "\3opopop" "\4ssum" "\3portunity" "\3tical1" "\5mistic" "\6um" "\7s1" "\10prime" "\5on1" "\7s" "\5plex" "\5quest" "\2racle123" "\4lsex" "\4nge!" "\7." "\7""00" "\10""1" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""33" "\7""44" "\7""55" "\7""66" "\109" "\7""77" "\788" "\799" "\7juice" "\7s1" "\10""2" "\6ina" "\6utan" "\3bital" "\3chard1" "\5estra" "\5id1" "\7ea" "\10e" "\7s" "\3denador" "\5r66" "\4inary" "\7teur" "\3egon1" "\4llana" "\4o1234" "\5cookie" "\5luwa" "\5oreo" "\3ganic1" "\3iental" "\4flame" "\4gami" "\5inal1" "\11""21" "\4oles1" "\5n123" "\4yomi" "\3lando!" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""5" "\10""7" "\10bloom" "\4eans1" "\3nella" "\3ochimaru" "\4logio" "\3quidea" "\3setto" "\3tega1" "\4hodox" "\4iz34" "\3ville" "\3well1984" "\2sama123" "\4suna" "\3borne" "\5urne" "\3car01" "\6""10" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\6""69" "\6cat" "\6dog1" "\6ito" "\6wilde" "\4uridad" "\3iris1" "\3kar123" "\6ek" "\3man123" "\3terhase" "\4rava" "\5ich" "\3valdo1" "\3waldo1" "\2thello1" "\5rside" "\3is123" "\3tobre" "\5man" "\5otto" "\2u812345" "\6""4me" "\6""5150" "\6ic" "\6ou812" "\3istiti" "\3r3kids" "\3smane" "\4sama" "\3tback1" "\5reak" "\4cast1" "\4doors" "\4kast1" "\4lander" "\6w1" "\7""2" "\7s1" "\7z1" "\5ook" "\4reach" "\4side1" "\10r1" "\11s" "\4ubro" "\2vation1" "\3echkin8" "\4r9000" "\5comer" "\5dose" "\6rive" "\5flow" "\5kill1" "\5land" "\6oad" "\7ok" "\7rd1" "\5ride" "\5seas" "\5time" "\2wen123" "\5s81" "\3nage123" "\4ed123" "\3olabi" "\2xford1" "\3nard805" "\3ygen1" "\4moron" "\2yindamola" "\2zzie123" "\4y123" "\5""666" "\5ozzy" "\1p.i.m.p" "\2""000000" "\4hbear" "\4pp00p" "\3k3m0n" "\4em0n" "\6on" "\3p0p0p0" "\4c0rn" "\5orn" "\3rnstar" "\2""1p2p3p4" "\3ssword" "\2""2ssw0rd" "\6ord" "\2""455w0rd" "\6ord" "\3ssw0rd" "\6ord" "\2""51mustang" "\2""6264758" "\28ntball" "\2@$$w0rd" "\6ord" "\3""55w0rd" "\6ord" "\3ssw0rd1" "\6ord1" "\2a$$w0rd" "\6ord" "\3""22word" "\3""33word" "\3""44word" "\3""55w0rd" "\6ord" "\388word" "\3arden" "\3blito1" "\5o123" "\3cers1" "\7""31" "\4hamama" "\6nga" "\5eco1" "\5uca1" "\4iencia" "\5fic1" "\10a" "\10o" "\4kage" "\6rd1" "\10bell" "\5er1" "\7s04" "\10""123" "\10""2" "\10""4" "\5man" "\4man123" "\7""2" "\4o123" "\5paco" "\4sun1" "\3dawan" "\4dington" "\5y123" "\4foot" "\4illa1" "\5sco" "\4lock" "\4maja" "\6vathi" "\5ini" "\4repio" "\6s1" "\5ino" "\3ganini" "\4edown" "\3ige01" "\6""11" "\7""23" "\7""3" "\4nful" "\5islove" "\5killer" "\5less" "\5tball0" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""7" "\129" "\7rush" "\6er1" "\6ing1" "\4sley1" "\3jarito" "\3kalolo" "\4istan11" "\12""2345" "\12947" "\11""2" "\11""786" "\11i1" "\3lace1" "\6ios" "\5din1" "\5ngga" "\5wan" "\4embang" "\5ncia" "\5rmo1" "\5stina" "\11e1" "\7ra" "\4ladium" "\6vi" "\7olo" "\5ina" "\7o" "\5mall1" "\5one" "\4meiras" "\6r1" "\7a" "\6tto" "\5ier" "\6ra" "\5olive" "\5tree1" "\11s" "\4oalto" "\5ma123" "\6ino" "\7ta" "\3mela01" "\7""11" "\10""23" "\7""2" "\6ita" "\4pero" "\7s1" "\5lemousse" "\6ona" "\3nacea" "\6he" "\5dol" "\5ma1" "\5sonic1" "\12""2" "\11k" "\5tha13" "\7inaikos" "\4cake1" "\10s1" "\5hita" "\10o1" "\6o123" "\10""3" "\4da01" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\6""22" "\7""3" "\6bear1" "\6panda" "\6s1" "\5emonium" "\5ita" "\5ora123" "\10""2" "\4ganiban" "\5eran" "\6t1" "\7ako" "\7ka" "\5it1" "\7ka" "\4head" "\4ic123" "\4kaj123" "\4nekoek" "\4ocha" "\5rama" "\4talon" "\6ni" "\6rei" "\5era123" "\10""2" "\10""666" "\119" "\10""7" "\5her10" "\11""1" "\11""23" "\11""3" "\10""21" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\109" "\10a" "\10e" "\10s!" "\11""08" "\129" "\11""10" "\12""1" "\12""2" "\11""2" "\11""3" "\11""7" "\1189" "\5ies1" "\5ufa" "\5yhose1" "\4zer123" "\3okara4" "\4la123" "\5etta" "\5ina" "\7o" "\6ta" "\5o123" "\3pa12345" "\5bear1" "\5cito" "\5gaio" "\7l" "\5mama1" "\11n" "\6ummy" "\5noel" "\5pa1" "\7pa" "\5razi" "\10zi" "\6oach1" "\5sito1" "\6murf1" "\5tya" "\5ya1" "\4er123" "\6boy1" "\6clip1" "\7ut1" "\6ina" "\10o" "\6mate" "\6s1" "\4i123" "\5chulo1" "\5llon1" "\5mami" "\5to1" "\4oose1" "\5unet" "\4pa123" "\6gallo" "\4rika1" "\4ucho" "\4yrus" "\3quita" "\7o" "\3rabellum" "\6ola" "\5cetamol" "\6hute" "\5digma" "\7se1" "\11""2" "\11""7" "\10o" "\6oks" "\7x1" "\5gon1" "\6uay" "\5keet" "\5legal" "\7lepipedo" "\5medic1" "\6on" "\7re!" "\11""12" "\7unt1" "\5noia" "\10d1" "\7rmal" "\5pente" "\5site" "\6ol" "\5zitii" "\4edes" "\5koy" "\5nt1" "\7s1" "\4fait" "\4imala" "\5s01" "\7""7" "\6""10" "\7""1" "\7""23" "\7""3" "\6""2010" "\6""75" "\6france" "\6hilton" "\6ien" "\6paris" "\6sg" "\4ker01" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\79" "\5ing" "\7son" "\5our1" "\5side1" "\5view" "\5way1" "\4lament" "\5iament" "\4ola123" "\7""33" "\7mea" "\4ramatta" "\5ish" "\5ot1" "\4sifal" "\5ley" "\5ons1" "\4ties" "\6zan1" "\5ner1" "\10s" "\5ridge" "\5y101" "\7""23" "\6""69" "\6boy1" "\6girl1" "\6hard1" "\6of5" "\7ne" "\6time1" "\4vathi" "\10y" "\7i" "\5een" "\3sadena1" "\5porte" "\5way1" "\4cal123" "\7e" "\7ine" "\7ou" "\5ual" "\4ha123" "\4ka123" "\4odeblas" "\4port" "\4quale" "\4s-1234" "\6word" "\5.word" "\5""007" "\5""1111" "\7""22" "\6""23456" "\6""478" "\6word" "\5""2word" "\5""4me" "\6word" "\59876" "\5@123" "\6word1" "\5_word" "\5age" "\6rinho" "\6t1" "\5code1" "\5enger" "\6ra" "\7otto" "\5ing" "\6on123" "\10""2" "\10""3" "\10""4" "\10""69" "\10""7" "\108" "\10ate" "\10e" "\10s1" "\5me1" "\5ord1" "\6ver" "\5pass1" "\6ort1" "\5sword" "\5w00rd" "\7rd!" "\11""1" "\6""3rd" "\6ard1" "\6d1" "\6erd1" "\6or1" "\10d!!" "\11#1" "\11*" "\11-1" "\11.." "\12""1" "\11""000" "\13""1" "\13""7" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""1!" "\12." "\12""00" "\13""1" "\12""11" "\12""21" "\13""3456789" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""2009" "\13""10" "\14""1" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""30" "\12""1" "\12""21" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\11""40" "\12""1" "\12""20" "\12""3" "\12""4" "\12""5" "\12""7" "\11""50" "\12""1" "\12""2" "\12""4" "\12""5" "\12""6" "\12""7" "\11""64" "\12""5" "\12""66" "\12""7" "\129" "\11""71" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""77" "\128" "\129" "\1180" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\1190" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\1299" "\11:" "\11?" "\11@123" "\11_1" "\11a" "\11d1" "\11ko" "\11new" "\11password" "\11q" "\11s1" "\10ld" "\10t!" "\11""123" "\6rd" "\4ta123" "\5eur" "\5is51" "\5or1" "\7e" "\7ius" "\5rana" "\4vord" "\4woord" "\6rd123" "\3tagonia" "\5nahi" "\5pouf" "\5ta1" "\7s" "\6es" "\6ina" "\4ch123" "\6es01" "\10""11" "\11""23" "\10""2" "\10""3" "\10""7" "\6ouli" "\6work" "\4el123" "\5rson1" "\4hetic" "\5finder" "\5ology" "\4ience1" "\7t" "\5to1" "\7feo" "\4o123" "\5che" "\5pato" "\4r1ck" "\5ice1" "\7ia11" "\12""23" "\11""2" "\11""3" "\10o1" "\7k!" "\10." "\10""01" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\10""21" "\11""2" "\11""3" "\11""4" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\1088" "\1099" "\6k1" "\6ot1" "\10s12" "\11""2" "\6zia" "\10o" "\5on1" "\5ycja1" "\6k123" "\4taya" "\5erson1" "\5on1" "\5y123" "\6cake" "\3ul12345" "\5a04" "\6""123" "\5chen" "\5eta" "\7te1" "\5frank" "\5ie1" "\6na123" "\7e1" "\7ha" "\10o" "\7ka1" "\7o" "\6sta" "\6ta" "\5john" "\5o123" "\5paul" "\5walker" "\10l1" "\3vankumar" "\4el123" "\5ment" "\4ilion1" "\5thra" "\4lina" "\7ka" "\5ova" "\3wel123" "\6ek1" "\4paw1" "\3xton1" "\3yaso13" "\5tot" "\4back1" "\4day1" "\4ment" "\4roll" "\4ton01" "\7""12" "\7""34" "\3zaway" "\4eamor" "\4yamor" "\4zainter" "\5word123" "\2chelka" "\2diddy1" "\2eabody1" "\4ce&love" "\6""01" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\7u" "\6""420" "\7all" "\7me" "\6""69" "\6""77" "\6andlove" "\6ful1" "\6love1" "\6maker" "\10n" "\6out1" "\5h123" "\6es!" "\10""01" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\6ie" "\6tree" "\6y1" "\5ock1" "\4nut!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\7butter" "\7s1" "\10""2" "\10""5" "\4rl123" "\6jam10" "\6s1" "\5son1" "\5tree" "\3bbles01" "\10""123" "\10""2" "\10""3" "\10""7" "\3cker1" "\7wood" "\3dagogia" "\5rsag" "\4dler" "\4ersen" "\4igree" "\4orro" "\4rinho" "\6to1" "\5o01" "\6""10" "\7""234" "\7""3" "\6henrique" "\6sa" "\3ekab00" "\7oo1" "\4pee1" "\6rs1" "\4wee11" "\10""23" "\10""3" "\7""2" "\7""3" "\3gasus1" "\4gy123" "\6sue" "\3inture" "\3kanbaru" "\4ida30" "\3langi" "\4ican1" "\10o" "\6ulas" "\5gro" "\5kan" "\4on123" "\7""3" "\5ta1" "\7s" "\6udo" "\4uche1" "\7in" "\5sa1" "\6ita" "\3mbroke" "\3ncil123" "\7""2" "\4deja1" "\7o1" "\5ragon1" "\6ive" "\5ulum" "\4elopa" "\10e1" "\4fold" "\4gpeng" "\5uin!" "\10""11" "\11""23" "\11""3" "\10""22" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\109" "\10s1" "\4is11" "\7""23" "\6""666" "\79" "\6penis" "\4nies" "\6ngton" "\5state1" "\6ylvania" "\5y01" "\6""11" "\7""23" "\6dog" "\6lane1" "\6wise1" "\4sacola1" "\5hoppe" "\4tagon" "\7ram" "\5house" "\5ium1" "\10""2" "\10""3" "\10""4" "\3ople!" "\7." "\7""11" "\10""23" "\7""22" "\7""3" "\7""4" "\7""5" "\7""7" "\7s1" "\3pe1234" "\5pepe" "\5roni" "\5tte" "\4ito1" "\4per!" "\7." "\7""00" "\10""1" "\10""2" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\7""21" "\10""2" "\10""3" "\10""4" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\7dog" "\7mint" "\7oni1" "\7s1" "\5ino" "\5one" "\4si01" "\6""101" "\7""1" "\7""23" "\7""3" "\6""22" "\6""69" "\6cola1" "\6max1" "\3quena" "\3ralta" "\5speraadastra" "\4cival" "\5olate" "\5ussion" "\4dana" "\4egrine" "\5ira1" "\5lka" "\5mpuan" "\5z123" "\4fect10" "\11""23" "\10""2" "\10""7" "\10ion" "\10o" "\5ormance" "\5ume1" "\4icles" "\5dot" "\5quito" "\5winkle" "\4kele1" "\5ins1" "\4la123" "\5ita" "\4manent" "\6ta" "\4nambuco" "\5ille" "\4petual" "\5ignan" "\4rier" "\6ne" "\6ta" "\7o1" "\10s" "\5o123" "\6loco" "\6s1" "\5y123" "\4sempre" "\6phone" "\6us" "\5hing" "\5ian1" "\6ja" "\6mmon" "\5on1" "\7a3" "\10""4" "\10l1" "\11e" "\7nel" "\4u2010" "\5ano" "\5gia" "\5mal" "\4vert1" "\3s2009" "\4cador" "\6ra" "\5iolino" "\4hawar" "\3tanque" "\5rda" "\7o" "\5sse" "\4e123" "\5""379" "\5r01" "\6""10" "\7""1" "\7""234" "\7""3" "\7956" "\6""22" "\7""3" "\6""69" "\6bilt1" "\7uilt" "\6north" "\6pan1" "\11""2" "\10rker" "\7eter" "\6s1" "\7burg" "\7en" "\7on1" "\11""28" "\5wentz1" "\5y123" "\4ra123" "\5enko" "\5ica" "\5oleum" "\6nas" "\7ela" "\6va" "\7ich" "\7na" "\5ucci" "\6ska" "\4shop" "\4ting" "\4ulka" "\5nia1" "\3ugeot106" "\10""205" "\12""6" "\12""7" "\10""306" "\12""7" "\10""406" "\3yton01" "\108" "\7""12" "\108" "\2h0enix" "\3alanx" "\4ntasy" "\6om123" "\10""2" "\10""7" "\10s" "\4raoh" "\7n" "\5macie" "\11st" "\10y1" "\5rell" "\4tfarm" "\5ty1" "\3easant" "\4onix1" "\3i1.618" "\4alpha" "\4l123" "\5""413" "\5adelphia" "\5ip123" "\7p1" "\10a" "\10e1" "\10ines" "\7s123" "\5lies08" "\11""1" "\7p123" "\10""2" "\10s1" "\6y123" "\7""215" "\5omena" "\6sophy" "\4neas" "\4sh420" "\3oebe01" "\7""123" "\6us" "\5nix!" "\10""01" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""5" "\10""602" "\119" "\10""7" "\10888" "\109" "\4nebook" "\6s1" "\4to123" "\6graphy" "\6s1" "\7hop" "\7mart" "\3yllis1" "\4sical" "\7s1" "\2i31415926" "\3aggio" "\4nista" "\5o123" "\6forte" "\6man1" "\4zza31" "\3cachu" "\5rd1" "\5sso1" "\4chio" "\5ione" "\5ola" "\7ina" "\7o1" "\4hula" "\4kle!" "\7""11" "\10""23" "\10""3" "\7""2" "\7""3" "\7""7" "\7s!" "\10""11" "\11""23" "\10""2" "\10""3" "\10""7" "\5wick" "\4ture1" "\10s1" "\3daras" "\4oras" "\3e=3.14" "\4dmont" "\4face" "\4isgood" "\4man1" "\4pie1" "\7pie" "\4rce1" "\7""34" "\6ing" "\5ina" "\7o" "\5luigi" "\5paolo" "\5re123" "\7""2" "\6ick" "\6ot" "\4sek1" "\3geon1" "\4gie1" "\7s1" "\5y123" "\4let01" "\7""123" "\7""2" "\3kachu11" "\11""23" "\10""25" "\5pika" "\3lates" "\4chard" "\4grim1" "\4ipinas" "\10o" "\4low123" "\7s" "\4ot123" "\4sner" "\3mboli" "\4enta" "\7el" "\4ousse" "\4p100" "\7""1" "\6""2345" "\5""420" "\6life" "\5daddy1" "\12""2" "\5en1" "\6r1" "\6tte" "\5in!" "\7." "\7""01" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""420" "\7""5" "\7""69" "\7""7" "\78" "\79" "\7g1" "\5juice1" "\5man1" "\5ollo" "\5pimp1" "\5shit1" "\6ter1" "\3nacolada" "\5rello" "\4ball1" "\4dakaas" "\4eapple!" "\12""1" "\12""2" "\12""3" "\12""7" "\12s" "\5cone1" "\5tree1" "\5wood" "\4gouin" "\5ping" "\6ong1" "\5uino" "\5vin" "\4head1" "\6iro" "\4k100" "\7""1" "\6""2345" "\5blue" "\5erton" "\6y1" "\5flower" "\10yd1" "\5girl1" "\5ie1" "\6sh" "\5lady1" "\6ove1" "\11r1" "\5ness" "\5panther" "\6ig" "\7nk1" "\5rose" "\5star" "\5y.1995" "\6""01" "\79" "\6""101" "\7""1" "\7""23" "\7""3" "\6""21" "\7""2" "\7""3" "\4nacle1" "\4occhio" "\6het" "\7o" "\5kio" "\5pino" "\5yako" "\4tail" "\5ura" "\7icchio" "\4uccio" "\3olin1" "\4neer1" "\10s" "\4trek1" "\6us" "\4upiou" "\3peline1" "\5r123" "\4icaca" "\5pipi" "\5ska" "\4opipo" "\4pen33" "\5in1" "\5obaudo" "\6ne" "\6pippo" "\3ramida" "\10e" "\5nha" "\5ta1" "\7s" "\6e123" "\10""3" "\7s!" "\10""123" "\10""2" "\10""3" "\4elli" "\4ouette" "\4uleta" "\6ito" "\3sces1" "\5ina" "\7e" "\4ellino" "\7o" "\4icuta" "\4sant" "\5ed1" "\7off1" "\5head" "\5off1" "\5word" "\4tache" "\5ol1" "\7a" "\6ns1" "\3tagoras" "\4bull123" "\11""3" "\10""2" "\10""3" "\10""5" "\10""69" "\10""7" "\10s1" "\4cher1" "\6oune" "\4stop" "\4tbull1" "\5sburgh" "\4ucha" "\5fina" "\3voine" "\3xie123" "\6dust1" "\6s1" "\3yopiyo" "\3zarro" "\4za101" "\7""1" "\7""234" "\7""3" "\6""22" "\7""3" "\6boy" "\6hut1" "\6man1" "\6pie1" "\10zza" "\6s1" "\5eria" "\2l,okm123" "\3acebo1" "\6ment" "\5ido" "\4isir" "\4nb123" "\5et1" "\7a" "\7e" "\7s" "\5kton" "\5ner1" "\6ing" "\5tation" "\6s1" "\4sma1" "\5ter" "\6ic1" "\10s" "\7k" "\4tano1" "\5ina" "\7i" "\7um1" "\5oon" "\5ypus1" "\4y1234" "\5""2win" "\5""4fun" "\5a123" "\7""3" "\6""23" "\6""4life" "\6""69" "\5ball1" "\6ill" "\6oi1" "\7y!" "\10." "\10""01" "\11""7" "\118" "\119" "\10""101" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\118" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10s" "\5er!" "\7""01" "\10""7" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\78" "\79" "\7s1" "\5ful" "\5games" "\6irl1" "\11""69" "\6round" "\6url" "\5hard" "\5ing1" "\5maker" "\7te1" "\5now" "\5play" "\5station1" "\14""2" "\14""3" "\5time1" "\3easant" "\6e!" "\7""11" "\10""23" "\7""2" "\7me" "\6ure1" "\4omax" "\3moknijb" "\4qaz12" "\3okij1" "\5mijn" "\4mbier" "\4nker" "\4pplop" "\4vdiv" "\3uisje" "\4mber1" "\6ing1" "\5eria" "\5mer" "\4to123" "\3ymouth1" "\2o#34tato" "\3cahontas" "\4hacco" "\5olo" "\4itac" "\4ket12" "\7s1" "\4oloco" "\4zta1" "\3derosa" "\10o" "\4olski" "\3etry1" "\3gi123" "\5ako123" "\3ilkjmnb" "\4ntblank" "\7reak" "\6er1" "\10s" "\4poi1" "\7poi" "\4son1" "\7ivy" "\5sons" "\4tiers" "\4u0987" "\5""1234" "\5""7890" "\5poiu" "\5y123" "\6t123" "\7rew1" "\12q123" "\3ke123" "\5ball" "\5mon!" "\10." "\10""00" "\11""1" "\119" "\10""100" "\12""1" "\11""1" "\11""2345" "\11""3" "\11""4" "\11""5" "\10""2000" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\1088" "\1090" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10s" "\5poke" "\5r123" "\6""21" "\6face1" "\6star" "\5smot" "\4hara" "\4wang" "\3lak123" "\5nd123" "\5rbear1" "\6is1" "\6oid" "\4enta" "\4gara" "\4iana" "\5ce01" "\7""11" "\10""23" "\7""22" "\7911" "\1099" "\7man1" "\6ia" "\6ja1" "\6y1" "\5gon" "\5lla" "\5na1" "\6esia" "\6ka" "\5poli" "\5sh1" "\5tica" "\10s" "\7ka" "\5zei" "\6ia" "\4ka123" "\6dot1" "\11s1" "\6udio1" "\5polk" "\4lack1" "\6rd" "\5ita" "\7o1" "\10s" "\5o123" "\6ck" "\6pollo" "\5ution" "\5y123" "\6anna" "\4o1234" "\5chon" "\5nez" "\6ia1" "\5polo1" "\5sport" "\4petta" "\5ol11" "\7pol" "\4ska11" "\10""23" "\7""2" "\4tava" "\4ymer" "\5nomial" "\3midor" "\4mes123" "\4odoro" "\5na1" "\7909" "\4pey1" "\5iers" "\6no" "\5om1" "\3ncho1" "\4dering" "\7osa" "\4gpong" "\4ies1" "\4orogo" "\4tevedra" "\5iac1" "\10g6" "\7nak" "\4y123" "\5boy1" "\5tail" "\3obear1" "\4chie1" "\4dle1" "\7s1" "\4face1" "\4h1234" "\5baby1" "\6ear!" "\11""01" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\128" "\129" "\11""21" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\5ead1" "\5pooh1" "\4ja123" "\4key1" "\5ie!" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\7bear" "\4lpool" "\5shark" "\4ntang1" "\4p101" "\6""11" "\6""2345" "\5""666" "\5dick1" "\5er123" "\7""2" "\7s1" "\6y1" "\5face1" "\5head1" "\5ie!" "\7""123" "\7""2" "\7""3" "\7s1" "\6ng1" "\5loop" "\5man" "\7ster" "\5oo!" "\7""0" "\7""11" "\10""23" "\7""22" "\7""3" "\79" "\7poo" "\5poop1" "\5shoot" "\6ie1" "\6tain1" "\5y11" "\7""23" "\6head" "\6pants" "\4rnima" "\4ter1" "\5ie1" "\3p123456" "\4apopa" "\4corn!" "\10""101" "\11""1" "\11""23" "\11""3" "\10""22" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4escu" "\5ye123" "\7s" "\4ipopi" "\4korn" "\4o1234" "\5katepetl" "\5po1" "\7po" "\4per1" "\7s" "\5ie1" "\7s" "\6n1" "\7""5" "\5op123" "\7pop" "\5y123" "\6dog" "\6seed" "\4rocks" "\4sicle1" "\5tar123" "\4tart1" "\10""2" "\10s1" "\5ropica" "\4ular1" "\3rcatroia" "\5he911" "\5inet" "\5odio1" "\5upine" "\4favor" "\4kchop1" "\5ypig" "\4n123" "\5king" "\5o123" "\6""69" "\6star" "\5porn" "\5star1" "\11""69" "\4ridge" "\4sche1" "\10911" "\11""44" "\5ha1" "\6e911" "\5iempre" "\4table" "\6kal" "\5er1" "\5folio" "\5ia1" "\6llo" "\6s26" "\7head" "\5land1" "\5man" "\5noy" "\5ocala" "\5smouth" "\5ugal123" "\12""7" "\11""7" "\11ia" "\7ues" "\5vale" "\3seidon1" "\4itano" "\6ion" "\7ve1" "\10o" "\4sible1" "\5um1" "\4tal1" "\7""2" "\5card" "\5man1" "\5office" "\3tato123" "\7e1" "\10s1" "\4ential" "\6za" "\4head1" "\10""2" "\10""420" "\10""69" "\4olok" "\4ter11" "\10""3" "\7""2" "\7s" "\7y" "\3ubelle" "\4etpouet" "\4lette" "\4ncer" "\5ette" "\4pette" "\5oune" "\4rquoi" "\4ssin" "\4tine" "\3wder1" "\4ell1" "\5r01" "\6""100" "\7""1" "\7""2345" "\7""3" "\6""22" "\7""3" "\6""666" "\6""777" "\699" "\6ade1" "\6ball" "\6ed" "\6ful1" "\11l" "\6house" "\6lifting" "\6man1" "\10x" "\6of3" "\6pc" "\7lay" "\7oint" "\10wer" "\7uff1" "\6rangers" "\6s1" "\7lave" "\7troke" "\6tree" "\6up" "\3zitiv" "\2p123456" "\3oo0099" "\3pppp1" "\7pppp" "\2r1nc3ss" "\6ess" "\3abhakar" "\7t" "\4ctical" "\10e1" "\4deep" "\4gati" "\4irie" "\5se1" "\7god1" "\7him" "\7thelord" "\4line" "\4mila" "\4ncer1" "\5jal" "\5kster1" "\4sad123" "\6nna" "\7th" "\5hanth" "\4tama" "\5eek" "\5ham" "\5ibha" "\6ksha" "\6ma" "\4veena" "\4y4me" "\5er1" "\7s" "\3delka" "\3eacher1" "\4ciosa1" "\10o" "\7us01" "\11""11" "\12""2" "\12""3" "\11""2" "\11""3" "\11""5" "\11""7" "\6sion" "\4dator1" "\11""2" "\11s" "\4ethi" "\6y1" "\4gnant1" "\4lude1" "\4mier1" "\10e" "\6um1" "\4nses" "\4ppy1" "\4sario1" "\5chool" "\6ott" "\5ente" "\5ident1" "\12e" "\5ley1" "\5s123" "\6ure1" "\5tige1" "\10io" "\6o1" "\7n123" "\10""2" "\10""3" "\4tender" "\5inha" "\5oria" "\5ty!" "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\7boi1" "\11y1" "\12""2" "\12s" "\7girl" "\10url" "\7inpink" "\7lady" "\7me1" "\7pink" "\7woman" "\5zel1" "\4view1" "\4zident" "\3iceless1" "\4mary" "\6vara" "\7era1" "\5era" "\6time1" "\5rose1" "\5us1" "\4nc3ss" "\6e01" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10999" "\7""21" "\10""2" "\10""3" "\10""4" "\7""33" "\7""4" "\7""55" "\7""69" "\7""7" "\799" "\7ofpersia" "\7s1" "\10a12" "\11""2" "\11s" "\10ita" "\10s!" "\11#1" "\11*" "\11." "\11""00" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""101" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""30" "\12""1" "\12""2" "\12""3" "\12""4" "\11""44" "\12""5" "\11""55" "\11""66" "\129" "\11""77" "\128" "\1181" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\1190" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11a1" "\11e1" "\7ton1" "\6ipal" "\10e1" "\11ssa" "\10ito" "\5gles1" "\5sesa" "\5temps" "\7r1" "\10s" "\7sa" "\6ing" "\5zessin" "\4ority" "\4roda" "\4scila" "\10la1" "\5htina" "\5on1" "\7break" "\7er" "\5sy1" "\4thvi" "\4vacy1" "\6do" "\6te123" "\10""2" "\5et123" "\7ik" "\4ya123" "\6nka1" "\3obation1" "\5lem1" "\4cess" "\5tor" "\4digy1" "\5ucer1" "\7tion" "\4fesional" "\7ora" "\7sionaltools" "\10or1" "\12a" "\6ta" "\5ile1" "\10r" "\6ssional" "\6t1" "\4gamer" "\5ram1" "\10mer" "\6ess1" "\11ive" "\4ject123" "\1086" "\10s" "\4line" "\4meteo" "\7heus" "\5ise123" "\10""2" "\10s" "\5ote1" "\7ion1" "\4paganda" "\6ne" "\5erty1" "\5hecy" "\7t1" "\4spect1" "\7r1" "\10idade" "\11ty" "\10o" "\5treet" "\4tect1" "\10ed" "\10ion" "\10or" "\6ge" "\6in" "\6us" "\5ocol" "\6man" "\6ols" "\6ss1" "\6tip" "\7ype1" "\6zoa" "\4utprout" "\4v356" "\5ence" "\6rbs1" "\11""31" "\12""56" "\7ka" "\5idence" "\10r" "\6ew1" "\4wler1" "\4xima" "\3udence1" "\7tial" "\4nelle" "\3zemek1" "\2salm119" "\7""21" "\7""39" "\6""23" "\691" "\6s23" "\791" "\3icologa" "\11ia" "\4holog" "\3ychedelic" "\6o13" "\7""666" "\109" "\7logy" "\4trance" "\2t123456" "\3cruiser" "\2ublicidad" "\3ccini" "\4hatek" "\3ddin1" "\7g1" "\5les1" "\3erto rico" "\7""1" "\7rico" "\3ffdaddy" "\5etta" "\5in1" "\5puff" "\3gsley1" "\3jols5" "\3kimak" "\3lamea" "\4cino" "\4guita" "\4pfiction" "\4sar150" "\1080" "\7""220" "\3ma123" "\5puma" "\5s10" "\7""23" "\4kin1" "\4pk1n" "\6in!" "\10""01" "\10""11" "\11""23" "\11""3" "\10""22" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\109" "\10pie" "\10s1" "\3nisher1" "\4jabi1" "\4k101" "\6""234" "\5""4life" "\5""666" "\5ass1" "\5er1" "\7s" "\5in1" "\6sta" "\5notdead" "\5punk" "\5rawk" "\6ock10" "\11er" "\5snotdead" "\4tacana" "\4yeta" "\3petta" "\4pet1" "\5ies!" "\10""123" "\10""2" "\10""3" "\10""4" "\10""5" "\5y01" "\6""101" "\7""1" "\7""23" "\7""3" "\6dog1" "\6love1" "\12""2" "\12r" "\7uv1" "\6s1" "\3ravida" "\4chase" "\10ing" "\4due1" "\4elife" "\6ove" "\4ity1" "\4nama" "\5ima" "\4ple!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""2" "\10""3" "\10""4" "\7""420" "\10""4" "\10""5" "\7""55" "\7""66" "\109" "\7""76" "\10""7" "\108" "\787" "\108" "\109" "\792" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\109" "\7haze" "\7rain" "\5ose1" "\3schel" "\4hkin" "\4inka" "\4pita" "\4sies" "\5puss" "\5y01" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\6""420" "\7me" "\6""666" "\7969" "\6cat1" "\11""2" "\11""69" "\6eater" "\6licker" "\10ps" "\7over" "\6man" "\6pussy" "\6s1" "\3ta123" "\5madre1" "\5nginamo" "\5puta" "\4o123" "\4tana" "\5er1" "\5putt" "\3zzle1" "\5ola" "\2wd1234" "\2yramid1" "\10e" "\10s" "\3thon1" "\1q!w2e#r4" "\2""000000" "\2""1!w2@e3#" "\3""12233" "\3""21212" "\4""34567890" "\13q" "\10q" "\5""654" "\5q123" "\4we34r" "\3a2z3w4s5x6" "\3q1q1q1q1" "\4""2q3q4q5q6" "\3w2e3r44r3e2w1q" "\11t5y6u7i8o9p0" "\5q1w2" "\4@e3r$" "\2""2345678" "\2""4xn7zjkmc" "\2""777777" "\389a456z123" "\3a4z1w8s5x2" "\3w8e9a4s5d6" "\2aswedfr" "\3wsed123" "\7rf1" "\11tgyhujikolp" "\3ywsx123" "\7edc" "\3z123123" "\7""456789" "\7qaz" "\7wsx456" "\6wsx" "\5wsx2edc3" "\4""741wsx852edc963" "\4aqaz" "\4edctgb" "\4plm123" "\4qaz11" "\10""23" "\7qaz" "\5we123" "\4sedcft" "\4wsx!" "\7""0" "\7""111" "\10""23456" "\10""3" "\7""21" "\10""2" "\10""3" "\7""321" "\7""741" "\7ed1" "\11c123456" "\12""2" "\12rfv123" "\15tgbyhn" "\7qazwsx" "\4xc123" "\6dews" "\5sw1234" "\7edc123" "\12vfr" "\4zaq123" "\2ianqian" "\3ngqing" "\2palzm10" "\10""23" "\3qpqpqp" "\3woeiruty" "\2q123123" "\6""4567" "\3q12345" "\4aaazzz" "\4q1234" "\5q11111" "\6q11" "\7q1" "\10q1" "\11q1" "\12qqq" "\5wwww" "\4wwweee" "\3werty" "\4w1122" "\5eerr" "\2sdfghjklm" "\3efthuko" "\2uackers" "\4gmire" "\4ke123" "\4lity123" "\4n123" "\5g123" "\5tum1" "\4resma7" "\5ter1" "\4simodo" "\4ttro1" "\3een01" "\6""11" "\7""23" "\7""3" "\6""23" "\6b1" "\7ee1" "\6ie1" "\6s1" "\7land" "\6y1" "\4ntin1" "\4pasa" "\4rcus" "\5ida" "\4st123" "\6ion1" "\4teimporta" "\5zal" "\3icksilver" "\4dditch" "\4gley" "\4jote" "\4ksilver" "\4lmes" "\5ter" "\6ing" "\4mica" "\4ncy1" "\5tana" "\6en" "\7ro" "\6in1" "\6on1" "\3ovadis" "\3reshi" "\2w!@qw12" "\3""123456" "\7er" "\5er34" "\5qw12" "\3as1234" "\5qwas" "\5zx11" "\10""234" "\7edc" "\10rdfcv" "\7qwaszx" "\3e123!" "\7""321" "\7""456789" "\7asd456zxc789" "\7qwe123" "\7rty456" "\7zxc" "\6qwe" "\5asd2zxc3" "\5qwe" "\5rty2uio3" "\4asd11" "\10""23" "\7qweasd" "\7yxc" "\7zxc2" "\12rfv" "\12v" "\4dcxzas" "\5sa123" "\7zxc" "\4ewq123" "\4poi123" "\7asdlkj" "\4qwe11" "\10""23123" "\7qwe123" "\4r0987" "\5""123456" "\6asdf2zxcv3" "\5""4321" "\5""5678" "\5""789" "\5asdf12" "\10zx" "\5ewq" "\5fdsazxcv" "\5poiu" "\5qwer1" "\11""2" "\5rewq" "\5t111" "\7""23456" "\7""3" "\6""321" "\6""54321" "\7""5" "\6""666" "\7""7" "\6""777" "\789" "\6gfdsa" "\6qwert" "\6rewq" "\6trewq" "\6y!" "\7." "\7""000" "\11""1" "\11""7" "\10""1" "\10""2" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\10987" "\7""1!" "\10""00" "\11""1" "\10""11" "\11""2" "\10""21" "\11""3123" "\12""321" "\12""4567890" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\10980" "\12""1" "\12""3" "\12""4" "\12""6" "\12""7" "\129" "\1190" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\7""2010" "\10""1" "\10""22" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""1" "\10""21" "\10""33" "\10""4" "\7""4321" "\10""4" "\10""56" "\7""54321" "\10""55" "\10""6" "\7""666" "\10""7" "\109" "\7""71" "\10""2" "\10""4" "\10""5" "\10""6" "\10""77" "\10890" "\109" "\780" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\1088" "\109" "\790" "\10""11" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\1087" "\1099" "\7@123" "\7_1234" "\7asdfgh" "\7hgfdsa" "\7qaz" "\10werty" "\7s" "\7trewq" "\7u1234567" "\10""2" "\10""7" "\108" "\10i12" "\119" "\11o0" "\12""1" "\129" "\12p0" "\13""10" "\14""1" "\14""234567890" "\13""2" "\13""789" "\139" "\13[]" "\13asdfghjklzxcvbnm" "\13q" "\7ytrewq" "\7z" "\6z123" "\7u1" "\10iop" "\7xcvb" "\5zxcv" "\4st123" "\5zxc" "\4zxcasd" "\3qw1212" "\5qw12" "\7qwqw" "\3saqwsa" "\2zwxecrv" "\1r00ster" "\4tb33r" "\6eer" "\3ckstar" "\2""111111" "\3""23456789" "\3chard" "\3r2r3r4" "\2""2d2&c3po" "\5andc3po" "\5c3p0" "\10o" "\5r2d2" "\2""3m3mb3r" "\2a123456" "\3bbit01" "\7""11" "\10""23" "\10""3" "\7""22" "\7""3" "\7""5" "\7""69" "\7""7" "\7s1" "\3ccoon1" "\4ecar1" "\10""2" "\10s" "\4h123" "\5ael1" "\6na" "\5eal1" "\6l!" "\7." "\7""01" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\788" "\799" "\7e" "\7le1" "\5ida" "\5maninoff" "\4ionais" "\4quel" "\3dar123" "\4cliffe" "\4hakrishna" "\6rani" "\6soami" "\7wami" "\5ekrishna" "\6radhe" "\5ika" "\4iance" "\7t" "\6tion" "\7or" "\5cal1" "\5o123" "\6head1" "\6logy" "\4mila" "\3erae1" "\3fa1234" "\5el01" "\7""10" "\10""23" "\10""3" "\7""2" "\7a" "\7la" "\4faele" "\10la" "\11o" "\5erty" "\5les" "\4inha" "\3gazza" "\4doll1" "\4havendra" "\4narok1" "\4time" "\3hasia123" "\10ku" "\4eem1" "\4rah1" "\4ul123" "\3iden1" "\6r11" "\10""2" "\10""3" "\7""2" "\7s!" "\10#1" "\10""01" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\118" "\10""20" "\11""1" "\11""2" "\11""3" "\11""4" "\10""34" "\10""4" "\10""5" "\10""69" "\10""7" "\1081" "\1099" "\7z1" "\4kkonen" "\4lroad1" "\5way" "\4mondo" "\5undo" "\4nb0w" "\6ow!" "\10." "\10""01" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""21" "\11""2" "\11""3" "\11""4" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10s1" "\11ix" "\5drop1" "\11s" "\5fall" "\6orest" "\5ier" "\5maker" "\7n1" "\5rain" "\5tree" "\5yday" "\4stlin1" "\3j12345" "\4a1234" "\5babu" "\5raja" "\7m" "\7ni" "\5sthan" "\5wali" "\4endra" "\5sh123" "\7wari" "\6wari" "\4inder" "\4kumari" "\4neesh" "\4u123" "\3kesh123" "\4ista" "\5zta" "\3leigh1" "\4ph123" "\6ie1" "\6y1" "\3m1500" "\4""2500" "\4adan" "\6evi" "\6han" "\5krishna" "\5rama" "\5yana" "\5zan" "\4bler1" "\5o123" "\5utan" "\4chandra" "\4esh123" "\4irez1" "\6o1" "\4krishna" "\5umar" "\4mstein1" "\12""2" "\12""6" "\4on123" "\6a1" "\6e1" "\7s1" "\4page1" "\4ramram" "\5od1" "\4ses1" "\7""2" "\6y1" "\5tein" "\3na123" "\5rana" "\4chero" "\6o1" "\5id1" "\4dall1" "\5olph1" "\6m!" "\7""11" "\10""23" "\10""3" "\7""2" "\7ness" "\5y123" "\6moss1" "\6orton" "\4etka" "\7i" "\4ger00" "\10""1" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""75" "\788" "\799" "\7over" "\7s01" "\10""10" "\11""1" "\11""23" "\11""690" "\11873" "\10""2" "\10""7" "\1094" "\10fc1" "\10no1" "\4jana" "\5eet" "\5ith" "\4ma12" "\4online" "\4tanplan" "\3p4life" "\4hael1" "\4id123" "\4per1" "\4star1" "\4tor1" "\7""22" "\7""350" "\7""660" "\7""700" "\7s1" "\5ure1" "\4unzel" "\3quel123" "\3sberry" "\4cal01" "\7""11" "\10""23" "\10""3" "\7""2" "\4engan1" "\4had1" "\6wn1" "\5eed1" "\5ida" "\4mus1" "\7sen" "\4pberry1" "\5utin1" "\4svet" "\4ta123" "\6""420" "\6fara" "\11i1" "\6man1" "\3tatouille" "\4chet1" "\4fink" "\4tler" "\7snake" "\3ul123" "\5ito" "\3vemaster" "\5n01" "\6""11" "\7""23" "\7""3" "\6""666" "\6claw" "\6na" "\6s1" "\7""52" "\4i1234" "\5kumar" "\5nder" "\7ra" "\5oli" "\3walpindi" "\4hide" "\4iswar" "\4r1234" "\5rawr" "\3y12345" "\4ados" "\5llen20" "\4lewis52" "\4man1" "\6rt" "\5ond123" "\10""2" "\10""3" "\10""5" "\10""7" "\10e" "\5undo" "\4quaza" "\4ray11" "\10""23" "\10""3" "\7""2" "\7""3" "\7""7" "\3zor123" "\6back1" "\12s" "\7lade" "\4vedka" "\2b26dett" "\3rbvjhf" "\2e-enter" "\3action" "\6or" "\4der1" "\5ing1" "\5y123" "\6""2go" "\4gan1" "\4l123" "\5betis" "\5deal1" "\5est1" "\10ate" "\5ity1" "\5life" "\6ove1" "\6y1" "\7s" "\5madrid1" "\13""7" "\7n" "\5nigga1" "\5talk1" "\6ime" "\6or1" "\5world" "\4per123" "\10""3" "\7""2" "\7""666" "\109" "\4son1" "\3beca1" "\6ca!" "\10""01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\5kah1" "\6ka" "\5l01" "\6""123" "\7""3" "\6""4life" "\6""69" "\6de10" "\11""23" "\10""2" "\10""6" "\6le" "\7ion" "\6s1" "\4irth1" "\4orn1" "\5und1" "\3ception" "\4herche" "\4ipes" "\4kless1" "\4ord10" "\7er" "\7s1" "\5very1" "\4ruiter" "\10ment" "\4ycle1" "\3d123456" "\4alert1" "\11""2" "\11""3" "\5rmy" "\4baron" "\5ird1" "\10s" "\5lack" "\6ood" "\6ue1" "\5one1" "\6y1" "\5ull123" "\10""2" "\4car1" "\5ross" "\4devil1" "\11s" "\5og123" "\5ragon1" "\5warf1" "\5y123" "\4eemed1" "\10r" "\5mption" "\5ye1" "\7s" "\4fire" "\6sh1" "\5ord" "\6x1" "\5red1" "\4green" "\4hair" "\6wk" "\5ead1" "\10""2" "\10s" "\5orse" "\6t1" "\6use" "\4ick4" "\5ffmail" "\5ska" "\4lands" "\5ight1" "\6ne1" "\6on" "\4man123" "\7""2" "\5ond" "\6on" "\4neck!" "\10""01" "\118" "\10""101" "\11""23" "\11""3" "\10""21" "\10""3" "\10""69" "\10""7" "\5ose" "\4ondo" "\5uane" "\4red123" "\7red" "\5ider" "\6ver" "\5obin" "\6ck1" "\6se123" "\10s1" "\6ver" "\5um187" "\7""666" "\4shoes" "\5kin1" "\10s12" "\11""21" "\12""6" "\1189" "\5ox!" "\7""01" "\10""4" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\108" "\7""2004" "\10""1" "\10""2" "\10""3" "\10""4" "\7""33" "\10""4" "\7""5" "\7""7" "\78" "\79" "\5tar1" "\6one" "\7rm" "\4truck" "\5ube" "\4vsblue" "\4wall1" "\5ine1" "\7g1" "\10s19" "\5olf" "\6od1" "\4zone1" "\3ebok1" "\4ce123" "\4fer1" "\7""420" "\4nter" "\4ree1" "\4se03" "\6""123" "\6s1" "\3feree1" "\7nce" "\4lection" "\4resh1" "\3gedit" "\5nbogen" "\10og" "\6cy" "\4gae1" "\7ton1" "\5ie01" "\7""11" "\10""23" "\7""25" "\7""31" "\7""5" "\6na" "\4iment" "\5na123" "\7ld1" "\11o" "\5onal" "\5ster1" "\7ration" "\4lisse" "\4ular" "\7tor" "\3illy1" "\4naldo" "\5deer" "\5hard" "\6old" "\3joice" "\3klama" "\3lationship" "\4ease" "\5ntless" "\4iable" "\6nce" "\5entk" "\5gion" "\5sys" "\4oad1" "\7ed" "\5gio" "\3mbrandt" "\4edios" "\5mber!" "\11""12" "\11""2" "\11""7" "\11me" "\4ilekun" "\5nder" "\6gton1" "\4ote1" "\4pit46" "\3naissance" "\5ldo" "\5n123" "\5ta123" "\6ka" "\6o123" "\5ult19" "\10""5" "\4contre" "\4dezvous" "\4ee01" "\6""11" "\7""23" "\7""3" "\7""4" "\7""6" "\6""21" "\7""2" "\5gade1" "\5smee" "\4o911" "\5vatio" "\4ren15" "\3plica" "\4oman" "\5rter" "\4tile1" "\10s" "\4ublic1" "\11a" "\3quest" "\5iem1" "\3re123" "\5rere" "\3scue1" "\4earch1" "\5rved" "\7oir" "\5t123" "\6me" "\4ident1" "\11""4" "\11evil4" "\15""5" "\5stance" "\4olution" "\5urces" "\4pect1" "\6kt" "\5onse" "\4tart1" "\6urant" "\5inpeace" "\5less" "\5ore" "\3tard123" "\7""2" "\7ed1" "\4ired1" "\7ment" "\4raite" "\5iever" "\5o123" "\3uben1" "\4nion1" "\10974" "\4ssite" "\3vathi" "\7y" "\4elations" "\5nant" "\6ge1" "\10""2" "\6ton" "\5rend" "\6se" "\4ival" "\4olucion" "\7tion" "\6ver1" "\3wq1234" "\3yes123" "\4misterio" "\5ond" "\5ysterio619" "\4naldo1" "\5olds1" "\4rey1" "\7""619" "\2fhnbyrf" "\3nthbyrf" "\3ybreks" "\2hapsody" "\3fcbdfz" "\5jnrf" "\3ianna1" "\7on1" "\4no123" "\3odes1" "\4nda1" "\3ubarb" "\2ibeiro" "\3cardito" "\7o07" "\10""10" "\11""1" "\11""23" "\11""3" "\10""22" "\10""7" "\4cardo1" "\4h1234" "\5ard!" "\10." "\10""01" "\11""7" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10s1" "\11on" "\5boy1" "\5elle" "\5girl" "\5ie123" "\7rich" "\5man1" "\6ond1" "\5rich" "\5ter" "\4k1234" "\5ey1" "\5james1" "\5rick" "\6oss1" "\5y11" "\7""23" "\7""3" "\4o123" "\5chet" "\5rico" "\5tta" "\3ddick1" "\5ler" "\4e4life" "\5bmx1" "\5ordie1" "\5rs1" "\4geway" "\4iculous" "\3ffraff" "\3ghteous1" "\6now" "\6on1" "\4oberto" "\3hanna1" "\3kardo" "\4imaru" "\3ley01" "\7""6" "\7""7" "\78" "\6""11" "\7""23" "\7""3" "\6dog" "\3mbaud" "\3naldo" "\4cewind" "\4gette" "\5hio" "\5master" "\5o123" "\6star" "\5ring" "\4oceronte" "\4tintin" "\3odejaneiro" "\4grande" "\3pazha" "\4curl1" "\4dad1" "\4ken8" "\4ley1" "\4per1" "\7""6" "\4tide" "\3quelme" "\3seagainst" "\4habh" "\4ingsun" "\3ta123" "\5rita" "\4chie1" "\4inha" "\4vkmb9pn" "\3valdo1" "\4endell" "\5r123" "\6a1" "\6dale" "\6plate" "\6rat1" "\6s1" "\7ide1" "\6view" "\4iera" "\2jnjgtc" "\4tyjr" "\3pthju" "\2oaddogg" "\5kill1" "\7ng1" "\5runner" "\5star" "\7er" "\5trip" "\3baczek" "\4bie01" "\7""11" "\10""23" "\7""2" "\6ns" "\5y123" "\4ert!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""3" "\7""44" "\10""5" "\7""55" "\7""66" "\109" "\7""77" "\787" "\108" "\109" "\793" "\109" "\7a1" "\7ina" "\11o" "\10to" "\7o10" "\11""23" "\11""3" "\10""2" "\7pattinson" "\7s1" "\10on1" "\4in123" "\6ho10" "\10od1" "\6son1" "\4ocop1" "\5t123" "\6ech" "\6ics" "\6s1" "\4vandam" "\4zombie" "\3cafella1" "\5wear1" "\4co123" "\4hdale" "\5elle1" "\6ster1" "\4k&roll" "\5""1234" "\5""4ever" "\6life" "\5""666" "\5abilly" "\6ndroll" "\5band1" "\11""2" "\6ottom" "\5er101" "\10""23" "\10""3" "\7""2" "\7s123" "\6t01" "\7""11" "\10""23" "\7""21" "\10""2" "\7""3" "\7""69" "\788" "\7mail" "\11n1" "\7s1" "\6y1" "\5ford1" "\5hard1" "\6opper" "\5ie1" "\7s1" "\6n1" "\7g1" "\5land" "\6ee1" "\5man1" "\5nroll1" "\12""2" "\5on!" "\7""11" "\10""23" "\7""2" "\6ut1" "\5port" "\5rock1" "\7ll" "\5s123" "\6tar!" "\11." "\11""01" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\11""21" "\12""2" "\12""3" "\12""4" "\11""3" "\11""4" "\11""5" "\11""69" "\11""7" "\118" "\119" "\7eady" "\5well1" "\6ood" "\5y007" "\7""1" "\7""7" "\78" "\79" "\6""101" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\7""4" "\6""69" "\699" "\6balboa" "\7oy" "\6dog1" "\6ou1" "\6road" "\3ddick" "\4erick1" "\4gers" "\4man91" "\4ney123" "\7""2" "\4olfo1" "\6phe" "\4rigo10" "\11""23" "\7ues" "\11z1" "\12""2" "\4zina" "\3fl123" "\5copter" "\5mao123" "\5rofl" "\3gelio1" "\5r01" "\6""123" "\6io" "\6s1" "\6that" "\3han123" "\4it123" "\3jo123" "\3ksana" "\3land123" "\7o1" "\4eplay1" "\4land" "\5er1" "\7coaster" "\5ie1" "\6n1" "\7""20" "\7""60" "\7g1" "\10stones" "\7s1" "\5sroyce" "\5tide12" "\3ma12345" "\6994" "\10""6" "\5""2000" "\5in1" "\7e" "\5n123" "\6ce!" "\10""1" "\6ia1" "\7sta" "\6o1" "\7va" "\6s116" "\10""2" "\7828" "\7on" "\6tic1" "\11a" "\11o" "\10ka" "\5ric" "\7o" "\6oma" "\5shka" "\4eo11" "\7""23" "\7""3" "\5ro1" "\4ina1" "\4mel1" "\4ualdo" "\5lus" "\3nald123" "\7""2" "\7inho10" "\7o07" "\119" "\10""10" "\11""1" "\11""23" "\11""7" "\10""2" "\10""777" "\1099" "\6yn" "\4nie01" "\7""10" "\10""1" "\10""234" "\7""2" "\7""3" "\4ron1" "\3ofer1" "\5ing1" "\4kie1" "\4m101" "\4ney08" "\7""10" "\10""23" "\78" "\79" "\4roo1" "\4sevelt1" "\5ter1" "\10""2" "\10s1" "\4t1234" "\5beer12" "\11""2" "\5root" "\3ro123" "\3sa1234" "\5lba" "\6es1" "\6ia" "\7e1" "\7na" "\10da1" "\10e" "\6yn" "\5maria" "\5ngela" "\6na1" "\5ria" "\7o1" "\6osa" "\4coe1" "\4e101" "\6""234" "\5ann1" "\10e" "\5bud123" "\10""2" "\10""7" "\10s" "\7sh" "\5dale" "\5garden" "\5hill" "\5line" "\6la" "\7e" "\6yn" "\5marie1" "\10y1" "\5nberg" "\6do" "\6rot" "\5red" "\6ose" "\5s123" "\6arered" "\5tta1" "\7e" "\5wood1" "\4ie01" "\6""11" "\7""23" "\6dog" "\5nha" "\5ta1" "\4sana" "\5ella" "\5i46" "\6gnol" "\6ni" "\5oneri" "\11o" "\4tislav" "\5ock" "\4well1" "\3thmans" "\4ten1" "\6rdam1" "\5weiler" "\3udoudou" "\4lette" "\4sseau" "\4te666" "\3ver123" "\6""75" "\6s1" "\3wena1" "\4land" "\3xana1" "\6na" "\7e1" "\5s13" "\4ette" "\4ie123" "\4y101" "\6""234" "\5dog1" "\5girl1" "\5roxy" "\3yal123" "\6flush" "\6s1" "\6ty1" "\4gbiv" "\4ston" "\3zalia" "\2rrrrr1" "\7rrrr" "\2tyfghvbn" "\4uehe" "\2u4real" "\3bber1" "\7band" "\7ducky" "\5ish" "\4en123" "\4icon1" "\4y1234" "\5dog" "\5red1" "\6ose" "\6uby" "\3chika" "\3deboy1" "\5nko" "\4olph1" "\4y102" "\6""23" "\3ffles1" "\5ryders" "\4us123" "\3gby123" "\7""5" "\6man" "\4rat1" "\7s1" "\3icosta" "\3khsana" "\3n4fun" "\5life" "\4away1" "\4escape123" "\12""2" "\12""3" "\12""5" "\129" "\4fast" "\4ner01" "\7""11" "\10""23" "\7""2" "\5ing1" "\3pert1" "\3salka" "\4h-2112" "\5""2112" "\5hour" "\5more" "\5rush" "\4lan1" "\7a" "\4sel1" "\7l123" "\10""2" "\5ia11" "\10""23" "\788" "\7n1" "\5land" "\4tine" "\5y01" "\6""11" "\7""23" "\7""3" "\6dog1" "\3tabaga" "\4gers1" "\4h123" "\5ann" "\5erford" "\5ie1" "\5less1" "\3xandra" "\3zanna" "\2yan101" "\6""2345" "\5""2000" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\5giggs" "\5james" "\5ryan" "\3leigh1" "\1s.t.a.l.k.e.r." "\2""000000" "\3ftball" "\3mething" "\2""111111" "\4""2233" "\3""23321" "\5""456789" "\10s" "\3a2n3d4r5a6" "\3e2r3g4i5o6" "\3s2s3s4s5" "\2""3cur1ty" "\2""666666" "\2""7777777" "\2a123456" "\3ab9000" "\4d123" "\4vedra" "\3ba123" "\5dell" "\5saba" "\6tian" "\4bath1" "\4edoria" "\5rtooth" "\4ian1" "\5duria" "\5na1" "\6e1" "\6ka" "\4le123" "\4otage" "\4res1" "\5ina01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""22" "\10""3" "\10""5" "\10""7" "\109" "\7e" "\3chiko" "\6n10" "\10""23" "\4ramento" "\5ed1" "\5ifice" "\4town916" "\3ddie1" "\4girl1" "\5uru" "\4hana" "\4ie01" "\6""11" "\7""23" "\7""3" "\6dog1" "\6girl1" "\6mae1" "\4ness1" "\3fari1" "\4ety123" "\10st" "\5way1" "\4fron1" "\4rane" "\3galil" "\5r123" "\6ika" "\6matha" "\4e123" "\5sse" "\4itaire" "\7rio1" "\11us" "\6tario" "\12us" "\4opakajmer" "\3habat" "\5lin" "\5ra1" "\4il123" "\3ibaba123" "\4l2boat3" "\5aja" "\6way" "\5boat1" "\5fish" "\5ing1" "\5or1" "\7moon" "\4nt123" "\6s01" "\109" "\7""10" "\10""1" "\10""23" "\7""25" "\7eiya" "\7row2" "\4pan670" "\4ram123" "\4yuki" "\3kamoto" "\5rtvelo" "\6ya54" "\4halin" "\4ic19" "\4ura10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""7" "\7gi" "\7saku" "\3ladin" "\5m123" "\6anca" "\10der" "\11ra" "\7t" "\6i1" "\6on" "\6salam" "\5s831" "\6ana1" "\5zar1" "\4cedo" "\4een1" "\7s7" "\5m123" "\5nto" "\5rno" "\5s123" "\6man" "\4ford" "\4gado" "\4im123" "\6ata" "\5na1" "\7s1" "\10831" "\6ger" "\5sbury" "\4lie1" "\5y123" "\6ann" "\6dog" "\4ma123" "\6n123" "\7khan" "\5o23" "\691" "\6n1" "\4ome1" "\6on1" "\4sa123" "\6bila" "\5ero" "\4tanat" "\5lake" "\5water" "\5ydog" "\4ut123" "\4vacion" "\6dor12" "\12""3" "\6je" "\6tion1" "\7ore1" "\4zburg" "\3m123456" "\4adams" "\6hi" "\5nta1" "\7ha!" "\11." "\11""01" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""69" "\11""7" "\118" "\119" "\5ra123" "\6inda" "\6kand" "\5tron" "\4bata" "\5o123" "\5uca" "\6ka" "\4dog1" "\4eena" "\6r123" "\7a" "\5same" "\4hain" "\4i123" "\5am1" "\5ksha" "\5r123" "\6a123" "\5sami" "\4mi123" "\6e01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""3" "\5y01" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""11" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""21" "\7""2" "\7""3" "\7""4" "\6""69" "\6""77" "\699" "\6boy1" "\6cat" "\6dog1" "\6jo" "\4oan1" "\5let" "\5ne1" "\5urai" "\4paguita" "\6th" "\5doria" "\5le123" "\7s" "\5oerna" "\5ras" "\5son1" "\10""2" "\4reen" "\4sam123" "\7sam" "\6ra" "\5on01" "\7""10" "\10""1" "\10""23" "\7""2" "\7ite" "\5un55" "\7g!" "\10." "\10""01" "\119" "\10""10" "\11""1" "\11""234" "\11""3" "\11""4" "\11""5" "\10""2010" "\11""1" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\1088" "\1099" "\10g" "\10s" "\4theman" "\5ron1" "\4uel01" "\10""2" "\10""5" "\10""7" "\108" "\109" "\7""100" "\10""1" "\10""2345" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""7" "\799" "\7e" "\7ito" "\5rai1" "\10""7" "\10x" "\7j" "\7y" "\4wise1" "\3na123" "\5ndres" "\6e123" "\7lan" "\6to210" "\10nio" "\5sana" "\4carlos" "\5hes" "\7z123" "\11""3" "\10""2" "\6ita" "\6o1" "\5tuary" "\4dals" "\6ra" "\5berg" "\6ox" "\5eep123" "\6r123" "\7s1" "\10""20" "\11""1" "\10on" "\6sh" "\5hya" "\5ie1" "\7go13" "\11""61" "\5ler" "\5man1" "\10""2" "\10n" "\5okan" "\6ra" "\6val1" "\5piper" "\5ra01" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\6ina" "\10e1" "\10o" "\7ta" "\6ock" "\5storm" "\5wich1" "\5y01" "\6""10" "\7""1" "\7""234" "\7""3" "\6""22" "\6dog1" "\4ford1" "\5ran1" "\10""49" "\10cisco" "\4geeta" "\10ha" "\5ita" "\5lier" "\5ohan" "\6ku" "\5real" "\6ia" "\5uine" "\4ibel" "\4jana" "\6y123" "\7a" "\5eev" "\5o408" "\6se1" "\10""408" "\5u123" "\6an1" "\4lorenzo" "\5uis1" "\4marcos" "\7tin" "\5iguel" "\4osuke" "\4pedro1" "\4remo" "\4siro" "\5one" "\4ta123" "\6clara" "\11us" "\7ruz1" "\6fe1" "\6maria" "\6na1" "\10""2" "\7der" "\6rosa" "\5eria" "\5hosh" "\5i123" "\6ago123" "\11""2" "\6llan" "\6na" "\7o1" "\5odomingo" "\6rini" "\6s10" "\10""1" "\10""23" "\10""3" "\10""4" "\7fc" "\7h123" "\10i" "\4ya123" "\5ika" "\3oirse" "\4paulo" "\4sin1" "\3phira1" "\7e1" "\4phire1" "\4rissa" "\4utra" "\3qartvelo" "\3ra1234" "\5""2000" "\10""4" "\10""6" "\108" "\5""7272" "\5cen" "\5fina" "\5h01" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""21" "\7""2" "\7""3" "\7""4" "\6""69" "\688" "\699" "\6ann" "\6jane1" "\6sarah" "\5jane" "\6evo1" "\5lee" "\5nghae" "\10e" "\6ya" "\5sara" "\6ota1" "\6wathi" "\11i" "\5toga1" "\7v" "\5vanan" "\4degna" "\5ine" "\4egama" "\4gent1" "\10o" "\5odha" "\4ina1" "\6ha" "\6ka" "\5ta1" "\6ha" "\4kar123" "\4miento" "\4ojini" "\4thak" "\4uman" "\4vesh" "\3sa1234" "\5sa1" "\4cha1" "\4ha007" "\7""1" "\6""10" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\7987" "\118" "\119" "\1090" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\6""2000" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\118" "\119" "\10""11" "\7""1" "\7""2" "\7""3" "\6""777" "\698" "\79" "\6dog" "\6sasha" "\5enka" "\5imi" "\4ikala" "\4kia1" "\4quatch1" "\4safras" "\6ri" "\5i123" "\6e1" "\5y01" "\6""101" "\7""1" "\7""23" "\7""3" "\7""4" "\6""21" "\7""2" "\6""69" "\6cat1" "\6dog" "\6girl1" "\4uke01" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\7""22" "\10""3" "\7""3" "\7""7" "\7uchiha" "\5naru" "\5saku" "\3tan123" "\6""666" "\6a666" "\7s666" "\6ic666" "\4chel" "\6mo1" "\4efut" "\5lite" "\6lite1" "\4guru" "\4heesh" "\5ish" "\4isfaction" "\5va1" "\4oshi" "\4riani1" "\4suki" "\6ma" "\4urday1" "\6n01" "\7""12" "\7""5" "\7e" "\7o" "\7us" "\4ya123" "\5ricon" "\3ucisse" "\4dades" "\4lito" "\5ute" "\4nders1" "\4rabh" "\4sage1" "\10s1" "\3vage123" "\7""23" "\5na1" "\7h1" "\6na1" "\10h01" "\128" "\11""10" "\12""1" "\12""2" "\12""3" "\11""2" "\11""3" "\11""4" "\11""5" "\11""7" "\5tage" "\4eme1" "\6oney" "\5rio" "\4ings" "\5ola" "\6r1" "\6ur1" "\5tha" "\7ri" "\6ri" "\3wasawa" "\4dust" "\4yer1" "\3xaphone" "\4ofon" "\5phone1" "\5vts" "\3ya123" "\5ng123" "\7""2" "\787" "\108" "\109" "\790" "\7ku1" "\7mama" "\4myname" "\4onara" "\4what1" "\2b123456" "\2c00byd00" "\5ter" "\4tland" "\3""123456" "\3ammer" "\5per1" "\4ndal" "\5ia1" "\7v8" "\5ner1" "\4rabeo" "\5ecrow1" "\6face1" "\5face10" "\12""1" "\12""2" "\12""3" "\11""21" "\12""3" "\11""3" "\11""5" "\11""69" "\11""7" "\5let1" "\10s" "\10t1" "\4tman" "\3eptre" "\3haefer" "\5tje" "\6ten1" "\6z123" "\7i1" "\10e" "\4ecter" "\5isse1" "\4iller" "\5mmel" "\5nken" "\5zzo" "\4lampe1" "\6nge" "\5umpf" "\4metterling" "\5idt1" "\5uck" "\4napps" "\6uzer" "\5ecke1" "\6ider1" "\5itzel" "\5ucki" "\6ffel" "\10i" "\6lli" "\4okolade" "\5lar" "\6es18" "\5ol!" "\7." "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\7""22" "\10""3" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\7boy1" "\10us1" "\7girl" "\7sucks" "\6ner" "\5rsch" "\4ranz" "\5oeder" "\4ubert" "\5le1" "\6tz1" "\5macher" "\5ster" "\5yler" "\4wanz" "\6rtz" "\7z" "\5eden" "\6ini" "\7z" "\6rt" "\6ster" "\5immen" "\6nn" "\3ience1" "\6tist" "\4mitar" "\5mia" "\7etta" "\4rocco" "\4ssors1" "\3ofield" "\4obie1" "\6y!" "\7-doo" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\7d00" "\10oo1" "\12""2" "\12""3" "\5ter!" "\10""01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10s" "\4pare" "\4rpian" "\7o11" "\11""23" "\11""3" "\10""21" "\10""3" "\10""69" "\10""7" "\108" "\109" "\10n11" "\12""23" "\12""3" "\11""2" "\11""7" "\11e" "\11s1" "\4tch1" "\5land1" "\5t01" "\6""11" "\7""23" "\7""3" "\6""22" "\7""3" "\6""69" "\6ie1" "\7sh" "\6y123" "\7""2" "\4ubidou" "\5ser" "\5t123" "\6ing" "\3rabble1" "\5nton" "\5pbook" "\6per" "\7y123" "\10""2" "\5tch1" "\10y" "\4eam123" "\7er" "\7o1" "\5ech" "\6n1" "\5wed1" "\6u2" "\6you1" "\11""2" "\4ibble" "\5cciolo" "\4oll1" "\5oge" "\5tum" "\4ubs1" "\5ffy123" "\10""2" "\5mpy" "\3uba123" "\6diver" "\6pro" "\4deria" "\4lly1" "\4mbag1" "\3x-4200" "\2dfgsdfg" "\4sdfsdf" "\3sdsdsd" "\2eabass1" "\5reeze" "\4food1" "\4gate" "\5ull1" "\10s" "\4hawk1" "\10s12" "\5orse1" "\4lteam6" "\4monkey" "\5us1" "\4n1234" "\5john" "\5paul1" "\5sean" "\4rch123" "\7er" "\7ing" "\4shell1" "\11s" "\6ore" "\5ide1" "\5on1" "\4tibiza" "\5leon" "\5tle1" "\10""206" "\4view" "\4ways" "\5eed1" "\5olf" "\6rld" "\3ba123" "\5s123" "\6tian." "\12""0" "\12""123" "\12""2" "\12""3" "\12""5" "\12""7" "\128" "\129" "\12o" "\11o" "\10en1" "\10on" "\4ring1" "\3cond1" "\7""2" "\4ret!" "\7." "\7""007" "\10""1" "\108" "\7""101" "\10""1" "\10""234" "\10""3" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""666" "\109" "\7""77" "\788" "\799" "\7aria" "\11y" "\7o1" "\10s" "\7s1" "\4tion1" "\108" "\5or9" "\4ure123" "\7d" "\6itas" "\10e" "\10y1" "\3dona1" "\4uction" "\10ve" "\3edorf" "\4ker1" "\5ing" "\4ma123" "\4ther1" "\3govia" "\4redo" "\6ta" "\7o" "\4undo" "\5ridad" "\3hnsucht" "\3icento" "\4gneur" "\4nfeld1" "\3kolah" "\3lamanya" "\7t" "\5ssie1" "\4ect123" "\7a" "\7ion" "\5na11" "\10""23" "\10""3" "\7""2" "\7gomez" "\6e1" "\4fish1" "\5made1" "\4ina1" "\4ling" "\4vaggia" "\6raj" "\3mangat45" "\5rang" "\4barang" "\5ilan" "\4eolvido" "\4inole1" "\11s1" "\4perf1" "\10i1" "\5lice" "\5ron" "\5urna" "\4senha" "\3nator1" "\10s" "\4eca1" "\5gal1" "\4ha01" "\6""1234" "\6senha" "\4ior05" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""2" "\7""2008" "\129" "\11""10" "\12""1" "\7s06" "\11""7" "\118" "\119" "\5seviyorum" "\4orita" "\4sation1" "\5ei1" "\6sfail" "\5itive" "\6zim" "\5ual" "\4thil" "\5inel" "\4veben" "\3o12345" "\3phiroth1" "\12""7" "\5ora" "\4tember0" "\12""11" "\13""2" "\13""3" "\13""5" "\13""6" "\13""7" "\138" "\12""21" "\13""2" "\13""3" "\13""5" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\10re" "\11ie" "\5iembre" "\4ultura1" "\3quoia1" "\3rafima" "\7na" "\10o" "\5phim" "\4duszko" "\4ebro" "\5ga1" "\7""777" "\5na123" "\7da" "\10e" "\6dipity" "\6ella" "\6ity12" "\11""2" "\11""3" "\11""7" "\4feliz" "\4g123" "\5ant" "\5eant" "\6i123" "\6nt" "\6y1" "\5inho" "\6o01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""2" "\6us" "\5serg" "\4ious1" "\10ly" "\4onoser" "\4pent1" "\10e" "\5ico" "\6ente" "\4rano1" "\4seri" "\4vant1" "\5er123" "\5ice1" "\10s" "\3same1" "\4shomaru" "\7umaru" "\5ions" "\3tembro" "\4h123" "\4iawan" "\4okaiba" "\4suna" "\4tembre" "\5ings" "\5lers" "\3ven07" "\6""11" "\7""23" "\6""777" "\6dust" "\6of9" "\6s7" "\7even" "\6teen17" "\7h" "\7y7" "\6up" "\5rina" "\10e" "\10o" "\6us1" "\4gilim" "\4illa1" "\10fc" "\7e" "\3x123456" "\4""4free" "\5life" "\4""6969" "\4andthecity" "\4bomb1" "\4esexe" "\4god1" "\4i123" "\5est1" "\5i123" "\5ness" "\5sfun" "\6good1" "\4kitten1" "\4lover" "\4machine" "\5e69" "\6up" "\4o123" "\5nthebeach" "\5sexo" "\4pistols" "\4sex123" "\7""69" "\7sex1" "\5lave" "\4ual69" "\4xxy1" "\4y007" "\5""100" "\7""1" "\6""11" "\6""23456" "\5""2007" "\108" "\109" "\7""10" "\5""321" "\5""420" "\6""56" "\6ever" "\6life" "\5""666" "\6969" "\5""777" "\5911" "\5ako" "\6ngel" "\6ss1" "\5babe1" "\10y12" "\11""2" "\7ck1" "\11""2" "\6east1" "\12""2" "\6itch!" "\12""0" "\12""1" "\12""2" "\12""3" "\12""4" "\12""6" "\12""7" "\129" "\6lack1" "\6oo1" "\7y123" "\11""3" "\10""2" "\6um" "\5cani1" "\6hick1" "\5diva1" "\5eyes" "\5gal" "\6irl01" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\11""23" "\11""3" "\11""5" "\11""69" "\11""7" "\119" "\11s1" "\6url12" "\7y" "\5lady12" "\11""2" "\6egs" "\7xy" "\6ove12" "\11""2" "\5ma1" "\7ma12" "\12""3" "\11""2" "\11""3" "\10i1" "\10ma1" "\7n123" "\10""2" "\6e123" "\7""2" "\6om1" "\10ma1" "\5ness1" "\5one1" "\5red1" "\5sexy1" "\5thang1" "\7ing1" "\6ime1" "\11""69" "\3ychelles" "\4mour1" "\2f123456" "\3""49ers" "\3giants" "\2gh-e250" "\2h0pping" "\3""123456" "\4thead" "\3abana" "\5ba1" "\6ir" "\5nam" "\4de45" "\5moss1" "\5ow!" "\7." "\7""007" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""11" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""32" "\10""3" "\7""44" "\10""5" "\7""55" "\7""666" "\109" "\7""777" "\787" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\109" "\7cat" "\7fax" "\7man1" "\7rocks" "\10un" "\7s1" "\5rach" "\10k" "\5y123" "\4gger" "\6y123" "\7""2dope" "\7""69" "\5ufta" "\4h1234" "\5baz" "\5een" "\5ida" "\5naz" "\5rukhkhan" "\5zad" "\4ilendra" "\7sh" "\5na1" "\5sta" "\5tan" "\4keel" "\6it1" "\6r1" "\6speare" "\5ila" "\6ra123" "\5thi" "\5ugan" "\6ntala" "\6r1" "\4limar" "\6ni" "\5om123" "\7""7" "\4m123" "\5an1" "\7king" "\6r1" "\5bala" "\5eless1" "\5poo1" "\5rock1" "\5us1" "\4n123" "\5a123" "\6e1" "\5dy1" "\5e01" "\6""11" "\7""23" "\7""3" "\6""69" "\6lle" "\5ghai1" "\6rila" "\5ia1" "\6ce1" "\6ka" "\6qua" "\5kar" "\6er" "\5n0n" "\6a1" "\7ra" "\6en" "\6on!" "\10""01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""21" "\11""2" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\6y1" "\5shan" "\5tanu" "\6e1" "\7l1" "\10l1" "\6hi" "\6i1" "\4olin1" "\4quille1" "\4rada" "\6pova" "\5eaza" "\5ingan1" "\5k123" "\6bait" "\7oy" "\6ey" "\6s1" "\6y1" "\5lene" "\5ma123" "\7ine" "\6ila" "\5on01" "\7""11" "\10""23" "\7""2" "\7a" "\5p123" "\6ay" "\6ei" "\6ie1" "\6shooter" "\5ron" "\4sha123" "\7nk" "\5ta1" "\4ttered" "\4un123" "\6a1" "\4wn01" "\6""11" "\7""23" "\7""3" "\6""22" "\7""3" "\6a1" "\6ee1" "\5shank" "\5ty10" "\10""23" "\7""2" "\4y123" "\5la1" "\6ee" "\5na1" "\6e123" "\5shay1" "\4zam1" "\3earer09" "\10""1" "\109" "\6water" "\4ba123" "\4ckler1" "\4devil" "\4eba1" "\5na1" "\5p123" "\6dog" "\5tal" "\4ffield1" "\4ila123" "\4khar" "\5inah" "\4lbie1" "\6y!" "\7""01" "\10""7" "\108" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""22" "\7""3" "\7""4" "\7""500" "\7""67" "\109" "\7""7" "\78" "\799" "\7gt500" "\5don1" "\5l123" "\6bell" "\6ey1" "\6ie" "\6y123" "\7""2" "\5ter" "\6ie" "\6on1" "\4male1" "\4nlong" "\5mue" "\4pard" "\5herd1" "\5pard" "\4raton" "\5bert1" "\5ee1" "\7n" "\5idan1" "\6ff1" "\5lock1" "\6yn" "\5ri1" "\7e1" "\6y123" "\5win1" "\6ood1" "\5yl1" "\5zod" "\4she1" "\4tland" "\4vchenko" "\3ianne1" "\4bby1" "\4elds" "\4ft123" "\6er" "\6y1" "\4kamaru1" "\4loh1" "\4mano" "\5mer1" "\6y1" "\4nchan" "\5e123" "\6down1" "\6r1" "\5hwa" "\5ichi" "\6gami1" "\6ng" "\5obi1" "\7u" "\6da1" "\5shin" "\4pping" "\6o1" "\6uden1" "\7uden" "\4reen" "\5ley1" "\10""2" "\4t1234" "\5""666" "\5ass1" "\5bag1" "\7lls" "\5face1" "\11""2" "\6uck1" "\5happens" "\6ead!" "\11""12" "\11""2" "\11""3" "\11""69" "\6ole1" "\5man" "\5shit1" "\5ter1" "\6y1" "\4va123" "\6ji" "\6ngi" "\7i" "\5baba" "\5ers" "\4znit1" "\10s" "\5zle1" "\3ocker1" "\6ing" "\6wave" "\4ebox" "\5lace" "\5s123" "\6""4me" "\4gun1" "\4kolad" "\4nda1" "\4oter1" "\10s" "\6ingstar" "\4p123" "\5aholic" "\5girl" "\5per1" "\6ing!" "\11""123" "\11""2" "\4rtcake1" "\6ie1" "\6stop1" "\10uff" "\6y!" "\7." "\7""01" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\788" "\79" "\7s1" "\4shana" "\4tgun12" "\10""2" "\5okan1" "\5ta1" "\4velhead" "\4w me the money" "\5biz" "\5down" "\5er1" "\5me1" "\7themoney" "\5time1" "\3raddha" "\6ha" "\5vani" "\4edder1" "\5e123" "\6""420" "\6ganesh" "\6ji" "\5k123" "\5stha" "\5yas" "\4iganesh" "\5kant" "\6rishna" "\5mp1" "\4ooms1" "\4uthi" "\3ubham" "\7ngi" "\4ffle1" "\4hrat" "\4maher" "\6ila" "\4riken" "\4tdown" "\5ter" "\6le" "\5up!" "\7""123" "\7""2" "\3yamala" "\5nn1" "\7e1" "\4girl1" "\4shy1" "\2ialkot" "\4mese" "\3belius" "\5rian" "\3cherheit" "\4iliano" "\4kboy" "\5ness1" "\4urezza" "\3ddhant" "\7rtha" "\5iqui" "\4ekick1" "\11""2" "\11""3" "\5show" "\5walk" "\7ys" "\6inder" "\4harth" "\4ney123" "\4onie" "\5rova" "\3eben7" "\4gfried" "\5heil88" "\4mens123" "\5pre1" "\4nna1" "\4rra01" "\7""10" "\10""17" "\10""23" "\10""3" "\7""2" "\7""3" "\7""5" "\7""7" "\799" "\3garetta" "\4machi" "\5und" "\4nature" "\3kandar" "\7er" "\3lence1" "\10r" "\7io" "\6t13" "\7hill" "\7ium" "\4icon" "\4kroad" "\4ly123" "\6billy" "\7oy" "\6girl1" "\7oose" "\6me" "\4marillion" "\4va123" "\6na1" "\7o" "\5eira" "\6r00" "\10""1" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\7ado1" "\7back" "\10ullet" "\7chair" "\7fish" "\10ox1" "\7io" "\7moon" "\7star" "\11one" "\10urfer" "\7wing" "\10olf" "\6ster" "\10re" "\11o" "\5ia1" "\6etta" "\6na" "\3mba01" "\6""11" "\7""23" "\6cat" "\4city4" "\4feropol" "\4mons1" "\4on01" "\6""11" "\7""234" "\7""3" "\6a1" "\6e01" "\7""10" "\10""1" "\10""23" "\7""2" "\7tta" "\6ka" "\6says" "\4ple01" "\7""11" "\10""23" "\7""23" "\7girl" "\7man" "\7plan" "\7x" "\6icity" "\6y1" "\7me" "\5son1" "\10""2" "\10s123" "\11""2" "\4s123" "\5alabim" "\4ulator" "\3naloa1" "\5tra1" "\4bad1" "\4cere1" "\5ity1" "\5lair1" "\4ead1" "\4fonia" "\4gapore1" "\7ur" "\5er123" "\7""2" "\5h123" "\6isking" "\5ing1" "\5le!" "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\7""2010" "\10""1" "\10""2" "\10""3" "\7""3" "\7""4" "\7""69" "\7""7" "\7again" "\7lady" "\10ife" "\7mom" "\7s" "\7ton" "\5sing" "\6ong" "\4igami" "\5ster1" "\4ner1" "\4terklaas" "\3obhan1" "\4uxsie" "\3racusa" "\4enita" "\4isha" "\5us1" "\4occo" "\3ssy123" "\4temas" "\6r11" "\10""23" "\7""2" "\7""3" "\7""4" "\7""5" "\7s1" "\10""2" "\10""3" "\10""4" "\3taram" "\4hlord1" "\3vakumar" "\5s58" "\6iva" "\3x6six" "\4ers1" "\7""3" "\4flags1" "\4kids" "\4pack1" "\4six1" "\7""6" "\7six" "\4teen16" "\5ynine69" "\3zzle1" "\2k123456" "\384ever" "\5life" "\4_4_life" "\4board" "\4er4life" "\6_boi" "\6boi" "\10y" "\6dude" "\6girl" "\4forlife" "\4mafia" "\4ordie" "\4r4life" "\4terboi" "\11y" "\3adden" "\4nk123" "\6y1" "\4punk" "\4rlet" "\4te01" "\78" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\6""21" "\7""2" "\7""3" "\6""4ever" "\7life" "\6""666" "\79" "\6board1" "\13ing" "\6ordie" "\6r!" "\7." "\7""01" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""21" "\10""2" "\10""3" "\10""4" "\7""32" "\7""4lif" "\7""5" "\7""69" "\7""7" "\788" "\799" "\7boy1" "\7dude" "\7girl" "\7s1" "\6s1" "\5ing1" "\3eeter1" "\10""2" "\4leton1" "\10r" "\4ptron" "\4tch1" "\3idoo1" "\5row" "\4ing1" "\4ller" "\7t1" "\6s12" "\6z1" "\4ncare" "\5head1" "\11""69" "\1188" "\5ner1" "\6y1" "\4pper123" "\10""2" "\6y01" "\7""11" "\10""23" "\7""2" "\4ttle1" "\10s!" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\11""2" "\11""3" "\11""4" "\11""5" "\11""7" "\10z" "\3ooter1" "\4rpion1" "\3rillex" "\3ull123" "\6candy" "\6s1" "\3yblue1" "\4dive1" "\10r" "\4fire" "\4hawk" "\5igh" "\4king" "\4lar1" "\7k1" "\5er123" "\7""2" "\5ight" "\6ne123" "\10""2" "\10""34" "\10""7" "\10gtr" "\10r33" "\12""4" "\4nyrd" "\4rock" "\4walker1" "\2l1pkn0t" "\7ot" "\3acker1" "\4dkaya" "\4inte" "\4mdunk1" "\5mer1" "\4nkers" "\4pnuts" "\5per" "\6y1" "\5shock" "\10t1" "\5tazodis" "\4sh123" "\6er1" "\4ter1" "\4ughter1" "\4yer!" "\7""01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""666" "\109" "\7""7" "\788" "\7s" "\3benfica" "\3eep123" "\6er1" "\6ing1" "\6less" "\6y13" "\4nder" "\3ick123" "\6""50" "\6rick1" "\4der1" "\7s" "\6show" "\4m123" "\5jim1" "\5shady1" "\4ngshot" "\5ky1" "\4pkn0t" "\7ot!" "\11." "\11""01" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\11""21" "\12""2" "\11""3" "\11""4" "\11""5" "\11""666" "\129" "\11""7" "\118" "\119" "\5per1" "\10s1" "\10y1" "\3niecko" "\3obodan" "\4eber" "\4neczko1" "\4vakia" "\5enia" "\10ja" "\7sko" "\4whand" "\5poke" "\3ugger1" "\4nicko" "\4rpee" "\4t101" "\6""23" "\5bag1" "\5face1" "\5ty1" "\3ytherin" "\2m123456" "\3ackdown1" "\12""2" "\6that1" "\4llboy" "\6fry" "\6s1" "\6ville1" "\4rt123" "\6ass1" "\6boy" "\6est1" "\6girl" "\7uy" "\6ie1" "\10s1" "\6one" "\6y1" "\4sher" "\6ing1" "\3eagol" "\4ghead1" "\4lly123" "\7cat1" "\4tana" "\3ile01" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\6""21" "\7""2" "\7""3" "\7""4" "\6""4ever" "\7me" "\7u" "\6""69" "\699" "\6s!" "\7""123" "\7""2" "\7""4u" "\7mile" "\6y!" "\7""01" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\7""22" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\7face" "\5ing1" "\4rnoff1" "\7v" "\4th123" "\6""22" "\689" "\6ers" "\5ty1" "\3oke123" "\7""4" "\6""20" "\6""420" "\6dog" "\6pot" "\6r1" "\7""420" "\6s1" "\6weed1" "\12""420" "\6y!" "\7""01" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\7""3" "\7""420" "\7""5" "\7""69" "\7""77" "\799" "\7joe" "\5ie1" "\6n1" "\7""420" "\7g1" "\4och1" "\7es1" "\7ie" "\5th1" "\7ie1" "\4ther" "\3udge123" "\4rf123" "\6ette" "\2n0wball" "\3""1ckers" "\3aiper" "\4ke123" "\7""3" "\6bite" "\6eater" "\7yes" "\6man" "\6s1" "\4pdragon" "\5on1" "\5per1" "\6le1" "\6y1" "\5shot" "\4tch1" "\3eaker1" "\10s1" "\6y1" "\4ha123" "\4jana" "\3icker1" "\10s!" "\11""11" "\12""2" "\12""3" "\11""2" "\11""3" "\11""5" "\11""7" "\7t" "\4ffer" "\6les" "\4kers" "\4per01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""69" "\5per" "\4tch1" "\3oogans" "\5ker147" "\6ie1" "\6ums" "\5p123" "\6dog1" "\11g1" "\6er" "\6y!" "\7""01" "\10""7" "\108" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\7""21" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\799" "\7dog" "\4rlax" "\4w1234" "\5angel" "\5ball11" "\12""2" "\11""2" "\11""3" "\11""7" "\6ell" "\6ird1" "\6oard1" "\12""2" "\12ing" "\6unny1" "\5dog" "\6rop" "\5fall" "\6lake1" "\12""2" "\12s" "\5hite" "\5ing" "\5man123" "\10""2" "\10""3" "\10""7" "\5shoe" "\6now" "\6torm" "\5white1" "\5y123" "\3uffles" "\6y1" "\4ggle1" "\10s1" "\11""2" "\4smumrik" "\2obriety" "\3ccer!" "\7#1" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""100" "\11""1" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""2010" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""30" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""44" "\10""5" "\10life" "\7""55" "\10""6" "\7""66" "\109" "\7""77" "\787" "\108" "\109" "\790" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7ball" "\10oy1" "\7girl" "\7man1" "\10om" "\7star" "\4ial123" "\7work" "\5ety" "\5ology" "\4ks123" "\4orro1" "\4rates1" "\3dapop1" "\4omie" "\3eusei" "\3fia1234" "\6""2005" "\118" "\6ne" "\4resh1" "\4tail1" "\5ball!" "\11." "\11""00" "\12""1" "\12""2" "\12""3" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""7" "\11""32" "\12""3" "\11""44" "\11""5" "\11""6" "\11""7" "\118" "\1199" "\5tail" "\5ware1" "\3inlove" "\3kolik" "\6ova" "\4rates" "\3lange1" "\5ris1" "\4cito" "\4dado" "\5ier1" "\10""2" "\10s" "\4ecito" "\5dad1" "\5il01" "\7""123" "\10""3" "\5luna" "\4idsnake" "\6us" "\6works" "\5taire" "\7ria" "\11o1" "\6ude" "\4nishko" "\5yshko" "\4o123" "\5man1" "\6io" "\6on123" "\10""2" "\5solo" "\5time" "\5vei" "\5yo1" "\4stice" "\4tera" "\7o" "\4ution1" "\11s1" "\4veig" "\4yluna" "\3malia" "\4brero" "\4ebody1" "\5day1" "\5one1" "\5rset1" "\5thing1" "\12""2" "\6imes1" "\5where" "\4mer07" "\108" "\109" "\7""11" "\10""23" "\3nechka" "\10o" "\4gbird1" "\5ohan" "\6ku1" "\5song" "\4ia123" "\5c10" "\7""1" "\7""23" "\7""3" "\6boom" "\6s1" "\7onic" "\6x1" "\6youth" "\4ne123" "\6nblume" "\7schein" "\5tag" "\5y123" "\6boy1" "\4ofabitch" "\6god" "\5ma1" "\5ra1" "\4risa" "\4shine" "\4u1234" "\5monu" "\5sonu" "\4y ericsson" "\5""1234" "\5ericson" "\12son" "\5sony" "\5vaio1" "\3oner1" "\7s1" "\4ty123" "\3phia01" "\10""7" "\108" "\7""10" "\10""1" "\10""23" "\10""3" "\7""2" "\6e!" "\7""01" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""7" "\799" "\4rano1" "\10s1" "\3ra123" "\4cerer" "\5iere" "\4ella" "\7ina" "\5nto" "\4iano" "\4okina" "\4presa" "\4rento" "\5iso" "\5ow1" "\5y123" "\4vete" "\3s12345" "\4exy1" "\4iska" "\4o123" "\5def" "\5soso" "\4sina" "\4weet" "\3ufeliz" "\5iane" "\4kaina" "\6yna" "\4l123" "\5eater" "\5fly1" "\6ood" "\5ja1" "\7boy1" "\12""2" "\5man" "\7te1" "\11s" "\5reaver" "\4ndgarden" "\6wave" "\4rce1" "\5ire" "\4ssou" "\4th123" "\7""3" "\6africa" "\7mpton" "\6east1" "\7nd1" "\7rn1" "\6gate" "\6park1" "\12""2" "\10w" "\7ole1" "\12""2" "\10rt" "\6sid3" "\11e0" "\12""13" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\6west1" "\4venir" "\3vereign" "\3what1" "\4janya" "\3yelmejor" "\4feliz" "\4lamejor" "\2p0ngeb0b" "\3""1derman" "\3ace11" "\7""23" "\7999" "\6ball1" "\12s" "\10r" "\7oy" "\6jam" "\6man1" "\7y1" "\6ship1" "\6y1" "\4des1" "\4getti" "\5hetti1" "\4lding1" "\4m123" "\5mer" "\5spam" "\4niel" "\7n" "\6sh1" "\10""2" "\5ker" "\6ing" "\6me1" "\6y01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""69" "\5ner1" "\4rhawk" "\5key1" "\6ie1" "\6le123" "\10""2" "\10s1" "\7ing" "\6plug" "\6s1" "\6y!" "\7""01" "\7""101" "\10""1" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\799" "\5row1" "\10s" "\5ta1" "\7""300" "\7co" "\10us1" "\7k" "\7n117" "\10""2" "\10""300" "\10""7" "\10s1" "\6en117" "\6icus" "\4wn123" "\6""666" "\3eak2me" "\6er1" "\10s1" "\7s" "\5rs1" "\4cial123" "\10""2" "\10a" "\10ist" "\11zed" "\10k1" "\5kles" "\5tra" "\7e" "\7um1" "\4ed123" "\6er" "\6o1" "\6racer" "\6ster" "\6touch" "\6way1" "\6y01" "\7""11" "\10""23" "\10""3" "\7""2" "\7""3" "\7""7" "\4llbound" "\6force" "\6ing" "\4ncer01" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\5ser" "\4ranta" "\3ice123" "\6""333" "\6girls" "\6y1" "\4der-man" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\78" "\799" "\7man!" "\12." "\12""0" "\12""11" "\13""23" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\7pig1" "\7s1" "\7web" "\6y1" "\4egel" "\5len" "\5rdalaj" "\4ffy1" "\4ke01" "\6""10" "\7""1" "\7""234" "\7""3" "\6""22" "\6""69" "\6r1" "\6s1" "\6y1" "\4nach" "\5ner1" "\6ing" "\4rit01" "\7""123" "\7""2" "\7""7" "\7s" "\7ual" "\4tfire1" "\3lash1" "\5tter" "\4ender" "\7id" "\7or" "\4iff1" "\5nter1" "\11cell" "\4odge" "\3oiled1" "\4kane1" "\4ngbob1" "\6e123" "\7""2" "\7bob!" "\12." "\12""0" "\12""123" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\7cola" "\5sor" "\4okie" "\6y123" "\10""3" "\7""2" "\5n123" "\6er1" "\6s1" "\4rt123" "\6age" "\6ing1" "\6s10" "\10""1" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\7""5" "\7""7" "\7man" "\10en" "\7ter1" "\6y1" "\4t123" "\5light1" "\5ty1" "\3rewell" "\4ing01" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\7""2" "\7""77" "\799" "\7bok" "\7er1" "\7field" "\7steen" "\7time" "\6kles1" "\6t01" "\7""1" "\7er1" "\5te123" "\7""2" "\4ocket1" "\3unky1" "\4rs123" "\6""21" "\4tnik1" "\3yder1" "\2quall1" "\5re1" "\5sh1" "\4eak1" "\7er" "\7y1" "\5eze" "\4ires" "\6rel1" "\6t1" "\7le" "\5shy1" "\2r20det" "\3avani" "\7thi" "\3bija1" "\3eedevi" "\3idevi" "\5har" "\4ganesh" "\4kanth" "\5rishna" "\4lanka1" "\6tha" "\4nivasan" "\4rama" "\4vastava" "\2s123456" "\3j4goku" "\3lazio1900" "\3ssss1" "\7ssssss" "\2t.louis" "\3""00pid" "\3""123456" "\3abilo" "\4cey123" "\5ie1" "\5y123" "\4dium" "\4ff123" "\6ord1" "\4ind1" "\6less" "\5rway" "\4lin1" "\7grad" "\5ker123" "\10""2" "\5lion1" "\6one" "\4mford" "\5ina" "\5pede" "\7r" "\4ndard1" "\10t" "\6by" "\6up" "\5ford1" "\5ger" "\5islas" "\11va" "\11w" "\5ley123" "\10""2" "\5theman" "\6on1" "\4pler1" "\7s1" "\4r100" "\7""1" "\6""2345" "\5""2000" "\7""10" "\5""777" "\6827" "\5_wars" "\5baby" "\6oy" "\6right" "\6uck1" "\11s1" "\12""2" "\7rst1" "\5child1" "\6raft1" "\12""2" "\5doll1" "\6ust1" "\5fire1" "\7sh1" "\6leet" "\6ox1" "\5gate1" "\11sg1" "\7zer1" "\6irl1" "\5killer" "\5let1" "\6ight1" "\12""2" "\7ng" "\7te1" "\5man1" "\6oon" "\5ocean" "\6sta" "\5r123" "\6y1" "\5s11" "\7""23" "\7""3" "\6cream" "\6hine1" "\10p1" "\6ky" "\6tar1" "\7ruck" "\5t1234" "\6er1" "\6ing" "\6rek1" "\6up" "\5war5" "\10s!" "\11""01" "\11""10" "\12""11" "\12""23" "\12""3" "\11""22" "\11""3" "\11""4" "\11""5" "\11""6" "\11""77" "\1199" "\6ind" "\4tic1" "\7x" "\6stics" "\5us1" "\7quo" "\4ugustine" "\4vros" "\4yaway" "\5cool" "\5fly1" "\5out1" "\5strong" "\3ealth1" "\5mboat" "\6er" "\5ua12" "\4ele1" "\7r1" "\10s!" "\11#1" "\11""01" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""2" "\12""3" "\11""2" "\11""36" "\11""43" "\11""5" "\11""6" "\11""7" "\1186" "\6head" "\6man" "\6series" "\4fan123" "\7celmare" "\7i1" "\10a1" "\10e1" "\7o1" "\5fen1" "\6i1" "\7e" "\4inbock" "\6er" "\6way" "\4lios" "\5la01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7r1" "\6ina1" "\4panov" "\5h01" "\6""11" "\7""23" "\7""3" "\7""4" "\6""22" "\7""3" "\6""69" "\6an1" "\10e1" "\10ie!" "\12." "\12""0" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\10y1" "\6en11" "\11""23" "\10""2" "\10""3" "\10""7" "\10s" "\6ie1" "\6on1" "\6y1" "\5up2" "\4reo1" "\5ling1" "\5nchen1" "\5oids" "\4tson1" "\4ve-o" "\6""01" "\6""11" "\7""23" "\7""3" "\6""22" "\6""69" "\6n!" "\7." "\7""01" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\788" "\799" "\7ash1" "\7s1" "\10on" "\6o1" "\6vai" "\5ie1" "\7g" "\4ward" "\7t14" "\10""20" "\5ie1" "\3george" "\4iles" "\3icazzi" "\5kers" "\6man1" "\6s1" "\6y1" "\4ffler" "\5ler" "\4gmata" "\4letto" "\5lwater" "\4morol" "\5py1" "\4nger1" "\6ray1" "\5ker1" "\6y01" "\7""123" "\7""2" "\4rling" "\4tch1" "\7""626" "\7es" "\3james" "\4oseph" "\3louis1" "\3marys" "\3ocazzo" "\5kholm" "\6ings" "\6ton1" "\4ffel" "\4kecity1" "\5rotka1" "\4len1" "\4matolog" "\5per" "\4ne123" "\6cold1" "\12""316" "\6d1" "\7""420" "\6henge" "\6r1" "\7""420" "\7""69" "\6s1" "\6wall1" "\6y1" "\4opid1" "\4p123" "\5it1" "\5stop" "\4rage" "\5ies" "\5m11" "\7""23" "\6ers" "\6ie1" "\6y123" "\3r8edge" "\4aight1" "\5lis" "\5nge1" "\10r1" "\7le" "\6nik" "\5pon" "\5sbourg" "\5tegy" "\6ford" "\6ocaster" "\7s" "\7varius" "\6ton" "\6us1" "\5uss" "\5wb3rry" "\7erries" "\12y1" "\4eaming" "\5et123" "\7""2" "\7ball" "\7fighter" "\7s1" "\5lec" "\6ka" "\6ok" "\5ngth1" "\5ssed1" "\5tch1" "\4ider1" "\5ke1" "\7""3" "\7r1" "\10s" "\5nger" "\7s" "\5per1" "\7s1" "\6ped" "\10r1" "\4oker1" "\7s1" "\5lch" "\5mboli" "\5ngbad" "\10ow1" "\7er1" "\7hold" "\7man" "\6za" "\7o" "\4ucture" "\5ggle" "\5mmer" "\5ppi" "\4yker1" "\5per" "\3thomas" "\3uart1" "\4bby1" "\4dent123" "\10""2" "\10ka" "\10s" "\5io1" "\7""54" "\7works" "\5ley1" "\6y1" "\5man" "\6uffin" "\4ff123" "\6ed" "\4mpy1" "\4nna1" "\6er1" "\5t101" "\6man" "\4pid!" "\7." "\7""01" "\7""101" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\7ass1" "\7girl" "\4rgis" "\4ttgart1" "\3yles1" "\5in1" "\6sh" "\7t1" "\2u123456" "\3b-zero" "\4aru123" "\7""555" "\7wrx" "\4hanallah" "\6sh" "\4lime1" "\10""2" "\10""420" "\10""69" "\10""7" "\4marine1" "\5ission" "\4title" "\4urban1" "\4way1" "\5oofer1" "\4zero1" "\3cceed" "\6ss01" "\118" "\119" "\10""10" "\11""1" "\11""23" "\10""2" "\10""4me" "\10""7" "\108" "\10ful" "\5ubus" "\4esso1" "\5tte" "\4hitra" "\4kadick1" "\5cock" "\5er123" "\7""2" "\7s" "\5it!" "\7""123" "\7""2" "\7""69" "\5me1" "\7""2" "\7""69" "\6yass69" "\7balls" "\7cock" "\7dick" "\3darshan" "\4hakar" "\5eer" "\3ffering" "\5olk" "\3ganya" "\5r01" "\6""10" "\7""1" "\7""23" "\7""3" "\6""22" "\6babe" "\11y1" "\7ear1" "\6cane" "\6daddy" "\6foot" "\7ree" "\6land" "\7ips" "\6pie1" "\7lum1" "\6ray" "\6s1" "\7ugar" "\4ipula" "\3hasini" "\3ibian" "\4cidal" "\7e1" "\4koden" "\3jatha" "\3kabumi" "\5nya" "\5suka" "\4isuki" "\3laiman" "\4eiman" "\5man" "\5yman" "\4livan1" "\4ochana" "\4tan123" "\7a" "\3man123" "\5thi" "\6ra" "\4itra" "\4mer!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""2005" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""2" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""33" "\7""44" "\10""5" "\7""55" "\7""66" "\10""7" "\109" "\7""77" "\108" "\788" "\109" "\796" "\10""7" "\108" "\109" "\7fun" "\7land" "\10ove" "\7of69" "\7s1" "\7time" "\5it1" "\5oner" "\4sung" "\3n2shine" "\4anda" "\4beam" "\5ird" "\5urn" "\7st" "\4dance1" "\6ram" "\7i" "\6y11" "\10""23" "\7""2" "\7""7" "\5erland1" "\6vil" "\5in13" "\5own" "\5rop1" "\4fire1" "\6sh" "\5lower1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""7" "\128" "\12s" "\4glasses" "\4il123" "\6kumar" "\5tha" "\4kanmi" "\5ist1" "\4light1" "\4moon" "\4ny01" "\6""11" "\7""234" "\7""3" "\6""36" "\6boy1" "\6d1" "\7ay1" "\11s" "\6side1" "\4rise1" "\4set123" "\7""2" "\7""7" "\5h1n3" "\10e" "\6in3" "\10e!" "\11." "\11""00" "\12""1" "\12""2" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""30" "\12""2" "\12""3" "\11""44" "\12""5" "\11""55" "\11""66" "\129" "\11""77" "\1187" "\128" "\129" "\1199" "\5tar" "\3p3rman" "\4astar" "\4er-16-bit" "\6""007" "\7""1" "\6""100" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""7" "\6""21" "\7""2" "\7""3" "\6""69" "\6""777" "\688" "\699" "\6bad1" "\7ee" "\7ike" "\7owl1" "\10y1" "\6cali" "\10r" "\10t" "\7ool1" "\7ross" "\6dave" "\7og1" "\7ude1" "\10per" "\10ty" "\6fly1" "\7reak" "\6girl1" "\12""2" "\6hero1" "\7uman" "\6ior1" "\6junior" "\6man!" "\11." "\11""00" "\12""1" "\12""6" "\12""7" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\11""30" "\12""2" "\12""3" "\12""4" "\11""45" "\11""55" "\11""69" "\11""77" "\1187" "\128" "\129" "\1199" "\11n" "\10rio" "\10x" "\7en" "\7odel" "\10m1" "\6natural" "\7ova1" "\6pippo" "\7ower" "\6saiyan" "\7exy1" "\7onic" "\7port" "\7tar!" "\12""0" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\12s" "\7uper" "\6tramp" "\6user" "\6visor" "\6woman" "\4port123" "\10ed" "\4reme1" "\7o" "\5iya" "\3r1313" "\4abaya" "\6hi" "\5j123" "\4ekha" "\5na13" "\6dra" "\6o13" "\7s13" "\7x3" "\5sh123" "\7ot" "\5thang" "\4f123" "\5""4life" "\5ace" "\5board1" "\5er123" "\7""2" "\7""69" "\7girl" "\5ing123" "\10""2" "\5sup1" "\4geon" "\6ry1" "\4iname" "\6der" "\4prise1" "\4real" "\6nder1" "\5ound" "\4side13" "\4veyor" "\5ival" "\7e" "\7or1" "\4ya123" "\3san123" "\6a1" "\6ita" "\6na1" "\10h" "\7e1" "\4hant" "\5i123" "\6la" "\5mita" "\4ie123" "\6q1" "\4mita" "\4pect" "\3therland" "\4ton1" "\3varna" "\3zanna" "\7e1" "\4ette1" "\4uki1000" "\10""23" "\11""5" "\7""250" "\7""600" "\7""750" "\2vensven" "\4rige1" "\4ta123" "\5lana" "\10ka" "\3itlana" "\3oboda" "\3u#1fan" "\2w0rdf1sh" "\7ish" "\3ag123" "\5g123" "\6a1" "\6er1" "\4llow1" "\4miji" "\6narayan" "\6samarth" "\5pfire" "\6hen" "\4nlake" "\5sea1" "\6on" "\4pnil" "\4stika" "\3eater" "\4d420" "\5en1" "\5ish" "\4eney1" "\5per" "\5t01" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""234" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""20" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\6""666" "\79" "\688" "\6angel" "\7ss" "\6baby1" "\7oy" "\6candy" "\7heeks" "\6dreams" "\6er" "\7st" "\6girl1" "\6hart" "\7eart1" "\7oney" "\6ie!" "\10""01" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\10pie" "\10s" "\6kiss" "\6lady" "\7ife" "\10ps" "\7ove1" "\12r" "\6man" "\7other" "\6ness1" "\12""2" "\12""3" "\6one" "\6p1" "\7ea12" "\11""2" "\11""3" "\11""7" "\7ie" "\6s123" "\7""2" "\7tuff" "\7weet" "\6tea" "\7hang" "\10ing" "\7ooth" "\6water" "\6y01" "\7""11" "\10""23" "\10""3" "\10""43" "\7""22" "\10""3" "\7""3" "\7""7" "\7pie1" "\4tlana" "\3im123" "\5mer1" "\10""2" "\6ing!" "\11""12" "\11""2" "\4ndon1" "\5ger1" "\10s" "\6line" "\4sher1" "\4tch1" "\7foot" "\5zerland" "\3ordfish1" "\12""2" "\12""7" "\6s1" "\7man" "\2ycamore1" "\3dney00" "\10""1" "\10""7" "\108" "\7""10" "\10""1" "\10""23" "\10""3" "\7""2000" "\10""2" "\7""3" "\7""7" "\799" "\3lvain" "\5ester1" "\5ia1" "\7ne" "\4wia1" "\3mantec" "\4metry" "\4one1" "\4phony" "\3napse" "\4chro" "\5master" "\4dicate" "\4ergy1" "\4yster1" "\3racuse1" "\3s64738" "\4admin" "\4tem of a down" "\7""11" "\10""23" "\7""2" "\7""32" "\7ofadown" "\7s" "\2zatan666" "\3czecin" "\5urek" "\3erelem" "\6tlek" "\3ymon1" "\1t-money" "\2""0ttenham" "\2""111111" "\3""23456789" "\3ffany" "\3nkerbell" "\3t2t3t4" "\2""666666" "\2""7777777" "\2a123456" "\3baluga" "\5sco1" "\6sum" "\5tha1" "\4by123" "\6cat1" "\4itha1" "\4letka" "\7op" "\3co1234" "\5bell12" "\11""2" "\5ma1" "\5s123" "\5taco" "\4tical" "\3dashi" "\4pole1" "\3e-kwon-do" "\4kwondo1" "\4tae1" "\3fadzwa" "\4fy123" "\3galog" "\5nrog" "\4heuer" "\4ueule" "\3jmahal" "\4udeen" "\3kahashi" "\6iro" "\5mine" "\5nori" "\5shi" "\5taka" "\5yuki" "\4ecare" "\5down" "\5iteasy" "\5over1" "\5shi" "\5that" "\4ishima" "\4oyaki" "\3lavera" "\4ent1" "\7ed" "\4iban" "\5esin" "\5sker" "\6man" "\5tha" "\4k2me" "\5ing" "\5talk" "\6ome" "\4leres" "\5inn" "\5man" "\5ulah" "\5yho" "\3magotchi" "\5home" "\5nna" "\5ra11" "\10""23" "\7""2" "\6indo" "\4erlan" "\4ika1" "\5lan" "\6nadu" "\4mie1" "\5y123" "\4pabay1" "\5ico" "\4tam1" "\3nechka" "\4gerang" "\7ine1" "\5inamo" "\5kai" "\7y" "\5lewood" "\5o123" "\5tang" "\4ia123" "\5sha1" "\4k123" "\5er1" "\5girl" "\5tank" "\4ner01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\7""3" "\5ing1" "\4tan1" "\4usha" "\7ka" "\7ree" "\4veer" "\4ya123" "\6tanya" "\4zania" "\3ormina" "\3pioca" "\4out1" "\3ra1234" "\5kan" "\5ntado" "\7ino" "\7o" "\7ula1" "\5sova" "\5tara" "\7ta" "\4dis1" "\4get123" "\4heel1" "\10s1" "\11""23" "\4ragona" "\4taruga" "\5ine" "\4zan123" "\3sha123" "\5kent" "\4mania" "\4neem" "\4sadar" "\4tatura" "\5iera" "\3ta1234" "\6964" "\5nka" "\5rin" "\6ka" "\6stan" "\5tata" "\4enda" "\5rbug1" "\6tot1" "\4i123" "\5ana123" "\7e" "\7na" "\4jana" "\4too13" "\7""2" "\7""69" "\7s1" "\4yana1" "\3ugamma" "\4reau" "\5us1" "\3vares" "\3wanda" "\3xidriver" "\3yler1" "\5or!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""33" "\7""4" "\7""5" "\7""69" "\7""77" "\788" "\792" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7made" "\7swift" "\4tay11" "\10""23" "\10""3" "\7""2" "\7""3" "\3zdevil" "\4man1" "\7ia1" "\11n" "\4z123" "\2bilisi" "\2e quiero mucho" "\3a4two" "\4bag1" "\4cher123" "\10""2" "\10""3" "\10""5" "\10s" "\6ing" "\5up1" "\4doro" "\4gan1" "\4m123" "\5are" "\5edward" "\5jacob" "\5o10" "\7""1" "\7""23" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""22" "\7""3" "\6amor" "\6bb" "\7ebe" "\6dios" "\6jesus" "\6mama" "\7iamor" "\7ucho" "\10xo" "\5work1" "\4party" "\5ot1" "\4rdrop" "\4time" "\3bow15" "\3chdeck1" "\5n9ne" "\6ical" "\10ian" "\10s12" "\7k" "\6o123" "\10""3" "\4ktonik" "\4lado" "\4nico" "\5ologia" "\4umseh" "\3ddie1" "\7s" "\5y01" "\6""101" "\7""1" "\7""23" "\7""3" "\7""4" "\6""22" "\7""3" "\6bear!" "\12""0" "\12""1" "\12""2" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\128" "\129" "\12s" "\7oy" "\4esco" "\3ejay1" "\4nager" "\5titans" "\5wolf" "\4tee1" "\3iubesc" "\4xeira" "\3kiero1" "\4ken1" "\7""3" "\7""5" "\7""6" "\4tonik" "\3laviv" "\4ecaster" "\6om1" "\10anda" "\7no" "\5fon123" "\10e" "\10ica" "\11no" "\10o1" "\7on" "\5kom" "\5mark" "\6ovel" "\5phone1" "\6ort" "\5visao" "\10ione" "\10or" "\7zor" "\4komsel" "\4lme1" "\3midayo" "\5tayo" "\6ope1" "\4p1234" "\5est1" "\10a" "\5lar1" "\6e1" "\7ton" "\5oral" "\10ry1" "\5pass1" "\11word" "\5tation" "\6emp" "\3naciousd" "\4dresse" "\5ulkar" "\4erife1" "\4nessee1" "\5is!" "\7""01" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""7" "\799" "\7ball" "\5yson" "\4orio" "\6sax" "\4shin" "\4ten10" "\3odora" "\7o" "\3quiero12" "\11""2" "\11mucho" "\6la1" "\7la" "\3renaam" "\6ce1" "\5sa01" "\7""11" "\10""23" "\7""22" "\6ina" "\7ta" "\5zinha" "\6ka" "\4minal1" "\10tor1" "\13""2" "\7us" "\6te1" "\4nopil" "\4orist" "\4ra123" "\6ce" "\6nce1" "\7ova" "\6pin" "\5ell1" "\10""2" "\6moto" "\6nce1" "\5ible1" "\6ers" "\6fic" "\5or1" "\7ist" "\5y123" "\4serah" "\3ss123" "\5a123" "\5ie1" "\4t123456" "\5account" "\6ment" "\6rossa" "\5drive" "\5e123" "\6r01" "\7""123" "\5ing123" "\5pass" "\5test1" "\3te123" "\3vez32" "\3xans1" "\5s01" "\7""6" "\7""7" "\78" "\79" "\6""100" "\7""1" "\7""23" "\7""3" "\6""210" "\10""4" "\7""2" "\7""3" "\7""54" "\6""69" "\6""713" "\6817" "\6tech1" "\4tile" "\2haddeus1" "\4iland1" "\4lassa" "\5ia1" "\4natos" "\5g123" "\5h123" "\6binh" "\6cong" "\6long" "\6tam" "\7huy" "\7ung" "\5kful1" "\6god1" "\6s123" "\7god" "\6you1" "\11""2" "\4tcher" "\5guy1" "\5nigga1" "\5shot1" "\6it" "\6me1" "\3e#1pimp" "\4""1&only" "\5andonly" "\5ilove" "\5nonly" "\5ring" "\4""2ofus" "\4""69eyes" "\4answer3" "\5ter1" "\6re1" "\4band1" "\5ears" "\7st1" "\7tles" "\6st123" "\10""2" "\5ible" "\6g1" "\7boss" "\6tch1" "\5lock" "\6ues" "\5omb1" "\6ss1" "\6y1" "\7s1" "\10""2" "\10""3" "\4cat1" "\5hamp1" "\6osen1" "\5lash" "\5ool1" "\5rew1" "\6ow1" "\5ure1" "\4dark1" "\5evil" "\5octor" "\6g1" "\6n1" "\6ors1" "\5ude1" "\6ke1" "\4edge" "\5nd1" "\4flash" "\5orce" "\5uture" "\4game123" "\10""2" "\6zette" "\5host" "\5irls" "\5r81" "\6eat123" "\11one" "\4hulk1" "\4joker1" "\4kid1" "\6ller1" "\12s" "\6ng123" "\10""23" "\4legend" "\5ight" "\5ma1" "\5ord1" "\10isgood" "\6ve" "\4man11" "\10""23" "\7""22" "\10""3" "\7""69" "\6ster1" "\6trix1" "\5oon" "\4newme" "\5umber1" "\4o123" "\5dora" "\10e1" "\5ne01" "\7""11" "\10""23" "\7""2" "\6ly1" "\10one" "\4password" "\5imp1" "\5ower" "\4queen1" "\4rapist" "\7y1" "\6smus" "\5eal1" "\6ds" "\6isnospoon" "\6sa1" "\10""2" "\7e1" "\7ia" "\5ion" "\5mal" "\5ock123" "\10""2" "\4saint" "\6me1" "\5ecret" "\6xy1" "\5impsons" "\7s1" "\10""2" "\10""3" "\5pian" "\5trokes" "\4the1" "\6ing" "\5ruth1" "\5wins" "\4used1" "\4wall1" "\5ho1" "\5olf" "\6rd" "\7ld1" "\3ibault" "\7t" "\4ckness1" "\4enthan" "\5rry1" "\4nk123" "\6big" "\6er" "\6ing1" "\6pad" "\7ink1" "\4rdeye" "\5teen13" "\6y30" "\4sisgay1" "\7it1" "\7me1" "\10ine" "\10ypassword" "\7sparta" "\5love" "\5sucks1" "\12""2" "\5tle1" "\3omas!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""30" "\10""3" "\7""44" "\7""55" "\7""66" "\109" "\7""77" "\785" "\10""6" "\10""7" "\108" "\109" "\791" "\10""2" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5pson1" "\5son1" "\4r123" "\5gal" "\5nton1" "\5sten" "\4ught1" "\5sand" "\3rasher1" "\4ee11" "\6""333" "\6boys" "\6daysgrace" "\6girls" "\6kids3" "\6some" "\4ice1" "\5ller1" "\3ug101" "\6""23" "\5""4life" "\5gin1" "\5life12" "\12""3" "\11""2" "\11""7" "\6ove1" "\5stools" "\4mper123" "\10""2" "\4nder!" "\10""01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\10bird" "\11olt" "\10cats" "\10dome" "\10storm" "\4rman" "\5sday1" "\6ton" "\4ylinh" "\3x-1138" "\4""1138" "\2iago123" "\4maria" "\5otanto" "\4ncai" "\5na1" "\5shi" "\5tian" "\3berian" "\7um" "\10s" "\4ia123" "\4uron1" "\3cket1" "\7s" "\5le1" "\7s" "\5tock" "\4otico" "\4tac1" "\7toe" "\3ddles1" "\3erney" "\5ra1" "\4sto1" "\3ff123" "\5ani1" "\10e" "\7y!" "\10""01" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\118" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\109" "\3ger007" "\7""1" "\7""6" "\7""7" "\78" "\79" "\6""100" "\10""1" "\7""11" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""2000" "\10""10" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""7" "\6""321" "\7""3" "\7""4" "\6""44" "\7""5" "\6""55" "\6""66" "\79" "\6""74" "\7""77" "\686" "\78" "\698" "\79" "\6boy" "\6cat1" "\6eye" "\6lilly" "\11y1" "\6man" "\6s!" "\7""01" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\7""21" "\10""2" "\10""3" "\10""4" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\784" "\79" "\7hark" "\6tiger" "\6woods" "\4ger!" "\7." "\7""00" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\7""33" "\7""44" "\10""5" "\7""55" "\7""66" "\10""7" "\108" "\109" "\7""77" "\787" "\108" "\109" "\799" "\7s" "\4renok" "\6s1" "\7a" "\7se" "\5otto" "\3jgertje" "\4uana1" "\3kitiki" "\3llie1" "\5man" "\5y123" "\3matima" "\4baland" "\5er1" "\7lake" "\11nd" "\7wolf" "\5uktu" "\4e123" "\5""2die" "\6fly" "\6go" "\6play" "\5""4fun" "\6me" "\5bomb" "\5less1" "\6ine" "\6ord" "\5out1" "\5pass" "\5time" "\4ileyin" "\5soara" "\4my123" "\4ofei" "\5sha" "\7ka" "\5teo" "\6hee" "\7y01" "\10""11" "\11""23" "\10""2" "\10""3" "\10""7" "\4tim1" "\3na1234" "\5marie" "\5she" "\5tina" "\4chen" "\4gting" "\6ong" "\4hyeu" "\4inha" "\4k101" "\6""23" "\5""3rb3ll" "\5abell1" "\5er!" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""7" "\79" "\7be11" "\11l1" "\12l12" "\13e" "\5tink" "\4man1" "\4tin123" "\4y123" "\5dancer" "\5tim1" "\7ny" "\3phaine" "\4per1" "\7ary" "\5mann98" "\5y123" "\3ramisu" "\4upati" "\3scali" "\5htennis" "\3tan123" "\6ia" "\7c123" "\11912" "\10""2" "\7k" "\7um1" "\6s10" "\10""2" "\4i123" "\5caca" "\5kaka" "\5layo" "\5titi" "\4leist1" "\4o123" "\5tito" "\5uan" "\6net" "\4s123" "\4ties1" "\10""2" "\3vogliobene" "\3ziana" "\7o" "\5ouzou" "\2kachenko" "\3bpfdtnf" "\3fkdgo1" "\10""7" "\2mnet123" "\3obile1" "\2oast123" "\6er1" "\3bacco" "\4eornottobe" "\4i123" "\5as123" "\5loba" "\4lerone" "\4y1234" "\5cat" "\5dog1" "\5toby" "\3chukwu" "\3day123" "\4d123" "\3enail1" "\10s" "\3ffee1" "\3gether1" "\11""2" "\3ietmoi" "\4latoi" "\5et1" "\4yeuem" "\3kio hotel" "\6hotel" "\4unbo" "\3ledo1" "\5ntino" "\4kien1" "\4stoy" "\4uca1" "\5lope" "\3m12345" "\4ahawk1" "\5ndjerry" "\5s123" "\6ek" "\6ito" "\6ko" "\6z1" "\7ek" "\5te1" "\6o1" "\7es" "\4boy07" "\7""1" "\5rady12" "\7ider" "\5stone1" "\4cat14" "\5ruise" "\4delonge" "\4ek123" "\4felton" "\4green" "\4islav" "\4jerry" "\5ones" "\4kaulitz" "\4linson" "\4maso" "\5ie1" "\5y01" "\6""10" "\7""1" "\7""234" "\7""3" "\6""21" "\7""2" "\7""3" "\6""69" "\6boy1" "\6cat" "\6girl" "\7un" "\6lee" "\4odachi" "\5hiro" "\5rrow1" "\5tomo" "\4tom11" "\10""23" "\7""2" "\7tom" "\4waits" "\5elling" "\3ngtong" "\4i123" "\5ght1" "\5toni" "\4ton1" "\4y1234" "\5hawk1" "\5montana" "\5romo9" "\5tony" "\3ocool1" "\5ute1" "\4dles1" "\4good" "\4hot1" "\4kie1" "\4l123" "\5box1" "\5man1" "\5time" "\4much1" "\4narmy1" "\5ces" "\5toon" "\7wn1" "\4sexy" "\5hort1" "\5weet" "\4tall" "\5hbrush" "\6fairy" "\6less" "\6paste" "\7ick1" "\5ie1" "\7""2" "\5les" "\5sie1" "\10""2" "\5toot" "\3panga" "\4cat1" "\4dog1" "\4e123" "\4gear1" "\5un1" "\4hat1" "\5er1" "\4less" "\4model1" "\6st" "\4notch1" "\4ogigio" "\6raphy" "\5lina" "\10o1" "\4per1" "\4secret1" "\5hop" "\5pin" "\3radora" "\5tora" "\4chwood1" "\5ida" "\4eador" "\4i123" "\5amos1" "\4menta" "\4nade" "\7o1" "\4onto1" "\5toro" "\4pedo1" "\4rance" "\5ente" "\6s09" "\7""10" "\10""23" "\79" "\5ie1" "\4sten" "\4tilla" "\5oise" "\5uga1" "\6re" "\3scana" "\7e" "\4hiba123" "\10""2" "\3tal90" "\6ly1" "\10rad" "\6war" "\4enkopf" "\4o1234" "\5che" "\5toto" "\5ybato" "\4tenham1" "\5i10" "\6gol" "\3uareg" "\4chdown1" "\6me" "\4ghguy" "\4jours" "\4louse1" "\11""31" "\4rism" "\5nesol" "\4toune" "\3wanda" "\4nsend1" "\4truck" "\3xicity" "\3ymachine" "\4ota01" "\7""11" "\10""23" "\7""2" "\799" "\7mr2" "\7rav4" "\4story2" "\2r1n1ty" "\3abajo1" "\6lho" "\6nt" "\5zon61" "\10spor" "\4cer1" "\6y1" "\5ie1" "\5k123" "\6er1" "\6star1" "\5tor1" "\10s" "\5y123" "\4demark" "\6r1" "\5ing" "\4falgar" "\5fic1" "\4gedy" "\4ilblazer" "\6er1" "\5n123" "\6er1" "\6ing1" "\6s1" "\4kinas" "\5tor" "\4lala1" "\4monto" "\5poline" "\4nce1" "\5dafir" "\5mere" "\5ny1" "\5quil" "\5salp" "\7m1" "\6cend" "\6fer" "\7orm1" "\12ers" "\6istor" "\7t1" "\6port1" "\12er" "\4pper1" "\5star1" "\4shcan1" "\6er" "\6man" "\4vail" "\5el01" "\7""123" "\7""2" "\7er1" "\7ler" "\10ing" "\7mate" "\5ian" "\7ta" "\6esa1" "\10o1" "\6s!" "\7""01" "\10""7" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\1099" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\5olta" "\6n1" "\4xdata" "\5xas1" "\3eacle1" "\5sure1" "\4ble99" "\5or1" "\4ce13" "\5ool1" "\4e1234" "\5frog1" "\5house1" "\6ugger" "\5man" "\5s123" "\5top1" "\10s" "\6ree" "\4flip" "\4kker" "\4maine" "\5endo" "\4nt123" "\6on1" "\4tre1" "\4von1" "\6r01" "\7""11" "\10""23" "\7""2" "\4y123" "\5songz1" "\5trey" "\4zeguet" "\3iangle1" "\5thlon" "\4bal1" "\5ble" "\5unal" "\6te" "\4ckster1" "\6y1" "\5olor" "\4dent1" "\4este" "\4force1" "\4gger1" "\10""2" "\5un1" "\4llium" "\5ogy" "\4nacria" "\5dade" "\5idad1" "\6ti" "\7ron1" "\7y01" "\11""6" "\11""7" "\118" "\10""11" "\11""23" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\5ket" "\4pathi" "\5le1" "\7""3" "\7""6" "\7""7" "\7h1" "\7t3" "\10s3" "\7x" "\5od1" "\6li" "\5per1" "\6in" "\4sha1" "\5kelion" "\5ta1" "\7n01" "\10""11" "\11""23" "\10""2" "\10""3" "\10""7" "\7r" "\6en1" "\6ian" "\7n1" "\6on1" "\6ram" "\4ton1" "\4umph1" "\5nfo" "\4vial" "\6um1" "\4xie01" "\7""123" "\7""2" "\3ogdor1" "\4jan1" "\7s1" "\4ll123" "\4mbone1" "\5peta" "\10e" "\10te" "\4oper1" "\10""2" "\10s" "\4pical1" "\10na1" "\4tter1" "\6ola" "\4uble!" "\10""123" "\11""3" "\10""2" "\10""3" "\10""69" "\10""7" "\10d1" "\10s1" "\5ducul" "\5sers" "\4y1234" "\5boy1" "\3stno1" "\3uck123" "\6driver" "\6er1" "\6ing1" "\6s1" "\4eblood" "\7ue1" "\5lies" "\6ove!" "\11""12" "\11""2" "\11""3" "\11""7" "\4ffle1" "\10s1" "\4jillo1" "\4man1" "\5pet1" "\10""2" "\4ng123" "\5ks1" "\4skawka" "\5t123" "\6god1" "\6ingod" "\6me1" "\10""2" "\6n01" "\7o11" "\10""2" "\10one" "\3x450r" "\3yagain1" "\4stan" "\4this1" "\2subasa" "\4kasa" "\4nami1" "\4yoshi" "\3v1860" "\2t123456" "\3tttt1" "\7tttt" "\2u puta madre" "\3an123" "\5anh" "\3barao" "\3cker01" "\7""10" "\10""1" "\10""23" "\10""3" "\10""6" "\7""22" "\7""3" "\7""5" "\7""7" "\4son1" "\3esday1" "\10""2" "\3gboat1" "\3lipano" "\6s1" "\3madre1" "\4bleweed" "\3nafish1" "\4dra1" "\4ing1" "\5sia" "\7e" "\3pac123" "\696" "\6shakur" "\4pence" "\4utamadre" "\3randot" "\4bina" "\7e" "\5o123" "\4ismo" "\4k182" "\5ey123" "\7""2" "\5ish1" "\6ye" "\4ner1" "\5ip1" "\5table" "\4quoise" "\4tle!" "\7""01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\78" "\7s1" "\10""2" "\5oise" "\3scany" "\3tifruti" "\4u123" "\5tutu" "\3xedo1" "\2w1l1ght" "\3eeling" "\5ter" "\6ie1" "\6y!" "\7""01" "\10""6" "\10""7" "\108" "\109" "\7""101" "\10""1" "\10""23" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\7""3" "\7""4" "\7""5" "\7""69" "\7""7" "\78" "\79" "\7bird" "\7pie" "\4lve12" "\4nty1" "\7""20" "\7""3" "\7""4" "\7""7" "\7five" "\10our" "\7one" "\7six" "\7two" "\3iggy1" "\5let" "\4light!" "\11." "\11""01" "\128" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\12""6" "\12""7" "\11""21" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\4nboys" "\5cam" "\5girls" "\5kie1" "\10""2" "\10s" "\6le1" "\10""2" "\10s" "\10toes" "\6y1" "\5s02" "\78" "\6""123" "\6""22" "\5turbo" "\4sted1" "\7r1" "\10""2" "\4tch1" "\5ter" "\4ztid1" "\5zler" "\3oboys2" "\4cats" "\4dogs" "\4girls" "\4jastara" "\4kids2" "\4step" "\2ycoon1" "\3grysek1" "\3ler00" "\7""1" "\7""2" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\79" "\6""101" "\7""1" "\7""2345" "\7""3" "\7""4" "\7""5" "\7""6" "\7""7" "\78" "\6""2000" "\118" "\7""1" "\7""2" "\7""3" "\7""4" "\6""69" "\695" "\78" "\79" "\6james" "\6s1" "\3pewriter" "\4hoon1" "\3rell1" "\5se1" "\4one123" "\7""2" "\3shawn1" "\4on01" "\6""123" "\3ty123" "\5ty1" "\7ty" "\1uchenna" "\4iha1" "\2gly123" "\3ochukwu" "\2jkjdjkjvrf" "\2kraina" "\7e1" "\3ulele" "\2lises1" "\3tima1" "\7te1" "\10um" "\4ra123" "\6man" "\6violet" "\3ysse31" "\7s" "\2mbrella1" "\3magumma" "\3palumpa" "\2n4given" "\3breakable" "\3clesam" "\3dead1" "\5fined" "\5r0ath" "\6""18" "\6cover" "\6dog1" "\6ground1" "\14""2" "\6oath1" "\12""7" "\6pants" "\6score" "\7tand" "\6taker1" "\7ow" "\6water" "\7ear1" "\7ood1" "\10rld" "\4isputed" "\3faithful" "\4orgiven" "\3happy1" "\3icorn123" "\10""2" "\10""3" "\10""7" "\10io" "\10o" "\10s1" "\4den1" "\4form" "\4lever" "\4que123" "\4ted01" "\7""10" "\10""1" "\10""23" "\7""2" "\799" "\7kingdom" "\7states" "\4versal1" "\10e1" "\10idad" "\11tario" "\12y1" "\10o" "\10um" "\3known1" "\3leashed1" "\4imited1" "\4ock1" "\5ved1" "\4ucky13" "\3named" "\3odostres" "\3real1" "\3titled" "\4ouchable" "\2pgrade" "\3load1" "\3town1" "\3yours1" "\10""2" "\2ranium" "\3lacher54" "\3mom123" "\3sula1" "\6et" "\3uguay1" "\2s.army.12" "\3a12345" "\5""776" "\4rmy1" "\3eless" "\4r1234" "\5888" "\5name1" "\5user" "\3harani" "\4er123" "\68701" "\3man123" "\5rines" "\4c0311" "\5""1775" "\3navy1" "\3uario" "\2tahjazz" "\3ility" "\3opia1" "\3recht" "\2uuuuuuu" "\2zbekistan" "\3umaki1" "\10""2" "\10naruto" "\5ymw1" "\1v123456789" "\3ct0ry" "\5oria" "\3l2a3d4" "\2acaciones" "\5nces" "\5tion1" "\3der123" "\4imka" "\3ffanculo" "\3gabond" "\4ina!" "\7""123" "\7""2" "\7""69" "\3ibhav" "\4llant" "\4nilla" "\4shali" "\6navi" "\4tomanocu" "\3kantie" "\3ldemar" "\6z1" "\5ivia" "\4e123" "\5nce" "\7ia1" "\6te" "\7in1" "\11a123" "\12""2" "\11e1" "\12""2" "\12s" "\11o1" "\12""46" "\12rossi" "\6zuela" "\5ria123" "\10""2" "\10n" "\7e123" "\10""2" "\7ja" "\7k" "\7o" "\7y" "\6on" "\5vale" "\4halla1" "\4iant" "\5ente" "\4kiria" "\5yrie" "\4ladolid" "\6rta" "\5ejo1" "\10""707" "\6y1" "\7forge" "\4mont" "\4paraiso" "\4verde" "\3mpira" "\7e!" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""5" "\10""666" "\119" "\10""7" "\10s1" "\7o1" "\5yre1" "\3nbasten" "\4couver1" "\4damme" "\6na" "\5ersar" "\5read" "\4e123" "\5sa1" "\6sa!" "\10." "\10""01" "\11""6" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\10""21" "\11""2" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\4gogh1" "\5uard1" "\4halen1" "\5elsing" "\4illa123" "\10""2" "\10""5" "\7e1" "\5tha" "\6y1" "\4nessa" "\4persie" "\4quish" "\4s123" "\5hika" "\4ya123" "\3quero" "\3radero" "\5nasi" "\4enne" "\4gas1" "\5hese" "\4iant" "\5tek33" "\4shini" "\5ity1" "\4vara" "\3santha" "\10i" "\4codagama" "\6rossi" "\4eline1" "\4ilev" "\6ica" "\7i" "\7na" "\7s" "\7y" "\4quez1" "\3toloco13" "\5slocos" "\3ughan1" "\6n1" "\4xhall1" "\3vilon" "\3zquez1" "\2ball10" "\7""1" "\7""2" "\7""3" "\3kfirf" "\4jxrf" "\2c123456" "\2ectra1" "\3gas123" "\6""702" "\4emite" "\5ta11" "\10""23" "\7""2" "\7ble" "\6ta" "\3lasco" "\6quez" "\5zquez" "\4ocity1" "\5siped" "\4vet1" "\3ncedor" "\4deta" "\7ta1" "\5redi13" "\4ecia" "\5zia" "\6uela1" "\4ganza" "\5eance1" "\4iamin" "\5ce1" "\5vidivici" "\4kata" "\7esh" "\4om123" "\6""666" "\4tana" "\5ilador" "\5ura1" "\4ugopal" "\5s123" "\3ra123" "\5cruz1" "\5nda" "\6ika" "\5vera" "\4batim1" "\4dade" "\5e123" "\4gara" "\5essen1" "\6ten" "\5ine" "\4i1234" "\5tas1" "\5zon1" "\10""2" "\4melho" "\5ilion" "\7lion" "\5ont1" "\4non1" "\4o123" "\5na1" "\6ica10" "\12""1" "\12""2" "\12""3" "\11""2" "\11""3" "\11""7" "\7ka1" "\7que" "\4sace1" "\6illes" "\6tile" "\5eau" "\5ion1" "\4tical" "\6go1" "\4unka" "\4ygood" "\5nice" "\5sexy" "\3teran" "\6inaria" "\3verita" "\6ka" "\2fhufhbnf" "\11rf" "\3r45tgb" "\3uyjkbz" "\3vektxrf" "\4fvfvf" "\4jxrf1" "\3ylfhbyrf" "\2iaggiare" "\4nney" "\3brator" "\3cecity1" "\5lord5" "\5nte1" "\6za" "\5roy" "\4ious1" "\4kers" "\5ie1" "\5y123" "\4toire" "\6r01" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\108" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\7hugo" "\7ia!" "\11." "\11""01" "\12""7" "\128" "\11""10" "\12""1" "\12""23" "\12""3" "\12""4" "\12""5" "\129" "\11""20" "\12""1" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\11n" "\10ne" "\10ous" "\7y123" "\10""2" "\10""7" "\3daloka" "\5nova" "\6ueva" "\4eo123" "\6game1" "\12s" "\3enna1" "\4rnes13" "\4tcong" "\5nam1" "\4wsonic1" "\3gilante" "\4nesh" "\3jay123" "\6kumar" "\3ka1234" "\6994" "\10""7" "\5s123" "\5vika" "\4ing11" "\10""23" "\7o" "\7s11" "\11""2" "\10""28" "\4rant" "\4tor123" "\7ia1" "\10ja" "\10ya" "\7y" "\4usya" "\3lanova" "\4la123" "\6ge1" "\6lobos" "\6mor" "\6nova" "\7ueva" "\6real" "\7real" "\5e666" "\6gas" "\6neuve" "\6valo1" "\4nius" "\3nayaka" "\4ce10" "\7""23" "\7""5" "\6carter" "\6nt01" "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""5" "\10""7" "\7za" "\10o1" "\4diesel" "\4eyard" "\4i123" "\5cio" "\7us123" "\4nie1" "\5y123" "\4od123" "\5grad" "\4tage1" "\3olator" "\5ence" "\6t123" "\7a1" "\7ta" "\10e" "\5in1" "\7o" "\4rica" "\3per123" "\6""666" "\79" "\6gts" "\6s1" "\3rendra" "\4gil1" "\7io" "\6n1" "\7ia1" "\11""2" "\10e" "\5o123" "\6la" "\5ule" "\4iato" "\5diana1" "\4tual1" "\4us123" "\3shakha" "\6l123" "\5enka" "\4ion123" "\7s" "\5tor" "\3talii" "\7k" "\7na" "\7y" "\6ya" "\5mia" "\7n1" "\10a" "\10e" "\10ka" "\10s" "\4esse" "\4inho" "\4oria1" "\4toria" "\10o" "\3valabam1" "\7figa" "\7vida" "\11ta" "\6di" "\5mexico" "\5nco" "\4elavida" "\5moi" "\4i123" "\5an123" "\7a1" "\7e" "\5enne" "\5tron" "\2lad1234" "\6994" "\5""2001" "\5imir123" "\6slava" "\6vostok" "\5lena" "\5vlad" "\3inder" "\2o6iydkn" "\3caloid" "\3dafone1" "\4ka123" "\4oley" "\3etbal1" "\3itures" "\3lcano1" "\5om!" "\7""11" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\7""5" "\7""69" "\7""7" "\4demort1" "\4eibol" "\4gograd" "\4imte1" "\4kova" "\5swagen" "\11on" "\4ley11" "\10""2" "\7bal1" "\12l1" "\5yball1" "\4odia" "\4tage1" "\6ire" "\5ron1" "\4ume123" "\5nteer1" "\4vo123" "\6""240" "\6""740" "\6850" "\6940" "\6fh12" "\6s40" "\7""60" "\780" "\6v40" "\7""70" "\6xc90" "\3ndutch" "\4gola" "\4negut" "\3odoo13" "\7""2" "\3ronin" "\4tex1" "\3te4pedro" "\3vavova" "\4chik" "\4ochka" "\3yager1" "\2redina" "\3ushali" "\2sevolod" "\2tr1000" "\3x1800" "\2ulcain" "\6n1" "\7o" "\4ture" "\2vvvvvvvvv" "\2wjetta" "\3passat" "\2yjujltytu" "\1w00tw00t" "\3rdpass" "\2""111111" "\3""23123" "\5""456789w" "\3ll1ams" "\5iam" "\3w2w3w4w5" "\2""3lc0m3" "\28woord" "\2achtwoord1" "\4o254" "\3de123" "\3ffenss" "\5le1" "\7s123" "\3gner1" "\3heguru1" "\11ji" "\3ikiki" "\4ting4u" "\3kacje" "\5waka" "\4eboard1" "\5field" "\5up1" "\3l-mart" "\4alang" "\4demar" "\5orf" "\4greens1" "\4halla" "\4ker01" "\7""11" "\10""23" "\7""2" "\7s" "\5ing1" "\6tout1" "\5man1" "\4laby" "\6ce1" "\10""2" "\10""3" "\5eye1" "\5flower" "\5paper1" "\5street" "\5y123" "\4mart1" "\10""2" "\4nut1" "\4rus1" "\4tdisney" "\5er01" "\7""11" "\10""23" "\7""2" "\7""34" "\7s1" "\5her" "\5on1" "\3nadoo" "\4da123" "\5erers" "\7lust" "\4g123456" "\5hao" "\5jian" "\5lei" "\5wang" "\5yang" "\4jiku" "\6ru" "\4ker123" "\7s1" "\5sta" "\4nabe1" "\4rltw" "\4ted123" "\3qas123" "\3rcraft11" "\12""23" "\11""2" "\11""3" "\11""4" "\4eagle1" "\5house1" "\4face" "\5reak" "\4games" "\4hammer1" "\12""40k" "\6wk" "\5ead" "\4lock1" "\6rd1" "\10s" "\4machine" "\4ner1" "\5ing1" "\4pten" "\4ranty" "\5en123" "\5ington" "\6or11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""5" "\10""7" "\10s12" "\11""2" "\5ock" "\4szawa1" "\4thog1" "\4wick1" "\4zone" "\3sabi1" "\5lak" "\4d1234" "\5wasd" "\4geht" "\4hburn1" "\5ington1" "\4s123" "\5er12" "\7fall" "\7mann" "\5ila" "\5up1" "\4ted1" "\4was1" "\7was" "\3tanabe" "\5shi" "\4chdog" "\6er" "\6ing" "\6men" "\6out" "\6tower" "\4er10" "\7""1" "\7""234" "\7""3" "\6""21" "\7""2" "\7""3" "\6bottle" "\10y1" "\6fall1" "\12s" "\7ord" "\7ront" "\6gate" "\6h20" "\10o" "\6lily" "\7oo1" "\6man1" "\7elon1" "\6polo1" "\6s1" "\7ki" "\6water" "\5va1" "\6er1" "\4ford1" "\4itdo1" "\4kins1" "\4son1" "\7831" "\5up1" "\3ve125" "\5rly" "\3wa123" "\5wawa" "\3y2cool" "\4lon1" "\4ne123" "\6rooney" "\3zzup1" "\2bt_0199" "\2ealthy1" "\4pons" "\7x" "\4re138" "\6one" "\4sel1" "\5ley" "\4ther1" "\4ver1" "\3bber1" "\5ie1" "\4cam1" "\4kinz123" "\4master123" "\4pass" "\4site1" "\5tar" "\6er1" "\10""7" "\10s" "\3dding07" "\118" "\119" "\10""1" "\10""65" "\10s" "\4nesday13" "\3ed101" "\6""234" "\5""4life" "\6me" "\5""666" "\5head1" "\5man1" "\10""420" "\5weed1" "\4kend1" "\4man1" "\4nie1" "\4wee1" "\4zer1" "\5y123" "\6baby1" "\6fbaby" "\3iner1" "\4rdo1" "\3lc0me" "\5ome!" "\10""01" "\10""10" "\11""1" "\11""2345" "\11""3" "\10""22" "\11""3" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\1099" "\10s" "\4der1" "\5ing1" "\4kom01" "\7""123" "\4lcome1" "\5done" "\5ington" "\5ness" "\5well" "\3mbley" "\3ndell1" "\5y123" "\6s1" "\4tworth1" "\3rbung" "\4der123" "\7bremen" "\5na1" "\4e123" "\5were" "\6olf1" "\4ner1" "\4ock!" "\7""1" "\5nika1" "\4t1234" "\5hrf" "\5wert" "\4wer1" "\7wer" "\5olf" "\3sley01" "\7""10" "\10""1" "\10""23" "\7""2" "\4t1234" "\5brom1" "\10ok" "\5coast1" "\5end1" "\6rn1" "\5field1" "\5gate" "\5ham123" "\5lake" "\7nd" "\6ife1" "\5minster" "\5on1" "\5point" "\7rt" "\5side10" "\12""1" "\12""2" "\12""3" "\12""4" "\128" "\11""21" "\12""3" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\5west" "\6ind" "\6ood1" "\3thebest1" "\6people" "\4pussy1" "\11""69" "\4wet1" "\5illy" "\3we123" "\5we1" "\7we" "\3xford" "\3ymouth" "\2hales1" "\4t the fuck" "\5""1234" "\5""2do" "\5""3v3r" "\5eva1" "\7er!" "\11." "\11""01" "\129" "\11""10" "\12""1" "\12""23" "\12""3" "\11""21" "\12""2" "\12""3" "\11""3" "\11""4" "\11""5" "\11""69" "\11""7" "\118" "\119" "\5isit" "\7love" "\7this" "\7up" "\6tdo1" "\5not" "\7w1" "\5sup123" "\10""2" "\5the1" "\10fuck" "\10hell" "\5up1" "\5what1" "\3eelchair" "\6er1" "\6ing" "\3iplash" "\5pet" "\4skas" "\6ers1" "\7y1" "\6y1" "\5per1" "\10s" "\5tler1" "\4taker" "\5e123" "\6""23" "\6angel" "\6boy1" "\6cat" "\6dog" "\6fang" "\6girl1" "\6head" "\7orse" "\10use" "\6man" "\6out" "\6power" "\6rabbit" "\7ose" "\6snake" "\7ox05" "\11""1" "\7tar" "\6tail1" "\7iger" "\7rash" "\6water" "\7idow" "\7olf1" "\6y1" "\5ing" "\5ley1" "\5man" "\5ney12" "\10""2" "\5tier" "\3oami1" "\5reyou1" "\4cares1" "\4knows1" "\4lesale" "\4opwhoop" "\4pper1" "\4re123" "\6""69" "\6s1" "\4syourdaddy" "\3yme123" "\4not1" "\4soserious" "\2i11iam" "\3ccan1" "\4hita" "\4ked123" "\10""3" "\7""2" "\7""69" "\3descreen" "\6pread" "\4zew1910" "\3gger1" "\5ins" "\5le1" "\7s1" "\3kipedia" "\4tor1" "\7ia1" "\3lbert1" "\5ur1" "\4dbill" "\5card" "\7t1" "\10""2" "\10s10" "\12""1" "\12""2" "\12""4" "\11""2" "\11""7" "\6hild1" "\5erness" "\5fire1" "\6lower" "\5horses" "\5life1" "\5man1" "\5one1" "\10s" "\5rose" "\5thing1" "\5west" "\6ood1" "\4fred1" "\10o1" "\6ied" "\4helmina" "\4kinson1" "\4l1234" "\5ard1" "\5iam!" "\10." "\10""01" "\11""2" "\11""3" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\118" "\119" "\10""20" "\11""1" "\11""2" "\11""3" "\11""4" "\11""5" "\10""3" "\10""4" "\10""5" "\10""69" "\10""77" "\1088" "\1099" "\10s11" "\12""2" "\11""2" "\11""3" "\11burg" "\11on" "\7n" "\6e01" "\7""11" "\10""23" "\7""22" "\7""3" "\6s1" "\5oughby" "\6w01" "\7""11" "\10""23" "\10""3" "\7""22" "\7""3" "\7s" "\7tree" "\5power" "\5smith1" "\5will" "\5y123" "\6wonka" "\4mington" "\4son01" "\7""10" "\10""1" "\10""23" "\10""3" "\7""22" "\10""3" "\7""3" "\3mbledon" "\3n2000" "\4chester" "\4dex1" "\5mill1" "\5ow123" "\7""2" "\7s123" "\10""2000" "\10""7" "\108" "\1095" "\118" "\10vista" "\10xp1" "\5song" "\7r1" "\6tar" "\6urf" "\5waker" "\4field" "\4gchun" "\5man1" "\5nut1" "\5wing" "\5zero1" "\4ifred" "\4ner01" "\7""11" "\10""23" "\7""2" "\7s1" "\6tou" "\5ie01" "\7""11" "\10""23" "\7""2" "\7pooh" "\7thepooh" "\6ng1" "\6peg" "\4slow1" "\5ton01" "\10""11" "\11""23" "\10""2" "\10""3" "\10""7" "\4ter00" "\10""1" "\10""2" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\10""5" "\7""2008" "\129" "\11""11" "\10""1" "\10""2" "\10""3" "\7""3" "\7""5" "\7""77" "\798" "\109" "\7mute" "\7s1" "\5hrop" "\4winwin" "\4xclub" "\3peout" "\4ro123" "\6@123" "\3reless1" "\3sconsin1" "\4dom123" "\4eguy" "\5man1" "\4hbone1" "\5ing" "\5master" "\4teria" "\3tchcraft" "\6es" "\6y1" "\4hgod" "\5love" "\5outu" "\5you" "\4ness" "\3zard01" "\7""101" "\10""1" "\10""23" "\10""3" "\7s1" "\4zard" "\2ladimir" "\4fica" "\6ga" "\2n24g371p0" "\2oailaopo" "\5mama" "\5ni.1314" "\7""123" "\10""314" "\7""520" "\11""1" "\7a" "\7ma" "\5wojia" "\7ziji" "\3buzhidao" "\3caonima" "\3jiushiwo" "\4tek1" "\3lf1234" "\5""359" "\5""666" "\5dog" "\5enstein" "\5gang1" "\6irl" "\5hound" "\5ie1" "\5man1" "\5pack1" "\5ram" "\5sburg" "\5wolf" "\7od" "\4verine1" "\12""2" "\12s" "\6s11" "\10""23" "\7""2" "\3manizer" "\4bat1" "\3nder123" "\7boy1" "\7ful1" "\12""2" "\12l" "\7girl" "\7land" "\7s" "\7wall" "\10oman" "\3od123" "\5bine" "\6ury" "\5chuck" "\6ock" "\5duck" "\5ie1" "\5land1" "\11s" "\7wn" "\5man1" "\5pecker" "\5row1" "\6uff" "\5side1" "\6on" "\6tock1" "\5ward1" "\6ind" "\6ork" "\5y123" "\4fwoof1" "\4hoo!" "\7""1" "\4kie1" "\4pwoop" "\4ster" "\4twoot1" "\4woo1" "\3rcester" "\4dlife1" "\5pass12" "\11""2" "\5up1" "\4inima" "\4k1234" "\5""4me" "\5er1" "\5hard" "\5ing1" "\5out1" "\5shop" "\6ucks" "\5work" "\4ld123" "\6cup" "\6ofwarcraft" "\6peace" "\6war2" "\11""3" "\7ide1" "\4mwood" "\4ship1" "\3shishei" "\11n" "\10ui" "\6wo" "\6zhu" "\3w123456" "\4""4life" "\4owee" "\4wow1" "\2q123456" "\2rangler1" "\3estle1" "\10mania" "\10r1" "\7ing1" "\12""2" "\12""3" "\4xham" "\3ight1" "\7""5" "\5ley1" "\4nkle1" "\10s1" "\4ter1" "\5ing" "\3oclaw" "\2s123456" "\3adwsad" "\3x123456" "\2u-tang" "\3landari" "\3nderbar" "\3ppertal" "\3schel1" "\3tang1" "\7""36" "\7clan" "\2w123456" "\3e-fan00" "\4.com" "\4""12345" "\4""4life" "\4fan1" "\4raw1" "\4wwe1" "\3w.123.com" "\589.com" "\5com" "\5dell.com" "\5orkut.com" "\5y8.com" "\6outube.com" "\4""123456" "\4w1111" "\5ww1" "\7w1" "\10www" "\2xcvbn123" "\2yatt123" "\3oming1" "\3siwyg" "\1x-atm092" "\3files" "\2""100pre" "\3""2-51823" "\4""3456x" "\3x2x3x4x5" "\2anadu1" "\4der1" "\3vier01" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""23" "\10""3" "\7""21" "\10""2" "\10""3" "\7""3" "\7""5" "\7""7" "\2box123" "\5""3600" "\10""1" "\5live1" "\2country" "\2egfxegc" "\3nogears" "\5saga" "\2factor" "\3iles1" "\2iaobai" "\5feng" "\5long" "\5ming" "\5qiang" "\5wei" "\5xiao" "\7n" "\5yao" "\5zhu" "\3mena1" "\3ngxing" "\3omara1" "\2jnp7ohj4" "\2ochitl" "\3xo123" "\5xo1" "\7xo" "\2pressmusic" "\2treme1" "\2uanxuan" "\3liang" "\2x123456" "\3x123456" "\7xxx" "\4g-01d2" "\4x1234" "\5xx1" "\7""6" "\7x1" "\10xxxxx" "\2yz12345" "\1y123456789" "\2aalimadad" "\5lah" "\3dayada" "\4ira1" "\3hoo.com1" "\6""01" "\6""100" "\7""1" "\7""2345" "\7""3" "\6""21" "\7""2" "\7""3" "\699" "\6com" "\6id" "\6mail1" "\6o1" "\6yahoo" "\4tzee" "\4weh1" "\3kamoz" "\3maha01" "\7""11" "\10""23" "\11""5" "\10""35" "\7""22" "\10""50" "\7""450" "\10""6" "\7""69" "\7""7" "\785" "\7r1" "\10""6" "\5kasi" "\5moto" "\5zaki" "\4iyugi" "\3na123" "\5yana" "\4del1" "\4g123" "\5yang" "\4kee123" "\10""3" "\7""23" "\7""7" "\7s!" "\10""01" "\11""2" "\11""7" "\118" "\119" "\10""10" "\11""1" "\11""23" "\11""3" "\11""5" "\10""21" "\11""2" "\11""3" "\11""4" "\11""5" "\11""6" "\11""7" "\10""3" "\10""4" "\10""5" "\10""7" "\108" "\109" "\4nick1" "\4ochka" "\3q12wsx" "\3roslav" "\3semin" "\4meen1" "\5in123" "\7a" "\7e1" "\4sine" "\3ya123" "\5ya1" "\7ya" "\3zmin1" "\2brbnbyf" "\4julf" "\2e123456" "\3ah123" "\5baby1" "\6oy1" "\6uddy" "\5man" "\5right1" "\5yeah1" "\4r2000" "\10""7" "\108" "\109" "\7""10" "\10""1" "\5""3000" "\5book" "\4yea1" "\3llow!" "\7." "\7""00" "\10""1" "\10""2" "\10""7" "\108" "\109" "\7""10" "\10""1" "\10""234" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\7""20" "\10""1" "\10""2" "\10""3" "\10""4" "\10""5" "\10""7" "\7""33" "\7""44" "\10""5" "\7""55" "\7""66" "\109" "\7""77" "\788" "\799" "\7bird" "\7card" "\7dog" "\7rose" "\7stone" "\3revan" "\3s90125" "\4enia1" "\4hua1" "\4ican" "\4senia" "\5ica" "\6r1" "\4terday1" "\4wecan" "\4yes1" "\7yes" "\3tunde" "\3uemnhieu" "\2flt;lf" "\3nfirf" "\2ggdrasil" "\2ijeong" "\3ngyang1" "\6ing" "\4yang1" "\2jdbrjd" "\3o494g4su3" "\2o123456" "\3da123" "\5yoda" "\3gibear1" "\4urt1" "\4yakarta" "\3jimbo" "\3kohama" "\3landa1" "\7e" "\3mama!" "\7""123" "\7""2" "\7""3" "\6ma1" "\4isma" "\7o" "\4oma1" "\6ma1" "\10""2" "\3ndaime" "\4kers1" "\3ohoo1" "\3rkie1" "\5shire1" "\5town" "\3selin" "\5mite1" "\4hi123" "\6ki" "\3teamo" "\3uandi" "\7me1" "\11""2" "\5re1" "\7gay1" "\7mine" "\4know1" "\10it" "\4loveme" "\4ness" "\5g10" "\7""23" "\6""23" "\6blood" "\7uck1" "\6er" "\6love1" "\6man" "\7oney" "\4porn" "\4rface1" "\5gay1" "\5love" "\5m0m" "\6ama1" "\6om!" "\10." "\10""11" "\11""23" "\11""3" "\10""2" "\10""3" "\10""4" "\10""5" "\10""69" "\10""7" "\108" "\10ma1" "\7ther" "\6um1" "\5name1" "\5ock1" "\4smell" "\5sef" "\5uck!" "\10""123" "\10""2" "\10""3" "\4tube123" "\10""2" "\4wish1" "\4you1" "\7you" "\3ville" "\3yo1234" "\5yo!" "\7""123" "\7""2" "\7""3" "\7yo1" "\3zgat66" "\2u-gi-oh" "\3anyuan" "\3gioh123" "\7gx" "\3kimura" "\5yuki" "\3liana" "\3mmy123" "\6""69" "\4yum1" "\3nalesca" "\4gmoney1" "\4usemre" "\3pyup1" "\3suf123" "\2vette1" "\3onne123" "\790" "\2xcvbnm1" "\2y123456" "\3yyyy1" "\7yyyy" "\2zerman19" "\1z000000" "\3""10203" "\2""111111" "\4""2233" "\3""23321" "\5""456z" "\7z" "\5z123" "\3a4q7x2s5w8" "\3x2c3v4b5n6m7" "\3z1z1z1" "\4""2z3z4z5" "\2""28camaro" "\2""7777777" "\3895123" "\2a123456" "\3carias" "\5tecas1" "\4efron12" "\12""4" "\4h1234" "\5ariah" "\7y01" "\10""10" "\11""1" "\11""23" "\11""3" "\10""2" "\10""3" "\10""4" "\10""5" "\10""6" "\10""7" "\108" "\109" "\5ery1" "\4k1234" "\5ary1" "\5ery1" "\3ebalo" "\3harova" "\3ichik" "\3karia" "\4opane" "\3malek" "\4boni" "\4ora1" "\7no" "\3nder1" "\4essa" "\5tti" "\4getsu" "\4zibar1" "\3pata1" "\6ero" "\6os" "\3q!2wsx" "\4""11qaz" "\5""2345" "\7edc" "\7wsx" "\6wsxcde3" "\11zaq!@wsx" "\5@wsx" "\5qaz" "\5xsw2cde3" "\5zaq!" "\10""1" "\4werty" "\5sx123" "\7cderfv" "\4xsw123" "\7cde123" "\12vfr" "\4zaq1" "\7zaq" "\3ra123" "\5goza" "\5tustra" "\5zara" "\3sranka" "\3xscdvfbg" "\3yzay1" "\3za123" "\5za1" "\7za" "\2byszek" "\2cfvfzkexifz" "\2ebedee" "\4ra123" "\4ulon" "\3eshan" "\3itgeist" "\3lda123" "\6""64" "\3mfira" "\3naida" "\4ith1" "\4obia" "\3phyr1" "\4pelin1" "\5lin1" "\3ratul" "\4gling" "\4kalo" "\4matt" "\4o0000" "\5""1234" "\5""666" "\5cool1" "\5hour" "\5ordie" "\5zero" "\3us123" "\5zeus" "\3zette" "\2gmf-x20a" "\5x10a" "\6""20a" "\2hang123" "\6hao" "\6jian" "\10ng" "\6lei" "\6wei" "\6xin" "\6yang" "\3imakaimen" "\3ongguo" "\2idane10" "\7""5" "\3elony" "\3gazaga" "\4gy123" "\4zag1" "\3ldjian1" "\3mbabwe1" "\4mer483" "\7man1" "\12n" "\3naida" "\4dagi" "\4edine" "\3omek1" "\3pper1" "\5y123" "\3trone" "\3zou10" "\2mxncbv" "\2nt,zk.,k." "\2occola" "\3diac1" "\3egirl" "\4y101" "\6""234" "\4zoe1" "\3idberg" "\3lushka" "\3mbie123" "\10""3" "\7""666" "\109" "\7s1" "\3nnebloem" "\3okeeper" "\4lander1" "\5ogy" "\4m12345" "\5zoom1" "\4ropa" "\4york1" "\3rglub" "\4ro123" "\3ubida" "\2se$5rdx" "\5xdr5" "\4""4%rdx" "\5""5rdx" "\5rfv" "\5xdr5" "\5zse$" "\4xdrcft" "\2ucchero" "\3hause" "\3kunft" "\3zanka" "\6na1" "\2vezda1" "\2willinge" "\4nky1" "\2x123456789" "\5cv34" "\3asqw123" "\3c,./123" "\4""123123" "\7""456" "\7zxc123" "\4asd123" "\7qwe123" "\4qwe123" "\4v0987" "\5""123456" "\5""4321" "\5_1234" "\5asdfqwer" "\5b12345" "\6asdfg" "\6n11" "\10""23456" "\7""2" "\7""7" "\7m!" "\10,./" "\10." "\10""0" "\10""111" "\11""23456789" "\10""2" "\10""3" "\10""5" "\10""7" "\108" "\109" "\10asdfghjkl" "\10l" "\10mnbvcxz" "\10zxcvbnm" "\5fdsa" "\5qwer" "\5vcxz" "\5zxcv" "\4zxc123" "\7zxc" "\3zxzx1" "\7zx" "\2z123456" "\3aaqq11" "\3r1100" "\3xxccvv" "\3z123456" "\4xxxccc" "\4z1111" "\6""234" "\5xxxx" "\5z123" "\6z1" "\7z1" "\10zzz"; passwdqc-2.1.0/wordlist.h000060000000000000000000000001561515134124000153430ustar00rootroot00000000000000/* Generated with wordlist.sh */ #define WORDLIST_LENGTH_MAX 26 extern const char * const _passwdqc_wordlist; passwdqc-2.1.0/wordlist.sh000070000000000000000000000055631515134124000155360ustar00rootroot00000000000000#!/bin/bash # # This script (re)generates the built-in common password list for passwdqc # # Copyright (c) 2025 by Solar Designer # See LICENSE set -e trap 'echo "Terminated early" >&2' EXIT PIPE TERM COUNT1=100032 # corresponds to HIBPv8 2758+ hits COUNT2=63579 IN1="git -C ../john show b1cb78e1db0243f9dd4c9295c570f482eaf7236f:run/password.lst" IN2="cat ../john/run/password.lst" LIST=wordlist.lst TRY1=$LIST.try1 TRY2=$LIST.try2 PROG=wordlist C=$PROG.c H=$PROG.h # Pass 1: Include some common passwords (even if unneeded for our test case below) $IN1 | grep -vm $COUNT1 '^#!comment:' | grep -E '^.{7,}' | tr A-Z a-z | grep -Ev '^(jan|febr)uary|(septem|octo|novem|decem)ber$' | sort -u > $LIST set -o pipefail # grep above exits early and breaks the pipe from git test "`wc -l $LIST | cut -f1 -d' '`" -eq $COUNT2 # Pass 2: List all common passwords that passed check $IN2 | grep -v '^#!comment:' | LD_LIBRARY_PATH=. ./pwqcheck --multi -1 wordlist=$LIST | sed -n 's/^OK: // p' > $TRY1 # Pass 3: Add them to wordlist one by one as needed (previous ones may have eliminated the need) while IFS= read -r LINE; do echo "$LINE" | LD_LIBRARY_PATH=. ./pwqcheck -1 wordlist=$LIST > /dev/null && echo "$LINE" >> $LIST done < $TRY1 # Pass 4: Try removing them one by one (later ones may have eliminated the need) while IFS= read -r LINE; do grep -Fvxe "$LINE" $LIST > $TRY2 echo "$LINE" | LD_LIBRARY_PATH=. ./pwqcheck -1 wordlist=$TRY2 > /dev/null && continue set +o pipefail # "grep -q" may exit early and thus break the pipe LD_LIBRARY_PATH=. ./pwqcheck --multi -1 wordlist=$TRY2 < $TRY1 | grep -q '^OK: ' || mv $TRY2 $LIST set -o pipefail done < <(tail -n +$((COUNT2+1)) $LIST) # Pass 5: Omit passwords that are (maybe reversed) substrings of other passwords i=7 while :; do tr A-Z a-z < $LIST | sort -u | grep -E "^.{$((i+1)),}" > $TRY2 || break tr A-Z a-z < $LIST | sort -u | grep -E "^.{,$i}$" > $TRY1 ((++i)) grep -Fvxf <(grep -Fof $TRY1 $TRY2) $TRY1 > $LIST rev $LIST > $TRY1 grep -Fvxf <(grep -Fof $TRY1 $TRY2) $TRY1 | rev > $LIST cat $TRY2 >> $LIST done rm $TRY1 $TRY2 # Encode into a C program with a variation of Alec Muffett's DAWG compression exec > $C echo "/* Generated with ${0##*/} */" echo "#include \"$H\"" echo 'const char * const _passwdqc_wordlist =' prev= max=0 while IFS= read -r LINE; do if [ -z "$prev" ]; then printf '"%s\"' "$LINE" else a=$prev b=$LINE i=0 while (( i < ${#a} && i < ${#b} )) && [ "${a:i:1}" = "${b:i:1}" ]; do ((++i)) done test $i -le 30 || i=30 c=${b:i} c=${c/\\/\\\\} if [[ "$c" = [0-7]* ]]; then printf '\n"\\%o""%s\"' $((i+1)) "$c" else printf '\n"\\%o%s\"' $((i+1)) "$c" fi fi prev=$LINE if [ ${#prev} -gt $max ]; then max=${#prev} fi done < <(sort -u $LIST) echo ';' exec > $H echo "/* Generated with ${0##*/} */" echo "#define WORDLIST_LENGTH_MAX $max" echo 'extern const char * const _passwdqc_wordlist;' trap '' EXIT passwdqc-2.1.0/wordset_4k.c000060000000000000000000002106671515134124000155660ustar00rootroot00000000000000/* * English words for generation of easy to memorize random passphrases. * This list comes from the MakePass passphrase generator developed by * Dianelos Georgoudis , which was announced on * sci.crypt on 1997/10/24. Here's a relevant excerpt from that posting: * * > The 4096 words in the word list were chosen according to the following * > criteria: * > - each word must contain between 3 and 6 characters * > - each word must be a common English word * > - each word should be clearly different from each other * > word, orthographically or semantically * > * > The MakePass word list has been placed in the public domain * * At least two other sci.crypt postings by Dianelos Georgoudis also state * that the word list is in the public domain, and so did the web page at: * * https://web.archive.org/web/%2a/http://www.tecapro.com/makepass.html * * which existed until 2006 and is available from the Wayback Machine as of * this writing (March 2010). Specifically, the web page said: * * > The MakePass word list has been placed in the public domain. To download * > a copy click here. You can use the MakePass word list for many other * > purposes. * * "To download a copy click here" was a link to free/makepass.lst, which is * currently available via the Wayback Machine: * * https://web.archive.org/web/%2a/http://www.tecapro.com/free/makepass.lst * * Further lists of common English words were appended to the end to allow for * subsequent removal of "inappropriate" words from the initial list. * * Even though the original description of the list stated that "each word * must contain between 3 and 6 characters", there were two 7-character words. * These have been removed. * * Many "inappropriate" words have then been moved to near the end of list, so * that they're not used for generated passphrases. * * The code in passwdqc_check.c and passwdqc_random.c makes the following * assumptions about this list: * * - the first 4096 words are for random passphrase generation, and there are * at least this many words present; * - the words are of up to 6 characters long; * - although some words may contain capital letters, no two words differ by * the case of characters alone (e.g., converting the list to all-lowercase * would yield a list of as many unique words); * - the words contain alphabetical characters only; * - if an entire word on this list matches the initial substring of other * word(s) on the list, it is likely placed immediately before those words * (e.g., "bake", "baker", "bakery"), which speeds up the "word-based" check. * * Additionally, the default minimum passphrase length of 11 characters * specified in passwdqc_parse.c has been chosen such that a passphrase * consisting of any three words from this list with two separator * characters will pass the minimum length check. In other words, this * default assumes that no word is shorter than 3 characters. */ #include "wordset_4k.h" const char _passwdqc_wordset_4k[][WORDSET_4K_LENGTH_MAX] = { "Adam", "Alaska", "Alice", "Amazon", "Andrew", "Angola", "Antony", "April", "Arctic", "Athens", "Austin", "Baltic", "Berlin", "Bombay", "Bonn", "Boston", "Brazil", "Burma", "Cairo", "Canada", "Carl", "Carol", "Chile", "China", "Congo", "Cuba", "Cyprus", "Czech", "Dallas", "David", "Delhi", "Derby", "Diana", "Dublin", "East", "Eden", "Edward", "Eric", "Essex", "Europe", "Eve", "France", "Friday", "Gemini", "Geneva", "George", "Gloria", "Gothic", "Greece", "Hague", "Haiti", "Hanoi", "Harry", "Havana", "Hawaii", "Henry", "Hermes", "Idaho", "Inca", "India", "Iowa", "Iran", "Iraq", "Isaac", "Isabel", "Israel", "Italy", "Ivan", "Jack", "Jacob", "James", "Japan", "Java", "Jersey", "Jim", "John", "Jordan", "Joseph", "Judy", "July", "June", "Kansas", "Karl", "Kenya", "Korea", "Kuwait", "Laos", "Latin", "Leo", "Libya", "Lima", "Lisbon", "Liz", "London", "Louvre", "Lucy", "Luther", "Madrid", "Malta", "Maria", "Mars", "Mary", "Maya", "Mecca", "Mexico", "Miami", "Mickey", "Milan", "Monaco", "Monday", "Moscow", "Munich", "Naples", "Nepal", "Newark", "Nile", "North", "Norway", "Ohio", "Oscar", "Oslo", "Oxford", "Panama", "Paris", "Paul", "Peking", "Peru", "Peter", "Philip", "Poland", "Prague", "Quebec", "Rex", "Rhine", "Robert", "Roman", "Rome", "Rosa", "Russia", "Sahara", "Sam", "Saturn", "Seoul", "Somali", "Spain", "Sudan", "Suez", "Sunday", "Sweden", "Sydney", "Syria", "Taiwan", "Tarzan", "Taurus", "Tehran", "Teresa", "Texas", "Thomas", "Tibet", "Tokyo", "Tom", "Turkey", "Uganda", "Venice", "Venus", "Vienna", "Viking", "Virgo", "Warsaw", "West", "Yale", "Yemen", "York", "Zaire", "Zurich", "aback", "abbey", "abbot", "abide", "ablaze", "able", "aboard", "abode", "abound", "about", "above", "abroad", "abrupt", "absent", "absorb", "absurd", "abuse", "accent", "accept", "access", "accord", "accuse", "ace", "ache", "aching", "acid", "acidic", "acorn", "acre", "across", "act", "action", "active", "actor", "actual", "acute", "adapt", "add", "added", "addict", "adept", "adhere", "adjust", "admire", "admit", "adobe", "adopt", "adrift", "adult", "adverb", "advert", "aerial", "afar", "affair", "affect", "afford", "afield", "afloat", "afraid", "afresh", "after", "again", "age", "agency", "agenda", "agent", "aghast", "agile", "ago", "agony", "agree", "agreed", "ahead", "aid", "aide", "aim", "air", "airman", "airy", "akin", "alarm", "albeit", "album", "alert", "alibi", "alien", "alight", "align", "alike", "alive", "alkali", "all", "alley", "allied", "allow", "alloy", "ally", "almond", "almost", "aloft", "alone", "along", "aloof", "aloud", "alpha", "alpine", "also", "altar", "alter", "always", "amaze", "amber", "ambush", "amen", "amend", "amid", "amidst", "amiss", "among", "amount", "ample", "amuse", "anchor", "and", "anew", "angel", "anger", "angle", "angry", "animal", "ankle", "annoy", "annual", "answer", "anthem", "anti", "any", "anyhow", "anyway", "apart", "apathy", "apex", "apiece", "appeal", "appear", "apple", "apply", "apron", "arcade", "arcane", "arch", "ardent", "are", "area", "argue", "arid", "arise", "arm", "armful", "armpit", "army", "aroma", "around", "array", "arrest", "arrive", "arrow", "arson", "art", "artery", "artful", "artist", "ascent", "ashen", "ashore", "aside", "ask", "asleep", "aspect", "assay", "assent", "assert", "assess", "asset", "assign", "assist", "assume", "assure", "asthma", "astute", "asylum", "ate", "atlas", "atom", "atomic", "attach", "attack", "attain", "attend", "attic", "auburn", "audio", "audit", "august", "aunt", "auntie", "aura", "author", "auto", "autumn", "avail", "avenge", "avenue", "avert", "avid", "avoid", "await", "awake", "awaken", "award", "aware", "awash", "away", "awful", "awhile", "axes", "axiom", "axis", "axle", "aye", "baby", "back", "backup", "bacon", "bad", "badge", "badly", "bag", "baggy", "bail", "bait", "bake", "baker", "bakery", "bald", "ball", "ballad", "ballet", "ballot", "bamboo", "ban", "banal", "banana", "band", "bank", "bar", "barber", "bare", "barely", "barge", "bark", "barley", "barn", "baron", "barrel", "barren", "basalt", "base", "basic", "basil", "basin", "basis", "basket", "bass", "bat", "batch", "bath", "baton", "battle", "bay", "beach", "beacon", "beak", "beam", "bean", "bear", "beard", "beast", "beat", "beauty", "become", "bed", "beech", "beef", "beefy", "beep", "beer", "beet", "beetle", "before", "beggar", "begin", "behalf", "behave", "behind", "beige", "being", "belief", "bell", "belly", "belong", "below", "belt", "bench", "bend", "benign", "bent", "berry", "berth", "beset", "beside", "best", "bestow", "bet", "beta", "betray", "better", "beware", "beyond", "bias", "biceps", "bicker", "bid", "big", "bigger", "bike", "bile", "bill", "binary", "bind", "biopsy", "birch", "bird", "birdie", "birth", "bishop", "bit", "bite", "bitter", "blade", "blame", "bland", "blast", "blaze", "bleak", "blend", "bless", "blind", "blink", "blip", "bliss", "blitz", "block", "blond", "blood", "bloody", "bloom", "blot", "blouse", "blue", "bluff", "blunt", "blur", "blush", "boar", "board", "boast", "boat", "bodily", "body", "bogus", "boil", "bold", "bolt", "bomb", "bond", "bone", "bonnet", "bonus", "bony", "book", "boom", "boost", "boot", "booth", "border", "bore", "borrow", "bosom", "boss", "both", "bother", "bottle", "bottom", "bought", "bounce", "bound", "bounty", "bout", "bovine", "bow", "bowel", "bowl", "box", "boy", "boyish", "brace", "brain", "brainy", "brake", "bran", "branch", "brand", "brandy", "brass", "brave", "bravo", "breach", "bread", "break", "breath", "bred", "breed", "breeze", "brew", "brick", "bride", "bridge", "brief", "bright", "brim", "brine", "bring", "brink", "brisk", "broad", "broke", "broken", "bronze", "brook", "broom", "bruise", "brush", "brutal", "brute", "bubble", "buck", "bucket", "buckle", "budget", "buffet", "buggy", "build", "bulb", "bulge", "bulk", "bulky", "bull", "bullet", "bully", "bump", "bumpy", "bunch", "bundle", "bunk", "bunny", "burden", "bureau", "burial", "buried", "burly", "burn", "burrow", "burst", "bury", "bus", "bust", "bustle", "busy", "but", "butler", "butter", "button", "buy", "buyer", "buzz", "bye", "byte", "cab", "cabin", "cable", "cache", "cactus", "cage", "cake", "calf", "call", "caller", "calm", "calmly", "came", "camel", "camera", "camp", "campus", "can", "canal", "canary", "cancel", "cancer", "candid", "candle", "candy", "cane", "canine", "canoe", "canopy", "canvas", "canyon", "cap", "cape", "car", "carbon", "card", "care", "career", "caress", "cargo", "carp", "carpet", "carrot", "carry", "cart", "cartel", "case", "cash", "cask", "cast", "castle", "casual", "cat", "catch", "cater", "cattle", "caught", "causal", "cause", "cave", "cease", "celery", "cell", "cellar", "cement", "censor", "census", "cereal", "chain", "chair", "chalk", "chalky", "champ", "chance", "change", "chant", "chaos", "chap", "chapel", "charge", "charm", "chart", "chase", "chat", "cheap", "cheat", "check", "cheek", "cheeky", "cheer", "cheery", "cheese", "chef", "cherry", "chess", "chest", "chew", "chic", "chief", "child", "chill", "chilly", "chin", "chip", "choice", "choir", "choose", "chop", "choppy", "chord", "chorus", "chose", "chosen", "chrome", "chunk", "chunky", "cider", "cigar", "cinema", "circa", "circle", "circus", "cite", "city", "civic", "civil", "clad", "claim", "clammy", "clan", "clap", "clash", "clasp", "class", "clause", "claw", "clay", "clean", "clear", "clergy", "clerk", "clever", "click", "client", "cliff", "climb", "clinch", "cling", "clinic", "clip", "cloak", "clock", "clone", "close", "closer", "closet", "cloth", "cloud", "cloudy", "clout", "clown", "club", "clue", "clumsy", "clung", "clutch", "coach", "coal", "coarse", "coast", "coat", "coax", "cobalt", "cobra", "coca", "cocoa", "code", "coffee", "coffin", "cohort", "coil", "coin", "coke", "cold", "collar", "colon", "colony", "colt", "column", "comb", "combat", "come", "comedy", "comic", "commit", "common", "compel", "comply", "concur", "cone", "confer", "consul", "convex", "convey", "convoy", "cook", "cool", "cope", "copper", "copy", "coral", "cord", "core", "cork", "corn", "corner", "corps", "corpse", "corpus", "cortex", "cosmic", "cosmos", "cost", "costly", "cosy", "cotton", "couch", "cough", "could", "count", "county", "coup", "couple", "coupon", "course", "court", "cousin", "cove", "cover", "covert", "cow", "coward", "cowboy", "crab", "cradle", "craft", "crafty", "crag", "crane", "crap", "crash", "crate", "crater", "crawl", "crazy", "creak", "cream", "creamy", "create", "credit", "creed", "creek", "creep", "creepy", "crept", "crest", "crew", "cried", "crime", "crisis", "crisp", "critic", "croft", "crook", "crop", "cross", "crow", "crowd", "crown", "crude", "cruel", "cruise", "crunch", "crush", "crust", "crux", "cry", "crypt", "cube", "cubic", "cuckoo", "cuff", "cult", "cup", "curb", "cure", "curfew", "curl", "curry", "curse", "cursor", "curve", "custom", "cut", "cute", "cycle", "cyclic", "cynic", "dad", "dagger", "daily", "dairy", "daisy", "dale", "damage", "damn", "damp", "dampen", "dance", "danger", "dare", "dark", "darken", "dash", "data", "date", "dawn", "day", "dead", "deadly", "deaf", "deal", "dealer", "dean", "dear", "death", "debate", "debit", "debris", "debt", "debtor", "decade", "decay", "decent", "decide", "deck", "decor", "decree", "deduce", "deed", "deep", "deeply", "deer", "defeat", "defect", "defend", "defer", "define", "defy", "degree", "deity", "delay", "delete", "delta", "demand", "demise", "demo", "demon", "demure", "denial", "denote", "dense", "dental", "deny", "depart", "depend", "depict", "deploy", "depot", "depth", "deputy", "derive", "desert", "design", "desire", "desist", "desk", "detail", "detect", "deter", "detest", "detour", "device", "devise", "devoid", "devote", "devour", "dial", "diary", "dice", "dictum", "did", "die", "diesel", "diet", "differ", "digest", "digit", "dine", "dinghy", "dinner", "diode", "dire", "direct", "dirt", "dirty", "disc", "disco", "dish", "disk", "dismal", "dispel", "ditch", "dive", "divert", "divide", "divine", "dizzy", "docile", "dock", "doctor", "dog", "dogma", "dole", "doll", "dollar", "dolly", "domain", "dome", "domino", "donate", "done", "donkey", "donor", "doom", "door", "dorsal", "dose", "double", "doubt", "dough", "dour", "dove", "down", "dozen", "draft", "drag", "dragon", "drain", "drama", "drank", "draw", "drawer", "dread", "dream", "dreary", "dress", "drew", "dried", "drift", "drill", "drink", "drip", "drive", "driver", "drop", "drove", "drown", "drug", "drum", "drunk", "dry", "dual", "duck", "duct", "due", "duel", "duet", "duke", "dull", "duly", "dumb", "dummy", "dump", "dune", "dung", "duress", "during", "dusk", "dust", "dusty", "duty", "dwarf", "dwell", "dyer", "dying", "dynamo", "each", "eager", "eagle", "ear", "earl", "early", "earn", "earth", "ease", "easel", "easily", "easy", "eat", "eaten", "eater", "echo", "eddy", "edge", "edible", "edict", "edit", "editor", "eerie", "eerily", "effect", "effort", "egg", "ego", "eight", "eighth", "eighty", "either", "elbow", "elder", "eldest", "elect", "eleven", "elicit", "elite", "else", "elude", "elves", "embark", "emblem", "embryo", "emerge", "emit", "empire", "employ", "empty", "enable", "enamel", "end", "endure", "enemy", "energy", "engage", "engine", "enjoy", "enlist", "enough", "ensure", "entail", "enter", "entire", "entry", "envoy", "envy", "enzyme", "epic", "epoch", "equal", "equate", "equip", "equity", "era", "erode", "errant", "error", "escape", "essay", "estate", "esteem", "ethic", "ethnic", "evade", "even", "event", "ever", "every", "evict", "evil", "evoke", "evolve", "exact", "exam", "exceed", "excel", "except", "excess", "excise", "excite", "excuse", "exempt", "exert", "exile", "exist", "exit", "exotic", "expand", "expect", "expert", "expire", "export", "expose", "extend", "extra", "eye", "eyed", "fabric", "face", "fact", "factor", "fade", "fail", "faint", "fair", "fairly", "fairy", "faith", "fake", "falcon", "fall", "false", "falter", "fame", "family", "famine", "famous", "fan", "fancy", "far", "farce", "fare", "farm", "farmer", "fast", "fasten", "faster", "fat", "fatal", "fate", "father", "fatty", "fault", "faulty", "fauna", "fear", "feast", "feat", "fed", "fee", "feeble", "feed", "feel", "feet", "fell", "fellow", "felt", "female", "fence", "fend", "ferry", "fetal", "fetch", "feudal", "fever", "few", "fewer", "fiance", "fiasco", "fiddle", "field", "fiend", "fierce", "fiery", "fifth", "fifty", "fig", "fight", "figure", "file", "fill", "filled", "filler", "film", "filter", "filth", "filthy", "final", "finale", "find", "fine", "finger", "finish", "finite", "fire", "firm", "firmly", "first", "fiscal", "fish", "fisher", "fist", "fit", "fitful", "five", "fix", "flag", "flair", "flak", "flame", "flank", "flap", "flare", "flash", "flask", "flat", "flaw", "fled", "flee", "fleece", "fleet", "flesh", "fleshy", "flew", "flick", "flight", "flimsy", "flint", "float", "flock", "flood", "floor", "floppy", "flora", "floral", "flour", "flow", "flower", "fluent", "fluffy", "fluid", "flung", "flurry", "flush", "flute", "flux", "fly", "flyer", "foal", "foam", "focal", "focus", "fog", "foil", "fold", "folk", "follow", "folly", "fond", "fondly", "font", "food", "fool", "foot", "for", "forbid", "force", "ford", "forest", "forge", "forget", "fork", "form", "formal", "format", "former", "fort", "forth", "forty", "forum", "fossil", "foster", "foul", "found", "four", "fourth", "fox", "foyer", "frail", "frame", "franc", "frank", "fraud", "free", "freed", "freely", "freer", "freeze", "frenzy", "fresh", "friar", "fridge", "fried", "friend", "fright", "fringe", "frock", "frog", "from", "front", "frost", "frosty", "frown", "frozen", "frugal", "fruit", "fudge", "fuel", "fulfil", "full", "fully", "fun", "fund", "funny", "fur", "furry", "fury", "fuse", "fusion", "fuss", "fussy", "futile", "future", "fuzzy", "gadget", "gain", "gala", "galaxy", "gale", "gall", "galley", "gallon", "gallop", "gamble", "game", "gamma", "gang", "gap", "garage", "garden", "garlic", "gas", "gasp", "gate", "gather", "gauge", "gaunt", "gave", "gaze", "gear", "geese", "gender", "gene", "genial", "genius", "genre", "gentle", "gently", "gentry", "genus", "get", "ghetto", "ghost", "giant", "gift", "giggle", "gill", "gilt", "ginger", "girl", "give", "given", "glad", "glade", "glance", "gland", "glare", "glass", "glassy", "gleam", "glee", "glide", "global", "globe", "gloom", "gloomy", "glory", "gloss", "glossy", "glove", "glow", "glue", "goal", "goat", "gold", "golden", "golf", "gone", "gong", "good", "goose", "gorge", "gory", "gosh", "gossip", "got", "govern", "gown", "grab", "grace", "grade", "grain", "grand", "grant", "grape", "graph", "grasp", "grass", "grassy", "grate", "grave", "gravel", "gravy", "grease", "greasy", "great", "greed", "greedy", "green", "greet", "grew", "grid", "grief", "grill", "grim", "grin", "grind", "grip", "grit", "gritty", "groan", "groin", "groom", "groove", "gross", "ground", "group", "grove", "grow", "grown", "growth", "grudge", "grunt", "guard", "guess", "guest", "guide", "guild", "guilt", "guilty", "guise", "guitar", "gulf", "gully", "gun", "gunman", "guru", "gut", "guy", "habit", "hack", "had", "hail", "hair", "hairy", "hale", "half", "hall", "halt", "hamlet", "hammer", "hand", "handle", "handy", "hang", "hangar", "happen", "happy", "harass", "hard", "harder", "hardly", "hare", "harem", "harm", "harp", "harsh", "has", "hash", "hassle", "haste", "hasten", "hasty", "hat", "hatch", "hate", "haul", "haunt", "have", "haven", "havoc", "hawk", "hazard", "haze", "hazel", "hazy", "head", "heal", "health", "heap", "hear", "heard", "heart", "hearth", "hearty", "heat", "heater", "heaven", "heavy", "heck", "hectic", "hedge", "heel", "hefty", "height", "heir", "held", "helium", "helix", "hell", "hello", "helm", "helmet", "help", "hemp", "hence", "her", "herald", "herb", "herd", "here", "hereby", "hernia", "hero", "heroic", "hey", "heyday", "hick", "hidden", "hide", "high", "higher", "highly", "hill", "him", "hind", "hint", "hire", "his", "hiss", "hit", "hive", "hoard", "hoarse", "hobby", "hockey", "hold", "holder", "hole", "hollow", "holly", "holy", "home", "honest", "honey", "hood", "hook", "hope", "horn", "horrid", "horror", "horse", "hose", "host", "hot", "hotel", "hound", "hour", "house", "hover", "how", "huge", "hull", "human", "humane", "humble", "humid", "hung", "hunger", "hungry", "hunt", "hurdle", "hurl", "hurry", "hurt", "hush", "hut", "hybrid", "hymn", "hyphen", "ice", "icing", "icon", "idea", "ideal", "idiom", "idiot", "idle", "idly", "idol", "ignite", "ignore", "ill", "image", "immune", "impact", "imply", "import", "impose", "inch", "income", "incur", "indeed", "index", "indoor", "induce", "inept", "inert", "infant", "infect", "infer", "influx", "inform", "inject", "injure", "injury", "inlaid", "inland", "inlet", "inmate", "inn", "innate", "inner", "input", "insane", "insect", "insert", "inset", "inside", "insist", "insult", "insure", "intact", "intake", "intend", "inter", "into", "invade", "invent", "invest", "invite", "invoke", "inward", "iron", "ironic", "irony", "island", "isle", "issue", "itch", "item", "itself", "ivory", "jacket", "jade", "jaguar", "jail", "jargon", "jaw", "jazz", "jeep", "jelly", "jerky", "jest", "jet", "jewel", "job", "jock", "jockey", "join", "joke", "jolly", "jolt", "joy", "joyful", "joyous", "judge", "juice", "juicy", "jumble", "jumbo", "jump", "jungle", "junior", "junk", "junta", "jury", "just", "karate", "keel", "keen", "keep", "keeper", "kept", "kernel", "kettle", "key", "khaki", "kick", "kid", "kidnap", "kidney", "kin", "kind", "kindly", "king", "kiss", "kite", "kitten", "knack", "knee", "knew", "knife", "knight", "knit", "knob", "knock", "knot", "know", "known", "label", "lace", "lack", "lad", "ladder", "laden", "lady", "lagoon", "laity", "lake", "lamb", "lame", "lamp", "lance", "land", "lane", "lap", "lapse", "large", "larval", "laser", "last", "latch", "late", "lately", "latent", "later", "latest", "latter", "laugh", "launch", "lava", "lavish", "law", "lawful", "lawn", "lawyer", "lay", "layer", "layman", "lazy", "lead", "leader", "leaf", "leafy", "league", "leak", "leaky", "lean", "leap", "learn", "lease", "leash", "least", "leave", "led", "ledge", "left", "leg", "legacy", "legal", "legend", "legion", "lemon", "lend", "length", "lens", "lent", "leper", "lesion", "less", "lessen", "lesser", "lesson", "lest", "let", "lethal", "letter", "level", "lever", "levy", "lewis", "liable", "liar", "libel", "lice", "lid", "lie", "lied", "life", "lift", "light", "like", "likely", "limb", "lime", "limit", "limp", "line", "linear", "linen", "linger", "link", "lion", "lip", "liquid", "liquor", "list", "listen", "lit", "live", "lively", "liver", "lizard", "load", "loaf", "loan", "lobby", "lobe", "local", "locate", "lock", "locus", "lodge", "loft", "lofty", "log", "logic", "logo", "lone", "lonely", "long", "longer", "look", "loop", "loose", "loosen", "loot", "lord", "lorry", "lose", "loss", "lost", "lot", "lotion", "lotus", "loud", "loudly", "lounge", "lousy", "love", "lovely", "low", "lower", "lowest", "loyal", "lucid", "luck", "lucky", "lull", "lump", "lumpy", "lunacy", "lunar", "lunch", "lung", "lure", "lurid", "lush", "lust", "lute", "luxury", "lying", "lymph", "lynch", "lyric", "macho", "macro", "mad", "madam", "made", "mafia", "magic", "magma", "magnet", "magnum", "maid", "maiden", "mail", "main", "mainly", "major", "make", "maker", "male", "malice", "mall", "malt", "mammal", "manage", "mane", "mania", "manic", "manner", "manor", "mantle", "manual", "manure", "many", "map", "maple", "marble", "march", "mare", "margin", "marina", "mark", "market", "marry", "marsh", "martin", "martyr", "mask", "mason", "mass", "mast", "match", "mate", "matrix", "matter", "mature", "maxim", "may", "maybe", "mayor", "maze", "mead", "meadow", "meal", "mean", "meant", "meat", "medal", "media", "median", "medic", "medium", "meet", "mellow", "melody", "melon", "melt", "member", "memo", "memory", "menace", "mend", "mental", "mentor", "menu", "mercy", "mere", "merely", "merge", "merger", "merit", "merry", "mesh", "mess", "messy", "met", "metal", "meter", "method", "methyl", "metric", "metro", "mid", "midday", "middle", "midst", "midway", "might", "mighty", "mild", "mildew", "mile", "milk", "milky", "mill", "mimic", "mince", "mind", "mine", "mini", "mink", "minor", "mint", "minus", "minute", "mirror", "mirth", "misery", "miss", "mist", "misty", "mite", "mix", "moan", "moat", "mobile", "mock", "mode", "model", "modem", "modern", "modest", "modify", "module", "moist", "molar", "mole", "molten", "moment", "money", "monies", "monk", "monkey", "month", "mood", "moody", "moon", "moor", "moral", "morale", "morbid", "more", "morgue", "mortal", "mortar", "mosaic", "mosque", "moss", "most", "mostly", "moth", "mother", "motion", "motive", "motor", "mould", "mount", "mourn", "mouse", "mouth", "move", "movie", "much", "muck", "mucus", "mud", "muddle", "muddy", "mule", "mummy", "murky", "murmur", "muscle", "museum", "music", "mussel", "must", "mutant", "mute", "mutiny", "mutter", "mutton", "mutual", "muzzle", "myopic", "myriad", "myself", "mystic", "myth", "nadir", "nail", "name", "namely", "nape", "napkin", "narrow", "nasal", "nasty", "nation", "native", "nature", "nausea", "naval", "nave", "navy", "near", "nearer", "nearly", "neat", "neatly", "neck", "need", "needle", "needy", "negate", "neon", "nephew", "nerve", "nest", "neural", "never", "newly", "next", "nice", "nicely", "niche", "nickel", "niece", "night", "nimble", "nine", "ninety", "ninth", "noble", "nobody", "node", "noise", "noisy", "non", "none", "noon", "nor", "norm", "normal", "nose", "nosy", "not", "note", "notice", "notify", "notion", "nought", "noun", "novel", "novice", "now", "nozzle", "null", "numb", "number", "nurse", "nylon", "nymph", "oak", "oasis", "oath", "obese", "obey", "object", "oblige", "oboe", "obtain", "occult", "occupy", "occur", "ocean", "octave", "odd", "off", "offend", "offer", "office", "offset", "often", "oil", "oily", "okay", "old", "older", "oldest", "olive", "omega", "omen", "omit", "once", "one", "onion", "only", "onset", "onto", "onus", "onward", "opaque", "open", "openly", "opera", "oppose", "optic", "option", "oracle", "orange", "orbit", "orchid", "ordeal", "order", "organ", "orient", "origin", "ornate", "orphan", "other", "otter", "ought", "ounce", "our", "out", "outer", "output", "outset", "oval", "oven", "over", "overt", "owe", "owing", "owl", "own", "owner", "oxide", "oxygen", "oyster", "ozone", "pace", "pack", "packet", "pact", "paddle", "paddy", "pagan", "page", "paid", "pain", "paint", "pair", "palace", "pale", "palm", "panel", "panic", "papa", "papal", "paper", "parade", "parcel", "pardon", "parent", "parish", "park", "parody", "parrot", "part", "partly", "party", "pass", "past", "paste", "pastel", "pastor", "pastry", "pat", "patch", "patent", "path", "patio", "patrol", "patron", "pause", "pave", "pawn", "pay", "peace", "peach", "peak", "pear", "pearl", "pedal", "peel", "peer", "pelvic", "pelvis", "pen", "penal", "pence", "pencil", "penny", "people", "pepper", "per", "perch", "peril", "period", "perish", "permit", "person", "pest", "petite", "petrol", "petty", "phase", "phone", "photo", "phrase", "piano", "pick", "picket", "picnic", "pie", "piece", "pier", "pierce", "piety", "pig", "pigeon", "piggy", "pike", "pile", "pill", "pillar", "pillow", "pilot", "pin", "pinch", "pine", "pink", "pint", "pious", "pipe", "pirate", "pistol", "piston", "pit", "pitch", "pity", "pivot", "pixel", "pizza", "place", "placid", "plague", "plain", "plan", "plane", "planet", "plank", "plant", "plasma", "plate", "play", "player", "plea", "plead", "please", "pledge", "plenty", "plenum", "plight", "plot", "ploy", "plug", "plum", "plump", "plunge", "plural", "plus", "plush", "pocket", "poem", "poet", "poetic", "poetry", "point", "poison", "polar", "pole", "police", "policy", "polite", "poll", "pollen", "polo", "pond", "ponder", "pony", "pool", "poor", "poorly", "pop", "pope", "poppy", "pore", "pork", "port", "portal", "pose", "posh", "post", "postal", "potato", "potent", "pouch", "pound", "pour", "powder", "power", "praise", "pray", "prayer", "preach", "prefer", "prefix", "press", "pretty", "price", "pride", "priest", "primal", "prime", "prince", "print", "prior", "prism", "prison", "privy", "prize", "probe", "profit", "prompt", "prone", "proof", "propel", "proper", "prose", "proton", "proud", "prove", "proven", "proxy", "prune", "psalm", "pseudo", "psyche", "pub", "public", "puff", "pull", "pulp", "pulpit", "pulsar", "pulse", "pump", "punch", "punish", "punk", "pupil", "puppet", "puppy", "pure", "purely", "purge", "purify", "purple", "purse", "pursue", "push", "pushy", "put", "putt", "puzzle", "quaint", "quake", "quarry", "quartz", "quay", "queen", "query", "quest", "queue", "quick", "quid", "quiet", "quilt", "quirk", "quit", "quite", "quiver", "quiz", "quota", "quote", "rabbit", "race", "racial", "racism", "rack", "racket", "radar", "radio", "radish", "radius", "raffle", "raft", "rage", "raid", "rail", "rain", "rainy", "raise", "rally", "ramp", "random", "range", "rank", "ransom", "rapid", "rare", "rarely", "rarity", "rash", "rat", "rate", "rather", "ratify", "ratio", "rattle", "rave", "raven", "raw", "ray", "razor", "reach", "react", "read", "reader", "ready", "real", "really", "realm", "reap", "rear", "reason", "rebel", "recall", "recent", "recess", "recipe", "reckon", "record", "recoup", "rector", "red", "redeem", "reduce", "reed", "reef", "refer", "reform", "refuge", "refuse", "regal", "regard", "regent", "regime", "region", "regret", "reign", "reject", "relate", "relax", "relay", "relic", "relief", "relish", "rely", "remain", "remark", "remedy", "remind", "remit", "remote", "remove", "renal", "render", "rent", "rental", "repair", "repeal", "repeat", "repent", "reply", "report", "rescue", "resent", "reside", "resign", "resin", "resist", "resort", "rest", "result", "resume", "retail", "retain", "retina", "retire", "return", "reveal", "review", "revise", "revive", "revolt", "reward", "rhino", "rhyme", "rhythm", "ribbon", "rice", "rich", "rick", "rid", "ride", "rider", "ridge", "rife", "rifle", "rift", "right", "rigid", "ring", "rinse", "riot", "ripe", "ripen", "ripple", "rise", "risk", "risky", "rite", "ritual", "rival", "river", "road", "roar", "roast", "rob", "robe", "robin", "robot", "robust", "rock", "rocket", "rocky", "rod", "rode", "rodent", "rogue", "role", "roll", "roof", "room", "root", "rope", "rose", "rosy", "rotate", "rotor", "rotten", "rouge", "rough", "round", "route", "rover", "row", "royal", "rubble", "ruby", "rudder", "rude", "rugby", "ruin", "rule", "ruler", "rumble", "rump", "run", "rune", "rung", "runway", "rural", "rush", "rust", "rustic", "rusty", "sack", "sacred", "sad", "saddle", "sadly", "safari", "safe", "safely", "safer", "safety", "saga", "sage", "said", "sail", "sailor", "saint", "sake", "salad", "salary", "sale", "saline", "saliva", "salmon", "saloon", "salt", "salty", "salute", "same", "sample", "sand", "sandy", "sane", "sash", "satin", "satire", "sauce", "sauna", "savage", "save", "say", "scale", "scalp", "scan", "scant", "scar", "scarce", "scare", "scarf", "scary", "scene", "scenic", "scent", "school", "scope", "score", "scorn", "scotch", "scout", "scrap", "scream", "screen", "script", "scroll", "scrub", "scum", "sea", "seal", "seam", "seaman", "search", "season", "seat", "second", "secret", "sect", "sector", "secure", "see", "seed", "seeing", "seek", "seem", "seize", "seldom", "select", "self", "sell", "seller", "semi", "senate", "send", "senile", "senior", "sense", "sensor", "sent", "sentry", "sequel", "serene", "serial", "series", "sermon", "serum", "serve", "server", "set", "settle", "seven", "severe", "sewage", "shabby", "shade", "shadow", "shady", "shaft", "shaggy", "shah", "shake", "shaky", "shall", "sham", "shame", "shape", "share", "shark", "sharp", "shawl", "she", "shear", "sheen", "sheep", "sheer", "sheet", "shelf", "shell", "sherry", "shield", "shift", "shine", "shiny", "ship", "shire", "shirt", "shiver", "shock", "shoe", "shook", "shoot", "shop", "shore", "short", "shot", "should", "shout", "show", "shower", "shrank", "shrewd", "shrill", "shrimp", "shrine", "shrink", "shrub", "shrug", "shut", "shy", "shyly", "sick", "side", "siege", "sigh", "sight", "sigma", "sign", "signal", "silent", "silk", "silken", "silky", "sill", "silly", "silver", "simple", "simply", "since", "sinful", "sing", "singer", "single", "sink", "sir", "siren", "sister", "sit", "site", "six", "sixth", "sixty", "size", "sketch", "skill", "skin", "skinny", "skip", "skirt", "skull", "sky", "slab", "slack", "slain", "slam", "slang", "slap", "slate", "slater", "sleek", "sleep", "sleepy", "sleeve", "slice", "slick", "slid", "slide", "slight", "slim", "slimy", "sling", "slip", "slit", "slogan", "slope", "sloppy", "slot", "slow", "slowly", "slug", "slum", "slump", "smack", "small", "smart", "smash", "smear", "smell", "smelly", "smelt", "smile", "smoke", "smoky", "smooth", "smug", "snack", "snail", "snake", "snap", "snatch", "sneak", "snow", "snowy", "snug", "soak", "soap", "sober", "soccer", "social", "sock", "socket", "soda", "sodden", "sodium", "sofa", "soft", "soften", "softly", "soggy", "soil", "solar", "sold", "sole", "solely", "solemn", "solid", "solo", "solve", "some", "son", "sonar", "sonata", "song", "sonic", "soon", "sooner", "soot", "soothe", "sordid", "sore", "sorrow", "sorry", "sort", "soul", "sound", "soup", "sour", "source", "space", "spade", "span", "spare", "spark", "sparse", "spasm", "spat", "spate", "speak", "spear", "speech", "speed", "speedy", "spell", "spend", "sphere", "spice", "spicy", "spider", "spiky", "spill", "spin", "spinal", "spine", "spiral", "spirit", "spit", "spite", "splash", "split", "spoil", "spoke", "sponge", "spoon", "sport", "spot", "spouse", "spray", "spread", "spree", "spring", "sprint", "spur", "squad", "square", "squash", "squat", "squid", "stab", "stable", "stack", "staff", "stage", "stain", "stair", "stake", "stale", "stall", "stamp", "stance", "stand", "staple", "star", "starch", "stare", "stark", "start", "starve", "state", "static", "statue", "status", "stay", "stead", "steady", "steak", "steal", "steam", "steel", "steep", "steer", "stem", "stench", "step", "stereo", "stern", "stew", "stick", "sticky", "stiff", "stifle", "stigma", "still", "sting", "stint", "stir", "stitch", "stock", "stocky", "stone", "stony", "stool", "stop", "store", "storm", "stormy", "story", "stout", "stove", "strain", "strait", "strand", "strap", "strata", "straw", "stray", "streak", "stream", "street", "stress", "strict", "stride", "strife", "strike", "string", "strive", "stroke", "stroll", "strong", "stud", "studio", "study", "stuff", "stuffy", "stunt", "stupid", "sturdy", "style", "submit", "subtle", "subtly", "suburb", "such", "sudden", "sue", "suffer", "sugar", "suit", "suite", "suitor", "sullen", "sultan", "sum", "summer", "summit", "summon", "sun", "sunny", "sunset", "super", "superb", "supper", "supple", "supply", "sure", "surely", "surf", "surge", "survey", "suture", "swamp", "swan", "swap", "swarm", "sway", "swear", "sweat", "sweaty", "sweep", "sweet", "swell", "swift", "swim", "swine", "swing", "swirl", "switch", "sword", "swore", "symbol", "synod", "syntax", "syrup", "system", "table", "tablet", "taboo", "tacit", "tackle", "tact", "tactic", "tail", "tailor", "take", "tale", "talent", "talk", "tall", "tally", "tame", "tandem", "tangle", "tank", "tap", "tape", "target", "tariff", "tart", "task", "taste", "tasty", "tattoo", "taut", "tavern", "tax", "taxi", "tea", "teach", "teak", "team", "tear", "tease", "tech", "teeth", "tell", "temper", "temple", "tempo", "tempt", "ten", "tenant", "tend", "tender", "tendon", "tennis", "tenor", "tense", "tensor", "tent", "tenth", "tenure", "term", "terror", "test", "text", "than", "thank", "that", "the", "their", "them", "theme", "then", "thence", "theory", "there", "these", "thesis", "they", "thick", "thief", "thigh", "thin", "thing", "think", "third", "thirst", "thirty", "this", "thorn", "those", "though", "thread", "threat", "three", "thrill", "thrive", "throat", "throne", "throng", "throw", "thud", "thug", "thumb", "thus", "thyme", "tick", "ticket", "tidal", "tide", "tidy", "tie", "tier", "tiger", "tight", "tile", "till", "tilt", "timber", "time", "timid", "tin", "tiny", "tip", "tissue", "title", "toad", "toast", "today", "toilet", "token", "told", "toll", "tomato", "tomb", "tonal", "tone", "tongue", "tonic", "too", "took", "tool", "tooth", "top", "topaz", "topic", "torch", "torque", "torso", "tort", "toss", "total", "touch", "tough", "tour", "toward", "towel", "tower", "town", "toxic", "toxin", "trace", "track", "tract", "trade", "tragic", "trail", "train", "trait", "tram", "trance", "trap", "trauma", "travel", "tray", "tread", "treat", "treaty", "treble", "tree", "trek", "tremor", "trench", "trend", "trendy", "trial", "tribal", "tribe", "trick", "tricky", "tried", "trifle", "trim", "trio", "trip", "triple", "troop", "trophy", "trot", "trough", "trout", "truce", "truck", "true", "truly", "trunk", "trust", "truth", "try", "tsar", "tube", "tumble", "tuna", "tundra", "tune", "tung", "tunic", "tunnel", "turban", "turf", "turn", "turtle", "tutor", "tweed", "twelve", "twenty", "twice", "twin", "twist", "two", "tycoon", "tying", "type", "tyrant", "ugly", "ulcer", "ultra", "umpire", "unable", "uncle", "under", "uneasy", "unfair", "unify", "union", "unique", "unit", "unite", "unity", "unlike", "unrest", "unruly", "until", "update", "upheld", "uphill", "uphold", "upon", "uproar", "upset", "upshot", "uptake", "upturn", "upward", "urban", "urge", "urgent", "urging", "usable", "usage", "use", "useful", "user", "usual", "utmost", "utter", "vacant", "vacuum", "vague", "vain", "valet", "valid", "valley", "value", "valve", "van", "vanish", "vanity", "vary", "vase", "vast", "vat", "vault", "vector", "veil", "vein", "velvet", "vendor", "veneer", "venom", "vent", "venue", "verb", "verbal", "verge", "verify", "verity", "verse", "versus", "very", "vessel", "vest", "veto", "via", "viable", "vicar", "vice", "victim", "victor", "video", "view", "vigil", "vile", "villa", "vine", "vinyl", "viola", "violet", "violin", "viral", "virtue", "virus", "visa", "vision", "visit", "visual", "vital", "vivid", "vocal", "vodka", "vogue", "voice", "void", "volley", "volume", "vomit", "vote", "vowel", "voyage", "vulgar", "wade", "wage", "waist", "wait", "waiter", "wake", "walk", "walker", "wall", "wallet", "walnut", "wander", "want", "war", "warden", "warm", "warmth", "warn", "warp", "wary", "was", "wash", "wasp", "waste", "watch", "water", "watery", "wave", "way", "weak", "weaken", "wealth", "weapon", "wear", "weary", "wedge", "wee", "week", "weekly", "weep", "weight", "weird", "well", "were", "wet", "whale", "wharf", "what", "wheat", "wheel", "when", "whence", "where", "which", "whiff", "whig", "while", "whim", "whip", "who", "whole", "wholly", "whom", "whose", "why", "wide", "widely", "widen", "wider", "widow", "width", "wife", "wild", "wildly", "wilful", "will", "willow", "win", "wind", "window", "windy", "wine", "wing", "wink", "winner", "winter", "wipe", "wire", "wisdom", "wise", "wish", "wit", "witch", "with", "within", "witty", "wizard", "woke", "wolf", "wolves", "woman", "womb", "won", "wonder", "wood", "wooden", "woods", "woody", "wool", "word", "work", "worker", "world", "worm", "worry", "worse", "worst", "worth", "worthy", "would", "wound", "wrap", "wrath", "wreath", "wreck", "wright", "wrist", "writ", "write", "writer", "wrong", "xerox", "yacht", "yard", "yarn", "yeah", "year", "yeast", "yet", "yield", "yogurt", "yolk", "you", "young", "your", "youth", "zeal", "zebra", "zenith", "zero", "zigzag", "zinc", "zombie", "zone", "Africa", /* we had "Europe" */ "Asia", "South", /* we had the other 3, but not this one */ "anyone", /* some previously missed very common English words */ "born", "dancer", "its", "little", "man", "new", "news", "others", "yes", "admin", /* words common in computing */ "avatar", "codec", "laptop", "online", "tweet", "aisle", /* BIP-0039 */ "amused", "arena", "armed", "banner", "boring", "buddy", "bunker", "burger", "cannon", "casino", "churn", "clog", "clump", "coyote", "cram", "crouch", "daring", "embody", "enact", "enrich", "erase", "erupt", "ethics", "fiber", "flip", "gym", "hen", "hip", "hiphop", "hub", "inhale", "jar", "jeans", "kit", "kiwi", "lab", "lumber", "lyrics", "mango", "marine", "math", "mixed", "muffin", "naive", "net", "noodle", "nut", "odor", "panda", "peanut", "pet", "pluck", "purity", "ranch", "renew", "reopen", "rib", "rookie", "rubber", "rug", "salon", "scheme", "setup", "shed", "shove", "skate", "ski", "slush", "sniff", "spawn", "spike", "spy", "stairs", "subway", "tag", "tired", "toe", "topple", "toy", "trash", "undo", "unfold", "unlock", "unveil", "upper", "used", "wagon", "weasel", "web", "zoo", "ant", /* more previously missed common English words */ "bee", "cookie", "cop", "cops", "dig", "digger", "dining", "extent", "gifted", "hornet", "hunter", "living", "lots", "makeup", "nearby", "nod", "odds", "pan", "pant", "porch", "raptor", "rating", "sales", "saving", "scared", "sin", "sinner", "sins", "stella", "tango", "terms", "thanks", "united", "unless", "viewer", "voter", "voters", "weigh", "works", "yell", "yours", "arms", /* gutenberg-19xx-lowercase-words-1000plus.txt top 1000 */ "asked", "became", "been", "began", "books", "boys", "called", "cannot", "closed", "comes", "coming", "days", "died", "does", "doing", "drawn", "ears", "eyes", "faces", "fallen", "fixed", "girls", "giving", "goes", "going", "hands", "having", "horses", "hours", "houses", "knows", "laid", "leaves", "legs", "lifted", "liked", "lines", "lips", "lived", "lives", "looked", "looks", "loved", "makes", "making", "means", "men", "miles", "months", "moved", "moving", "needed", "nodded", "opened", "papers", "passed", "paused", "picked", "placed", "places", "played", "pounds", "pulled", "raised", "ran", "rooms", "sat", "saw", "saying", "says", "seemed", "seems", "seen", "showed", "smiled", "spent", "stared", "steps", "stood", "struck", "taken", "taking", "talked", "tears", "things", "threw", "times", "trees", "trying", "turned", "waited", "walked", "walls", "wanted", "ways", "weeks", "went", "wished", "women", "words", "wore", "worked", "wrote", "years", "asking", /* gutenberg-19xx-lowercase-words-1000plus.txt top 2000 */ "begun", "birds", "bodies", "bones", "boots", "bowed", "built", "calls", "cards", "cared", "cases", "caused", "ceased", "chairs", "cheeks", "clouds", "crying", "damned", "dared", "dim", "dogs", "doors", "dreams", "driven", "ended", "ends", "events", "faced", "facts", "faded", "failed", "feared", "fields", "fired", "flying", "forced", "forgot", "formed", "fought", "gazed", "gets", "gives", "guests", "guns", "handed", "hated", "heads", "hearts", "helped", "hers", "hills", "hoped", "ideas", "joined", "jumped", "kissed", "knees", "ladies", "larger", "laws", "lies", "lights", "locked", "marked", "minds", "missed", "named", "names", "needs", "nerves", "nights", "noted", "notes", "ones", "orders", "parts", "pieces", "plans", "points", "powers", "proved", "pushed", "rang", "riding", "rising", "rocks", "rolled", "rushed", "sank", "saved", "seated", "seized", "served", "ships", "shoes", "shown", "sides", "sighed", "signs", "slept", "sought", "sounds", "spoken", "sprang", "stars", "stayed", "stones", "stuck", "swept", "swung", "takes", "taught", "thinks", "thrown", "tied", "turns", "voices", "wants", "waters", "whilst", "worn", "yards", "acted", /* gutenberg-19xx-lowercase-words-1000plus.txt top 3000 */ "acting", "ages", "arose", "banks", "beaten", "beg", "begged", "begins", "beings", "blank", "boats", "bored", "brains", "brow", "bushes", "cars", "cent", "cities", "coldly", "cries", "cursed", "dashed", "deeper", "depths", "duties", "easier", "eating", "eggs", "facing", "fears", "feels", "finds", "fires", "fitted", "folded", "folks", "forces", "forms", "gained", "gasped", "gates", "gazing", "gods", "goods", "grimly", "habits", "halted", "hatred", "heels", "hid", "hiding", "hopes", "hoping", "inches", "jewels", "keeps", "kinds", "landed", "lands", "likes", "limbs", "longed", "losing", "loves", "loving", "marks", "mob", "ours", "packed", "pages", "parted", "paying", "posted", "poured", "rested", "rights", "risen", "roads", "roots", "roses", "roused", "ruined", "runs", "sailed", "sang", "sees", "senses", "shone", "shows", "signed", "sons", "sorts", "souls", "stands", "stated", "stole", "stolen", "strode", "tables", "tells", "tones", "tore", "torn", "towns", "tracks", "troops", "urged", "using", "views", "warned", "washed", "wasted", "waved", "waves", "wicked", "winds", "wings", "wishes", "wives", "acres", /* gutenberg-19xx-lowercase-words-1000plus.txt top 4000 */ "acts", "adding", "aged", "amazed", "apt", "ashes", "awoke", "backed", "backs", "bade", "bags", "bars", "based", "beasts", "beds", "bells", "bills", "bits", "blown", "blows", "borne", "boxes", "brings", "brows", "buying", "carved", "causes", "choked", "cliffs", "coolly", "cows", "crops", "danced", "dealt", "denied", "dimly", "dishes", "dismay", "doubts", "drinks", "drops", "earned", "echoed", "errand", "falls", "finest", "flames", "flies", "fools", "games", "ghosts", "gifts", "gloves", "groups", "grows", "hanged", "hats", "hay", "headed", "hired", "holds", "holes", "homes", "intent", "issued", "jerked", "keys", "kicked", "lamps", "lasted", "laying", "leaped", "leapt", "liking", "lined", "loaded", "masses", "meals", "obeyed", "outfit", "owned", "pains", "passes", "pearls", "peered", "piled", "plains", "plants", "plays", "porter", "prayed", "puts", "races", "racing", "ragged", "rays", "rings", "roared", "robbed", "rows", "rubbed", "ruins", "rules", "scenes", "seas", "seats", "sets", "shaken", "shared", "sheets", "shops", "sits", "skirts", "smiles", "smoked", "songs", "speaks", "sticks", "stores", "sunk", "tales", "talks", "tapped", "theirs", "tossed", "tribes", "tricks", "unseen", "veins", "viewed", "visits", "wages", "walks", "warmly", "waving", "wheels", "wiped", "wits", "yelled", "yonder", "agents", /* the rest of gutenberg-19xx-lowercase-words-1000plus.txt */ "alas", "argued", "arts", "asks", "behold", "boiled", "boldly", "cares", "chaps", "claims", "crimes", "crowds", "curled", "darted", "dazed", "dined", "dug", "firing", "flowed", "francs", "gaiety", "gaily", "git", "gladly", "glared", "hinted", "hunted", "ink", "jobs", "judged", "keenly", "kings", "knelt", "lacked", "leads", "morrow", "nails", "noises", "novels", "owed", "palms", "patted", "plates", "poets", "prey", "prices", "quoted", "ranks", "risks", "rivers", "rum", "sealed", "shaped", "shares", "shells", "shots", "spared", "spots", "starts", "states", "suited", "sworn", "tents", "tools", "traced", "traces", "trains", "tramp", "varied", "veiled", "waking", "wax", "wept", "wiser", "worlds", "writes", "affix", /* eff_short_wordlist_1.txt */ "aging", "aids", "ajar", "alias", "aloe", "aloha", "amino", "aqua", "bagel", "baked", "balmy", "banjo", "bash", "bask", "bats", "blimp", "bloat", "blob", "blog", "blurt", "bok", "boned", "boney", "botch", "boxer", "bribe", "broil", "bud", "bunt", "cadet", "cameo", "canon", "carve", "cedar", "chili", "chomp", "chow", "chuck", "chump", "chute", "cinch", "clamp", "cleat", "cleft", "clink", "cod", "cola", "coma", "comma", "cot", "cozy", "cramp", "crank", "crave", "creme", "crepe", "crib", "crumb", "cub", "cupid", "curvy", "cushy", "dab", "dandy", "darn", "dart", "debug", "decaf", "decal", "decoy", "denim", "dent", "dill", "dime", "diner", "dingy", "ditzy", "dodge", "donut", "dot", "dowry", "doze", "drab", "drone", "droop", "dude", "duo", "eats", "ebay", "ebony", "ebook", "eel", "eject", "elf", "elk", "elm", "elope", "emu", "etch", "fable", "fang", "fax", "femur", "finch", "flaky", "fling", "flop", "floss", "foe", "folic", "fray", "frill", "frisk", "froth", "froze", "gag", "gains", "gecko", "geek", "gem", "gig", "gills", "giver", "gooey", "goofy", "gore", "grope", "growl", "grub", "gulp", "gummy", "gush", "halo", "heave", "herbs", "hug", "hula", "hump", "hunk", "icy", "igloo", "ion", "ivy", "jab", "jam", "jaws", "jiffy", "jog", "jot", "junky", "juror", "keg", "kilt", "kitty", "koala", "kung", "ladle", "lair", "lapel", "lash", "lasso", "lilac", "lily", "limes", "lint", "lurch", "lurk", "mace", "mama", "mardi", "mash", "mocha", "mold", "mop", "morse", "motto", "mousy", "mower", "mug", "mulch", "mull", "mumbo", "mural", "muse", "musky", "nacho", "nag", "nanny", "nap", "nerd", "nutty", "oat", "ooze", "opal", "opt", "ouch", "pager", "pants", "panty", "pasta", "payer", "pecan", "pep", "perky", "perm", "petal", "petri", "plaza", "plow", "poach", "pod", "pogo", "poise", "poker", "polio", "polka", "poser", "pout", "prank", "prong", "props", "prude", "pry", "pug", "puma", "purr", "quack", "quill", "rabid", "rake", "rant", "ream", "recap", "remix", "repay", "repel", "rerun", "reset", "rigor", "ritzy", "romp", "runny", "rut", "salsa", "santa", "savor", "sax", "scam", "scoff", "scold", "scoop", "scoot", "scowl", "scuba", "scuff", "sedan", "sepia", "shack", "showy", "shred", "shun", "shush", "sift", "silo", "sip", "skew", "skid", "skier", "skies", "skit", "slash", "slaw", "sled", "sleet", "slob", "slurp", "smirk", "smog", "snare", "snarl", "sneer", "snore", "snort", "snout", "snub", "snuff", "spew", "spied", "spiny", "spoof", "spool", "spout", "stank", "stash", "stays", "stomp", "stoop", "strut", "stump", "stung", "suds", "sulk", "sushi", "swab", "swipe", "swoop", "tacky", "taco", "talon", "tamer", "taper", "taps", "tarot", "taunt", "thaw", "theft", "thong", "throb", "thump", "tiara", "tint", "tug", "tulip", "tummy", "tusk", "tutu", "tux", "tweak", "twine", "twins", "twirl", "uncut", "untie", "usher", "vegan", "visor", "vixen", "volt", "wad", "wafer", "wager", "wand", "wavy", "whoop", "wick", "wifi", "wilt", "wimp", "wired", "wiry", "wispy", "wok", "woozy", "woven", "yahoo", "yam", "yelp", "yodel", "yoga", "yummy", "zesty", "zippy", "zoom", "abacus", /* eff_large_wordlist.txt */ "affirm", "aflame", "afoot", "ahoy", "aliens", "alto", "alumni", "amends", "amigo", "amply", "amuck", "amulet", "amuser", "anemia", "anemic", "angled", "angler", "angles", "anime", "annex", "antics", "antler", "antsy", "anvil", "aorta", "apache", "aptly", "arming", "armory", "ascend", "ashy", "askew", "aspire", "atop", "atrium", "attest", "attire", "autism", "awning", "awry", "babble", "babied", "baboon", "backer", "badass", "baffle", "bagful", "bagged", "baggie", "baking", "banish", "banked", "banker", "banter", "barbed", "barman", "basics", "batboy", "bauble", "blah", "blazer", "bleach", "bleep", "bling", "blinks", "bluish", "blurb", "blurry", "bobbed", "bobble", "bobcat", "bogged", "boggle", "bonded", "bonsai", "booted", "bootie", "boozy", "borax", "botany", "bouncy", "boxcar", "boxing", "boxy", "breezy", "briar", "broker", "bronco", "browse", "brunch", "brunt", "bubbly", "bucked", "buffed", "buffer", "bulgur", "bungee", "bunion", "busboy", "busily", "cabana", "cabbie", "cackle", "cacti", "caddie", "caddy", "camper", "canned", "canola", "capped", "carat", "carded", "caring", "carton", "casing", "casket", "catchy", "catnap", "catnip", "catsup", "catty", "caucus", "caviar", "cavity", "chafe", "chaste", "chatty", "cheesy", "chemo", "cherub", "chevy", "chewer", "chewy", "chimp", "chirpy", "chive", "choosy", "chubby", "chug", "chummy", "citric", "citrus", "clamor", "clang", "clench", "clique", "clover", "clunky", "cobweb", "coerce", "collie", "comfy", "conch", "copied", "copier", "coping", "cornea", "corned", "corny", "corral", "corset", "cozily", "crayon", "crazed", "crease", "creole", "crier", "crimp", "cringe", "crispy", "croak", "crock", "croon", "crummy", "cuddle", "cuddly", "cupped", "curdle", "curing", "curler", "curly", "curtly", "curtsy", "cusp", "cussed", "cymbal", "dainty", "dander", "dangle", "dares", "dating", "daybed", "deacon", "debunk", "deceit", "decode", "deduct", "deem", "deepen", "deface", "defame", "defile", "defog", "deftly", "defuse", "deluge", "deluxe", "demote", "deport", "depose", "derail", "deuce", "diaper", "dicing", "dilute", "dimmed", "dimmer", "dimple", "dingo", "dipped", "dipper", "disarm", "disown", "ditto", "diving", "doable", "dodgy", "doily", "dollop", "doodle", "doozy", "dork", "dosage", "dotted", "douche", "dreamt", "dreamy", "drench", "drier", "drippy", "drool", "drudge", "dubbed", "ducky", "duffel", "dugout", "duh", "duller", "dupe", "duplex", "duvet", "dweeb", "earful", "earthy", "earwig", "easing", "eatery", "ecard", "eclair", "edging", "edgy", "egging", "eggnog", "elated", "elixir", "ember", "emboss", "emcee", "emote", "encode", "encore", "ending", "engulf", "enrage", "entity", "entomb", "entrap", "entree", "erased", "eraser", "eskimo", "ether", "exes", "exhale", "exhume", "expel", "expend", "extras", "fading", "faucet", "fedora", "feisty", "feline", "fender", "ferret", "ferris", "fervor", "fester", "filing", "finer", "flail", "flashy", "flatly", "flier", "flinch", "fondue", "footer", "frayed", "frays", "frolic", "frying", "gab", "gaffe", "galore", "gaming", "gander", "gangly", "gargle", "garnet", "garter", "gating", "gauze", "gawk", "geiger", "gents", "gerbil", "getup", "giblet", "giddy", "giggly", "gilled", "girdle", "gizmo", "glider", "glitch", "glitzy", "gluten", "gnarly", "gnat", "gonad", "google", "goon", "gopher", "gorged", "gotten", "gout", "graded", "grader", "granny", "graves", "grime", "grimy", "grinch", "groggy", "groovy", "grout", "grower", "grunge", "gurgle", "gusto", "gusty", "guts", "gutter", "hacked", "hacker", "haiku", "halved", "halves", "hamper", "hangup", "hankie", "hanky", "hardy", "hatbox", "hazily", "hazing", "header", "helper", "henna", "herbal", "hermit", "hertz", "hubcap", "huddle", "huff", "hulk", "humbly", "hummus", "humped", "humvee", "hurled", "hurler", "hurray", "husked", "icky", "idiocy", "iguana", "impale", "impart", "impish", "impure", "iodine", "iodize", "ipad", "iphone", "ipod", "irate", "irk", "itunes", "jackal", "jailer", "jaunt", "jawed", "jester", "jigsaw", "jimmy", "jingle", "jinx", "jogger", "jovial", "judo", "juggle", "junkie", "jurist", "justly", "kabob", "karma", "kebab", "kelp", "kennel", "kiln", "kimono", "kindle", "kisser", "knoll", "kooky", "kosher", "kudos", "lagged", "lanky", "lapdog", "lapped", "lard", "lark", "lather", "laurel", "lazily", "legged", "lego", "legume", "levers", "lifter", "lilly", "lingo", "lining", "linked", "lisp", "litmus", "litter", "lugged", "lushly", "luster", "lusty", "macaw", "maggot", "maimed", "manger", "mangle", "mangy", "manila", "manly", "manned", "mantis", "mantra", "marlin", "maroon", "marrow", "marshy", "mascot", "mashed", "mating", "matron", "matted", "mauve", "mayday", "moaner", "mocker", "mockup", "mooing", "mooned", "mossy", "mowing", "mulled", "mumble", "mumps", "muppet", "mushy", "musket", "muster", "musty", "mutate", "mutt", "naming", "napped", "nappy", "nebula", "nectar", "nervy", "neuron", "neuter", "nibble", "nifty", "nimbly", "ninja", "nuclei", "nugget", "numbly", "nutmeg", "nuzzle", "oaf", "oblong", "obtuse", "ocelot", "octane", "ogle", "oink", "onyx", "oops", "oozy", "outage", "outbid", "outing", "outlet", "outwit", "ovary", "paced", "pacify", "padded", "paging", "paltry", "pang", "pantry", "papaya", "parka", "parlor", "parole", "pasted", "pasty", "patchy", "pauper", "paver", "paving", "pawing", "payday", "payee", "pebble", "pebbly", "pectin", "pellet", "pelt", "penpal", "pesky", "peso", "pester", "petted", "phobia", "phoney", "phony", "plated", "pleat", "plod", "plop", "pointy", "poking", "poncho", "poplar", "popper", "porous", "portly", "posing", "possum", "poster", "pounce", "powwow", "pox", "prance", "precut", "prelaw", "prepay", "preppy", "preset", "prewar", "pried", "primer", "primp", "prissy", "pronto", "proofs", "prozac", "pucker", "pueblo", "pumice", "pummel", "purist", "pusher", "pushup", "python", "quail", "qualm", "quench", "racoon", "radial", "raging", "raider", "raisin", "raking", "ramble", "ramrod", "ranged", "ranger", "ranked", "rants", "rascal", "ravage", "ravine", "raving", "rebate", "reboot", "reborn", "rebuff", "recant", "recast", "recede", "recite", "recoil", "recopy", "refill", "reflex", "reflux", "refold", "refund", "refute", "regain", "reggae", "rehab", "reheat", "rehire", "rejoin", "relive", "reload", "relock", "remake", "remold", "rename", "rented", "renter", "repave", "replay", "repose", "repost", "reps", "resale", "reseal", "resend", "resize", "retake", "retold", "retool", "retry", "retype", "reuse", "reverb", "revert", "revoke", "rewash", "rewind", "rewire", "reword", "rework", "rewrap", "riches", "richly", "ridden", "rimmed", "rind", "rink", "roamer", "rocker", "roping", "roster", "roving", "ruckus", "rumor", "runner", "runt", "ruse", "sadden", "saggy", "salami", "sandal", "sanded", "sappy", "sassy", "saucy", "savior", "scabby", "scion", "scone", "scorch", "scored", "scorer", "scouts", "scribe", "scurvy", "sedate", "seduce", "septic", "septum", "sesame", "shaded", "shale", "shank", "shanty", "sheath", "shelve", "shifty", "shimmy", "shorts", "shorty", "shriek", "shrubs", "shrunk", "siding", "sierra", "siesta", "silica", "silt", "simile", "sitcom", "sitter", "sizing", "sizzle", "skater", "skewed", "skewer", "skied", "skiing", "skype", "slacks", "sliced", "slicer", "slider", "slinky", "sliver", "sloped", "sludge", "sly", "smite", "smith", "smock", "smudge", "smudgy", "smugly", "snazzy", "sneeze", "snide", "snitch", "snooze", "snugly", "specks", "sphinx", "spiffy", "spilt", "spleen", "splice", "spoils", "spongy", "spooky", "spore", "sports", "sporty", "spotty", "sprain", "sprawl", "sprig", "sprite", "sprout", "spruce", "sprung", "spry", "spud", "squall", "squeak", "squint", "squire", "starry", "steed", "stilt", "stingy", "stinky", "stoic", "stoke", "stooge", "strep", "strewn", "strobe", "strum", "strung", "stucco", "stupor", "stylus", "suave", "sublet", "subpar", "sudoku", "suffix", "suing", "sulfur", "sultry", "surfer", "swerve", "swivel", "swoosh", "tabby", "talcum", "tamale", "tamper", "tanned", "tarmac", "tartar", "tartly", "tassel", "tattle", "thinly", "thrash", "thrift", "tibia", "tidbit", "tiling", "timing", "tingle", "tingly", "tinker", "tinsel", "tipoff", "tipped", "tipper", "tiptop", "tiring", "traps", "triage", "tripod", "trowel", "trunks", "tubby", "turret", "twerp", "twig", "twisty", "twitch", "tyke", "udder", "unbend", "unbent", "unclad", "unclip", "unclog", "uncork", "undead", "undone", "unease", "uneven", "unglue", "unholy", "unhook", "unison", "unkind", "unlit", "unmade", "unpack", "unpaid", "unplug", "unread", "unreal", "unripe", "unroll", "unsafe", "unsaid", "unsent", "unsnap", "unsold", "unsure", "untidy", "untold", "untrue", "unused", "unwary", "unwed", "unwell", "unwind", "unworn", "unzip", "upbeat", "upload", "uproot", "upside", "uptown", "upwind", "urchin", "utopia", "vacate", "valium", "vastly", "veal", "veggie", "velcro", "vibes", "viper", "vista", "voting", "vowed", "waffle", "waged", "waggle", "walrus", "waltz", "wasabi", "washer", "whacky", "wham", "whinny", "whiny", "whoops", "widget", "wilder", "willed", "wince", "wiring", "wobble", "wobbly", "woof", "wooing", "wow", "wrench", "xbox", "yearly", "yen", "yin", "yippee", "zap", "zen", "zips", "zit", "zodiac", "zoning", "abyss", /* eff_short_wordlist_2_0.txt */ "algae", "amoeba", "anklet", "apnea", "azalea", "boiler", "cashew", "dibs", "dozed", "dryer", "edged", "eulogy", "fillet", "foggy", "geyser", "iconic", "jetski", "kayak", "kiosk", "llama", "luau", "ocular", "oomph", "owlish", "peony", "pewter", "pulley", "scythe", "shovel", "skulk", "sloth", "tirade", "trucks", "tryout", "tuxedo", "untied", "upkeep", "wakeup", "yuppie", "zealot", "bush", /* these two were merely words, now may be taken as referring to specific people */ "trump", "church", /* religious references (more of these are among the capitalized words below) */ "devil", "devils", "easter", "gospel", "satan", "black", /* races, skin colors, and ethnicities */ "blacks", "brown", "white", "yellow", "Afghan", /* assorted capitalized words undesirable in passphrases, including: */ "Allah", /* religious references */ "Anglo", /* ethnicities, nationalities (but country names stay), other categories of people */ "Arab", "Asian", "Aaron", /* common short names that weren't in original list */ "Alan", "Alexis", /* and Alex */ "Allen", "Alyssa", "Amanda", "Andrea", "Andy", "Angela", "Angie", "Anita", "Anne", "Annie", "Ashley", "Bella", "Beth", "Betty", "Billy", "Bobby", /* and Bob */ "Brenda", "Brian", "Bruno", "Bryan", "Carlos", "Casey", "Casper", "Cassie", "Chloe", "Chris", "Cindy", "Claude", "Daniel", /* and Dan, Dani */ "Danny", "Dave", /* we also have David */ "Denise", "Dennis", "Diego", "Elena", "Elvis", "Emily", "Emma", "Ethan", "Eva", /* we also have Eve */ "Gary", "Gregor", /* and Greg */ "Hannah", /* and Hanna, Anna */ "Harley", "Jackie", /* we also have Jack */ "Jake", "Jamie", "Jane", "Jason", "Jasper", "Jay", "Jean", "Jeff", "Jenny", "Jeremy", "Jerry", "Jesse", /* and Jess */ "Jessie", "Joel", "Joey", /* and Joe */ "Johnny", /* we also have John */ "Jorge", "Joshua", /* and Josh */ "Juan", "Julia", "Julie", "Julio", "Justin", "Kate", "Kathy", "Katie", "Kayla", "Keith", "Kelly", "Kevin", "Kiki", "Kim", "Kris", "Kyle", "Laura", "Lauren", "Leon", /* also city */ "Lili", "Linda", "Lisa", "Lola", "Louise", "Lucas", "Luis", "Luke", "Maggie", "Mandy", "Manuel", "Marco", /* and Marc */ "Marcus", "Marie", /* we also have Maria */ "Matt", "Megan", "Miguel", "Mikey", /* and Mike */ "Mimi", "Molly", "Monica", "Nate", "Nathan", "Nick", "Nicole", "Noah", "Oliver", "Olivia", "Omar", "Pedro", "Pierre", "Rachel", "Randy", "Renee", /* and Rene */ "Ricky", /* and Rick */ "Riley", "Romeo", "Roxana", "Roxie", "Roxy", "Ryan", "Sammy", "Samuel", "Sarah", /* and Sara */ "Sasha", "Scott", "Sean", "Shane", "Shawn", "Shelby", "Simon", "Sophia", "Steph", "Steven", /* and Steve */ "Terry", "Tina", "Toby", "Tommy", /* we also have Tom */ "Tony", "Travis", "Tyler", "Wendy", "Bach", /* specific people */ "Basque", "Bible", "Briton", "Buddha", "Caesar", "Celtic", "Christ", "Danish", "Darwin", "Dutch", "Exodus", "French", "Gandhi", "Gaul", "German", "God", "Greek", "Hebrew", "Hindu", "Hitler", "Honda", "Indian", "Irish", "Islam", "Jesus", "Jewish", "Judas", "Koran", "Madame", /* has an inappropriate meaning */ "Moses", "Moslem", "Mrs", /* abbreviation */ "Muslim", "Nazi", "Nobel", "Nokia", "Pascal", "Polish", "Ritz", /* brands (the EFF lists also include some, but might not be reached) */ "Saudi", "Saxon", "Scot", "Sony", /* "Amazon" stayed for its original meaning */ "Soviet", "Stalin", "Swiss", "Tigger", "Toyota", "Turk", "Yamaha", "abort", /* generally politically incorrect */ "master", "slave", "slaves", "booze", /* some references to drugs and alcohol (but specific drink names stay above) */ "crack", "heroin", "joint", "opium", "pot", "weed", "hitman", /* violence */ "kill", "killed", "killer", "murder", "rape", "arouse", /* obscene, intimate anatomy, sexually explicit or suggestive */ "ass", "babe", "bang", "bitch", "blew", "blow", "breast", "butt", "carnal", "cervix", "chick", "climax", "cock", "cutie", "daddy", "dick", "erect", "erotic", "escort", "facial", "flirt", "fuck", "gay", "gigolo", "horny", "hottie", "incest", "lick", "lover", "lovers", "naked", "nude", "oral", "orgasm", "penis", "pimp", "piss", "pussy", "queer", "rectal", "sadism", "screw", "sex", "sexual", "sexy", "shit", "sperm", "squirt", "strip", "suck", "thrust", /* Ubuntu bug 1407629 claims "Probe!thrust6scorn" is inappropriate */ "urine", "uterus", /* "womb" is on EFF lists, so assumed OK - more figurative than anatomical */ "vagina", "virgin", "whore", "advice", /* too similar */ "advise", "armor", /* multiple spellings */ "armour", "burned", "burnt", "center", "centre", "cheque", /* or "check", which is preserved above for different meaning */ "color", "colour", "email", /* or "e-mail" */ "enroll", /* or "enrol" */ "favor", "favour", "flavor", /* or "flavour" */ "gipsy", "gray", "grey", "gypsy", "harbor", /* or "harbour" */ "hippie", "hippy", "honor", "honour", "humor", "humour", "labor", "labour", "leaned", "leant", "learnt", /* or "learned" */ "mom", "mommy", "mum", "tire", "tyre", "vapor", "vapour", "whisky", /* or "whiskey" */ "yoyo", /* or "yo-yo" */ "etc", /* Latin, not English */ #if 0 /* obsolete, dialectal, and non-words from gutenberg-19xx-lowercase-words-1000plus.txt */ "des", "ere", "fer", "fro", "hath", "thee", "thet", "thou", "thy", "unto", "von", "wid", "yer", "html", /* obvious noise from how gutenberg-19xx-lowercase-words-1000plus.txt was created */ "http", "txt", #endif "" /* end of list marker */ }; passwdqc-2.1.0/wordset_4k.h000060000000000000000000000004201515134124000155530ustar00rootroot00000000000000/* * Written by Solar Designer and placed in the * public domain. */ #ifndef WORDSET_4K_H__ #define WORDSET_4K_H__ #define WORDSET_4K_LENGTH_MAX 6 extern const char _passwdqc_wordset_4k[][WORDSET_4K_LENGTH_MAX]; #endif /* WORDSET_4K_H__ */