diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..9c144ea54e7033cdcb0861c9de25e80814fb1979 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +reply[[:space:]]classification-20250107T052251Z-001/reply[[:space:]]classification/trf_output_batch/model-last/textcat_multilabel/model filter=lfs diff=lfs merge=lfs -text +reply[[:space:]]classification-20250107T052251Z-001/reply[[:space:]]classification/trf_output_v2/model-best/textcat_multilabel/model filter=lfs diff=lfs merge=lfs -text +reply[[:space:]]classification-20250107T052251Z-001/reply[[:space:]]classification/trf_output_v2/model-best/transformer/model filter=lfs diff=lfs merge=lfs -text +reply[[:space:]]classification-20250107T052251Z-001/reply[[:space:]]classification/trf_output_v2/model-last/textcat_multilabel/model filter=lfs diff=lfs merge=lfs -text +reply[[:space:]]classification-20250107T052251Z-001/reply[[:space:]]classification/trf_output_v2/model-last/transformer/model filter=lfs diff=lfs merge=lfs -text diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/config.cfg b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/config.cfg new file mode 100644 index 0000000000000000000000000000000000000000..673c6103077e87ab18761c0d81a1362eb4fb0d65 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/config.cfg @@ -0,0 +1,152 @@ +[paths] +train = "./../transformer_data/training.spacy" +dev = "./../transformer_data/validation.spacy" +vectors = null +init_tok2vec = null + +[system] +gpu_allocator = "pytorch" +seed = 0 + +[nlp] +lang = "en" +pipeline = ["transformer","textcat_multilabel"] +batch_size = 64 +disabled = [] +before_creation = null +after_creation = null +after_pipeline_creation = null +tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"} + +[components] + +[components.textcat_multilabel] +factory = "textcat_multilabel" +scorer = {"@scorers":"spacy.textcat_multilabel_scorer.v2"} +threshold = 0.5 + +[components.textcat_multilabel.model] +@architectures = "spacy.TextCatEnsemble.v2" +nO = null + +[components.textcat_multilabel.model.linear_model] +@architectures = "spacy.TextCatBOW.v2" +exclusive_classes = false +ngram_size = 1 +no_output_layer = false +nO = null + +[components.textcat_multilabel.model.tok2vec] +@architectures = "spacy-transformers.TransformerListener.v1" +grad_factor = 1.0 +pooling = {"@layers":"reduce_mean.v1"} +upstream = "*" + +[components.transformer] +factory = "transformer" +max_batch_items = 4096 +set_extra_annotations = {"@annotation_setters":"spacy-transformers.null_annotation_setter.v1"} + +[components.transformer.model] +@architectures = "spacy-transformers.TransformerModel.v3" +name = "roberta-base" +mixed_precision = false + +[components.transformer.model.get_spans] +@span_getters = "spacy-transformers.strided_spans.v1" +window = 128 +stride = 96 + +[components.transformer.model.grad_scaler_config] + +[components.transformer.model.tokenizer_config] +use_fast = true + +[components.transformer.model.transformer_config] + +[corpora] + +[corpora.dev] +@readers = "spacy.Corpus.v1" +path = ${paths.dev} +max_length = 0 +gold_preproc = false +limit = 0 +augmenter = null + +[corpora.train] +@readers = "spacy.Corpus.v1" +path = ${paths.train} +max_length = 0 +gold_preproc = false +limit = 0 +augmenter = null + +[training] +accumulate_gradient = 3 +dev_corpus = "corpora.dev" +train_corpus = "corpora.train" +seed = ${system.seed} +gpu_allocator = ${system.gpu_allocator} +dropout = 0.1 +patience = 0 +max_epochs = 0 +max_steps = 20000 +eval_frequency = 200 +frozen_components = [] +annotating_components = [] +before_to_disk = null +before_update = null + +[training.batcher] +@batchers = "spacy.batch_by_padded.v1" +discard_oversize = false +size = 2000 +buffer = 256 +get_length = null + +[training.logger] +@loggers = "spacy.ConsoleLogger.v1" +progress_bar = true + +[training.optimizer] +@optimizers = "Adam.v1" +beta1 = 0.9 +beta2 = 0.999 +L2_is_weight_decay = true +L2 = 0.01 +grad_clip = 1.0 +use_averages = false +eps = 0.00000001 + +[training.optimizer.learn_rate] +@schedules = "warmup_linear.v1" +warmup_steps = 250 +total_steps = 20000 +initial_rate = 0.00005 + +[training.score_weights] +cats_score = 1.0 +cats_score_desc = null +cats_micro_p = null +cats_micro_r = null +cats_micro_f = null +cats_macro_p = null +cats_macro_r = null +cats_macro_f = null +cats_macro_auc = null +cats_f_per_type = null + +[pretraining] + +[initialize] +vectors = ${paths.vectors} +init_tok2vec = ${paths.init_tok2vec} +vocab_data = null +lookups = null +before_init = null +after_init = null + +[initialize.components] + +[initialize.tokenizer] \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/meta.json b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..5165d0e59e5a43185212fa6866b7544d69f8b586 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/meta.json @@ -0,0 +1,100 @@ +{ + "lang":"en", + "name":"pipeline", + "version":"0.0.0", + "spacy_version":">=3.5.1,<3.6.0", + "description":"", + "author":"", + "email":"", + "url":"", + "license":"", + "spacy_git_version":"8153bd573", + "vectors":{ + "width":0, + "vectors":0, + "keys":0, + "name":null, + "mode":"default" + }, + "labels":{ + "transformer":[ + + ], + "textcat_multilabel":[ + "acknowledgement", + "actual advice", + "actual enquiry", + "bad review", + "bumping", + "good review", + "noise", + "self-advertisment (offering service or product)" + ] + }, + "pipeline":[ + "transformer", + "textcat_multilabel" + ], + "components":[ + "transformer", + "textcat_multilabel" + ], + "disabled":[ + + ], + "performance":{ + "cats_score":0.9221071176, + "cats_score_desc":"macro AUC", + "cats_micro_p":0.7941176471, + "cats_micro_r":0.6646153846, + "cats_micro_f":0.7236180905, + "cats_macro_p":0.8591531852, + "cats_macro_r":0.6229047315, + "cats_macro_f":0.6937857285, + "cats_macro_auc":0.9221071176, + "cats_f_per_type":{ + "acknowledgement":{ + "p":0.9538461538, + "r":0.7126436782, + "f":0.8157894737 + }, + "actual advice":{ + "p":0.5588235294, + "r":0.4042553191, + "f":0.4691358025 + }, + "actual enquiry":{ + "p":0.8103448276, + "r":0.8392857143, + "f":0.8245614035 + }, + "bad review":{ + "p":1.0, + "r":0.4444444444, + "f":0.6153846154 + }, + "bumping":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "good review":{ + "p":1.0, + "r":0.3, + "f":0.4615384615 + }, + "noise":{ + "p":0.8666666667, + "r":0.5, + "f":0.6341463415 + }, + "self-advertisment (offering service or product)":{ + "p":0.6835443038, + "r":0.7826086957, + "f":0.7297297297 + } + }, + "transformer_loss":47.9500686428, + "textcat_multilabel_loss":10.1154101753 + } +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/textcat_multilabel/cfg b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/textcat_multilabel/cfg new file mode 100644 index 0000000000000000000000000000000000000000..3a3fd4449b070a06f546c38a15c399f3733bb854 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/textcat_multilabel/cfg @@ -0,0 +1,13 @@ +{ + "labels":[ + "acknowledgement", + "actual advice", + "actual enquiry", + "bad review", + "bumping", + "good review", + "noise", + "self-advertisment (offering service or product)" + ], + "threshold":0.5 +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/tokenizer b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/tokenizer new file mode 100644 index 0000000000000000000000000000000000000000..ba2f4615241984f45f222cb10735a0fb291f113b --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/tokenizer @@ -0,0 +1,3 @@ +‡­prefix_searchÚ ’^§|^%|^=|^—|^–|^\+(?![0-9])|^…|^……|^,|^:|^;|^\!|^\?|^¿|^ØŸ|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^ï¼|^,|^ã€|^ï¼›|^:|^~|^·|^।|^ØŒ|^Û”|^Ø›|^Ùª|^\.\.+|^…|^\'|^"|^â€|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^ã€|^『|^ã€|^(|^)|^〔|^〕|^ã€|^】|^《|^》|^〈|^〉|^〈|^〉|^⟦|^⟧|^\$|^£|^€|^Â¥|^฿|^US\$|^C\$|^A\$|^₽|^ï·¼|^â‚´|^â‚ |^â‚¡|^â‚¢|^â‚£|^₤|^â‚¥|^₦|^â‚§|^₨|^â‚©|^₪|^â‚«|^€|^â‚­|^â‚®|^₯|^â‚°|^₱|^₲|^₳|^â‚´|^₵|^â‚¶|^â‚·|^₸|^₹|^₺|^â‚»|^₼|^₽|^₾|^â‚¿|^[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]­suffix_searchÚ2™â€¦$|……$|,$|:$|;$|\!$|\?$|¿$|ØŸ$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|ï¼$|,$|ã€$|ï¼›$|:$|~$|·$|।$|ØŒ$|Û”$|Ø›$|Ùª$|\.\.+$|…$|\'$|"$|â€$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|ã€$|『$|ã€$|($|)$|〔$|〕$|ã€$|】$|《$|》$|〈$|〉$|〈$|〉$|⟦$|⟧$|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]$|'s$|'S$|’s$|’S$|—$|–$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|Â¥|฿|US\$|C\$|A\$|₽|ï·¼|â‚´|â‚ |â‚¡|â‚¢|â‚£|₤|â‚¥|₦|â‚§|₨|â‚©|₪|â‚«|€|â‚­|â‚®|₯|â‚°|₱|₲|₳|â‚´|₵|â‚¶|â‚·|₸|₹|₺|â‚»|₼|₽|₾|â‚¿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|Ñм|Ñм²|Ñм³|мм|мм²|мм³|нм|кг|г|мг|м/Ñ|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|Ù…|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[0-9a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F%²\-\+…|……|,|:|;|\!|\?|¿|ØŸ|¡|\(|\)|\[|\]|\{|\}|<|>|_|#|\*|&|。|?|ï¼|,|ã€|ï¼›|:|~|·|।|ØŒ|Û”|Ø›|Ùª(?:\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧)])\.$|(?<=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F][A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$®infix_finditerÚ>ü\.\.+|…|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]|(?<=[0-9])[+\-\*^](?=[0-9-])|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]),(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])(?:-|–|—|--|---|——|~)(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])[:<>=/](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])«token_matchÀ©url_matchÚ Õ(?u)^(?:(?:[\w\+\-\.]{2,})://)?(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[A-Za-z0-9\u00a1-\uffff][A-Za-z0-9\u00a1-\uffff_-]{0,62})?[A-Za-z0-9\u00a1-\uffff]\.)+(?:[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]{2,63}))(?::\d{2,5})?(?:[/?#]\S*)?$ªexceptionsÞC¡ ‘A¡ ¡ +‘A¡ +¡ ‘A¡ ¡'‘A¡'¢''‘A¢''¦'Cause‘‚A¦'CauseC§because¤'Cos‘‚A¤'CosC§because¤'Coz‘‚A¤'CozC§because¤'Cuz‘‚A¤'CuzC§because¢'S‘‚A¢'SC¢'s¥'bout‘‚A¥'boutC¥about¦'cause‘‚A¦'causeC§because¤'cos‘‚A¤'cosC§because¤'coz‘‚A¤'cozC§because¤'cuz‘‚A¤'cuzC§because¢'d‘A¢'d£'em‘‚A£'emC¤them£'ll‘‚A£'llC¤will¥'nuff‘‚A¥'nuffC¦enough£'re‘‚A£'reC£are¢'s‘‚A¢'sC¢'s¥(*_*)‘A¥(*_*)£(-8‘A£(-8£(-:‘A£(-:£(-;‘A£(-;¥(-_-)‘A¥(-_-)¥(._.)‘A¥(._.)¢(:‘A¢(:¢(;‘A¢(;¢(=‘A¢(=¥(>_<)‘A¥(>_<)¥(^_^)‘A¥(^_^)£(o:‘A£(o:§(¬_¬)‘A§(¬_¬)©(ಠ_ಠ)‘A©(ಠ_ಠ)½(╯°□°)╯︵┻â”â”»‘A½(╯°□°)╯︵┻â”â”»£)-:‘A£)-:¢):‘A¢):£-_-‘A£-_-¤-__-‘A¤-__-£._.‘A£._.£0.0‘A£0.0£0.o‘A£0.o£0_0‘A£0_0£0_o‘A£0_o¦10a.m.’A¢10‚A¤a.m.C¤a.m.¤10am’A¢10‚A¢amC¤a.m.¦10p.m.’A¢10‚A¤p.m.C¤p.m.¤10pm’A¢10‚A¢pmC¤p.m.¦11a.m.’A¢11‚A¤a.m.C¤a.m.¤11am’A¢11‚A¢amC¤a.m.¦11p.m.’A¢11‚A¤p.m.C¤p.m.¤11pm’A¢11‚A¢pmC¤p.m.¦12a.m.’A¢12‚A¤a.m.C¤a.m.¤12am’A¢12‚A¢amC¤a.m.¦12p.m.’A¢12‚A¤p.m.C¤p.m.¤12pm’A¢12‚A¢pmC¤p.m.¥1a.m.’A¡1‚A¤a.m.C¤a.m.£1am’A¡1‚A¢amC¤a.m.¥1p.m.’A¡1‚A¤p.m.C¤p.m.£1pm’A¡1‚A¢pmC¤p.m.¥2a.m.’A¡2‚A¤a.m.C¤a.m.£2am’A¡2‚A¢amC¤a.m.¥2p.m.’A¡2‚A¤p.m.C¤p.m.£2pm’A¡2‚A¢pmC¤p.m.¥3a.m.’A¡3‚A¤a.m.C¤a.m.£3am’A¡3‚A¢amC¤a.m.¥3p.m.’A¡3‚A¤p.m.C¤p.m.£3pm’A¡3‚A¢pmC¤p.m.¥4a.m.’A¡4‚A¤a.m.C¤a.m.£4am’A¡4‚A¢amC¤a.m.¥4p.m.’A¡4‚A¤p.m.C¤p.m.£4pm’A¡4‚A¢pmC¤p.m.¥5a.m.’A¡5‚A¤a.m.C¤a.m.£5am’A¡5‚A¢amC¤a.m.¥5p.m.’A¡5‚A¤p.m.C¤p.m.£5pm’A¡5‚A¢pmC¤p.m.¥6a.m.’A¡6‚A¤a.m.C¤a.m.£6am’A¡6‚A¢amC¤a.m.¥6p.m.’A¡6‚A¤p.m.C¤p.m.£6pm’A¡6‚A¢pmC¤p.m.¥7a.m.’A¡7‚A¤a.m.C¤a.m.£7am’A¡7‚A¢amC¤a.m.¥7p.m.’A¡7‚A¤p.m.C¤p.m.£7pm’A¡7‚A¢pmC¤p.m.¢8)‘A¢8)£8-)‘A£8-)£8-D‘A£8-D¢8D‘A¢8D¥8a.m.’A¡8‚A¤a.m.C¤a.m.£8am’A¡8‚A¢amC¤a.m.¥8p.m.’A¡8‚A¤p.m.C¤p.m.£8pm’A¡8‚A¢pmC¤p.m.¥9a.m.’A¡9‚A¤a.m.C¤a.m.£9am’A¡9‚A¢amC¤a.m.¥9p.m.’A¡9‚A¤p.m.C¤p.m.£9pm’A¡9‚A¢pmC¤p.m.£:'(‘A£:'(£:')‘A£:')¤:'-(‘A¤:'-(¤:'-)‘A¤:'-)¢:(‘A¢:(£:((‘A£:((¤:(((‘A¤:(((£:()‘A£:()¢:)‘A¢:)£:))‘A£:))¤:)))‘A¤:)))¢:*‘A¢:*£:-(‘A£:-(¤:-((‘A¤:-((¥:-(((‘A¥:-(((£:-)‘A£:-)¤:-))‘A¤:-))¥:-)))‘A¥:-)))£:-*‘A£:-*£:-/‘A£:-/£:-0‘A£:-0£:-3‘A£:-3£:->‘A£:->£:-D‘A£:-D£:-O‘A£:-O£:-P‘A£:-P£:-X‘A£:-X£:-]‘A£:-]£:-o‘A£:-o£:-p‘A£:-p£:-x‘A£:-x£:-|‘A£:-|£:-}‘A£:-}¢:/‘A¢:/¢:0‘A¢:0¢:1‘A¢:1¢:3‘A¢:3¢:>‘A¢:>¢:D‘A¢:D¢:O‘A¢:O¢:P‘A¢:P¢:X‘A¢:X¢:]‘A¢:]¢:o‘A¢:o£:o)‘A£:o)¢:p‘A¢:p¢:x‘A¢:x¢:|‘A¢:|¢:}‘A¢:}¥:’(‘A¥:’(¥:’)‘A¥:’)¦:’-(‘A¦:’-(¦:’-)‘A¦:’-)¢;)‘A¢;)£;-)‘A£;-)£;-D‘A£;-D¢;D‘A¢;D£;_;‘A£;_;£<.<‘A£<.<£‘A§¢=(‘A¢=(¢=)‘A¢=)¢=/‘A¢=/¢=3‘A¢=3¢=D‘A¢=D¢=[‘A¢=[¢=]‘A¢=]¢=|‘A¢=|£>.<‘A£>.<£>.>‘A£>.>£>:(‘A£>:(£>:o‘A£>:o§><(((*>‘A§><(((*>£@_@‘A£@_@¤Adm.‘A¤Adm.¥Ain't’A¢Ai‚A£n'tC£not¤Aint’A¢Ai‚A¢ntC£not§Ain’t’A¢Ai‚A¥n’tC£not£Ak.‘‚A£Ak.C¦Alaska¤Ala.‘‚A¤Ala.C§Alabama¤Apr.‘‚A¤Apr.C¥April¦Aren't’‚A£AreC£are‚A£n'tC£not¥Arent’‚A£AreC£are‚A¢ntC£not¨Aren’t’‚A£AreC£are‚A¥n’tC£not¥Ariz.‘‚A¥Ariz.C§Arizona¤Ark.‘‚A¤Ark.C¨Arkansas¤Aug.‘‚A¤Aug.C¦August¥Bros.‘A¥Bros.¥C'mon’‚A£C'mC¤comeA¢on£C++‘A£C++¦Calif.‘‚A¦Calif.CªCalifornia¥Can't’‚A¢CaC£can‚A£n'tC£not¨Can't've“‚A¢CaC£can‚A£n'tC£not‚A£'veC¤have¦Cannot’‚A£CanC£canA£not¤Cant’‚A¢CaC£can‚A¢ntC£not¦Cantve“‚A¢CaC£can‚A¢ntC£not‚A¢veC¤have§Can’t’‚A¢CaC£can‚A¥n’tC£not¬Can’t’ve“‚A¢CaC£can‚A¥n’tC£not‚A¥â€™veC¤have£Co.‘A£Co.¥Colo.‘‚A¥Colo.C¨Colorado¥Conn.‘‚A¥Conn.C«Connecticut¥Corp.‘A¥Corp.¨Could've’‚A¥CouldC¥couldA£'ve¨Couldn't’‚A¥CouldC¥could‚A£n'tC£not«Couldn't've“‚A¥CouldC¥could‚A£n'tC£not‚A£'veC¤have§Couldnt’‚A¥CouldC¥could‚A¢ntC£not©Couldntve“‚A¥CouldC¥could‚A¢ntC£not‚A¢veC¤haveªCouldn’t’‚A¥CouldC¥could‚A¥n’tC£not¯Couldn’t’ve“‚A¥CouldC¥could‚A¥n’tC£not‚A¥â€™veC¤have§Couldve’‚A¥CouldC¥couldA¢veªCould’ve’‚A¥CouldC¥couldA¥â€™ve§C’mon’‚A¥C’mC¤comeA¢on¤D.C.‘A¤D.C.§Daren't’‚A¤DareC¤dare‚A£n'tC£not¦Darent’‚A¤DareC¤dare‚A¢ntC£not©Daren’t’‚A¤DareC¤dare‚A¥n’tC£not¤Dec.‘‚A¤Dec.C¨December¤Del.‘‚A¤Del.C¨Delaware¦Didn't’‚A£DidC¢do‚A£n'tC£not©Didn't've“‚A£DidC¢do‚A£n'tC£not‚A£'veC¤have¥Didnt’‚A£DidC¢do‚A¢ntC£not§Didntve“‚A£DidC¢do‚A¢ntC£not‚A¢veC¤have¨Didn’t’‚A£DidC¢do‚A¥n’tC£not­Didn’t’ve“‚A£DidC¢do‚A¥n’tC£not‚A¥â€™veC¤have§Doesn't’‚A¤DoesC¤does‚A£n'tC£notªDoesn't've“‚A¤DoesC¤does‚A£n'tC£not‚A£'veC¤have¦Doesnt’‚A¤DoesC¤does‚A¢ntC£not¨Doesntve“‚A¤DoesC¤does‚A¢ntC£not‚A¢veC¤have©Doesn’t’‚A¤DoesC¤does‚A¥n’tC£not®Doesn’t’ve“‚A¤DoesC¤does‚A¥n’tC£not‚A¥â€™veC¤have¤Doin‘‚A¤DoinC¥doing¥Doin'‘‚A¥Doin'C¥doing§Doin’‘‚A§Doin’C¥doing¥Don't’‚A¢DoC¢do‚A£n'tC£not¨Don't've“‚A¢DoC¢do‚A£n'tC£not‚A£'veC¤have¤Dont’‚A¢DoC¢do‚A¢ntC£not¦Dontve“‚A¢DoC¢do‚A¢ntC£not‚A¢veC¤have§Don’t’‚A¢DoC¢do‚A¥n’tC£not¬Don’t’ve“‚A¢DoC¢do‚A¥n’tC£not‚A¥â€™veC¤have£Dr.‘A£Dr.¤E.G.‘A¤E.G.¤E.g.‘A¤E.g.¤Feb.‘‚A¤Feb.C¨February¤Fla.‘‚A¤Fla.C§Florida£Ga.‘‚A£Ga.C§Georgia¤Gen.‘A¤Gen.¤Goin‘‚A¤GoinC¥going¥Goin'‘‚A¥Goin'C¥going§Goin’‘‚A§Goin’C¥going¥Gonna’‚A£GonC¥going‚A¢naC¢to¥Gotta’‚A£GotC£got‚A¢taC¢to¤Gov.‘A¤Gov.¦Hadn't’‚A£HadC¤have‚A£n'tC£not©Hadn't've“‚A£HadC¤have‚A£n'tC£not‚A£'veC¤have¥Hadnt’‚A£HadC¤have‚A¢ntC£not§Hadntve“‚A£HadC¤have‚A¢ntC£not‚A¢veC¤have¨Hadn’t’‚A£HadC¤have‚A¥n’tC£not­Hadn’t’ve“‚A£HadC¤have‚A¥n’tC£not‚A¥â€™veC¤have¦Hasn't’‚A£HasC£has‚A£n'tC£not¥Hasnt’‚A£HasC£has‚A¢ntC£not¨Hasn’t’‚A£HasC£has‚A¥n’tC£not§Haven't’‚A¤HaveC¤have‚A£n'tC£not¦Havent’‚A¤HaveC¤have‚A¢ntC£not©Haven’t’‚A¤HaveC¤have‚A¥n’tC£not¥Havin‘‚A¥HavinC¦having¦Havin'‘‚A¦Havin'C¦having¨Havin’‘‚A¨Havin’C¦having¤He'd’‚A¢HeC¢he‚A¢'dC¢'d§He'd've“‚A¢HeC¢he‚A¢'dC¥would‚A£'veC¤have¥He'll’‚A¢HeC¢he‚A£'llC¤will¨He'll've“‚A¢HeC¢he‚A£'llC¤will‚A£'veC¤have¤He's’‚A¢HeC¢he‚A¢'sC¢'s£Hed’‚A¢HeC¢he‚A¡dC¢'d¥Hedve“‚A¢HeC¢he‚A¡dC¥would‚A¢veC¤have¦Hellve“‚A¢HeC¢he‚A¢llC¤will‚A¢veC¤have£Hes’‚A¢HeC¢heA¡s¦He’d’‚A¢HeC¢he‚A¤â€™dC¢'d«He’d’ve“‚A¢HeC¢he‚A¤â€™dC¥would‚A¥â€™veC¤have§He’ll’‚A¢HeC¢he‚A¥â€™llC¤will¬He’ll’ve“‚A¢HeC¢he‚A¥â€™llC¤will‚A¥â€™veC¤have¦He’s’‚A¢HeC¢he‚A¤â€™sC¢'s¥How'd’‚A£HowC£how‚A¢'dC¢'d¨How'd've“‚A£HowC£how‚A¢'dC¥would‚A£'veC¤have§How'd'y“‚A£HowC£howA¢'d‚A¢'yC£you¦How'll’‚A£HowC£how‚A£'llC¤will©How'll've“‚A£HowC£how‚A£'llC¤will‚A£'veC¤have¦How're’‚A£HowC£how‚A£'reC£are¥How's’‚A£HowC£how‚A¢'sC¢'s¦How've’‚A£HowC£howA£'ve¤Howd’‚A£HowC£how‚A¡dC¢'d¦Howdve“‚A£HowC£how‚A¡dC¥would‚A¢veC¤have¥Howll’‚A£HowC£how‚A¢llC¤will§Howllve“‚A£HowC£how‚A¢llC¤will‚A¢veC¤have¥Howre’‚A£HowC£how‚A¢reC£are¤Hows’‚A£HowC£howA¡s¥Howve’A£How‚A¢veC¤have§How’d’‚A£HowC£how‚A¤â€™dC¢'d¬How’d’ve“‚A£HowC£how‚A¤â€™dC¥would‚A¥â€™veC¤have«How’d’y“‚A£HowC£howA¤â€™d‚A¤â€™yC£you¨How’ll’‚A£HowC£how‚A¥â€™llC¤will­How’ll’ve“‚A£HowC£how‚A¥â€™llC¤will‚A¥â€™veC¤have¨How’re’‚A£HowC£how‚A¥â€™reC£are§How’s’‚A£HowC£how‚A¤â€™sC¢'s¨How’ve’‚A£HowC£howA¥â€™ve£I'd’‚A¡IC¡i‚A¢'dC¢'d¦I'd've“‚A¡IC¡i‚A¢'dC¥would‚A£'veC¤have¤I'll’‚A¡IC¡i‚A£'llC¤will§I'll've“‚A¡IC¡i‚A£'llC¤will‚A£'veC¤have£I'm’‚A¡IC¡i‚A¢'mC¢am¤I'ma“‚A¡IC¡i‚A¢'mC¢am‚A¡aC¥gonna¤I've’‚A¡IC¡i‚A£'veC¤have¤I.E.‘A¤I.E.¤I.e.‘A¤I.e.£Ia.‘‚A£Ia.C¤Iowa¢Id’‚A¡IC¡i‚A¡dC¢'d£Id.‘‚A£Id.C¥Idaho¤Idve“‚A¡IC¡i‚A¡dC¥would‚A¢veC¤have¤Ill.‘‚A¤Ill.C¨Illinois¥Illve“‚A¡IC¡i‚A¢llC¤will‚A¢veC¤have¢Im’‚A¡IC¡iA¡m£Ima“‚A¡IC¡i‚A¡mC¢am‚A¡aC¥gonna¤Inc.‘A¤Inc.¤Ind.‘‚A¤Ind.C§Indiana¥Isn't’‚A¢IsC¢is‚A£n'tC£not¤Isnt’‚A¢IsC¢is‚A¢ntC£not§Isn’t’‚A¢IsC¢is‚A¥n’tC£not¤It'd’‚A¢ItC¢it‚A¢'dC¢'d§It'd've“‚A¢ItC¢it‚A¢'dC¥would‚A£'veC¤have¥It'll’‚A¢ItC¢it‚A£'llC¤will¨It'll've“‚A¢ItC¢it‚A£'llC¤will‚A£'veC¤have¤It's’‚A¢ItC¢it‚A¢'sC¢'s£Itd’‚A¢ItC¢it‚A¡dC¢'d¥Itdve“‚A¢ItC¢it‚A¡dC¥would‚A¢veC¤have¤Itll’‚A¢ItC¢it‚A¢llC¤will¦Itllve“‚A¢ItC¢it‚A¢llC¤will‚A¢veC¤have¦It’d’‚A¢ItC¢it‚A¤â€™dC¢'d«It’d’ve“‚A¢ItC¢it‚A¤â€™dC¥would‚A¥â€™veC¤have§It’ll’‚A¢ItC¢it‚A¥â€™llC¤will¬It’ll’ve“‚A¢ItC¢it‚A¥â€™llC¤will‚A¥â€™veC¤have¦It’s’‚A¢ItC¢it‚A¤â€™sC¢'s£Ive’‚A¡IC¡i‚A¢veC¤have¥I’d’‚A¡IC¡i‚A¤â€™dC¢'dªI’d’ve“‚A¡IC¡i‚A¤â€™dC¥would‚A¥â€™veC¤have¦I’ll’‚A¡IC¡i‚A¥â€™llC¤will«I’ll’ve“‚A¡IC¡i‚A¥â€™llC¤will‚A¥â€™veC¤have¥I’m’‚A¡IC¡i‚A¤â€™mC¢am¦I’ma“‚A¡IC¡i‚A¤â€™mC¢am‚A¡aC¥gonna¦I’ve’‚A¡IC¡i‚A¥â€™veC¤have¤Jan.‘‚A¤Jan.C§January£Jr.‘A£Jr.¤Jul.‘‚A¤Jul.C¤July¤Jun.‘‚A¤Jun.C¤June¤Kan.‘‚A¤Kan.C¦Kansas¥Kans.‘‚A¥Kans.C¦Kansas£Ky.‘‚A£Ky.C¨Kentucky£La.‘‚A£La.C©Louisiana¥Let's’‚A£LetC£let‚A¢'sC¢us§Let’s’‚A£LetC£let‚A¤â€™sC¢us¥Lovin‘‚A¥LovinC¦loving¦Lovin'‘‚A¦Lovin'C¦loving¨Lovin’‘‚A¨Lovin’C¦loving¤Ltd.‘A¤Ltd.¥Ma'am‘‚A¥Ma'amC¥madam¤Mar.‘‚A¤Mar.C¥March¥Mass.‘‚A¥Mass.C­Massachusetts¦Mayn't’‚A£MayC£may‚A£n'tC£not©Mayn't've“‚A£MayC£may‚A£n'tC£not‚A£'veC¤have¥Maynt’‚A£MayC£may‚A¢ntC£not§Mayntve“‚A£MayC£may‚A¢ntC£not‚A¢veC¤have¨Mayn’t’‚A£MayC£may‚A¥n’tC£not­Mayn’t’ve“‚A£MayC£may‚A¥n’tC£not‚A¥â€™veC¤have§Ma’am‘‚A§Ma’amC¥madam£Md.‘A£Md.§Messrs.‘A§Messrs.¥Mich.‘‚A¥Mich.C¨Michigan¨Might've’‚A¥MightC¥mightA£'ve¨Mightn't’‚A¥MightC¥might‚A£n'tC£not«Mightn't've“‚A¥MightC¥might‚A£n'tC£not‚A£'veC¤have§Mightnt’‚A¥MightC¥might‚A¢ntC£not©Mightntve“‚A¥MightC¥might‚A¢ntC£not‚A¢veC¤haveªMightn’t’‚A¥MightC¥might‚A¥n’tC£not¯Mightn’t’ve“‚A¥MightC¥might‚A¥n’tC£not‚A¥â€™veC¤have§Mightve’‚A¥MightC¥mightA¢veªMight’ve’‚A¥MightC¥mightA¥â€™ve¥Minn.‘‚A¥Minn.C©Minnesota¥Miss.‘‚A¥Miss.C«Mississippi£Mo.‘A£Mo.¥Mont.‘A¥Mont.£Mr.‘A£Mr.¤Mrs.‘A¤Mrs.£Ms.‘A£Ms.£Mt.‘‚A£Mt.C¥Mount§Must've’‚A¤MustC¤mustA£'ve§Mustn't’‚A¤MustC¤must‚A£n'tC£notªMustn't've“‚A¤MustC¤must‚A£n'tC£not‚A£'veC¤have¦Mustnt’‚A¤MustC¤must‚A¢ntC£not¨Mustntve“‚A¤MustC¤must‚A¢ntC£not‚A¢veC¤have©Mustn’t’‚A¤MustC¤must‚A¥n’tC£not®Mustn’t’ve“‚A¤MustC¤must‚A¥n’tC£not‚A¥â€™veC¤have¦Mustve’‚A¤MustC¤mustA¢ve©Must’ve’‚A¤MustC¤mustA¥â€™ve¤N.C.‘‚A¤N.C.C®North Carolina¤N.D.‘‚A¤N.D.C¬North Dakota¤N.H.‘‚A¤N.H.C­New Hampshire¤N.J.‘‚A¤N.J.CªNew Jersey¤N.M.‘‚A¤N.M.CªNew Mexico¤N.Y.‘‚A¤N.Y.C¨New York¤Neb.‘‚A¤Neb.C¨Nebraska¥Nebr.‘‚A¥Nebr.C¨Nebraska§Needn't’‚A¤NeedC¤need‚A£n'tC£notªNeedn't've“‚A¤NeedC¤need‚A£n'tC£not‚A£'veC¤have¦Neednt’‚A¤NeedC¤need‚A¢ntC£not¨Needntve“‚A¤NeedC¤need‚A¢ntC£not‚A¢veC¤have©Needn’t’‚A¤NeedC¤need‚A¥n’tC£not®Needn’t’ve“‚A¤NeedC¤need‚A¥n’tC£not‚A¥â€™veC¤have¤Nev.‘‚A¤Nev.C¦Nevada¦Not've’‚A£NotC£not‚A£'veC¤have¦Nothin‘‚A¦NothinC§nothing§Nothin'‘‚A§Nothin'C§nothing©Nothin’‘‚A©Nothin’C§nothing¥Notve’‚A£NotC£not‚A¢veC¤have¨Not’ve’‚A£NotC£not‚A¥â€™veC¤have¤Nov.‘‚A¤Nov.C¨November¦Nuthin‘‚A¦NuthinC§nothing§Nuthin'‘‚A§Nuthin'C§nothing©Nuthin’‘‚A©Nuthin’C§nothing§O'clock‘‚A§O'clockC§o'clock£O.O‘A£O.O£O.o‘A£O.o£O_O‘A£O_O£O_o‘A£O_o¤Oct.‘‚A¤Oct.C§October¥Okla.‘‚A¥Okla.C¨Oklahoma¢Ol‘‚A¢OlC£old£Ol'‘‚A£Ol'C£old¥Ol’‘‚A¥Ol’C£old¤Ore.‘‚A¤Ore.C¦Oregon¨Oughtn't’‚A¥OughtC¥ought‚A£n'tC£not«Oughtn't've“‚A¥OughtC¥ought‚A£n'tC£not‚A£'veC¤have§Oughtnt’‚A¥OughtC¥ought‚A¢ntC£not©Oughtntve“‚A¥OughtC¥ought‚A¢ntC£not‚A¢veC¤haveªOughtn’t’‚A¥OughtC¥ought‚A¥n’tC£not¯Oughtn’t’ve“‚A¥OughtC¥ought‚A¥n’tC£not‚A¥â€™veC¤have©O’clock‘‚A©O’clockC§o'clock£Pa.‘‚A£Pa.C¬Pennsylvania¥Ph.D.‘A¥Ph.D.¥Prof.‘A¥Prof.¤Rep.‘A¤Rep.¤Rev.‘A¤Rev.¤S.C.‘‚A¤S.C.C®South Carolina¤Sen.‘A¤Sen.¤Sep.‘‚A¤Sep.C©September¥Sept.‘‚A¥Sept.C©September¦Shan't’‚A£ShaC¥shall‚A£n'tC£not©Shan't've“‚A£ShaC¥shall‚A£n'tC£not‚A£'veC¤have¥Shant’‚A£ShaC¥shall‚A¢ntC£not§Shantve“‚A£ShaC¥shall‚A¢ntC£not‚A¢veC¤have¨Shan’t’‚A£ShaC¥shall‚A¥n’tC£not­Shan’t’ve“‚A£ShaC¥shall‚A¥n’tC£not‚A¥â€™veC¤have¥She'd’‚A£SheC£she‚A¢'dC¢'d¨She'd've“‚A£SheC£she‚A¢'dC¥would‚A£'veC¤have¦She'll’‚A£SheC£she‚A£'llC¤will©She'll've“‚A£SheC£she‚A£'llC¤will‚A£'veC¤have¥She's’‚A£SheC£she‚A¢'sC¢'s¦Shedve“‚A£SheC£she‚A¡dC¥would‚A¢veC¤have§Shellve“‚A£SheC£she‚A¢llC¤will‚A¢veC¤have¤Shes’‚A£SheC£sheA¡s§She’d’‚A£SheC£she‚A¤â€™dC¢'d¬She’d’ve“‚A£SheC£she‚A¤â€™dC¥would‚A¥â€™veC¤have¨She’ll’‚A£SheC£she‚A¥â€™llC¤will­She’ll’ve“‚A£SheC£she‚A¥â€™llC¤will‚A¥â€™veC¤have§She’s’‚A£SheC£she‚A¤â€™sC¢'s©Should've’‚A¦ShouldC¦shouldA£'ve©Shouldn't’‚A¦ShouldC¦should‚A£n'tC£not¬Shouldn't've“‚A¦ShouldC¦should‚A£n'tC£not‚A£'veC¤have¨Shouldnt’‚A¦ShouldC¦should‚A¢ntC£notªShouldntve“‚A¦ShouldC¦should‚A¢ntC£not‚A¢veC¤have«Shouldn’t’‚A¦ShouldC¦should‚A¥n’tC£not°Shouldn’t’ve“‚A¦ShouldC¦should‚A¥n’tC£not‚A¥â€™veC¤have¨Shouldve’‚A¦ShouldC¦shouldA¢ve«Should’ve’‚A¦ShouldC¦shouldA¥â€™ve¨Somethin‘‚A¨SomethinC©something©Somethin'‘‚A©Somethin'C©something«Somethin’‘‚A«Somethin’C©something£St.‘A£St.¥Tenn.‘‚A¥Tenn.C©Tennessee¦That'd’‚A¤ThatC¤that‚A¢'dC¢'d©That'd've“‚A¤ThatC¤that‚A¢'dC¥would‚A£'veC¤have§That'll’‚A¤ThatC¤that‚A£'llC¤willªThat'll've“‚A¤ThatC¤that‚A£'llC¤will‚A£'veC¤have¦That's’‚A¤ThatC¤that‚A¢'sC¢'s¥Thatd’‚A¤ThatC¤that‚A¡dC¢'d§Thatdve“‚A¤ThatC¤that‚A¡dC¥would‚A¢veC¤have¦Thatll’‚A¤ThatC¤that‚A¢llC¤will¨Thatllve“‚A¤ThatC¤that‚A¢llC¤will‚A¢veC¤have¥Thats’‚A¤ThatC¤thatA¡s¨That’d’‚A¤ThatC¤that‚A¤â€™dC¢'d­That’d’ve“‚A¤ThatC¤that‚A¤â€™dC¥would‚A¥â€™veC¤have©That’ll’‚A¤ThatC¤that‚A¥â€™llC¤will®That’ll’ve“‚A¤ThatC¤that‚A¥â€™llC¤will‚A¥â€™veC¤have¨That’s’‚A¤ThatC¤that‚A¤â€™sC¢'s§There'd’‚A¥ThereC¥there‚A¢'dC¢'dªThere'd've“‚A¥ThereC¥there‚A¢'dC¥would‚A£'veC¤have¨There'll’‚A¥ThereC¥there‚A£'llC¤will«There'll've“‚A¥ThereC¥there‚A£'llC¤will‚A£'veC¤have¨There're’‚A¥ThereC¥there‚A£'reC£are§There's’‚A¥ThereC¥there‚A¢'sC¢'s¨There've’‚A¥ThereC¥thereA£'ve¦Thered’‚A¥ThereC¥there‚A¡dC¢'d¨Theredve“‚A¥ThereC¥there‚A¡dC¥would‚A¢veC¤have§Therell’‚A¥ThereC¥there‚A¢llC¤will©Therellve“‚A¥ThereC¥there‚A¢llC¤will‚A¢veC¤have§Therere’‚A¥ThereC¥there‚A¢reC£are¦Theres’‚A¥ThereC¥thereA¡s§Thereve’A¥There‚A¢veC¤have©There’d’‚A¥ThereC¥there‚A¤â€™dC¢'d®There’d’ve“‚A¥ThereC¥there‚A¤â€™dC¥would‚A¥â€™veC¤haveªThere’ll’‚A¥ThereC¥there‚A¥â€™llC¤will¯There’ll’ve“‚A¥ThereC¥there‚A¥â€™llC¤will‚A¥â€™veC¤haveªThere’re’‚A¥ThereC¥there‚A¥â€™reC£are©There’s’‚A¥ThereC¥there‚A¤â€™sC¢'sªThere’ve’‚A¥ThereC¥thereA¥â€™ve§These'd’‚A¥TheseC¥these‚A¢'dC¢'dªThese'd've“‚A¥TheseC¥these‚A¢'dC¥would‚A£'veC¤have¨These'll’‚A¥TheseC¥these‚A£'llC¤will«These'll've“‚A¥TheseC¥these‚A£'llC¤will‚A£'veC¤have¨These're’‚A¥TheseC¥these‚A£'reC£are¨These've’‚A¥TheseC¥theseA£'ve¦Thesed’‚A¥TheseC¥these‚A¡dC¢'d¨Thesedve“‚A¥TheseC¥these‚A¡dC¥would‚A¢veC¤have§Thesell’‚A¥TheseC¥these‚A¢llC¤will©Thesellve“‚A¥TheseC¥these‚A¢llC¤will‚A¢veC¤have§Thesere’‚A¥TheseC¥these‚A¢reC£are§Theseve’A¥These‚A¢veC¤have©These’d’‚A¥TheseC¥these‚A¤â€™dC¢'d®These’d’ve“‚A¥TheseC¥these‚A¤â€™dC¥would‚A¥â€™veC¤haveªThese’ll’‚A¥TheseC¥these‚A¥â€™llC¤will¯These’ll’ve“‚A¥TheseC¥these‚A¥â€™llC¤will‚A¥â€™veC¤haveªThese’re’‚A¥TheseC¥these‚A¥â€™reC£areªThese’ve’‚A¥TheseC¥theseA¥â€™ve¦They'd’‚A¤TheyC¤they‚A¢'dC¢'d©They'd've“‚A¤TheyC¤they‚A¢'dC¥would‚A£'veC¤have§They'll’‚A¤TheyC¤they‚A£'llC¤willªThey'll've“‚A¤TheyC¤they‚A£'llC¤will‚A£'veC¤have§They're’‚A¤TheyC¤they‚A£'reC£are§They've’‚A¤TheyC¤they‚A£'veC¤have¥Theyd’‚A¤TheyC¤they‚A¡dC¢'d§Theydve“‚A¤TheyC¤they‚A¡dC¥would‚A¢veC¤have¦Theyll’‚A¤TheyC¤they‚A¢llC¤will¨Theyllve“‚A¤TheyC¤they‚A¢llC¤will‚A¢veC¤have¦Theyre’‚A¤TheyC¤they‚A¢reC£are¦Theyve’‚A¤TheyC¤they‚A¢veC¤have¨They’d’‚A¤TheyC¤they‚A¤â€™dC¢'d­They’d’ve“‚A¤TheyC¤they‚A¤â€™dC¥would‚A¥â€™veC¤have©They’ll’‚A¤TheyC¤they‚A¥â€™llC¤will®They’ll’ve“‚A¤TheyC¤they‚A¥â€™llC¤will‚A¥â€™veC¤have©They’re’‚A¤TheyC¤they‚A¥â€™reC£are©They’ve’‚A¤TheyC¤they‚A¥â€™veC¤have¦This'd’‚A¤ThisC¤this‚A¢'dC¢'d©This'd've“‚A¤ThisC¤this‚A¢'dC¥would‚A£'veC¤have§This'll’‚A¤ThisC¤this‚A£'llC¤willªThis'll've“‚A¤ThisC¤this‚A£'llC¤will‚A£'veC¤have¦This's’‚A¤ThisC¤this‚A¢'sC¢'s¥Thisd’‚A¤ThisC¤this‚A¡dC¢'d§Thisdve“‚A¤ThisC¤this‚A¡dC¥would‚A¢veC¤have¦Thisll’‚A¤ThisC¤this‚A¢llC¤will¨Thisllve“‚A¤ThisC¤this‚A¢llC¤will‚A¢veC¤have¥Thiss’‚A¤ThisC¤thisA¡s¨This’d’‚A¤ThisC¤this‚A¤â€™dC¢'d­This’d’ve“‚A¤ThisC¤this‚A¤â€™dC¥would‚A¥â€™veC¤have©This’ll’‚A¤ThisC¤this‚A¥â€™llC¤will®This’ll’ve“‚A¤ThisC¤this‚A¥â€™llC¤will‚A¥â€™veC¤have¨This’s’‚A¤ThisC¤this‚A¤â€™sC¢'s§Those'd’‚A¥ThoseC¥those‚A¢'dC¢'dªThose'd've“‚A¥ThoseC¥those‚A¢'dC¥would‚A£'veC¤have¨Those'll’‚A¥ThoseC¥those‚A£'llC¤will«Those'll've“‚A¥ThoseC¥those‚A£'llC¤will‚A£'veC¤have¨Those're’‚A¥ThoseC¥those‚A£'reC£are¨Those've’‚A¥ThoseC¥thoseA£'ve¦Thosed’‚A¥ThoseC¥those‚A¡dC¢'d¨Thosedve“‚A¥ThoseC¥those‚A¡dC¥would‚A¢veC¤have§Thosell’‚A¥ThoseC¥those‚A¢llC¤will©Thosellve“‚A¥ThoseC¥those‚A¢llC¤will‚A¢veC¤have§Thosere’‚A¥ThoseC¥those‚A¢reC£are§Thoseve’A¥Those‚A¢veC¤have©Those’d’‚A¥ThoseC¥those‚A¤â€™dC¢'d®Those’d’ve“‚A¥ThoseC¥those‚A¤â€™dC¥would‚A¥â€™veC¤haveªThose’ll’‚A¥ThoseC¥those‚A¥â€™llC¤will¯Those’ll’ve“‚A¥ThoseC¥those‚A¥â€™llC¤will‚A¥â€™veC¤haveªThose’re’‚A¥ThoseC¥those‚A¥â€™reC£areªThose’ve’‚A¥ThoseC¥thoseA¥â€™ve£V.V‘A£V.V£V_V‘A£V_V£Va.‘‚A£Va.C¨Virginia¥Wash.‘‚A¥Wash.CªWashington¦Wasn't’‚A£WasC£was‚A£n'tC£not¥Wasnt’‚A£WasC£was‚A¢ntC£not¨Wasn’t’‚A£WasC£was‚A¥n’tC£not¤We'd’‚A¢WeC¢we‚A¢'dC¢'d§We'd've“‚A¢WeC¢we‚A¢'dC¥would‚A£'veC¤have¥We'll’‚A¢WeC¢we‚A£'llC¤will¨We'll've“‚A¢WeC¢we‚A£'llC¤will‚A£'veC¤have¥We're’‚A¢WeC¢we‚A£'reC£are¥We've’‚A¢WeC¢we‚A£'veC¤have£Wed’‚A¢WeC¢we‚A¡dC¢'d¥Wedve“‚A¢WeC¢we‚A¡dC¥would‚A¢veC¤have¦Wellve“‚A¢WeC¢we‚A¢llC¤will‚A¢veC¤have§Weren't’‚A¤WereC¤were‚A£n'tC£not¦Werent’‚A¤WereC¤were‚A¢ntC£not©Weren’t’‚A¤WereC¤were‚A¥n’tC£not¤Weve’‚A¢WeC¢we‚A¢veC¤have¦We’d’‚A¢WeC¢we‚A¤â€™dC¢'d«We’d’ve“‚A¢WeC¢we‚A¤â€™dC¥would‚A¥â€™veC¤have§We’ll’‚A¢WeC¢we‚A¥â€™llC¤will¬We’ll’ve“‚A¢WeC¢we‚A¥â€™llC¤will‚A¥â€™veC¤have§We’re’‚A¢WeC¢we‚A¥â€™reC£are§We’ve’‚A¢WeC¢we‚A¥â€™veC¤have¦What'd’‚A¤WhatC¤what‚A¢'dC¢'d©What'd've“‚A¤WhatC¤what‚A¢'dC¥would‚A£'veC¤have§What'll’‚A¤WhatC¤what‚A£'llC¤willªWhat'll've“‚A¤WhatC¤what‚A£'llC¤will‚A£'veC¤have§What're’‚A¤WhatC¤what‚A£'reC£are¦What's’‚A¤WhatC¤what‚A¢'sC¢'s§What've’‚A¤WhatC¤whatA£'ve¥Whatd’‚A¤WhatC¤what‚A¡dC¢'d§Whatdve“‚A¤WhatC¤what‚A¡dC¥would‚A¢veC¤have¦Whatll’‚A¤WhatC¤what‚A¢llC¤will¨Whatllve“‚A¤WhatC¤what‚A¢llC¤will‚A¢veC¤have¦Whatre’‚A¤WhatC¤what‚A¢reC£are¥Whats’‚A¤WhatC¤whatA¡s¦Whatve’A¤What‚A¢veC¤have¨What’d’‚A¤WhatC¤what‚A¤â€™dC¢'d­What’d’ve“‚A¤WhatC¤what‚A¤â€™dC¥would‚A¥â€™veC¤have©What’ll’‚A¤WhatC¤what‚A¥â€™llC¤will®What’ll’ve“‚A¤WhatC¤what‚A¥â€™llC¤will‚A¥â€™veC¤have©What’re’‚A¤WhatC¤what‚A¥â€™reC£are¨What’s’‚A¤WhatC¤what‚A¤â€™sC¢'s©What’ve’‚A¤WhatC¤whatA¥â€™ve¦When'd’‚A¤WhenC¤when‚A¢'dC¢'d©When'd've“‚A¤WhenC¤when‚A¢'dC¥would‚A£'veC¤have§When'll’‚A¤WhenC¤when‚A£'llC¤willªWhen'll've“‚A¤WhenC¤when‚A£'llC¤will‚A£'veC¤have§When're’‚A¤WhenC¤when‚A£'reC£are¦When's’‚A¤WhenC¤when‚A¢'sC¢'s§When've’‚A¤WhenC¤whenA£'ve¥Whend’‚A¤WhenC¤when‚A¡dC¢'d§Whendve“‚A¤WhenC¤when‚A¡dC¥would‚A¢veC¤have¦Whenll’‚A¤WhenC¤when‚A¢llC¤will¨Whenllve“‚A¤WhenC¤when‚A¢llC¤will‚A¢veC¤have¦Whenre’‚A¤WhenC¤when‚A¢reC£are¥Whens’‚A¤WhenC¤whenA¡s¦Whenve’A¤When‚A¢veC¤have¨When’d’‚A¤WhenC¤when‚A¤â€™dC¢'d­When’d’ve“‚A¤WhenC¤when‚A¤â€™dC¥would‚A¥â€™veC¤have©When’ll’‚A¤WhenC¤when‚A¥â€™llC¤will®When’ll’ve“‚A¤WhenC¤when‚A¥â€™llC¤will‚A¥â€™veC¤have©When’re’‚A¤WhenC¤when‚A¥â€™reC£are¨When’s’‚A¤WhenC¤when‚A¤â€™sC¢'s©When’ve’‚A¤WhenC¤whenA¥â€™ve§Where'd’‚A¥WhereC¥where‚A¢'dC¢'dªWhere'd've“‚A¥WhereC¥where‚A¢'dC¥would‚A£'veC¤have¨Where'll’‚A¥WhereC¥where‚A£'llC¤will«Where'll've“‚A¥WhereC¥where‚A£'llC¤will‚A£'veC¤have¨Where're’‚A¥WhereC¥where‚A£'reC£are§Where's’‚A¥WhereC¥where‚A¢'sC¢'s¨Where've’‚A¥WhereC¥whereA£'ve¦Whered’‚A¥WhereC¥where‚A¡dC¢'d¨Wheredve“‚A¥WhereC¥where‚A¡dC¥would‚A¢veC¤have§Wherell’‚A¥WhereC¥where‚A¢llC¤will©Wherellve“‚A¥WhereC¥where‚A¢llC¤will‚A¢veC¤have§Wherere’‚A¥WhereC¥where‚A¢reC£are¦Wheres’‚A¥WhereC¥whereA¡s§Whereve’A¥Where‚A¢veC¤have©Where’d’‚A¥WhereC¥where‚A¤â€™dC¢'d®Where’d’ve“‚A¥WhereC¥where‚A¤â€™dC¥would‚A¥â€™veC¤haveªWhere’ll’‚A¥WhereC¥where‚A¥â€™llC¤will¯Where’ll’ve“‚A¥WhereC¥where‚A¥â€™llC¤will‚A¥â€™veC¤haveªWhere’re’‚A¥WhereC¥where‚A¥â€™reC£are©Where’s’‚A¥WhereC¥where‚A¤â€™sC¢'sªWhere’ve’‚A¥WhereC¥whereA¥â€™ve¥Who'd’‚A£WhoC£who‚A¢'dC¢'d¨Who'd've“‚A£WhoC£who‚A¢'dC¥would‚A£'veC¤have¦Who'll’‚A£WhoC£who‚A£'llC¤will©Who'll've“‚A£WhoC£who‚A£'llC¤will‚A£'veC¤have¦Who're’‚A£WhoC£who‚A£'reC£are¥Who's’‚A£WhoC£who‚A¢'sC¢'s¦Who've’‚A£WhoC£whoA£'ve¤Whod’‚A£WhoC£who‚A¡dC¢'d¦Whodve“‚A£WhoC£who‚A¡dC¥would‚A¢veC¤have¥Wholl’‚A£WhoC£who‚A¢llC¤will§Whollve“‚A£WhoC£who‚A¢llC¤will‚A¢veC¤have¤Whos’‚A£WhoC£whoA¡s¥Whove’A£Who‚A¢veC¤have§Who’d’‚A£WhoC£who‚A¤â€™dC¢'d¬Who’d’ve“‚A£WhoC£who‚A¤â€™dC¥would‚A¥â€™veC¤have¨Who’ll’‚A£WhoC£who‚A¥â€™llC¤will­Who’ll’ve“‚A£WhoC£who‚A¥â€™llC¤will‚A¥â€™veC¤have¨Who’re’‚A£WhoC£who‚A¥â€™reC£are§Who’s’‚A£WhoC£who‚A¤â€™sC¢'s¨Who’ve’‚A£WhoC£whoA¥â€™ve¥Why'd’‚A£WhyC£why‚A¢'dC¢'d¨Why'd've“‚A£WhyC£why‚A¢'dC¥would‚A£'veC¤have¦Why'll’‚A£WhyC£why‚A£'llC¤will©Why'll've“‚A£WhyC£why‚A£'llC¤will‚A£'veC¤have¦Why're’‚A£WhyC£why‚A£'reC£are¥Why's’‚A£WhyC£why‚A¢'sC¢'s¦Why've’‚A£WhyC£whyA£'ve¤Whyd’‚A£WhyC£why‚A¡dC¢'d¦Whydve“‚A£WhyC£why‚A¡dC¥would‚A¢veC¤have¥Whyll’‚A£WhyC£why‚A¢llC¤will§Whyllve“‚A£WhyC£why‚A¢llC¤will‚A¢veC¤have¥Whyre’‚A£WhyC£why‚A¢reC£are¤Whys’‚A£WhyC£whyA¡s¥Whyve’A£Why‚A¢veC¤have§Why’d’‚A£WhyC£why‚A¤â€™dC¢'d¬Why’d’ve“‚A£WhyC£why‚A¤â€™dC¥would‚A¥â€™veC¤have¨Why’ll’‚A£WhyC£why‚A¥â€™llC¤will­Why’ll’ve“‚A£WhyC£why‚A¥â€™llC¤will‚A¥â€™veC¤have¨Why’re’‚A£WhyC£why‚A¥â€™reC£are§Why’s’‚A£WhyC£why‚A¤â€™sC¢'s¨Why’ve’‚A£WhyC£whyA¥â€™ve¤Wis.‘‚A¤Wis.C©Wisconsin¥Won't’‚A¢WoC¤will‚A£n'tC£not¨Won't've“‚A¢WoC¤will‚A£n'tC£not‚A£'veC¤have¤Wont’‚A¢WoC¤will‚A¢ntC£not¦Wontve“‚A¢WoC¤will‚A¢ntC£not‚A¢veC¤have§Won’t’‚A¢WoC¤will‚A¥n’tC£not¬Won’t’ve“‚A¢WoC¤will‚A¥n’tC£not‚A¥â€™veC¤have¨Would've’‚A¥WouldC¥wouldA£'ve¨Wouldn't’‚A¥WouldC¥would‚A£n'tC£not«Wouldn't've“‚A¥WouldC¥would‚A£n'tC£not‚A£'veC¤have§Wouldnt’‚A¥WouldC¥would‚A¢ntC£not©Wouldntve“‚A¥WouldC¥would‚A¢ntC£not‚A¢veC¤haveªWouldn’t’‚A¥WouldC¥would‚A¥n’tC£not¯Wouldn’t’ve“‚A¥WouldC¥would‚A¥n’tC£not‚A¥â€™veC¤have§Wouldve’‚A¥WouldC¥wouldA¢veªWould’ve’‚A¥WouldC¥wouldA¥â€™ve¢XD‘A¢XD£XDD‘A£XDD¥You'd’‚A£YouC£you‚A¢'dC¢'d¨You'd've“‚A£YouC£you‚A¢'dC¥would‚A£'veC¤have¦You'll’‚A£YouC£you‚A£'llC¤will©You'll've“‚A£YouC£you‚A£'llC¤will‚A£'veC¤have¦You're’‚A£YouC£you‚A£'reC£are¦You've’‚A£YouC£you‚A£'veC¤have¤Youd’‚A£YouC£you‚A¡dC¢'d¦Youdve“‚A£YouC£you‚A¡dC¥would‚A¢veC¤have¥Youll’‚A£YouC£you‚A¢llC¤will§Youllve“‚A£YouC£you‚A¢llC¤will‚A¢veC¤have¥Youre’‚A£YouC£you‚A¢reC£are¥Youve’‚A£YouC£you‚A¢veC¤have§You’d’‚A£YouC£you‚A¤â€™dC¢'d¬You’d’ve“‚A£YouC£you‚A¤â€™dC¥would‚A¥â€™veC¤have¨You’ll’‚A£YouC£you‚A¥â€™llC¤will­You’ll’ve“‚A£YouC£you‚A¥â€™llC¤will‚A¥â€™veC¤have¨You’re’‚A£YouC£you‚A¥â€™reC£are¨You’ve’‚A£YouC£you‚A¥â€™veC¤have£[-:‘A£[-:¢[:‘A¢[:¢[=‘A¢[=£\")‘A£\")¢\n‘A¢\n¢\t‘A¢\t¢]=‘A¢]=£^_^‘A£^_^¤^__^‘A¤^__^¥^___^‘A¥^___^¢a.‘A¢a.¤a.m.‘A¤a.m.¥ain't’A¢ai‚A£n'tC£not¤aint’A¢ai‚A¢ntC£not§ain’t’A¢ai‚A¥n’tC£not¦and/or‘‚A¦and/orC¦and/or¦aren't’‚A£areC£are‚A£n'tC£not¥arent’‚A£areC£are‚A¢ntC£not¨aren’t’‚A£areC£are‚A¥n’tC£not¢b.‘A¢b.¥c'mon’‚A£c'mC¤comeA¢on¢c.‘A¢c.¥can't’‚A¢caC£can‚A£n'tC£not¨can't've“‚A¢caC£can‚A£n'tC£not‚A£'veC¤have¦cannot’A£canA£not¤cant’‚A¢caC£can‚A¢ntC£not¦cantve“‚A¢caC£can‚A¢ntC£not‚A¢veC¤have§can’t’‚A¢caC£can‚A¥n’tC£not¬can’t’ve“‚A¢caC£can‚A¥n’tC£not‚A¥â€™veC¤have£co.‘A£co.¨could've’‚A¥couldC¥couldA£'ve¨couldn't’‚A¥couldC¥could‚A£n'tC£not«couldn't've“‚A¥couldC¥could‚A£n'tC£not‚A£'veC¤have§couldnt’‚A¥couldC¥could‚A¢ntC£not©couldntve“‚A¥couldC¥could‚A¢ntC£not‚A¢veC¤haveªcouldn’t’‚A¥couldC¥could‚A¥n’tC£not¯couldn’t’ve“‚A¥couldC¥could‚A¥n’tC£not‚A¥â€™veC¤have§couldve’‚A¥couldC¥couldA¢veªcould’ve’‚A¥couldC¥couldA¥â€™ve§c’mon’‚A¥c’mC¤comeA¢on¢d.‘A¢d.§daren't’‚A¤dareC¤dare‚A£n'tC£not¦darent’‚A¤dareC¤dare‚A¢ntC£not©daren’t’‚A¤dareC¤dare‚A¥n’tC£not¦didn't’‚A£didC¢do‚A£n'tC£not©didn't've“‚A£didC¢do‚A£n'tC£not‚A£'veC¤have¥didnt’‚A£didC¢do‚A¢ntC£not§didntve“‚A£didC¢do‚A¢ntC£not‚A¢veC¤have¨didn’t’‚A£didC¢do‚A¥n’tC£not­didn’t’ve“‚A£didC¢do‚A¥n’tC£not‚A¥â€™veC¤have§doesn't’‚A¤doesC¤does‚A£n'tC£notªdoesn't've“‚A¤doesC¤does‚A£n'tC£not‚A£'veC¤have¦doesnt’‚A¤doesC¤does‚A¢ntC£not¨doesntve“‚A¤doesC¤does‚A¢ntC£not‚A¢veC¤have©doesn’t’‚A¤doesC¤does‚A¥n’tC£not®doesn’t’ve“‚A¤doesC¤does‚A¥n’tC£not‚A¥â€™veC¤have¤doin‘‚A¤doinC¥doing¥doin'‘‚A¥doin'C¥doing§doin’‘‚A§doin’C¥doing¥don't’‚A¢doC¢do‚A£n'tC£not¨don't've“‚A¢doC¢do‚A£n'tC£not‚A£'veC¤have¤dont’‚A¢doC¢do‚A¢ntC£not¦dontve“‚A¢doC¢do‚A¢ntC£not‚A¢veC¤have§don’t’‚A¢doC¢do‚A¥n’tC£not¬don’t’ve“‚A¢doC¢do‚A¥n’tC£not‚A¥â€™veC¤have¢e.‘A¢e.¤e.g.‘A¤e.g.¢em‘‚A¢emC¤them¢f.‘A¢f.¢g.‘A¢g.¤goin‘‚A¤goinC¥going¥goin'‘‚A¥goin'C¥going§goin’‘‚A§goin’C¥going¥gonna’‚A£gonC¥going‚A¢naC¢to¥gotta’A£got‚A¢taC¢to¢h.‘A¢h.¦hadn't’‚A£hadC¤have‚A£n'tC£not©hadn't've“‚A£hadC¤have‚A£n'tC£not‚A£'veC¤have¥hadnt’‚A£hadC¤have‚A¢ntC£not§hadntve“‚A£hadC¤have‚A¢ntC£not‚A¢veC¤have¨hadn’t’‚A£hadC¤have‚A¥n’tC£not­hadn’t’ve“‚A£hadC¤have‚A¥n’tC£not‚A¥â€™veC¤have¦hasn't’‚A£hasC£has‚A£n'tC£not¥hasnt’‚A£hasC£has‚A¢ntC£not¨hasn’t’‚A£hasC£has‚A¥n’tC£not§haven't’‚A¤haveC¤have‚A£n'tC£not¦havent’‚A¤haveC¤have‚A¢ntC£not©haven’t’‚A¤haveC¤have‚A¥n’tC£not¥havin‘‚A¥havinC¦having¦havin'‘‚A¦havin'C¦having¨havin’‘‚A¨havin’C¦having¤he'd’‚A¢heC¢he‚A¢'dC¢'d§he'd've“‚A¢heC¢he‚A¢'dC¥would‚A£'veC¤have¥he'll’‚A¢heC¢he‚A£'llC¤will¨he'll've“‚A¢heC¢he‚A£'llC¤will‚A£'veC¤have¤he's’‚A¢heC¢he‚A¢'sC¢'s£hed’‚A¢heC¢he‚A¡dC¢'d¥hedve“‚A¢heC¢he‚A¡dC¥would‚A¢veC¤have¦hellve“‚A¢heC¢he‚A¢llC¤will‚A¢veC¤have£hes’‚A¢heC¢heA¡s¦he’d’‚A¢heC¢he‚A¤â€™dC¢'d«he’d’ve“‚A¢heC¢he‚A¤â€™dC¥would‚A¥â€™veC¤have§he’ll’‚A¢heC¢he‚A¥â€™llC¤will¬he’ll’ve“‚A¢heC¢he‚A¥â€™llC¤will‚A¥â€™veC¤have¦he’s’‚A¢heC¢he‚A¤â€™sC¢'s¥how'd’‚A£howC£how‚A¢'dC¢'d¨how'd've“‚A£howC£how‚A¢'dC¥would‚A£'veC¤have§how'd'y“A£howA¢'d‚A¢'yC£you¦how'll’‚A£howC£how‚A£'llC¤will©how'll've“‚A£howC£how‚A£'llC¤will‚A£'veC¤have¦how're’‚A£howC£how‚A£'reC£are¥how's’‚A£howC£how‚A¢'sC¢'s¦how've’‚A£howC£howA£'ve¤howd’‚A£howC£how‚A¡dC¢'d¦howdve“‚A£howC£how‚A¡dC¥would‚A¢veC¤have¥howll’‚A£howC£how‚A¢llC¤will§howllve“‚A£howC£how‚A¢llC¤will‚A¢veC¤have¥howre’‚A£howC£how‚A¢reC£are¤hows’‚A£howC£howA¡s¥howve’A£how‚A¢veC¤have§how’d’‚A£howC£how‚A¤â€™dC¢'d¬how’d’ve“‚A£howC£how‚A¤â€™dC¥would‚A¥â€™veC¤have«how’d’y“A£howA¤â€™d‚A¤â€™yC£you¨how’ll’‚A£howC£how‚A¥â€™llC¤will­how’ll’ve“‚A£howC£how‚A¥â€™llC¤will‚A¥â€™veC¤have¨how’re’‚A£howC£how‚A¥â€™reC£are§how’s’‚A£howC£how‚A¤â€™sC¢'s¨how’ve’‚A£howC£howA¥â€™ve£i'd’‚A¡iC¡i‚A¢'dC¢'d¦i'd've“‚A¡iC¡i‚A¢'dC¥would‚A£'veC¤have¤i'll’‚A¡iC¡i‚A£'llC¤will§i'll've“‚A¡iC¡i‚A£'llC¤will‚A£'veC¤have£i'm’‚A¡iC¡i‚A¢'mC¢am¤i'ma“‚A¡iC¡i‚A¢'mC¢am‚A¡aC¥gonna¤i've’‚A¡iC¡i‚A£'veC¤have¢i.‘A¢i.¤i.e.‘A¤i.e.¢id’‚A¡iC¡i‚A¡dC¢'d¤idve“‚A¡iC¡i‚A¡dC¥would‚A¢veC¤have¥illve“‚A¡iC¡i‚A¢llC¤will‚A¢veC¤have¢im’‚A¡iC¡iA¡m£ima“‚A¡iC¡i‚A¡mC¢am‚A¡aC¥gonna¥isn't’‚A¢isC¢is‚A£n'tC£not¤isnt’‚A¢isC¢is‚A¢ntC£not§isn’t’‚A¢isC¢is‚A¥n’tC£not¤it'd’‚A¢itC¢it‚A¢'dC¢'d§it'd've“‚A¢itC¢it‚A¢'dC¥would‚A£'veC¤have¥it'll’‚A¢itC¢it‚A£'llC¤will¨it'll've“‚A¢itC¢it‚A£'llC¤will‚A£'veC¤have¤it's’‚A¢itC¢it‚A¢'sC¢'s£itd’‚A¢itC¢it‚A¡dC¢'d¥itdve“‚A¢itC¢it‚A¡dC¥would‚A¢veC¤have¤itll’‚A¢itC¢it‚A¢llC¤will¦itllve“‚A¢itC¢it‚A¢llC¤will‚A¢veC¤have¦it’d’‚A¢itC¢it‚A¤â€™dC¢'d«it’d’ve“‚A¢itC¢it‚A¤â€™dC¥would‚A¥â€™veC¤have§it’ll’‚A¢itC¢it‚A¥â€™llC¤will¬it’ll’ve“‚A¢itC¢it‚A¥â€™llC¤will‚A¥â€™veC¤have¦it’s’‚A¢itC¢it‚A¤â€™sC¢'s£ive’‚A¡iC¡i‚A¢veC¤have¥i’d’‚A¡iC¡i‚A¤â€™dC¢'dªi’d’ve“‚A¡iC¡i‚A¤â€™dC¥would‚A¥â€™veC¤have¦i’ll’‚A¡iC¡i‚A¥â€™llC¤will«i’ll’ve“‚A¡iC¡i‚A¥â€™llC¤will‚A¥â€™veC¤have¥i’m’‚A¡iC¡i‚A¤â€™mC¢am¦i’ma“‚A¡iC¡i‚A¤â€™mC¢am‚A¡aC¥gonna¦i’ve’‚A¡iC¡i‚A¥â€™veC¤have¢j.‘A¢j.¢k.‘A¢k.¢l.‘A¢l.¥let's’A£let‚A¢'sC¢us§let’s’A£let‚A¤â€™sC¢us¢ll‘‚A¢llC¤will¥lovin‘‚A¥lovinC¦loving¦lovin'‘‚A¦lovin'C¦loving¨lovin’‘‚A¨lovin’C¦loving¢m.‘A¢m.¥ma'am‘‚A¥ma'amC¥madam¦mayn't’‚A£mayC£may‚A£n'tC£not©mayn't've“‚A£mayC£may‚A£n'tC£not‚A£'veC¤have¥maynt’‚A£mayC£may‚A¢ntC£not§mayntve“‚A£mayC£may‚A¢ntC£not‚A¢veC¤have¨mayn’t’‚A£mayC£may‚A¥n’tC£not­mayn’t’ve“‚A£mayC£may‚A¥n’tC£not‚A¥â€™veC¤have§ma’am‘‚A§ma’amC¥madam¨might've’‚A¥mightC¥mightA£'ve¨mightn't’‚A¥mightC¥might‚A£n'tC£not«mightn't've“‚A¥mightC¥might‚A£n'tC£not‚A£'veC¤have§mightnt’‚A¥mightC¥might‚A¢ntC£not©mightntve“‚A¥mightC¥might‚A¢ntC£not‚A¢veC¤haveªmightn’t’‚A¥mightC¥might‚A¥n’tC£not¯mightn’t’ve“‚A¥mightC¥might‚A¥n’tC£not‚A¥â€™veC¤have§mightve’‚A¥mightC¥mightA¢veªmight’ve’‚A¥mightC¥mightA¥â€™ve§must've’‚A¤mustC¤mustA£'ve§mustn't’‚A¤mustC¤must‚A£n'tC£notªmustn't've“‚A¤mustC¤must‚A£n'tC£not‚A£'veC¤have¦mustnt’‚A¤mustC¤must‚A¢ntC£not¨mustntve“‚A¤mustC¤must‚A¢ntC£not‚A¢veC¤have©mustn’t’‚A¤mustC¤must‚A¥n’tC£not®mustn’t’ve“‚A¤mustC¤must‚A¥n’tC£not‚A¥â€™veC¤have¦mustve’‚A¤mustC¤mustA¢ve©must’ve’‚A¤mustC¤mustA¥â€™ve¢n.‘A¢n.§needn't’‚A¤needC¤need‚A£n'tC£notªneedn't've“‚A¤needC¤need‚A£n'tC£not‚A£'veC¤have¦neednt’‚A¤needC¤need‚A¢ntC£not¨needntve“‚A¤needC¤need‚A¢ntC£not‚A¢veC¤have©needn’t’‚A¤needC¤need‚A¥n’tC£not®needn’t’ve“‚A¤needC¤need‚A¥n’tC£not‚A¥â€™veC¤have¦not've’A£not‚A£'veC¤have¦nothin‘‚A¦nothinC§nothing§nothin'‘‚A§nothin'C§nothing©nothin’‘‚A©nothin’C§nothing¥notve’A£not‚A¢veC¤have¨not’ve’A£not‚A¥â€™veC¤have¤nuff‘‚A¤nuffC¦enough¦nuthin‘‚A¦nuthinC§nothing§nuthin'‘‚A§nuthin'C§nothing©nuthin’‘‚A©nuthin’C§nothing§o'clock‘‚A§o'clockC§o'clock¢o.‘A¢o.£o.0‘A£o.0£o.O‘A£o.O£o.o‘A£o.o£o_0‘A£o_0£o_O‘A£o_O£o_o‘A£o_o¢ol‘‚A¢olC£old£ol'‘‚A£ol'C£old¥ol’‘‚A¥ol’C£old¨oughtn't’‚A¥oughtC¥ought‚A£n'tC£not«oughtn't've“‚A¥oughtC¥ought‚A£n'tC£not‚A£'veC¤have§oughtnt’‚A¥oughtC¥ought‚A¢ntC£not©oughtntve“‚A¥oughtC¥ought‚A¢ntC£not‚A¢veC¤haveªoughtn’t’‚A¥oughtC¥ought‚A¥n’tC£not¯oughtn’t’ve“‚A¥oughtC¥ought‚A¥n’tC£not‚A¥â€™veC¤have©o’clock‘‚A©o’clockC§o'clock¢p.‘A¢p.¤p.m.‘A¤p.m.¢q.‘A¢q.¢r.‘A¢r.¢s.‘A¢s.¦shan't’‚A£shaC¥shall‚A£n'tC£not©shan't've“‚A£shaC¥shall‚A£n'tC£not‚A£'veC¤have¥shant’‚A£shaC¥shall‚A¢ntC£not§shantve“‚A£shaC¥shall‚A¢ntC£not‚A¢veC¤have¨shan’t’‚A£shaC¥shall‚A¥n’tC£not­shan’t’ve“‚A£shaC¥shall‚A¥n’tC£not‚A¥â€™veC¤have¥she'd’‚A£sheC£she‚A¢'dC¢'d¨she'd've“‚A£sheC£she‚A¢'dC¥would‚A£'veC¤have¦she'll’‚A£sheC£she‚A£'llC¤will©she'll've“‚A£sheC£she‚A£'llC¤will‚A£'veC¤have¥she's’‚A£sheC£she‚A¢'sC¢'s¦shedve“‚A£sheC£she‚A¡dC¥would‚A¢veC¤have§shellve“‚A£sheC£she‚A¢llC¤will‚A¢veC¤have¤shes’‚A£sheC£sheA¡s§she’d’‚A£sheC£she‚A¤â€™dC¢'d¬she’d’ve“‚A£sheC£she‚A¤â€™dC¥would‚A¥â€™veC¤have¨she’ll’‚A£sheC£she‚A¥â€™llC¤will­she’ll’ve“‚A£sheC£she‚A¥â€™llC¤will‚A¥â€™veC¤have§she’s’‚A£sheC£she‚A¤â€™sC¢'s©should've’‚A¦shouldC¦shouldA£'ve©shouldn't’‚A¦shouldC¦should‚A£n'tC£not¬shouldn't've“‚A¦shouldC¦should‚A£n'tC£not‚A£'veC¤have¨shouldnt’‚A¦shouldC¦should‚A¢ntC£notªshouldntve“‚A¦shouldC¦should‚A¢ntC£not‚A¢veC¤have«shouldn’t’‚A¦shouldC¦should‚A¥n’tC£not°shouldn’t’ve“‚A¦shouldC¦should‚A¥n’tC£not‚A¥â€™veC¤have¨shouldve’‚A¦shouldC¦shouldA¢ve«should’ve’‚A¦shouldC¦shouldA¥â€™ve¨somethin‘‚A¨somethinC©something©somethin'‘‚A©somethin'C©something«somethin’‘‚A«somethin’C©something¢t.‘A¢t.¦that'd’‚A¤thatC¤that‚A¢'dC¢'d©that'd've“‚A¤thatC¤that‚A¢'dC¥would‚A£'veC¤have§that'll’‚A¤thatC¤that‚A£'llC¤willªthat'll've“‚A¤thatC¤that‚A£'llC¤will‚A£'veC¤have¦that's’‚A¤thatC¤that‚A¢'sC¢'s¥thatd’‚A¤thatC¤that‚A¡dC¢'d§thatdve“‚A¤thatC¤that‚A¡dC¥would‚A¢veC¤have¦thatll’‚A¤thatC¤that‚A¢llC¤will¨thatllve“‚A¤thatC¤that‚A¢llC¤will‚A¢veC¤have¥thats’‚A¤thatC¤thatA¡s¨that’d’‚A¤thatC¤that‚A¤â€™dC¢'d­that’d’ve“‚A¤thatC¤that‚A¤â€™dC¥would‚A¥â€™veC¤have©that’ll’‚A¤thatC¤that‚A¥â€™llC¤will®that’ll’ve“‚A¤thatC¤that‚A¥â€™llC¤will‚A¥â€™veC¤have¨that’s’‚A¤thatC¤that‚A¤â€™sC¢'s§there'd’‚A¥thereC¥there‚A¢'dC¢'dªthere'd've“‚A¥thereC¥there‚A¢'dC¥would‚A£'veC¤have¨there'll’‚A¥thereC¥there‚A£'llC¤will«there'll've“‚A¥thereC¥there‚A£'llC¤will‚A£'veC¤have¨there're’‚A¥thereC¥there‚A£'reC£are§there's’‚A¥thereC¥there‚A¢'sC¢'s¨there've’‚A¥thereC¥thereA£'ve¦thered’‚A¥thereC¥there‚A¡dC¢'d¨theredve“‚A¥thereC¥there‚A¡dC¥would‚A¢veC¤have§therell’‚A¥thereC¥there‚A¢llC¤will©therellve“‚A¥thereC¥there‚A¢llC¤will‚A¢veC¤have§therere’‚A¥thereC¥there‚A¢reC£are¦theres’‚A¥thereC¥thereA¡s§thereve’A¥there‚A¢veC¤have©there’d’‚A¥thereC¥there‚A¤â€™dC¢'d®there’d’ve“‚A¥thereC¥there‚A¤â€™dC¥would‚A¥â€™veC¤haveªthere’ll’‚A¥thereC¥there‚A¥â€™llC¤will¯there’ll’ve“‚A¥thereC¥there‚A¥â€™llC¤will‚A¥â€™veC¤haveªthere’re’‚A¥thereC¥there‚A¥â€™reC£are©there’s’‚A¥thereC¥there‚A¤â€™sC¢'sªthere’ve’‚A¥thereC¥thereA¥â€™ve§these'd’‚A¥theseC¥these‚A¢'dC¢'dªthese'd've“‚A¥theseC¥these‚A¢'dC¥would‚A£'veC¤have¨these'll’‚A¥theseC¥these‚A£'llC¤will«these'll've“‚A¥theseC¥these‚A£'llC¤will‚A£'veC¤have¨these're’‚A¥theseC¥these‚A£'reC£are¨these've’‚A¥theseC¥theseA£'ve¦thesed’‚A¥theseC¥these‚A¡dC¢'d¨thesedve“‚A¥theseC¥these‚A¡dC¥would‚A¢veC¤have§thesell’‚A¥theseC¥these‚A¢llC¤will©thesellve“‚A¥theseC¥these‚A¢llC¤will‚A¢veC¤have§thesere’‚A¥theseC¥these‚A¢reC£are§theseve’A¥these‚A¢veC¤have©these’d’‚A¥theseC¥these‚A¤â€™dC¢'d®these’d’ve“‚A¥theseC¥these‚A¤â€™dC¥would‚A¥â€™veC¤haveªthese’ll’‚A¥theseC¥these‚A¥â€™llC¤will¯these’ll’ve“‚A¥theseC¥these‚A¥â€™llC¤will‚A¥â€™veC¤haveªthese’re’‚A¥theseC¥these‚A¥â€™reC£areªthese’ve’‚A¥theseC¥theseA¥â€™ve¦they'd’‚A¤theyC¤they‚A¢'dC¢'d©they'd've“‚A¤theyC¤they‚A¢'dC¥would‚A£'veC¤have§they'll’‚A¤theyC¤they‚A£'llC¤willªthey'll've“‚A¤theyC¤they‚A£'llC¤will‚A£'veC¤have§they're’‚A¤theyC¤they‚A£'reC£are§they've’‚A¤theyC¤they‚A£'veC¤have¥theyd’‚A¤theyC¤they‚A¡dC¢'d§theydve“‚A¤theyC¤they‚A¡dC¥would‚A¢veC¤have¦theyll’‚A¤theyC¤they‚A¢llC¤will¨theyllve“‚A¤theyC¤they‚A¢llC¤will‚A¢veC¤have¦theyre’‚A¤theyC¤they‚A¢reC£are¦theyve’‚A¤theyC¤they‚A¢veC¤have¨they’d’‚A¤theyC¤they‚A¤â€™dC¢'d­they’d’ve“‚A¤theyC¤they‚A¤â€™dC¥would‚A¥â€™veC¤have©they’ll’‚A¤theyC¤they‚A¥â€™llC¤will®they’ll’ve“‚A¤theyC¤they‚A¥â€™llC¤will‚A¥â€™veC¤have©they’re’‚A¤theyC¤they‚A¥â€™reC£are©they’ve’‚A¤theyC¤they‚A¥â€™veC¤have¦this'd’‚A¤thisC¤this‚A¢'dC¢'d©this'd've“‚A¤thisC¤this‚A¢'dC¥would‚A£'veC¤have§this'll’‚A¤thisC¤this‚A£'llC¤willªthis'll've“‚A¤thisC¤this‚A£'llC¤will‚A£'veC¤have¦this's’‚A¤thisC¤this‚A¢'sC¢'s¥thisd’‚A¤thisC¤this‚A¡dC¢'d§thisdve“‚A¤thisC¤this‚A¡dC¥would‚A¢veC¤have¦thisll’‚A¤thisC¤this‚A¢llC¤will¨thisllve“‚A¤thisC¤this‚A¢llC¤will‚A¢veC¤have¥thiss’‚A¤thisC¤thisA¡s¨this’d’‚A¤thisC¤this‚A¤â€™dC¢'d­this’d’ve“‚A¤thisC¤this‚A¤â€™dC¥would‚A¥â€™veC¤have©this’ll’‚A¤thisC¤this‚A¥â€™llC¤will®this’ll’ve“‚A¤thisC¤this‚A¥â€™llC¤will‚A¥â€™veC¤have¨this’s’‚A¤thisC¤this‚A¤â€™sC¢'s§those'd’‚A¥thoseC¥those‚A¢'dC¢'dªthose'd've“‚A¥thoseC¥those‚A¢'dC¥would‚A£'veC¤have¨those'll’‚A¥thoseC¥those‚A£'llC¤will«those'll've“‚A¥thoseC¥those‚A£'llC¤will‚A£'veC¤have¨those're’‚A¥thoseC¥those‚A£'reC£are¨those've’‚A¥thoseC¥thoseA£'ve¦thosed’‚A¥thoseC¥those‚A¡dC¢'d¨thosedve“‚A¥thoseC¥those‚A¡dC¥would‚A¢veC¤have§thosell’‚A¥thoseC¥those‚A¢llC¤will©thosellve“‚A¥thoseC¥those‚A¢llC¤will‚A¢veC¤have§thosere’‚A¥thoseC¥those‚A¢reC£are§thoseve’A¥those‚A¢veC¤have©those’d’‚A¥thoseC¥those‚A¤â€™dC¢'d®those’d’ve“‚A¥thoseC¥those‚A¤â€™dC¥would‚A¥â€™veC¤haveªthose’ll’‚A¥thoseC¥those‚A¥â€™llC¤will¯those’ll’ve“‚A¥thoseC¥those‚A¥â€™llC¤will‚A¥â€™veC¤haveªthose’re’‚A¥thoseC¥those‚A¥â€™reC£areªthose’ve’‚A¥thoseC¥thoseA¥â€™ve¢u.‘A¢u.¢v.‘A¢v.¤v.s.‘A¤v.s.£v.v‘A£v.v£v_v‘A£v_v£vs.‘A£vs.¢w.‘A¢w.£w/o‘‚A£w/oC§without¦wasn't’‚A£wasC£was‚A£n'tC£not¥wasnt’‚A£wasC£was‚A¢ntC£not¨wasn’t’‚A£wasC£was‚A¥n’tC£not¤we'd’‚A¢weC¢we‚A¢'dC¢'d§we'd've“‚A¢weC¢we‚A¢'dC¥would‚A£'veC¤have¥we'll’‚A¢weC¢we‚A£'llC¤will¨we'll've“‚A¢weC¢we‚A£'llC¤will‚A£'veC¤have¥we're’‚A¢weC¢we‚A£'reC£are¥we've’‚A¢weC¢we‚A£'veC¤have£wed’‚A¢weC¢we‚A¡dC¢'d¥wedve“‚A¢weC¢we‚A¡dC¥would‚A¢veC¤have¦wellve“‚A¢weC¢we‚A¢llC¤will‚A¢veC¤have§weren't’‚A¤wereC¤were‚A£n'tC£not¦werent’‚A¤wereC¤were‚A¢ntC£not©weren’t’‚A¤wereC¤were‚A¥n’tC£not¤weve’‚A¢weC¢we‚A¢veC¤have¦we’d’‚A¢weC¢we‚A¤â€™dC¢'d«we’d’ve“‚A¢weC¢we‚A¤â€™dC¥would‚A¥â€™veC¤have§we’ll’‚A¢weC¢we‚A¥â€™llC¤will¬we’ll’ve“‚A¢weC¢we‚A¥â€™llC¤will‚A¥â€™veC¤have§we’re’‚A¢weC¢we‚A¥â€™reC£are§we’ve’‚A¢weC¢we‚A¥â€™veC¤have¦what'd’‚A¤whatC¤what‚A¢'dC¢'d©what'd've“‚A¤whatC¤what‚A¢'dC¥would‚A£'veC¤have§what'll’‚A¤whatC¤what‚A£'llC¤willªwhat'll've“‚A¤whatC¤what‚A£'llC¤will‚A£'veC¤have§what're’‚A¤whatC¤what‚A£'reC£are¦what's’‚A¤whatC¤what‚A¢'sC¢'s§what've’‚A¤whatC¤whatA£'ve¥whatd’‚A¤whatC¤what‚A¡dC¢'d§whatdve“‚A¤whatC¤what‚A¡dC¥would‚A¢veC¤have¦whatll’‚A¤whatC¤what‚A¢llC¤will¨whatllve“‚A¤whatC¤what‚A¢llC¤will‚A¢veC¤have¦whatre’‚A¤whatC¤what‚A¢reC£are¥whats’‚A¤whatC¤whatA¡s¦whatve’A¤what‚A¢veC¤have¨what’d’‚A¤whatC¤what‚A¤â€™dC¢'d­what’d’ve“‚A¤whatC¤what‚A¤â€™dC¥would‚A¥â€™veC¤have©what’ll’‚A¤whatC¤what‚A¥â€™llC¤will®what’ll’ve“‚A¤whatC¤what‚A¥â€™llC¤will‚A¥â€™veC¤have©what’re’‚A¤whatC¤what‚A¥â€™reC£are¨what’s’‚A¤whatC¤what‚A¤â€™sC¢'s©what’ve’‚A¤whatC¤whatA¥â€™ve¦when'd’‚A¤whenC¤when‚A¢'dC¢'d©when'd've“‚A¤whenC¤when‚A¢'dC¥would‚A£'veC¤have§when'll’‚A¤whenC¤when‚A£'llC¤willªwhen'll've“‚A¤whenC¤when‚A£'llC¤will‚A£'veC¤have§when're’‚A¤whenC¤when‚A£'reC£are¦when's’‚A¤whenC¤when‚A¢'sC¢'s§when've’‚A¤whenC¤whenA£'ve¥whend’‚A¤whenC¤when‚A¡dC¢'d§whendve“‚A¤whenC¤when‚A¡dC¥would‚A¢veC¤have¦whenll’‚A¤whenC¤when‚A¢llC¤will¨whenllve“‚A¤whenC¤when‚A¢llC¤will‚A¢veC¤have¦whenre’‚A¤whenC¤when‚A¢reC£are¥whens’‚A¤whenC¤whenA¡s¦whenve’A¤when‚A¢veC¤have¨when’d’‚A¤whenC¤when‚A¤â€™dC¢'d­when’d’ve“‚A¤whenC¤when‚A¤â€™dC¥would‚A¥â€™veC¤have©when’ll’‚A¤whenC¤when‚A¥â€™llC¤will®when’ll’ve“‚A¤whenC¤when‚A¥â€™llC¤will‚A¥â€™veC¤have©when’re’‚A¤whenC¤when‚A¥â€™reC£are¨when’s’‚A¤whenC¤when‚A¤â€™sC¢'s©when’ve’‚A¤whenC¤whenA¥â€™ve§where'd’‚A¥whereC¥where‚A¢'dC¢'dªwhere'd've“‚A¥whereC¥where‚A¢'dC¥would‚A£'veC¤have¨where'll’‚A¥whereC¥where‚A£'llC¤will«where'll've“‚A¥whereC¥where‚A£'llC¤will‚A£'veC¤have¨where're’‚A¥whereC¥where‚A£'reC£are§where's’‚A¥whereC¥where‚A¢'sC¢'s¨where've’‚A¥whereC¥whereA£'ve¦whered’‚A¥whereC¥where‚A¡dC¢'d¨wheredve“‚A¥whereC¥where‚A¡dC¥would‚A¢veC¤have§wherell’‚A¥whereC¥where‚A¢llC¤will©wherellve“‚A¥whereC¥where‚A¢llC¤will‚A¢veC¤have§wherere’‚A¥whereC¥where‚A¢reC£are¦wheres’‚A¥whereC¥whereA¡s§whereve’A¥where‚A¢veC¤have©where’d’‚A¥whereC¥where‚A¤â€™dC¢'d®where’d’ve“‚A¥whereC¥where‚A¤â€™dC¥would‚A¥â€™veC¤haveªwhere’ll’‚A¥whereC¥where‚A¥â€™llC¤will¯where’ll’ve“‚A¥whereC¥where‚A¥â€™llC¤will‚A¥â€™veC¤haveªwhere’re’‚A¥whereC¥where‚A¥â€™reC£are©where’s’‚A¥whereC¥where‚A¤â€™sC¢'sªwhere’ve’‚A¥whereC¥whereA¥â€™ve¥who'd’‚A£whoC£who‚A¢'dC¢'d¨who'd've“‚A£whoC£who‚A¢'dC¥would‚A£'veC¤have¦who'll’‚A£whoC£who‚A£'llC¤will©who'll've“‚A£whoC£who‚A£'llC¤will‚A£'veC¤have¦who're’‚A£whoC£who‚A£'reC£are¥who's’‚A£whoC£who‚A¢'sC¢'s¦who've’‚A£whoC£whoA£'ve¤whod’‚A£whoC£who‚A¡dC¢'d¦whodve“‚A£whoC£who‚A¡dC¥would‚A¢veC¤have¥wholl’‚A£whoC£who‚A¢llC¤will§whollve“‚A£whoC£who‚A¢llC¤will‚A¢veC¤have¤whos’‚A£whoC£whoA¡s¥whove’A£who‚A¢veC¤have§who’d’‚A£whoC£who‚A¤â€™dC¢'d¬who’d’ve“‚A£whoC£who‚A¤â€™dC¥would‚A¥â€™veC¤have¨who’ll’‚A£whoC£who‚A¥â€™llC¤will­who’ll’ve“‚A£whoC£who‚A¥â€™llC¤will‚A¥â€™veC¤have¨who’re’‚A£whoC£who‚A¥â€™reC£are§who’s’‚A£whoC£who‚A¤â€™sC¢'s¨who’ve’‚A£whoC£whoA¥â€™ve¥why'd’‚A£whyC£why‚A¢'dC¢'d¨why'd've“‚A£whyC£why‚A¢'dC¥would‚A£'veC¤have¦why'll’‚A£whyC£why‚A£'llC¤will©why'll've“‚A£whyC£why‚A£'llC¤will‚A£'veC¤have¦why're’‚A£whyC£why‚A£'reC£are¥why's’‚A£whyC£why‚A¢'sC¢'s¦why've’‚A£whyC£whyA£'ve¤whyd’‚A£whyC£why‚A¡dC¢'d¦whydve“‚A£whyC£why‚A¡dC¥would‚A¢veC¤have¥whyll’‚A£whyC£why‚A¢llC¤will§whyllve“‚A£whyC£why‚A¢llC¤will‚A¢veC¤have¥whyre’‚A£whyC£why‚A¢reC£are¤whys’‚A£whyC£whyA¡s¥whyve’A£why‚A¢veC¤have§why’d’‚A£whyC£why‚A¤â€™dC¢'d¬why’d’ve“‚A£whyC£why‚A¤â€™dC¥would‚A¥â€™veC¤have¨why’ll’‚A£whyC£why‚A¥â€™llC¤will­why’ll’ve“‚A£whyC£why‚A¥â€™llC¤will‚A¥â€™veC¤have¨why’re’‚A£whyC£why‚A¥â€™reC£are§why’s’‚A£whyC£why‚A¤â€™sC¢'s¨why’ve’‚A£whyC£whyA¥â€™ve¥won't’‚A¢woC¤will‚A£n'tC£not¨won't've“‚A¢woC¤will‚A£n'tC£not‚A£'veC¤have¤wont’‚A¢woC¤will‚A¢ntC£not¦wontve“‚A¢woC¤will‚A¢ntC£not‚A¢veC¤have§won’t’‚A¢woC¤will‚A¥n’tC£not¬won’t’ve“‚A¢woC¤will‚A¥n’tC£not‚A¥â€™veC¤have¨would've’‚A¥wouldC¥wouldA£'ve¨wouldn't’‚A¥wouldC¥would‚A£n'tC£not«wouldn't've“‚A¥wouldC¥would‚A£n'tC£not‚A£'veC¤have§wouldnt’‚A¥wouldC¥would‚A¢ntC£not©wouldntve“‚A¥wouldC¥would‚A¢ntC£not‚A¢veC¤haveªwouldn’t’‚A¥wouldC¥would‚A¥n’tC£not¯wouldn’t’ve“‚A¥wouldC¥would‚A¥n’tC£not‚A¥â€™veC¤have§wouldve’‚A¥wouldC¥wouldA¢veªwould’ve’‚A¥wouldC¥wouldA¥â€™ve¢x.‘A¢x.¢xD‘A¢xD£xDD‘A£xDD¥y'all’‚A¢y'C£youA£all¢y.‘A¢y.¤yall’‚A¡yC£youA£all¥you'd’‚A£youC£you‚A¢'dC¢'d¨you'd've“‚A£youC£you‚A¢'dC¥would‚A£'veC¤have¦you'll’‚A£youC£you‚A£'llC¤will©you'll've“‚A£youC£you‚A£'llC¤will‚A£'veC¤have¦you're’‚A£youC£you‚A£'reC£are¦you've’‚A£youC£you‚A£'veC¤have¤youd’‚A£youC£you‚A¡dC¢'d¦youdve“‚A£youC£you‚A¡dC¥would‚A¢veC¤have¥youll’‚A£youC£you‚A¢llC¤will§youllve“‚A£youC£you‚A¢llC¤will‚A¢veC¤have¥youre’‚A£youC£you‚A¢reC£are¥youve’‚A£youC£you‚A¢veC¤have§you’d’‚A£youC£you‚A¤â€™dC¢'d¬you’d’ve“‚A£youC£you‚A¤â€™dC¥would‚A¥â€™veC¤have¨you’ll’‚A£youC£you‚A¥â€™llC¤will­you’ll’ve“‚A£youC£you‚A¥â€™llC¤will‚A¥â€™veC¤have¨you’re’‚A£youC£you‚A¥â€™reC£are¨you’ve’‚A£youC£you‚A¥â€™veC¤have§y’all’‚A¤y’C£youA£all¢z.‘A¢z.¢Â ‘‚A¢Â C¢ «Â¯\(ツ)/¯‘A«Â¯\(ツ)/¯¤Â°C.“A¢Â°A¡CA¡.¤Â°F.“A¢Â°A¡FA¡.¤Â°K.“A¢Â°A¡KA¡.¤Â°c.“A¢Â°A¡cA¡.¤Â°f.“A¢Â°A¡fA¡.¤Â°k.“A¢Â°A¡kA¡.£Ã¤.‘A£Ã¤.£Ã¶.‘A£Ã¶.£Ã¼.‘A£Ã¼.§à² _ಠ‘A§à² _ಠ©à² ï¸µà² ‘A©à² ï¸µà² £â€”‘A£â€”¤â€˜S‘‚A¤â€˜SC¢'s¤â€˜s‘‚A¤â€˜sC¢'s£â€™‘A£â€™¨â€™Cause‘‚A¨â€™CauseC§because¦â€™Cos‘‚A¦â€™CosC§because¦â€™Coz‘‚A¦â€™CozC§because¦â€™Cuz‘‚A¦â€™CuzC§because¤â€™S‘‚A¤â€™SC¢'s§â€™bout‘‚A§â€™boutC¥about¨â€™cause‘‚A¨â€™causeC§because¦â€™cos‘‚A¦â€™cosC§because¦â€™coz‘‚A¦â€™cozC§because¦â€™cuz‘‚A¦â€™cuzC§because¤â€™d‘A¤â€™d¥â€™em‘‚A¥â€™emC¤them¥â€™ll‘‚A¥â€™llC¤will§â€™nuff‘‚A§â€™nuffC¦enough¥â€™re‘‚A¥â€™reC£are¤â€™s‘‚A¤â€™sC¢'s¦â€™â€™‘A¦â€™â€™±faster_heuristicsà \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/transformer/cfg b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/transformer/cfg new file mode 100644 index 0000000000000000000000000000000000000000..49e87fa2939155f6c67351f544b111359a0ce279 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/transformer/cfg @@ -0,0 +1,3 @@ +{ + "max_batch_items":4096 +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/vocab/key2row b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/vocab/key2row new file mode 100644 index 0000000000000000000000000000000000000000..5416677bc7dab0c8bec3f5bf44d7d28b4ff73b13 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/vocab/key2row @@ -0,0 +1 @@ +€ \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/vocab/lookups.bin b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/vocab/lookups.bin new file mode 100644 index 0000000000000000000000000000000000000000..c66317f8d354f32911b0beb802a18ab12b6507c9 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/vocab/lookups.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71 +size 1 diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/vocab/strings.json b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/vocab/strings.json new file mode 100644 index 0000000000000000000000000000000000000000..03bda9a9fd33dc161495927ee5a78e73f6c36a97 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-best/vocab/strings.json @@ -0,0 +1,29404 @@ +[ + "\t", + "\n", + "\n\n", + "\n\n\n", + "\n\n\n\n", + "\n\n\n\n\n", + "\n\n\n\n\n\n\n\n\n\n\n\n", + "\n\n\n\n\n\n ", + "\n\n\n\n ", + "\n\n\n\n \n\n", + "\n\n ", + "\n\n \n\n ", + "\n\n ", + "\n\n \n\n\n", + "\n\n ", + "\n\n\u00a0 ", + "\n ", + "\n \n", + "\n \n ", + "\n ", + "\n\u00a0 ", + " ", + " \n", + " \n\n", + " \n\n\n", + " \n\n\n\n ", + " \n ", + " ", + " \n\n\n", + " \n\n\n\n", + " \n\n\n\n\n", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "!", + "!!1", + "!\"-", + "\"", + "\"(\u903c", + "\"XL", + "\"ip", + "\"xl", + "#", + "$", + "%", + "&", + "&t2", + "'", + "''", + "'-(", + "'-)", + "'Cause", + "'Cos", + "'Coz", + "'Cuz", + "'S", + "'X", + "'Xxx", + "'Xxxxx", + "'am", + "'bout", + "'cause", + "'cos", + "'coz", + "'cuz", + "'d", + "'ed", + "'em", + "'ll", + "'m", + "'nuff", + "'re", + "'rs", + "'s", + "'th", + "'ve", + "'x", + "'xx", + "'xxx", + "'xxxx", + "'y", + "(", + "(((", + "(*>", + "(*_*)", + "(-8", + "(-:", + "(-;", + "(-_-)", + "(-d", + "(._.)", + "(:", + "(;", + "(=", + "(>_<)", + "(Us", + "(WE", + "(^_^)", + "(as", + "(o:", + "(us", + "(we", + "(x:", + "(x_x)", + "(\u00ac_\u00ac)", + "(\u0ca0_\u0ca0)", + "(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35\u253b\u2501\u253b", + ")", + ")\"-", + ")))", + ")-:", + ")/\u00af", + "):", + "*", + "**/", + "+", + "+++", + "+10", + "+1188", + "+1300", + "+1xxxxxxxxxx", + "+20", + "+4d", + "+6", + "+800", + "+CR", + "+DL", + "+GB", + "+JP", + "+RN", + "+cr", + "+d", + "+dd", + "+ddd", + "+dddd", + "+dl", + "+dxxxx", + "+gb", + "+jp", + "+rn", + ",", + ",00", + "-", + "-((", + "-))", + "--", + "---", + "----", + "----------------", + "--------------------------------------------------------------------------------", + "------------YWJkMTQzNDcw", + "------------YWJkMTQzNDcw--", + "------------ywjkmtqzndcw", + "------------ywjkmtqzndcw--", + "-----BEGIN", + "-----END", + "-----begin", + "-----end", + "----XXX", + "----XXXX", + "----XXXxXXXxXXxx", + "----XXXxXXXxXXxx--", + "----xxx", + "----xxxx", + "----xxxx--", + "--current", + "--dbms", + "--dbs", + "--demangle", + "--dompdf", + "--flush", + "--hex", + "--inject", + "--length", + "--level=5", + "--no", + "--num", + "--random", + "--risk=3", + "--string=\"XL", + "--string=\"xl", + "--tamper", + "--threads", + "--time", + "--url=\"ip", + "--wordlist", + "--xx", + "--xxx", + "--xxx=\"xx", + "--xxxx", + "--xxxx=\"XX", + "--xxxx=\"xx", + "--xxxx=d", + "--|", + "-/", + "-/**/", + "-0", + "-1", + "-1k", + "-2", + "-3", + "-8", + "->Telegram<-", + "->Xxxxx<-", + "->telegram<-", + "->xxxx<-", + "-BOA", + "-Builder", + "-CAPITOL", + "-CHASE", + "-COMPLETE", + "-D", + "-Dark", + "-I", + "-Manual", + "-O", + "-P", + "-Panel", + "-Q", + "-Systeme", + "-TRUIST", + "-WELLS", + "-X", + "-XXX", + "-XXXX", + "-Xxxx", + "-Xxxxx", + "-_-", + "-__-", + "-bit", + "-boa", + "-builder", + "-c", + "-capitol", + "-chase", + "-complete", + "-d", + "-dark", + "-dx", + "-https://magicproducts.sellix.io/", + "-i", + "-ik", + "-l", + "-l/--length", + "-lurlmon", + "-manual", + "-n", + "-n/--num", + "-no", + "-o", + "-on", + "-p", + "-panel", + "-q", + "-schizo", + "-systeme", + "-t", + "-truist", + "-u", + "-v3", + "-w", + "-w/--wordlist", + "-wells", + "-x", + "-x/--xxx", + "-x/--xxxx", + "-xd", + "-xx", + "-xxx", + "-xxxx", + "-xxxx://xxxx.xxxx.xx/", + "-|", + "-\u041f\u041e\u041b\u041d\u041e\u0415", + "-\u043f\u043e\u043b\u043d\u043e\u0435", + "-\u0442\u043e", + "-\u261a-", + ".", + "..", + "...", + "....", + ".....", + "......", + ".......", + ".........................", + "..................................", + "./", + "./scripts", + "./xxxx", + ".0", + ".00", + ".01", + ".04", + ".05", + ".08", + ".10", + ".11", + ".12", + ".13", + ".14", + ".15", + ".16", + ".17", + ".18", + ".19", + ".20", + ".21", + ".22", + ".23", + ".24", + ".25", + ".26", + ".27", + ".28", + ".29", + ".30", + ".31", + ".32", + ".33", + ".34", + ".35", + ".36", + ".37", + ".38", + ".39", + ".40", + ".41", + ".42", + ".43", + ".44", + ".45", + ".46", + ".47", + ".48", + ".49", + ".50", + ".51", + ".52", + ".53", + ".54", + ".55", + ".56", + ".57", + ".58", + ".59", + ".60", + ".61", + ".62", + ".63", + ".64", + ".65", + ".66", + ".67", + ".68", + ".69", + ".70", + ".71", + ".72", + ".73", + ".74", + ".75", + ".76", + ".77", + ".78", + ".79", + ".80", + ".81", + ".82", + ".83", + ".84", + ".85", + ".86", + ".87", + ".88", + ".89", + ".90", + ".91", + ".92", + ".93", + ".94", + ".95", + ".96", + ".97", + ".98", + ".99", + ".A.", + ".B.", + ".BE", + ".C.", + ".D.", + ".DE", + ".E.", + ".Edu(mail", + ".G.", + ".H.", + ".J.", + ".LI", + ".M.", + ".S.", + ".SE", + ".So", + ".U.", + ".Xxx(xxxx", + ".Y.", + "._.", + ".a.", + ".ajax", + ".au", + ".b.", + ".be", + ".br", + ".c.", + ".cc", + ".cm", + ".co", + ".com", + ".cr", + ".d", + ".db", + ".de", + ".do", + ".e.", + ".each(urls", + ".ec", + ".edu(mail", + ".es", + ".eu", + ".fm", + ".fr", + ".g.", + ".hr", + ".id", + ".if", + ".im", + ".in", + ".io", + ".is", + ".jo", + ".jp", + ".li", + ".m.", + ".md", + ".me", + ".mx", + ".no", + ".nz", + ".onion", + ".pem", + ".pl", + ".pw", + ".py", + ".ru", + ".s.", + ".sc", + ".se", + ".so", + ".then((response", + ".then(async", + ".to", + ".tr", + ".tv", + ".txt", + ".u.", + ".uk", + ".url", + ".vc", + ".vn", + ".ws", + ".xinitrc", + ".xx", + ".xxx", + ".xxx(xxxx", + ".xxxx", + ".xxxx((xxxx", + ".xxxx(xxxx", + ".\u0438\u043c", + "/", + "/*/", + "//", + "//*/", + "/06", + "/10", + "/11", + "/22", + "/23", + "/26", + "/3", + "/59", + "/>>Help", + "132.251.135.14:3389>>>Help;hquispe;back238", + "132.251.135.14:3389>>>back238", + "132.251.135.14:3389>>>help", + "132.251.135.14:3389>>>help;hquispe;back238", + "132.251.135.14:3389>>>hquispe", + "133", + "134", + "134.101.174.5", + "134.101.222.178", + "134.102.44.193", + "134.106.186.116", + "134.247.0.45", + "134.247.0.46", + "134.247.10.66", + "134.247.13.150", + "134.247.172.26", + "134.76.241.7", + "134.91.134.2", + "134.91.6.189", + "134.91.7.189", + "134.93.123.203", + "135", + "135.125.224.179", + "135.37k", + "136", + "137", + "137.221.37.130", + "137.221.37.134", + "137.221.39.40", + "138", + "138.124.150.69", + "138.124.151.33", + "139", + "139.1.128.219", + "139.17.7.5", + "139.28.245.11", + "139.4.50.98", + "13b1dbf4fd9c264dadb9d463833881a0d46ea8cfc3233ee41d91012250f53f76", + "13e", + "13inch", + "13k", + "14", + "14.02k", + "14.35k", + "14/02/22", + "140", + "1402", + "141", + "141.10.48.36", + "141.17.49.10", + "141.2.253.17", + "141.31.128.5", + "141.58.145.250", + "141.58.15.135", + "141.58.2.249", + "141.68.233.114", + "141.80.236.1", + "141.91.210.146", + "141.91.210.172", + "141.91.211.10", + "141.91.211.190", + "1417", + "142", + "143", + "144", + "144.208.212.50", + "144.24.171.17", + "145", + "145.14.231.120", + "145.253.111.115", + "145.253.118.100", + "145.253.118.30", + "145.253.128.238", + "145.253.135.30", + "145.253.141.131", + "145.253.141.132", + "145.253.148.34", + "145.253.158.148", + "145.253.158.254", + "145.253.162.78", + "145.253.170.140", + "145.253.173.34", + "145.253.175.140", + "145.253.181.100", + "145.253.206.78", + "145.253.227.87", + "145.253.237.44", + "145.253.242.188", + "145.253.242.196", + "145.253.245.2", + "145.253.246.195", + "145.253.248.166", + "145.253.66.66", + "145.253.75.34", + "145.253.94.242", + "145.253.94.243", + "145.253.98.102", + "145.253.98.104", + "145.253.98.98", + "145.253.99.46", + "145.87k", + "146", + "146.0.119.165", + "146.234.10.106", + "146.234.10.149", + "146.234.10.96", + "146.234.10.97", + "146.234.199.74", + "146.234.6.158", + "146.234.86.155", + "146.37k", + "146.52.49.220", + "147", + "148", + "148.153.115.42", + "149", + "149.154.149.12", + "149.224.163.73", + "149.233.157.101", + "149.233.165.252", + "149.233.5.128", + "149.6.139.3", + "149.6.140.130", + "149.6.140.146", + "14k", + "14th", + "15", + "15,000", + "15.01k", + "15/02/2023", + "15/05/2023", + "150", + "150.230.147.216", + "1500", + "151", + "151.189.129.162", + "151.248.101.129", + "151.248.101.181", + "151.252.124.41", + "152", + "152.101.81.81", + "153", + "153.92.81.94", + "153.92.92.149", + "153.92.93.10", + "15330.20196", + "153by6N4PPwfxoNkvP7c2uijPAq4XTi429", + "153by6n4ppwfxonkvp7c2uijpaq4xti429", + "154", + "154.14.101.242", + "154.14.170.106", + "154.14.171.6", + "154.14.192.106", + "154.14.192.114", + "154.14.194.138", + "154.14.194.18", + "154.14.195.98", + "154.14.196.34", + "154.14.198.18", + "154.14.31.186", + "154.14.47.70", + "154.14.64.94", + "154.52.0.104", + "154.52.0.109", + "154.52.0.110", + "154.52.0.117", + "154.52.0.120", + "154.52.0.128", + "154.52.0.136", + "154.52.0.143", + "154.52.0.145", + "154.52.0.151", + "154.52.0.153", + "154.52.0.154", + "154.52.0.156", + "154.52.0.17", + "154.52.0.19", + "154.52.0.194", + "154.52.0.196", + "154.52.0.202", + "154.52.0.204", + "154.52.0.207", + "154.52.0.216", + "154.52.0.218", + "154.52.0.222", + "154.52.0.223", + "154.52.0.230", + "154.52.0.243", + "154.52.0.25", + "154.52.0.26", + "154.52.0.29", + "154.52.0.32", + "154.52.0.33", + "154.52.0.45", + "154.52.0.46", + "154.52.0.47", + "154.52.0.49", + "154.52.0.50", + "154.52.0.58", + "154.52.0.66", + "154.52.0.68", + "154.52.0.72", + "154.52.0.77", + "154.52.0.85", + "154.52.0.87", + "155", + "155a5d45482cf29592bda58a268beab8b41064a4741d921d2868a22ff4302b40:5gFdhs1zYi8kXjdw:2", + "155a5d45482cf29592bda58a268beab8b41064a4741d921d2868a22ff4302b40:5gfdhs1zyi8kxjdw:2", + "156", + "156.67.160.139", + "156.67.165.12", + "156.67.167.86", + "156.67.168.2", + "156.67.168.237", + "156.67.172.224", + "156.67.176.138", + "156.67.176.37", + "156.67.178.250", + "156.67.180.144", + "156.67.181.2", + "156.67.181.4", + "156.67.183.252", + "156.67.187.230", + "156.67.190.221", + "156.67.190.245", + "156.67.224.38", + "156.67.224.42", + "156.67.224.45", + "157", + "157.90.84.251", + "157.97.98.21", + "157.97.98.8", + "158", + "159", + "159.69.226.254", + "159.69.227.218", + "159.69.231.204", + "15:00", + "15D", + "15_4_1", + "15d", + "15k", + "15th", + "16", + "16*d27ca94e71564c7e3ca651083008301a*d683d0067eafe5edbf7d10f5d37eee3a*397fda80cd7641af7c94ee505b819a596c8e549927340be11796dee0fc67b508", + "16.6.4", + "16.60k", + "16.7", + "16/", + "16/02/2023", + "16/2", + "16/7", + "160", + "160.44.229.173", + "161", + "161.156.126.18", + "161190", + "162", + "162.255.49.43", + "162.43.146.7", + "162.55.33.188", + "163", + "164", + "164.138.195.67", + "164.138.195.70", + "165", + "166", + "167", + "167.235.100.232", + "1676476724|star7|Fullshot77|Lobby|en_US|", + "1676476724|star7|fullshot77|lobby|en_us|", + "168", + "169", + "16f", + "16k", + "17", + "17.00", + "17.13k", + "170", + "170.133.21.56", + "171", + "172", + "173", + "174", + "174.127.65.20", + "174.127.65.32", + "175", + "176", + "176.52.200.74", + "176.52.204.158", + "176.9.42.123", + "176.94.110.41", + "176.94.141.26", + "176.94.17.205", + "176.94.186.112", + "176.94.188.10", + "176.94.201.46", + "176.94.239.202", + "176.94.240.153", + "176.94.250.46", + "176.94.32.122", + "176.94.82.240", + "176.94.98.151", + "176.95.138.221", + "176.95.138.42", + "176.95.140.9", + "176.95.143.171", + "176.95.162.229", + "176.95.169.128", + "176.95.169.186", + "176.95.180.247", + "176.95.181.132", + "176.95.193.86", + "176.95.197.177", + "176.95.197.44", + "176.95.199.218", + "176.95.199.76", + "176.95.201.44", + "176.95.209.119", + "176.95.212.31", + "176.95.212.35", + "176.95.212.48", + "176.95.220.9", + "176.95.222.225", + "176.95.225.130", + "176.95.226.138", + "176.95.227.130", + "176.95.228.181", + "176.95.231.88", + "176.95.232.215", + "176.95.240.148", + "176.95.244.176", + "176.95.249.239", + "176.95.255.93", + "176.95.65.140", + "176.95.70.90", + "176.95.71.130", + "176.95.82.16", + "176.95.83.154", + "177", + "178", + "178.1.253.61", + "178.13.120.194", + "178.13.13.120", + "178.13.15.177", + "178.13.227.225", + "178.13.238.21", + "178.13.244.133", + "178.13.248.54", + "178.13.249.161", + "178.13.252.49", + "178.13.27.42", + "178.13.65.184", + "178.13.65.22", + "178.13.65.242", + "178.13.67.111", + "178.13.68.19", + "178.13.74.126", + "178.13.79.48", + "178.13.80.86", + "178.13.82.119", + "178.13.88.127", + "178.13.91.192", + "178.13.95.218", + "178.142.166.6", + "178.142.23.126", + "178.142.9.8", + "178.15.126.88", + "178.15.134.135", + "178.15.135.237", + "178.15.135.4", + "178.15.135.5", + "178.15.146.70", + "178.15.168.242", + "178.15.173.2", + "178.15.208.122", + "178.15.239.176", + "178.15.37.186", + "178.15.51.218", + "178.15.58.20", + "178.15.58.21", + "178.15.81.82", + "178.172.152.157:3389>>>Fans", + "178.172.152.157:3389>>>ManagerOne", + "178.172.152.157:3389>>>ManagerOne;Fans;ManagerTwo", + "178.172.152.157:3389>>>ManagerTwo", + "178.172.152.157:3389>>>fans", + "178.172.152.157:3389>>>managerone", + "178.172.152.157:3389>>>managerone;fans;managertwo", + "178.172.152.157:3389>>>managertwo", + "178.19.85.57", + "178.19.90.248", + "178.19.94.205", + "178.200.215.67", + "178.201.134.18", + "178.208.114.50", + "178.239.67.174", + "178.239.76.114", + "178.248.216.6", + "178.249.30.4", + "178.25.142.51", + "178.250.160.155", + "178.250.160.70", + "178.250.161.116", + "178.250.166.2", + "178.251.118.4", + "178.251.119.10", + "178.251.13.190", + "178.251.90.51", + "178.27.15.75", + "178.27.160.115", + "178.27.255.194", + "178.63.183.1", + "179", + "17:01:30", + "17:01:31", + "17:07:16", + "17:07:44", + "17:07:56", + "17:12:50", + "17B00150.E", + "17T00:00:00Z", + "17b00150.e", + "17k", + "17t00:00:00z", + "18", + "18.13k", + "18.159.84.209", + "18.192.138.119", + "18.192.47.130", + "18.196.53.221", + "18.198.218.224", + "18.198.252.75", + "18.198.80.40", + "18.77k", + "18/", + "180", + "181", + "182", + "18205708", + "183", + "1833Millie@", + "1833millie@", + "184", + "184.104.207.73", + "185", + "185.101.250.19", + "185.101.250.31", + "185.101.5.237", + "185.103.232.86", + "185.104.162.41", + "185.11.56.10", + "185.11.56.15", + "185.11.56.20", + "185.11.56.43", + "185.11.56.6", + "185.110.126.226", + "185.113.146.143", + "185.116.99.164", + "185.124.197.26", + "185.124.75.76", + "185.125.172.74", + "185.127.208.39", + "185.13.28.40", + "185.13.28.44", + "185.13.31.125", + "185.130.22.5", + "185.134.108.108", + "185.134.109.82", + "185.141.64.204", + "185.143.168.70", + "185.150.32.207", + "185.153.142.102", + "185.158.182.84", + "185.159.32.66", + "185.160.249.188", + "185.160.249.22", + "185.160.249.238", + "185.161.176.2", + "185.168.161.9", + "185.169.56.34", + "185.169.57.178", + "185.169.57.26", + "185.169.57.34", + "185.17.244.114", + "185.170.140.134", + "185.171.79.45", + "185.171.79.46", + "185.176.16.212", + "185.186.121.154", + "185.19.233.254", + "185.194.64.34", + "185.200.8.84", + "185.201.85.102", + "185.204.103.0", + "185.204.103.7", + "185.206.89.227", + "185.207.62.74", + "185.209.132.252", + "185.209.132.5", + "185.209.132.6", + "185.209.133.25", + "185.209.67.208", + "185.211.16.138", + "185.215.237.43", + "185.218.197.10", + "185.219.211.190", + "185.219.211.22", + "185.219.211.38", + "185.219.211.63", + "185.219.211.70", + "185.220.0.70", + "185.220.2.129", + "185.223.146.178", + "185.230.86.208", + "185.230.86.210", + "185.233.220.34", + "185.239.82.123", + "185.239.82.179", + "185.241.152.8", + "185.243.15.74", + "185.249.169.146", + "185.25.165.115", + "185.253.12.74", + "185.254.127.38", + "185.254.127.39", + "185.26.26.38", + "185.35.218.18", + "185.35.218.20", + "185.35.218.251", + "185.35.219.62", + "185.35.235.198", + "185.36.117.166", + "185.36.117.6", + "185.36.120.114", + "185.36.120.146", + "185.37.136.251", + "185.37.155.238", + "185.37.248.37", + "185.37.249.202", + "185.39.104.15", + "185.45.240.172", + "185.45.240.47", + "185.45.241.226", + "185.45.241.228", + "185.47.233.190", + "185.5.169.42", + "185.58.28.179", + "185.59.15.18", + "185.62.150.35", + "185.62.88.14", + "185.62.88.22", + "185.63.126.20", + "185.65.193.177", + "185.65.195.11", + "185.65.4.2", + "185.65.4.6", + "185.66.65.224", + "185.70.147.212", + "185.71.122.54", + "185.71.123.28", + "185.71.123.44", + "185.74.216.218", + "185.74.216.22", + "185.76.160.50", + "185.78.61.163", + "185.8.228.42", + "185.89.24.14", + "185.9.182.34", + "185.93.117.86", + "185.94.28.148", + "185.94.36.103", + "185.94.37.198", + "185.95.212.190", + "185.98.241.82", + "186", + "187", + "188", + "188.1.239.218", + "188.111.104.157", + "188.111.40.238", + "188.111.41.197", + "188.111.53.58", + "188.172.113.222", + "188.172.121.34", + "188.172.124.62", + "188.174.196.166", + "188.174.202.231", + "188.174.53.239", + "188.174.57.109", + "188.192.1.63", + "188.192.65.75", + "188.192.81.142", + "188.193.69.104", + "188.193.88.16", + "188.210.43.242", + "188.210.46.14", + "188.244.102.188", + "188.244.102.98", + "188.34.145.148", + "188.64.249.74", + "188.92.133.164", + "188.93.221.37", + "189", + "18B", + "18b", + "18k", + "19", + "19.41k", + "19.56k", + "19.71k", + "19.86k", + "19/01/23", + "190", + "191", + "192", + "192.109.223.135", + "192.109.231.182", + "192.109.235.144", + "192.166.9.5", + "192.168.0.1", + "192.168.0.255", + "193", + "193.100.249.11", + "193.102.25.4", + "193.110.178.164", + "193.110.43.159", + "193.111.174.5", + "193.122.15.46", + "193.138.117.8", + "193.138.158.143", + "193.158.180.241", + "193.158.212.36", + "193.158.47.110", + "193.158.51.93", + "193.158.69.2", + "193.158.93.122", + "193.158.96.114", + "193.158.99.106", + "193.159.169.250", + "193.159.169.252", + "193.159.17.145", + "193.159.176.236", + "193.159.185.203", + "193.159.185.205", + "193.159.185.206", + "193.16.3.7", + "193.17.178.1", + "193.17.22.14", + "193.17.22.2", + "193.17.22.5", + "193.17.22.8", + "193.17.28.67", + "193.174.193.59", + "193.174.67.93", + "193.19.180.218", + "193.196.160.1", + "193.196.199.18", + "193.197.169.7", + "193.202.107.86", + "193.218.21.16", + "193.22.115.5", + "193.22.174.26", + "193.22.24.117", + "193.23.56.2", + "193.23.56.38", + "193.238.8.109", + "193.25.201.205", + "193.26.96.78", + "193.27.156.126", + "193.27.252.10", + "193.29.252.69", + "193.3.45.2", + "193.3.45.6", + "193.37.79.174", + "193.38.40.1", + "193.41.121.70", + "193.93.2.14", + "193.93.3.40", + "193.99.160.123", + "193.99.214.46", + "194", + "194.107.128.1", + "194.113.137.120", + "194.113.160.251", + "194.115.120.152", + "194.116.168.1", + "194.127.107.12", + "194.15.166.22", + "194.150.189.194", + "194.156.214.10", + "194.195.1.99", + "194.195.9.222", + "194.231.113.108", + "194.246.46.66", + "194.25.111.78", + "194.25.154.162", + "194.25.157.126", + "194.25.170.178", + "194.25.172.131", + "194.25.172.134", + "194.25.172.151", + "194.25.172.152", + "194.25.172.165", + "194.25.203.18", + "194.25.214.195", + "194.25.28.146", + "194.25.44.18", + "194.25.44.20", + "194.25.80.91", + "194.25.80.93", + "194.25.87.114", + "194.25.99.234", + "194.31.70.43", + "194.34.243.31", + "194.50.58.253", + "194.55.195.16", + "194.77.132.229", + "194.77.132.233", + "194.77.163.161", + "194.8.206.226", + "194.8.215.34", + "194.8.216.162", + "194.8.218.102", + "194.8.221.254", + "194.8.222.34", + "194.9.11.8", + "194.93.103.1", + "194.93.103.10", + "194.94.157.249", + "194.94.47.130", + "194.94.65.1", + "194.95.197.4", + "194.95.197.6", + "194.95.221.254", + "194.97.143.209", + "194.97.145.195", + "194.97.146.108", + "194.97.156.226", + "195", + "195.110.27.82", + "195.110.27.85", + "195.110.27.86", + "195.110.27.88", + "195.110.27.89", + "195.123.104.124", + "195.135.144.57", + "195.135.158.228", + "195.14.193.175", + "195.14.208.38", + "195.14.209.150", + "195.14.209.36", + "195.14.209.58", + "195.14.210.122", + "195.14.211.10", + "195.14.211.111", + "195.14.211.28", + "195.14.211.29", + "195.14.211.47", + "195.14.211.52", + "195.14.211.61", + "195.14.211.65", + "195.14.211.74", + "195.14.211.75", + "195.14.211.83", + "195.14.211.86", + "195.14.211.92", + "195.14.211.93", + "195.14.211.95", + "195.14.211.96", + "195.14.211.98", + "195.14.225.10", + "195.14.242.25", + "195.14.243.174", + "195.14.246.54", + "195.14.248.82", + "195.14.253.253", + "195.145.108.108", + "195.145.108.166", + "195.145.124.50", + "195.145.139.171", + "195.145.139.82", + "195.145.171.108", + "195.145.171.120", + "195.145.171.121", + "195.145.199.194", + "195.145.216.9", + "195.145.25.6", + "195.145.39.250", + "195.145.79.116", + "195.160.160.100", + "195.160.231.186", + "195.160.231.198", + "195.160.231.25", + "195.160.231.26", + "195.160.231.28", + "195.185.168.18", + "195.185.185.70", + "195.185.209.26", + "195.191.69.220", + "195.191.69.221", + "195.192.203.13", + "195.216.198.118", + "195.219.156.124", + "195.219.156.5", + "195.219.62.155", + "195.226.112.6", + "195.226.171.34", + "195.226.174.194", + "195.226.177.218", + "195.227.100.195", + "195.227.137.145", + "195.227.137.177", + "195.227.137.209", + "195.227.137.225", + "195.227.137.33", + "195.227.137.41", + "195.227.137.57", + "195.227.139.1", + "195.227.139.65", + "195.227.171.1", + "195.227.171.145", + "195.227.171.201", + "195.227.171.249", + "195.227.171.57", + "195.227.179.137", + "195.227.179.145", + "195.227.179.161", + "195.227.179.217", + "195.227.179.65", + "195.227.179.81", + "195.227.183.121", + "195.227.183.137", + "195.227.183.209", + "195.227.183.217", + "195.227.183.249", + "195.227.183.81", + "195.227.183.89", + "195.227.186.121", + "195.227.186.153", + "195.227.186.161", + "195.227.186.17", + "195.227.186.33", + "195.227.186.73", + "195.227.186.9", + "195.227.199.1", + "195.227.199.121", + "195.227.199.233", + "195.227.199.81", + "195.227.202.253", + "195.227.203.229", + "195.227.206.245", + "195.227.212.117", + "195.227.212.237", + "195.227.214.109", + "195.227.214.201", + "195.227.215.217", + "195.227.215.253", + "195.227.220.97", + "195.234.34.1", + "195.243.132.90", + "195.243.132.91", + "195.243.134.134", + "195.243.145.98", + "195.243.153.178", + "195.243.156.2", + "195.243.156.3", + "195.243.158.92", + "195.243.159.2", + "195.243.18.254", + "195.243.187.133", + "195.243.189.36", + "195.243.198.170", + "195.243.210.110", + "195.243.211.242", + "195.243.230.254", + "195.243.55.54", + "195.243.62.140", + "195.243.67.50", + "195.243.99.98", + "195.244.239.12", + "195.248.145.10", + "195.248.145.11", + "195.248.145.30", + "195.248.145.8", + "195.252.147.142", + "195.30.102.189", + "195.30.104.109", + "195.30.105.113", + "195.30.112.49", + "195.30.116.146", + "195.30.116.68", + "195.30.123.49", + "195.30.126.113", + "195.30.126.121", + "195.30.126.23", + "195.30.126.65", + "195.30.126.68", + "195.30.126.9", + "195.30.133.1", + "195.30.137.81", + "195.30.142.17", + "195.30.193.10", + "195.30.23.2", + "195.30.23.25", + "195.30.62.81", + "195.37.12.38", + "195.37.16.16", + "195.37.181.129", + "195.37.181.133", + "195.37.188.146", + "195.37.231.235", + "195.37.231.242", + "195.37.231.64", + "195.37.46.240", + "195.37.64.7", + "195.38.159.226", + "195.50.139.194", + "195.50.148.18", + "195.50.149.190", + "195.50.153.42", + "195.50.154.115", + "195.50.174.194", + "195.50.174.250", + "195.52.114.53", + "195.52.219.68", + "195.63.129.217", + "195.63.141.46", + "195.63.141.57", + "195.63.195.19", + "195.63.201.108", + "195.8.104.253", + "195.80.200.11", + "195.80.200.2", + "195.80.200.36", + "195.82.35.226", + "195.82.56.133", + "195.82.56.58", + "195.82.56.68", + "195.82.61.146", + "195.82.61.53", + "195.82.67.166", + "195.85.218.46", + "195.94.29.86", + "196", + "197", + "197.20k", + "198", + "199", + "199.233.203.9", + "199.59.229.65", + "1991agency.com", + "1998", + "19:03:24", + "19:03:26", + "19:03:28", + "19:03:33", + "19:03:34", + "19:13:34", + "19k", + "1:14", + "1:17", + "1:29", + "1:32", + "1:42", + "1:44", + "1:47", + "1:51", + "1:57", + "1=1", + "1ADD", + "1CHASE", + "1DM2JWiRukHWRZtKCXR1wet6t3yj8UjoWh", + "1M4", + "1O3", + "1TB+", + "1V2", + "1a.m", + "1a.m.", + "1aB", + "1ab", + "1add", + "1b880197c5db2aecd2ffc3489591f6f78075149991e7069badcb49d9774a142c", + "1c0", + "1c9", + "1chase", + "1d66985148f83ddbfd7dad388bffbcb13f58e68b:973d7088f", + "1d8", + "1dm2jwirukhwrztkcxr1wet6t3yj8ujowh", + "1f0", + "1f8", + "1k", + "1k$", + "1m4", + "1nz", + "1o3", + "1oo@\u0435\u043a\u0441\u043f\u043b\u043e\u0439\u0442.\u0438\u043c", + "1p.m", + "1p.m.", + "1p2", + "1st", + "1tb+", + "1v2", + "1wwolbwz", + "1x", + "1xx", + "1ze", + "2", + "2,1),1,1", + "2,4k.txt", + "2,500", + "2.0", + "2.0.0", + "2.0.1", + "2.01k", + "2.04k", + "2.05k", + "2.07k", + "2.08k", + "2.1", + "2.1.6", + "2.100", + "2.13k", + "2.16", + "2.19k", + "2.2", + "2.202.44.76", + "2.203.12.8", + "2.203.159.231", + "2.203.205.12", + "2.207.129.67", + "2.207.129.69", + "2.207.129.77", + "2.207.137.114", + "2.207.138.62", + "2.207.143.170", + "2.207.148.146", + "2.207.148.150", + "2.207.156.195", + "2.207.188.98", + "2.207.194.62", + "2.207.205.154", + "2.207.209.226", + "2.207.237.178", + "2.207.238.13", + "2.207.238.62", + "2.207.244.179", + "2.207.247.40", + "2.207.51.196", + "2.20k", + "2.23.15.206", + "2.29k", + "2.3", + "2.30k", + "2.31k", + "2.37k", + "2.4", + "2.40k", + "2.5", + "2.57k", + "2.58k", + "2.59k", + "2.6", + "2.61k", + "2.63k", + "2.7", + "2.8", + "2.81k", + "2.89k", + "2.txt", + "2/13/2023", + "2/14/2023", + "2/15/2023", + "2/16/2023", + "2/17/2023", + "2/18/2023", + "2/19/2023", + "2/20/2023", + "2/21/2023", + "2/22/2023", + "2/23/2023", + "2/24/2023", + "2/25/2023", + "2/26/2023", + "2/27/2023", + "2/28/2023", + "2/8/2023", + "20", + "20$/1000", + "20,000", + "20.00", + "20.04", + "20.11.2022", + "20.113.35.4", + "20.113.43.117", + "20.218.114.186", + "20.218.116.65", + "20.52.185.254", + "20.52.194.83", + "20.52.60.55", + "20.79.205.185", + "20.79.77.119", + "20.79.92.85", + "20/", + "200", + "2000", + "20000", + "2004", + "2007/2010/2013/2016", + "200K+", + "200M+", + "200k+", + "200m+", + "201", + "2011", + "2012.csv", + "2013", + "2014", + "2014.csv", + "20140307@miucateci.edu.do", + "2015.csv", + "2016", + "2016).txt", + "2016.csv", + "2017", + "2017).txt", + "2017.csv", + "20178669878917959", + "2018", + "2018.csv", + "2019", + "2019).txt", + "2019.csv", + "20190125", + "20190468@miucateci.edu.do", + "202", + "202.0.77.15", + "2020", + "2020).txt", + "2020.csv", + "2020.txt", + "2021", + "2021).txt", + "2021.csv", + "2021.txt", + "20210974@miucateci.edu.do", + "2022", + "2022,best", + "20222", + "2023", + "2023.xlsx:$office$*2013", + "2024", + "2025", + "2027", + "203", + "203.202.224.8", + "204", + "205", + "206", + "207", + "207.89.102.142", + "208", + "208bd3290ed7ecbc8cd510f0cc31eca18ac4fe32fb1dffc1b1f01c220b4bb5a2", + "209", + "209.206.39.10", + "20k", + "21", + "21.02.2023", + "21.42k", + "21.75k", + "21/", + "21/02/2023", + "21/03/2023", + "210", + "210.184.82.25", + "210\u043a$", + "211", + "212", + "212.100.43.162", + "212.102.240.100", + "212.102.240.109", + "212.11.227.13", + "212.110.115.131", + "212.110.115.132", + "212.110.115.134", + "212.110.115.137", + "212.110.115.139", + "212.110.115.147", + "212.110.115.148", + "212.110.115.149", + "212.110.115.150", + "212.110.208.172", + "212.111.241.140", + "212.114.138.107", + "212.114.139.14", + "212.114.176.226", + "212.114.177.6", + "212.114.203.170", + "212.114.222.247", + "212.114.226.52", + "212.114.227.205", + "212.114.247.231", + "212.114.254.154", + "212.114.255.64", + "212.115.173.82", + "212.117.66.133", + "212.117.66.158", + "212.117.66.30", + "212.117.66.38", + "212.117.67.190", + "212.117.68.42", + "212.117.70.190", + "212.117.81.74", + "212.117.82.34", + "212.117.87.234", + "212.117.89.241", + "212.117.90.130", + "212.117.93.32", + "212.117.94.129", + "212.118.201.106", + "212.118.204.108", + "212.118.204.36", + "212.118.223.122", + "212.12.63.82", + "212.121.130.42", + "212.121.131.36", + "212.121.131.37", + "212.123.210.21", + "212.123.255.150", + "212.123.255.58", + "212.124.50.114", + "212.125.105.42", + "212.125.114.2", + "212.144.114.22", + "212.144.220.198", + "212.144.227.244", + "212.144.231.252", + "212.144.234.174", + "212.144.234.5", + "212.144.237.228", + "212.144.249.122", + "212.144.4.99", + "212.144.97.28", + "212.16.245.210", + "212.161.22.122", + "212.161.22.202", + "212.161.22.243", + "212.172.19.34", + "212.172.19.58", + "212.172.2.77", + "212.172.206.42", + "212.172.219.82", + "212.172.219.94", + "212.172.228.2", + "212.172.4.42", + "212.172.6.19", + "212.18.11.163", + "212.18.193.200", + "212.18.214.16", + "212.18.217.219", + "212.184.10.18", + "212.184.109.194", + "212.184.140.135", + "212.184.167.187", + "212.184.185.194", + "212.184.20.114", + "212.184.218.3", + "212.184.222.202", + "212.184.87.138", + "212.184.94.162", + "212.185.105.220", + "212.185.105.80", + "212.185.111.66", + "212.185.15.22", + "212.185.199.2", + "212.185.206.29", + "212.185.226.162", + "212.185.27.42", + "212.185.27.44", + "212.185.28.178", + "212.185.28.179", + "212.185.31.125", + "212.185.40.154", + "212.185.40.42", + "212.185.51.186", + "212.185.51.188", + "212.185.54.26", + "212.185.74.194", + "212.185.87.218", + "212.19.33.130", + "212.2.67.132", + "212.201.100.70", + "212.201.131.29", + "212.201.131.42", + "212.201.131.51", + "212.202.108.162", + "212.202.109.82", + "212.202.133.210", + "212.202.148.58", + "212.202.152.56", + "212.202.222.73", + "212.202.223.217", + "212.202.237.246", + "212.202.239.10", + "212.202.240.82", + "212.202.241.130", + "212.202.96.123", + "212.204.38.34", + "212.204.38.38", + "212.204.38.70", + "212.204.92.147", + "212.211.214.75", + "212.211.215.122", + "212.211.215.60", + "212.218.10.174", + "212.218.11.18", + "212.218.12.81", + "212.218.135.21", + "212.218.14.38", + "212.218.15.243", + "212.218.16.40", + "212.218.195.11", + "212.218.212.54", + "212.218.212.62", + "212.218.229.132", + "212.218.253.17", + "212.218.33.118", + "212.218.63.53", + "212.218.66.66", + "212.218.90.134", + "212.222.117.50", + "212.222.150.166", + "212.23.143.50", + "212.23.145.11", + "212.23.150.82", + "212.23.154.166", + "212.237.160.105", + "212.237.160.121", + "212.237.160.145", + "212.237.160.17", + "212.237.160.177", + "212.237.160.209", + "212.237.160.225", + "212.237.160.33", + "212.237.160.41", + "212.237.160.65", + "212.237.162.33", + "212.237.162.57", + "212.237.162.65", + "212.237.170.77", + "212.237.170.89", + "212.29.38.142", + "212.29.42.10", + "212.3.67.238", + "212.3.76.162", + "212.3.76.58", + "212.3.76.82", + "212.3.80.226", + "212.3.81.98", + "212.3.84.242", + "212.3.85.214", + "212.3.86.162", + "212.3.87.18", + "212.3.87.34", + "212.3.87.50", + "212.3.88.86", + "212.3.88.98", + "212.3.89.94", + "212.3.91.202", + "212.3.91.230", + "212.3.91.74", + "212.3.92.126", + "212.3.92.134", + "212.3.92.142", + "212.3.92.154", + "212.3.92.173", + "212.3.92.218", + "212.37.47.234", + "212.37.49.70", + "212.37.49.78", + "212.37.54.84", + "212.37.54.86", + "212.4.174.13", + "212.4.174.40", + "212.4.174.55", + "212.4.21.134", + "212.53.208.187", + "212.59.32.105", + "212.59.35.17", + "212.59.37.192", + "212.59.43.20", + "212.6.84.4", + "212.60.130.238", + "212.60.207.4", + "212.60.220.11", + "212.60.220.12", + "212.60.220.20", + "212.60.220.37", + "212.60.222.153", + "212.60.223.241", + "212.60.232.68", + "212.60.232.72", + "212.60.247.116", + "212.62.196.10", + "212.62.197.130", + "212.62.201.226", + "212.62.206.3", + "212.63.82.119", + "212.65.1.54", + "212.65.12.44", + "212.7.191.19", + "212.77.162.82", + "212.79.54.130", + "212.79.58.182", + "212.79.58.183", + "212.80.250.54", + "212.82.62.162", + "212.82.62.3", + "212.87.159.202", + "212.88.131.226", + "212.89.128.81", + "212.89.146.87", + "212.9.178.93", + "212.90.129.235", + "212.90.130.163", + "212.93.12.83", + "212.95.101.181", + "212.95.103.138", + "212.95.115.179", + "212.99.165.145", + "212.99.165.45", + "212.99.166.225", + "212.99.166.233", + "212.99.167.113", + "212.99.167.241", + "212.99.171.129", + "212.99.171.17", + "212.99.199.173", + "212.99.212.35", + "212.99.216.236", + "212.99.217.210", + "212.99.221.114", + "212.99.222.178", + "212.99.222.221", + "212.99.222.222", + "213", + "213.128.141.58", + "213.128.149.40", + "213.131.229.166", + "213.135.5.134", + "213.135.5.34", + "213.135.6.209", + "213.135.7.113", + "213.135.8.29", + "213.135.9.22", + "213.138.40.134", + "213.139.129.150", + "213.139.144.92", + "213.144.11.222", + "213.144.3.2", + "213.144.31.218", + "213.146.235.138", + "213.146.252.10", + "213.148.142.242", + "213.148.153.210", + "213.148.153.225", + "213.148.159.246", + "213.153.88.133", + "213.153.88.42", + "213.155.74.4", + "213.157.2.86", + "213.157.25.37", + "213.157.30.2", + "213.157.7.111", + "213.160.14.194", + "213.160.21.189", + "213.160.21.196", + "213.160.27.75", + "213.160.9.12", + "213.164.67.228", + "213.164.74.4", + "213.164.75.53", + "213.164.81.113", + "213.164.81.54", + "213.164.81.98", + "213.164.82.34", + "213.164.93.162", + "213.164.93.58", + "213.164.94.20", + "213.168.102.197", + "213.168.102.198", + "213.168.102.20", + "213.168.102.39", + "213.168.102.5", + "213.168.117.221", + "213.168.125.194", + "213.168.127.42", + "213.168.205.193", + "213.168.206.60", + "213.168.207.134", + "213.168.208.134", + "213.168.208.205", + "213.168.208.4", + "213.168.208.52", + "213.168.208.60", + "213.168.216.219", + "213.168.221.106", + "213.168.66.37", + "213.168.67.178", + "213.168.67.180", + "213.168.67.186", + "213.168.67.189", + "213.168.67.190", + "213.168.69.44", + "213.168.79.34", + "213.168.93.178", + "213.168.99.130", + "213.168.99.186", + "213.172.105.114", + "213.172.112.50", + "213.172.116.170", + "213.172.123.122", + "213.172.125.202", + "213.178.19.134", + "213.178.24.138", + "213.179.129.236", + "213.179.147.2", + "213.179.148.62", + "213.179.151.14", + "213.183.162.34", + "213.183.170.82", + "213.183.184.34", + "213.183.70.250", + "213.183.90.197", + "213.183.90.6", + "213.183.92.18", + "213.183.94.30", + "213.187.77.21", + "213.187.89.98", + "213.187.92.4", + "213.188.109.146", + "213.191.40.149", + "213.196.223.254", + "213.196.233.202", + "213.198.10.132", + "213.202.255.226", + "213.202.255.230", + "213.203.201.180", + "213.203.206.2", + "213.203.211.46", + "213.203.211.54", + "213.206.174.30", + "213.206.177.39", + "213.206.177.41", + "213.206.177.45", + "213.208.26.78", + "213.209.114.234", + "213.209.114.6", + "213.209.117.164", + "213.214.13.129", + "213.214.13.19", + "213.214.13.35", + "213.214.13.39", + "213.214.13.41", + "213.214.13.45", + "213.214.13.49", + "213.214.13.53", + "213.214.13.57", + "213.216.0.233", + "213.216.0.37", + "213.216.1.250", + "213.216.10.202", + "213.216.10.3", + "213.216.12.34", + "213.216.19.146", + "213.216.19.198", + "213.216.2.200", + "213.216.20.130", + "213.216.21.195", + "213.216.21.9", + "213.216.22.155", + "213.216.24.26", + "213.216.27.236", + "213.216.3.40", + "213.216.5.42", + "213.216.6.248", + "213.216.7.110", + "213.216.8.94", + "213.216.9.158", + "213.216.9.26", + "213.227.169.193", + "213.227.187.1", + "213.23.102.106", + "213.23.104.162", + "213.23.110.235", + "213.23.127.202", + "213.23.253.122", + "213.23.75.229", + "213.23.86.163", + "213.251.56.177", + "213.254.222.22", + "213.30.239.131", + "213.61.101.156", + "213.61.139.164", + "213.61.141.34", + "213.61.147.242", + "213.61.151.124", + "213.61.160.131", + "213.61.172.99", + "213.61.174.189", + "213.61.178.138", + "213.61.190.227", + "213.61.193.2", + "213.61.206.146", + "213.61.224.4", + "213.61.245.234", + "213.61.255.26", + "213.61.39.5", + "213.61.62.75", + "213.61.87.227", + "213.61.92.166", + "213.86.11.99", + "213.86.128.3", + "213.86.17.37", + "213.86.17.42", + "213.86.98.69", + "213.95.15.81", + "213.95.161.132", + "213.95.247.52", + "213.95.33.236", + "214", + "215", + "216", + "216.172.75.67", + "216.83.212.252", + "217", + "217.110.103.122", + "217.110.120.178", + "217.110.143.36", + "217.110.143.42", + "217.110.154.197", + "217.110.175.148", + "217.110.175.153", + "217.110.175.77", + "217.110.194.228", + "217.110.196.214", + "217.110.196.218", + "217.110.202.90", + "217.110.202.91", + "217.110.222.138", + "217.110.238.207", + "217.110.243.195", + "217.110.32.54", + "217.110.64.10", + "217.110.74.70", + "217.110.88.90", + "217.110.95.122", + "217.111.0.2", + "217.111.0.58", + "217.111.1.246", + "217.111.122.54", + "217.111.48.19", + "217.111.5.62", + "217.111.69.248", + "217.111.73.190", + "217.111.79.20", + "217.114.75.50", + "217.114.79.170", + "217.114.79.173", + "217.114.79.174", + "217.146.132.237", + "217.146.20.169", + "217.151.156.54", + "217.16.160.5", + "217.19.180.130", + "217.19.186.184", + "217.19.187.227", + "217.19.189.138", + "217.19.191.178", + "217.210.115.163", + "217.22.198.204", + "217.224.43.60", + "217.225.255.237", + "217.225.81.229", + "217.227.100.117", + "217.227.33.246", + "217.228.231.154", + "217.230.116.4", + "217.230.85.27", + "217.230.87.112", + "217.230.95.183", + "217.231.28.176", + "217.232.188.10", + "217.232.201.158", + "217.233.117.202", + "217.234.205.189", + "217.234.240.47", + "217.235.53.92", + "217.236.190.232", + "217.236.251.52", + "217.237.161.182", + "217.237.163.122", + "217.237.165.245", + "217.237.187.234", + "217.238.213.102", + "217.238.229.157", + "217.239.129.243", + "217.239.152.156", + "217.239.159.116", + "217.239.171.179", + "217.239.171.3", + "217.239.171.4", + "217.239.171.6", + "217.239.183.230", + "217.239.192.226", + "217.239.2.56", + "217.239.203.122", + "217.239.212.82", + "217.239.221.178", + "217.239.226.68", + "217.239.251.250", + "217.24.205.188", + "217.24.232.11", + "217.24.52.8", + "217.24.55.46", + "217.240.79.137", + "217.243.138.34", + "217.243.138.35", + "217.243.138.39", + "217.243.138.8", + "217.243.138.9", + "217.243.187.230", + "217.243.199.250", + "217.243.208.106", + "217.243.208.109", + "217.243.238.66", + "217.244.14.228", + "217.244.14.230", + "217.244.210.171", + "217.245.38.108", + "217.245.53.106", + "217.245.57.218", + "217.246.206.30", + "217.246.208.113", + "217.246.210.4", + "217.246.211.125", + "217.246.213.147", + "217.246.214.245", + "217.246.52.87", + "217.246.57.51", + "217.246.59.24", + "217.246.92.63", + "217.248.32.230", + "217.248.67.61", + "217.248.81.23", + "217.249.172.127", + "217.250.122.26", + "217.251.18.240", + "217.252.194.33", + "217.254.118.250", + "217.254.246.191", + "217.254.250.30", + "217.254.45.31", + "217.254.9.50", + "217.255.224.51", + "217.26.246.78", + "217.28.98.52", + "217.5.129.98", + "217.5.148.18", + "217.5.149.114", + "217.5.152.246", + "217.5.153.123", + "217.5.232.130", + "217.5.234.3", + "217.5.254.2", + "217.6.117.222", + "217.6.136.138", + "217.6.14.142", + "217.6.149.90", + "217.6.171.22", + "217.6.176.171", + "217.6.184.92", + "217.6.187.102", + "217.6.188.98", + "217.6.196.34", + "217.6.198.4", + "217.6.21.148", + "217.6.225.66", + "217.6.235.218", + "217.6.246.50", + "217.6.31.122", + "217.6.34.170", + "217.6.39.195", + "217.6.42.90", + "217.6.70.98", + "217.64.173.174", + "217.64.173.66", + "217.64.175.2", + "217.64.175.50", + "217.64.175.74", + "217.68.161.213", + "217.69.239.205", + "217.69.240.29", + "217.69.245.209", + "217.69.247.34", + "217.7.112.162", + "217.7.113.10", + "217.7.12.42", + "217.7.137.154", + "217.7.140.226", + "217.7.141.2", + "217.7.144.82", + "217.7.182.122", + "217.7.182.146", + "217.7.185.250", + "217.7.189.106", + "217.7.19.106", + "217.7.193.214", + "217.7.198.187", + "217.7.202.50", + "217.7.203.128", + "217.7.205.102", + "217.7.206.143", + "217.7.213.245", + "217.7.217.5", + "217.7.223.84", + "217.7.225.180", + "217.7.226.140", + "217.7.226.166", + "217.7.229.235", + "217.7.238.33", + "217.7.242.163", + "217.7.243.10", + "217.7.244.166", + "217.7.248.163", + "217.7.251.143", + "217.7.3.194", + "217.70.160.219", + "217.70.168.186", + "217.72.216.107", + "217.72.219.18", + "217.72.223.93", + "217.76.100.18", + "217.76.100.186", + "217.76.100.187", + "217.76.100.189", + "217.76.101.112", + "217.76.101.211", + "217.78.142.169", + "217.78.161.135", + "217.78.163.10", + "217.79.210.242", + "217.80.171.211", + "217.80.23.78", + "217.81.115.208", + "217.81.134.140", + "217.81.201.65", + "217.81.217.63", + "217.81.228.209", + "217.81.248.124", + "217.81.249.175", + "217.82.74.166", + "217.82.84.95", + "217.83.160.118", + "217.83.163.30", + "217.83.165.79", + "217.83.50.51", + "217.84.11.1", + "217.84.163.23", + "217.84.169.37", + "217.84.171.107", + "217.84.171.128", + "217.84.221.135", + "217.85.161.220", + "217.86.134.246", + "217.86.135.129", + "217.86.141.117", + "217.86.142.103", + "217.86.154.141", + "217.86.155.253", + "217.86.156.60", + "217.86.159.172", + "217.86.164.113", + "217.86.174.136", + "217.86.176.214", + "217.86.176.26", + "217.86.177.60", + "217.86.180.35", + "217.86.183.27", + "217.86.188.213", + "217.86.190.49", + "217.86.196.229", + "217.86.201.29", + "217.86.203.68", + "217.86.206.215", + "217.86.207.113", + "217.86.209.48", + "217.86.223.96", + "217.86.226.190", + "217.86.230.205", + "217.86.235.81", + "217.86.242.111", + "217.86.248.44", + "217.86.250.212", + "217.86.43.203", + "217.86.47.219", + "217.86.89.254", + "217.87.45.120", + "217.88.127.67", + "217.88.20.226", + "217.89.130.59", + "217.89.146.70", + "217.89.153.18", + "217.89.157.2", + "217.89.158.50", + "217.89.159.106", + "217.89.161.90", + "217.89.175.250", + "217.89.180.130", + "217.89.184.122", + "217.89.38.82", + "217.89.38.84", + "217.89.40.219", + "217.89.50.130", + "217.89.50.131", + "217.89.75.115", + "217.9.101.93", + "217.9.108.254", + "217.9.111.162", + "217.9.121.233", + "217.9.45.219", + "217.91.1.49", + "217.91.102.211", + "217.91.107.231", + "217.91.109.60", + "217.91.113.168", + "217.91.113.200", + "217.91.115.167", + "217.91.115.212", + "217.91.119.22", + "217.91.125.55", + "217.91.128.86", + "217.91.13.253", + "217.91.134.90", + "217.91.140.207", + "217.91.141.229", + "217.91.143.2", + "217.91.145.141", + "217.91.146.62", + "217.91.147.218", + "217.91.149.60", + "217.91.151.14", + "217.91.157.249", + "217.91.158.87", + "217.91.164.169", + "217.91.171.111", + "217.91.172.239", + "217.91.173.244", + "217.91.175.97", + "217.91.181.113", + "217.91.183.199", + "217.91.185.112", + "217.91.192.124", + "217.91.194.108", + "217.91.196.221", + "217.91.196.95", + "217.91.200.12", + "217.91.201.244", + "217.91.209.101", + "217.91.215.76", + "217.91.215.91", + "217.91.216.43", + "217.91.217.6", + "217.91.219.1", + "217.91.22.113", + "217.91.22.170", + "217.91.223.45", + "217.91.244.126", + "217.91.244.97", + "217.91.249.207", + "217.91.25.178", + "217.91.25.237", + "217.91.251.53", + "217.91.26.40", + "217.91.28.129", + "217.91.32.221", + "217.91.33.120", + "217.91.34.245", + "217.91.35.228", + "217.91.43.108", + "217.91.43.74", + "217.91.45.226", + "217.91.49.185", + "217.91.6.90", + "217.91.66.153", + "217.91.70.131", + "217.91.72.55", + "217.91.72.86", + "217.91.73.119", + "217.91.74.207", + "217.91.75.159", + "217.91.81.209", + "217.91.84.48", + "217.91.86.94", + "217.91.87.72", + "217.91.89.69", + "217.91.90.138", + "217.91.90.90", + "217.92.0.208", + "217.92.103.78", + "217.92.106.26", + "217.92.119.185", + "217.92.120.213", + "217.92.131.34", + "217.92.132.126", + "217.92.135.122", + "217.92.147.205", + "217.92.147.231", + "217.92.149.55", + "217.92.163.116", + "217.92.164.133", + "217.92.165.39", + "217.92.167.223", + "217.92.170.209", + "217.92.176.248", + "217.92.181.26", + "217.92.189.35", + "217.92.19.220", + "217.92.191.39", + "217.92.192.11", + "217.92.193.48", + "217.92.226.205", + "217.92.230.146", + "217.92.230.157", + "217.92.232.246", + "217.92.233.159", + "217.92.233.249", + "217.92.237.206", + "217.92.25.188", + "217.92.25.205", + "217.92.251.82", + "217.92.27.243", + "217.92.28.86", + "217.92.28.94", + "217.92.3.176", + "217.92.37.20", + "217.92.39.51", + "217.92.43.206", + "217.92.50.195", + "217.92.50.200", + "217.92.52.163", + "217.92.57.243", + "217.92.64.157", + "217.92.64.248", + "217.92.66.159", + "217.92.67.8", + "217.92.69.55", + "217.92.73.154", + "217.92.74.219", + "217.92.81.124", + "217.92.87.61", + "217.92.89.159", + "217.92.9.203", + "217.92.9.42", + "217.93.10.248", + "217.93.107.185", + "217.93.11.97", + "217.93.14.40", + "217.94.100.52", + "218", + "219", + "21k", + "21o", + "22", + "22.03.2023", + "22.92k", + "22/", + "22/03/2023", + "220", + "220.57k", + "2200", + "221", + "222", + "223", + "224", + "225", + "226", + "227", + "228", + "229", + "22bcs11631@cuchd.in", + "22k", + "23", + "23.72k", + "23.Feb.2023", + "23.feb.2023", + "23/02/2023", + "23/04/2023", + "230", + "230102", + "230224", + "231", + "2316bbd98ad247f5f2fd561aa9aab76444c867bb", + "232", + "233", + "234", + "235", + "236", + "237", + "238", + "239", + "23Q", + "23k", + "23q", + "24", + "24.02.2023", + "24.134.103.145", + "24.134.110.229", + "24.134.127.73", + "24.134.149.65", + "24.134.161.181", + "24.134.170.217", + "24.134.172.217", + "24.134.176.165", + "24.134.214.93", + "24.134.219.137", + "24.134.23.69", + "24.134.242.189", + "24.134.251.145", + "24.134.4.53", + "24.134.47.177", + "24.134.71.237", + "24.134.75.205", + "24.134.96.109", + "24.54k", + "24/", + "24/7", + "24/7/365", + "240", + "2401", + "241", + "242", + "243", + "244", + "245", + "246", + "247", + "248", + "249", + "24h", + "24k", + "25", + "25$.", + "25/02/23", + "250", + "251", + "252", + "253", + "254", + "255", + "256", + "256.14k", + "256.37k", + "258", + "259", + "25k", + "26", + "26-", + "26.02.2023", + "26.2.0.125", + "26.66k", + "26/", + "26/02/23", + "260", + "261", + "262", + "263", + "265", + "266", + "269", + "269.51k", + "26k", + "27", + "27.36k", + "27/", + "27/02/23", + "270", + "2703", + "271", + "272", + "273", + "279", + "27T00:00:00Z", + "27k", + "27t00:00:00z", + "28", + "28.11.22", + "28/02/23", + "280", + "281260fb90c7ce1e960bfa6c2e810c13b1d9e713:0d9765eb0", + "283", + "288", + "28e", + "29", + "29.41k", + "291", + "294", + "2942", + "297", + "299", + "29k", + "2:00", + "2:02", + "2:05", + "2:11", + "2:12", + "2:13", + "2:18", + "2:2", + "2:29", + "2:30", + "2:37", + "2>1", + "2AE", + "2BEE", + "2C2P", + "2C66069514F7817CF2CE156605054FCB2056136C529BCABDFAA8F83DB24C942B1234AA442580", + "2OY", + "2a.m", + "2a.m.", + "2ae", + "2b4", + "2bee", + "2c2p", + "2c66069514f7817cf2ce156605054fcb2056136c529bcabdfaa8f83db24c942b1234aa442580", + "2fa", + "2k", + "2oy", + "2p.m", + "2p.m.", + "2vV", + "2vv", + "2y$10$0AeYLLRygfhHMmyMSuGnIO7tDvfDtJWt5.6dDCPTdPi36OeuLWtw", + "2y$10$0Ds3Jg2CJWGnaplhM55YaOt", + "2y$10$0aeyllrygfhhmmymsugnio7tdvfdtjwt5.6ddcptdpi36oeulwtw", + "2y$10$0ds3jg2cjwgnaplhm55yaot", + "2y$10$1n1Z0FTPnLnN6kiEBCVXzOs16EJ4sBkbR239LuyBAemH0Uku9PD9u", + "2y$10$1n1z0ftpnlnn6kiebcvxzos16ej4sbkbr239luybaemh0uku9pd9u", + "2y$10$7XRzuNVPbRsciwp5zFzmXuMc7LfTtiV", + "2y$10$7xrzunvpbrsciwp5zfzmxumc7lfttiv", + "2y$10$HbA1iKSmKXbMfsdFJ.Ko7ukOCEo36.ZiT5VK.fMITfy44quDT.uw2", + "2y$10$Spv0lfEImA5Tw86b9SRj7eV.6onSb9UV8Bc6Z.KE5318iodS1.jz2", + "2y$10$VVzvpbgSExG", + "2y$10$YPS", + "2y$10$ZKYbgokC1NBpq3i", + "2y$10$cF5Q5KXEQFwZ6lNrdBNICu16MZ9qeR2tWFd8iEk", + "2y$10$cKZNPPCpDQKAWULFCpbiPuh2ofkOd3DLPN", + "2y$10$cf5q5kxeqfwz6lnrdbnicu16mz9qer2twfd8iek", + "2y$10$ckznppcpdqkawulfcpbipuh2ofkod3dlpn", + "2y$10$hba1iksmkxbmfsdfj.ko7ukoceo36.zit5vk.fmitfy44qudt.uw2", + "2y$10$oyUOn6mXZlIWUpN6y4a3OOEAXaNPwDxJAiijykRODPbAtMyih6fSa", + "2y$10$oyuon6mxzliwupn6y4a3ooeaxanpwdxjaiijykrodpbatmyih6fsa", + "2y$10$spv0lfeima5tw86b9srj7ev.6onsb9uv8bc6z.ke5318iods1.jz2", + "2y$10$v/93QYRnkoQtyU5E1O3", + "2y$10$v/93qyrnkoqtyu5e1o3", + "2y$10$vvzvpbgsexg", + "2y$10$yps", + "2y$10$zkybgokc1nbpq3i", + "3", + "3.0", + "3.06k", + "3.07k", + "3.1", + "3.120.95.66", + "3.121.142.225", + "3.121.142.37", + "3.121.31.244", + "3.121.96.79", + "3.122.131.225", + "3.122.133.238", + "3.122.240.149", + "3.124.39.26", + "3.124.54.65", + "3.127.187.233", + "3.12k", + "3.2", + "3.2.5", + "3.22k", + "3.27k", + "3.29k", + "3.3", + "3.4", + "3.5", + "3.57k", + "3.6", + "3.6.1.2", + "3.60k", + "3.65.148.197", + "3.66.118.146", + "3.68.24.226", + "3.68k", + "3.69.89.48", + "3.7", + "3.70k", + "3.71k", + "3.74.136.198", + "3.74.145.156", + "3.800", + "3.9", + "3.txt", + "3/1/2023", + "30", + "30.00", + "300", + "301", + "304", + "307", + "309", + "30K.txt", + "30KK", + "30k", + "30k.txt", + "30kk", + "30kvalid_base_80%_2023", + "31", + "31.13.190.226", + "31.150.132.109", + "31.17.146.28", + "31.17.236.1", + "31.172.104.78", + "31.172.107.153", + "31.172.108.194", + "31.172.109.85", + "31.18.114.77", + "31.18.208.40", + "31.18.56.7", + "31.187.77.122", + "31.187.90.142", + "31.187.90.73", + "31.187.91.24", + "31.19.104.234", + "31.19.142.141", + "31.19.41.55", + "31.19.98.14", + "31.209.127.19", + "31.209.186.170", + "31.22.30.178", + "31.22.30.99", + "31.25.159.153", + "31.25.159.170", + "31.31.208.133", + "31.31.208.138", + "31.31.208.139", + "31.31.208.141", + "31.31.208.144", + "31.31.208.161", + "31.47.225.6", + "31.47.230.129", + "31.47.82.98", + "31.47.84.102", + "31.47.84.203", + "31.47.84.59", + "31.47.84.77", + "310", + "312", + "314", + "315", + "316", + "319", + "31A", + "31a", + "31e", + "31k", + "32", + "32,0,5)))))kDjP", + "32,0,5)))))kdjp", + "320", + "321", + "322", + "323", + "324", + "328", + "32k", + "33", + "33.91k", + "331", + "3315", + "332", + "333", + "335", + "337", + "338", + "33k", + "34.09k", + "34.141.43.46", + "34.94k", + "34/", + "340", + "344", + "346", + "34c", + "35", + "35.156.146.136", + "35.158.193.43", + "35.246.151.60", + "35.93k", + "35/", + "350", + "352", + "3569webb", + "357", + "359", + "35k", + "36", + "36.91k", + "36/", + "360", + "361", + "362", + "365", + "366", + "368", + "36dff9949c24be5a063efa21eceae5c639014d85", + "36k", + "37.123.122.243", + "37.148.137.150", + "37.156.80.54", + "37.157.253.179", + "37.16.70.61", + "37.16.71.210", + "37.209.84.91", + "37.228.140.69", + "37.228.187.65", + "37.24.0.170", + "37.24.1.238", + "37.24.100.115", + "37.24.103.138", + "37.24.125.242", + "37.24.127.82", + "37.24.133.210", + "37.24.141.162", + "37.24.155.154", + "37.24.157.162", + "37.24.16.194", + "37.24.163.154", + "37.24.165.100", + "37.24.167.211", + "37.24.167.213", + "37.24.167.215", + "37.24.167.218", + "37.24.167.221", + "37.24.178.41", + "37.24.195.242", + "37.24.201.178", + "37.24.201.215", + "37.24.218.31", + "37.24.226.18", + "37.24.232.82", + "37.24.28.98", + "37.24.29.17", + "37.24.38.222", + "37.24.39.114", + "37.24.42.189", + "37.24.43.154", + "37.24.46.144", + "37.24.47.120", + "37.24.51.92", + "37.24.60.24", + "37.24.76.218", + "37.24.83.174", + "37.24.83.189", + "37.24.85.78", + "37.247.65.222", + "37.247.68.146", + "37.252.248.156", + "37.26.202.241", + "37.26.230.6", + "37.44.2.242", + "37.60.1.172", + "37.60.174.190", + "37.60.175.227", + "37.60.200.129", + "37.60.7.246", + "37.72.148.222", + "37.80.70.121", + "37.81.96.161", + "37.82.107.153", + "37.82.185.197", + "37.83.106.24", + "37.83.30.21", + "37.83.70.197", + "370k", + "371297098784005", + "371297098784005=270320178669878917959", + "372", + "374", + "376", + "378", + "37FC", + "37fc", + "37k", + "38", + "380", + "387", + "38c", + "38k", + "39.24k", + "39.30k", + "392", + "393", + "394", + "395", + "396", + "397", + "399", + "39d", + "39k", + "3:10", + "3:2", + "3:26", + "3:28", + "3:38", + "3:49", + "3:51", + "3F3", + "3J279L", + "3MO", + "3Subs", + "3a.m", + "3a.m.", + "3ab", + "3ae", + "3bN", + "3bn", + "3c1", + "3ds", + "3e8", + "3f3", + "3j279l", + "3k", + "3l3", + "3mo", + "3month", + "3nd", + "3p.m", + "3p.m.", + "3rd", + "3subs", + "3w8", + "3wm", + "3\u0433\u043f\u043f", + "4", + "4,780", + "4.0", + "4.01", + "4.06k", + "4.09k", + "4.1", + "4.1/5", + "4.2", + "4.2.2", + "4.21k", + "4.3", + "4.31k", + "4.33k", + "4.38k", + "4.4", + "4.42k", + "4.5", + "4.50", + "4.6", + "4.7", + "4.7.2", + "4.7.3", + "4.75k", + "4.8", + "4.82k", + "4.88k", + "4.95k", + "4.cool", + "4/6", + "4/7", + "40", + "40,000", + "40/", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "40k", + "41.66k", + "411", + "4117740000006265", + "4117740000006265=24012010000000000000", + "415", + "416", + "417", + "41ded3c74f9c6617b19adcb987af8002bec7b087a0d2c8ddf1433d8e5e6bda09", + "41k", + "42/", + "421", + "426", + "4261de8b72d128f33477e508564b8359d16a8023a4d9fef22f9cdab892a0d33f:6uio2zy7jsKDZmng:2", + "4261de8b72d128f33477e508564b8359d16a8023a4d9fef22f9cdab892a0d33f:6uio2zy7jskdzmng:2", + "429", + "42c", + "42k", + "43", + "430", + "432", + "433", + "438", + "438K.txt", + "438k.txt", + "43k", + "44", + "44.87k", + "4406da7fc134705e02c62b343ac787296b8e1d895a67ecd6cef69f34e57c45d4", + "441", + "443", + "444", + "446", + "447", + "45.13.20.58", + "45.133.188.10", + "45.143.228.34", + "45.150.69.253", + "45.155.136.11", + "45.92.189.39", + "45/", + "452", + "455", + "456", + "457", + "459", + "46.114.187.27", + "46.114.191.249", + "46.114.26.62", + "46.114.29.188", + "46.114.29.211", + "46.114.58.204", + "46.114.60.199", + "46.128.85.52", + "46.142.212.181", + "46.142.238.109", + "46.142.81.219", + "46.142.91.138", + "46.16.218.30", + "46.165.172.82", + "46.165.173.214", + "46.183.46.42", + "46.183.47.100", + "46.183.99.211", + "46.189.16.106", + "46.189.19.245", + "46.19.89.202", + "46.19.89.62", + "46.19.92.198", + "46.22.158.43", + "46.22.39.204", + "46.22.46.164", + "46.223.119.226", + "46.223.190.172", + "46.227.217.189", + "46.231.237.252", + "46.231.49.26", + "46.231.89.100", + "46.232.186.235", + "46.232.187.12", + "46.232.228.70", + "46.243.75.250", + "46.243.75.254", + "46.245.178.74", + "46.245.178.76", + "46.245.218.86", + "46.245.221.98", + "46.245.223.197", + "46.252.130.50", + "46.252.131.140", + "46.252.131.218", + "46.252.135.86", + "46.252.140.34", + "46.253.18.30", + "46.28.36.250", + "46.30.74.71", + "46.31.216.143", + "46.31.218.2", + "46.31.218.56", + "46.35.32.56", + "46.35.34.109", + "46.35.34.113", + "46.4.192.66", + "46.5.122.93", + "46.80.246.131", + "46.80.252.243", + "46.92.204.232", + "46.94.88.137", + "46.95.198.31", + "460", + "463", + "465", + "466", + "46k", + "47.254.149.226", + "47.65.1.35", + "47.91.86.223", + "473", + "474", + "474341590891102219", + "475", + "477", + "4772", + "4789=4789", + "47E", + "47ac4b42f0b485c5a57d3da6fc0b50f3370bfded", + "47e", + "48", + "480", + "481", + "482", + "483", + "484", + "485", + "488", + "489", + "49.12.90.74", + "492", + "494", + "494CVV", + "494cvv", + "496", + "498", + "49c", + "49k", + "4:00", + "4:09", + "4BE", + "4M8", + "4N/", + "4Shared", + "4_1", + "4a.m", + "4a.m.", + "4be", + "4c5", + "4cw", + "4dd2c8907fbe72516ceb1abc2f0402aed2cc949c", + "4f306b60887b19731329d61458aed4908359cfc5:0oWNIjyqO", + "4f306b60887b19731329d61458aed4908359cfc5:0ownijyqo", + "4ff", + "4k", + "4lo", + "4m8", + "4n/", + "4nd", + "4oA", + "4oa", + "4ok", + "4p.m", + "4p.m.", + "4shared", + "4th", + "4xx", + "5", + "5$.", + "5,000", + "5.0", + "5.0.0", + "5.0.12", + "5.09k", + "5.1", + "5.10.168.220", + "5.10.169.186", + "5.10.177.178", + "5.10.181.99", + "5.10.187.250", + "5.10.220.129", + "5.100.135.94", + "5.102.163.26", + "5.102.163.28", + "5.145.130.200", + "5.145.131.26", + "5.145.133.162", + "5.145.134.94", + "5.145.184.62", + "5.146.226.96", + "5.147.251.18", + "5.147.41.101", + "5.158.171.114", + "5.158.171.116", + "5.158.171.117", + "5.158.171.119", + "5.159.60.145", + "5.183.48.50", + "5.183.49.2", + "5.18k", + "5.199.138.194", + "5.199.176.86", + "5.199.241.17", + "5.2", + "5.254.104.186", + "5.254.104.98", + "5.254.68.2", + "5.3", + "5.4", + "5.4.0", + "5.45.0.109", + "5.5", + "5.59k", + "5.6", + "5.61.80.98", + "5.61.85.2", + "5.61.87.230", + "5.7", + "5.70k", + "5.8", + "5.83.189.189", + "5.9.5.28", + "5/10", + "5/17/2017", + "50", + "500", + "500$-1k$", + "5000", + "50000", + "500px", + "500\u043c\u0435\u0442\u0440\u043e\u0432", + "502", + "50266e76eafe26f4e36e633fad036ab35e4ce3b31c15a83ca7c4ca4f4a65b4f0:4SwQGZlZHKoN4uAu:2", + "50266e76eafe26f4e36e633fad036ab35e4ce3b31c15a83ca7c4ca4f4a65b4f0:4swqgzlzhkon4uau:2", + "503", + "505", + "508", + "50Gb", + "50gb", + "50k", + "50usd", + "51", + "51.116.129.150", + "51.116.172.167", + "51.116.172.205", + "51.116.239.125", + "51.77.74.36", + "510", + "511", + "512", + "51722", + "51773", + "51794", + "51795", + "518", + "51k", + "52,0,32)))))xHft", + "52,0,32)))))xhft", + "52.28.4.157", + "52.28.87.23", + "52.58.38.9", + "52/", + "521", + "522", + "523", + "526", + "529", + "53", + "53.comseller", + "530", + "532", + "535", + "538", + "539", + "54", + "540", + "542", + "545", + "546", + "547", + "54k", + "550", + "551", + "5518=5518", + "552", + "553", + "554", + "556", + "558", + "55a79c85a6fad621b9695e1850c21ec464af6312d9dc2c86649694672bb02346", + "56/", + "561", + "562", + "564", + "565", + "568", + "56k", + "57.191.0.10", + "57.191.0.24", + "57.191.0.25", + "57.191.0.43", + "57.191.0.46", + "57.191.0.53", + "57.191.0.62", + "57.191.0.65", + "57.191.0.67", + "57.191.0.71", + "57.191.0.75", + "57.191.0.81", + "57.191.4.10", + "57.191.4.16", + "57.191.4.27", + "57.191.4.7", + "57.31k", + "57/", + "570RM", + "570rm", + "571", + "574", + "575", + "577", + "57k", + "58/", + "580", + "581", + "582", + "583", + "586", + "587", + "58k", + "59.93k", + "590", + "595", + "597", + "59k", + "5:01", + "5:02", + "5:21", + "5:26", + "5:38", + "5:39", + "5BCB80569AC334FDA5B7806ABC05DDFE3AF8F126E08D0EA6D21DA3C13B43F164188C3EEE89E9", + "5Nw", + "5T2", + "5a.m", + "5a.m.", + "5a2", + "5a2393e86181d5dc978f57fca0a6529ea9ac75ba:7m9ICoQEz", + "5a2393e86181d5dc978f57fca0a6529ea9ac75ba:7m9icoqez", + "5bcb80569ac334fda5b7806abc05ddfe3af8f126e08d0ea6d21da3c13b43f164188c3eee89e9", + "5c2", + "5cdb95f3f52061ca1d99d92a70c5f1eb6f8a9358:0b98844c5", + "5d4", + "5d5ad44f41d372a98b484daccf373de1f4a87279", + "5e4", + "5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/signup", + "5g=", + "5headgaming.com_1.1k.sql", + "5k", + "5kp4dHYx", + "5kp4dhyx", + "5nw", + "5p.m", + "5p.m.", + "5sU", + "5su", + "5t2", + "5th", + "5xx", + "6", + "6.0", + "6.09k", + "6.1", + "6.16k", + "6.2", + "6.3", + "6.32k", + "6.36k", + "6.4", + "6.5", + "6.6", + "6.7", + "6.74k", + "6.75k", + "6.8", + "6.9", + "6.90k", + "6.95k", + "6/2", + "6/7", + "60", + "60/", + "600", + "60000", + "602", + "604", + "604.1", + "604710868@ina.cr", + "605.1.15", + "606", + "609", + "609|ORANGE|TX|77632|male|4097795242|dezrick.powell@yahoo.com", + "609|orange|tx|77632|male|4097795242|dezrick.powell@yahoo.com", + "60ACF1C0BB648D321C492F5F17282D54674ECE279EE2F20EF255A4DB7D531565EEE4208E9B07", + "60acf1c0bb648d321c492f5f17282d54674ece279ee2f20ef255a4db7d531565eee4208e9b07", + "60k", + "610", + "6100", + "611", + "612", + "613", + "617", + "61k", + "62.134.53.106", + "62.134.67.202", + "62.138.209.236", + "62.138.209.44", + "62.138.215.228", + "62.138.215.252", + "62.138.227.68", + "62.138.245.180", + "62.140.30.170", + "62.140.30.183", + "62.140.30.186", + "62.140.8.5", + "62.144.140.132", + "62.144.140.204", + "62.144.22.218", + "62.144.225.219", + "62.144.253.162", + "62.144.64.74", + "62.144.67.10", + "62.146.0.65", + "62.146.10.100", + "62.146.10.106", + "62.146.10.108", + "62.146.10.70", + "62.146.10.85", + "62.146.10.96", + "62.146.16.27", + "62.146.9.82", + "62.152.162.177", + "62.152.162.225", + "62.152.171.10", + "62.152.180.178", + "62.152.189.220", + "62.152.191.58", + "62.153.108.237", + "62.153.132.234", + "62.153.165.146", + "62.153.172.226", + "62.153.174.249", + "62.153.196.230", + "62.153.215.243", + "62.153.223.162", + "62.153.230.117", + "62.153.230.58", + "62.153.235.211", + "62.153.245.37", + "62.153.245.38", + "62.153.26.182", + "62.153.68.100", + "62.153.90.130", + "62.153.90.131", + "62.153.90.132", + "62.153.94.190", + "62.154.136.2", + "62.154.137.42", + "62.154.137.43", + "62.154.137.44", + "62.154.137.46", + "62.154.183.251", + "62.154.203.196", + "62.154.206.222", + "62.154.253.233", + "62.156.155.100", + "62.156.166.250", + "62.156.176.73", + "62.156.180.254", + "62.156.184.150", + "62.156.204.162", + "62.156.252.210", + "62.156.46.130", + "62.157.130.195", + "62.157.181.239", + "62.157.181.254", + "62.157.226.98", + "62.158.111.159", + "62.159.137.2", + "62.159.14.186", + "62.159.146.126", + "62.159.17.163", + "62.159.210.30", + "62.159.214.99", + "62.159.234.102", + "62.159.28.46", + "62.159.34.10", + "62.159.34.7", + "62.159.35.239", + "62.159.41.149", + "62.159.42.46", + "62.159.65.162", + "62.159.66.202", + "62.159.79.21", + "62.176.244.219", + "62.176.248.61", + "62.201.161.43", + "62.204.162.196", + "62.204.162.202", + "62.209.34.29", + "62.209.34.30", + "62.209.34.35", + "62.209.34.37", + "62.209.34.38", + "62.209.34.39", + "62.209.34.41", + "62.209.34.43", + "62.209.34.45", + "62.209.34.46", + "62.214.149.226", + "62.214.152.220", + "62.214.157.19", + "62.214.160.103", + "62.214.19.130", + "62.214.2.142", + "62.214.2.99", + "62.214.20.20", + "62.214.50.219", + "62.214.6.27", + "62.214.78.122", + "62.214.82.4", + "62.216.223.83", + "62.216.223.87", + "62.216.223.88", + "62.220.28.142", + "62.220.28.146", + "62.224.158.32", + "62.224.159.152", + "62.225.117.226", + "62.225.153.60", + "62.225.153.62", + "62.225.155.19", + "62.225.185.75", + "62.225.37.162", + "62.225.50.171", + "62.225.59.35", + "62.225.61.146", + "62.225.7.5", + "62.225.7.6", + "62.225.74.68", + "62.23.211.85", + "62.23.217.102", + "62.24.13.6", + "62.245.142.86", + "62.245.143.146", + "62.245.147.51", + "62.245.155.58", + "62.245.159.19", + "62.245.166.114", + "62.245.168.124", + "62.245.168.219", + "62.245.169.18", + "62.245.187.18", + "62.245.200.172", + "62.245.201.98", + "62.245.220.145", + "62.245.221.145", + "62.245.231.52", + "62.245.233.28", + "62.245.236.228", + "62.245.250.248", + "62.246.132.127", + "62.246.136.186", + "62.246.136.198", + "62.246.154.132", + "62.246.59.179", + "62.246.76.75", + "62.246.92.45", + "62.26.138.46", + "62.26.138.70", + "62.26.146.58", + "62.27.236.81", + "62.27.63.6", + "62.40.25.225", + "62.40.27.121", + "62.54.211.2", + "62.54.217.194", + "62.54.229.44", + "62.54.229.45", + "62.54.243.35", + "62.55.136.235", + "62.55.196.90", + "62.55.224.82", + "62.55.236.90", + "62.55.238.194", + "62.55.245.146", + "62.67.234.18", + "62.67.28.226", + "62.72.67.76", + "62.80.122.38", + "62.91.108.61", + "62.91.137.226", + "62.91.84.6", + "62.91.95.138", + "62.93.29.47", + "62.93.3.208", + "62.93.4.91", + "62.96.1.4", + "62.96.11.84", + "62.96.139.3", + "62.96.16.8", + "62.96.176.190", + "62.96.190.138", + "62.96.225.250", + "62.96.225.251", + "62.96.225.58", + "62.96.227.203", + "62.96.249.218", + "62.96.43.34", + "62.96.69.90", + "62.96.73.162", + "62.96.97.66", + "62/", + "621", + "623", + "624", + "625", + "626", + "62k", + "63.247.197.2", + "63/", + "631", + "633", + "634", + "636", + "637", + "638", + "638a513e77733b028096960fb6f2dc70fb1497721b0df77693f5909d12858d87", + "63k", + "64", + "64,0,5)))))kDjP", + "64,0,5)))))kdjp", + "64.27", + "64.40.224.4", + "64.so.2", + "64/", + "640", + "643", + "644", + "647", + "649", + "64k", + "65.229.159.226", + "65/", + "650,00", + "653", + "65535", + "657", + "658", + "65k", + "66.22.104.15", + "66.22.120.255", + "661", + "663", + "666", + "667", + "668", + "669", + "66k", + "67/", + "671", + "673", + "675", + "67M$", + "67k", + "67m$", + "68/", + "680", + "683", + "684", + "686", + "687", + "688", + "68a7dw1jvtbHSY0Hrhm3QW5H0XB", + "68a7dw1jvtbhsy0hrhm3qw5h0xb", + "68k", + "69", + "690", + "691", + "692", + "693", + "694", + "695560DFE158FCD5E4F5E161DAA6A080CF935C61DBADAD484DA6BA6D3DFFF50B74DEA2EF67AC", + "695560dfe158fcd5e4f5e161daa6a080cf935c61dbadad484da6ba6d3dfff50b74dea2ef67ac", + "696", + "6:10", + "6:24", + "6:25", + "6:39", + "6:40", + "6:45", + "6:56", + "6Bb", + "6P.", + "6a.m", + "6a.m.", + "6a/", + "6a4", + "6bb", + "6d1", + "6db", + "6f2", + "6fecbabbf35e66d26538ba7a588978f6", + "6p.", + "6p.m", + "6p.m.", + "6r0", + "6xc", + "7", + "7.1", + "7.18k", + "7.2", + "7.3", + "7.30k", + "7.4", + "7.5", + "7.6", + "7.7", + "7.8", + "7.97k", + "7/1/2022", + "7/5/2022", + "7/8", + "70", + "70$-month", + "70/", + "700", + "700k", + "703", + "706", + "708", + "709", + "70c4d57dd01177231b6bc01f378b3fa191229324:6oOhq7sAU", + "70c4d57dd01177231b6bc01f378b3fa191229324:6oohq7sau", + "70k", + "71.51k", + "71/", + "710", + "712", + "715", + "717", + "718", + "719", + "71k", + "72", + "72/", + "722", + "724", + "725", + "726", + "727", + "728", + "729", + "72k", + "73/", + "732", + "733", + "734", + "735", + "737", + "737.72k", + "737k.txt", + "738", + "73F3", + "73f3", + "73r", + "740", + "742", + "744", + "745", + "747", + "748", + "749", + "74d95c60c0b7e25b6d0da0de34cbd9f569bab846a342ffa016cef5de818efe77", + "74k", + "75.187.191.160", + "75.187.240.89", + "75/", + "750", + "751", + "753", + "756", + "758", + "75k", + "76/", + "761", + "766", + "768", + "76a", + "76b", + "77.0.184.182", + "77.0.36.70", + "77.180.141.225", + "77.189.34.0", + "77.190.106.29", + "77.190.22.98", + "77.20.210.218", + "77.20.89.146", + "77.22.114.157", + "77.235.161.218", + "77.24.112.73", + "77.24.121.97", + "77.24.125.233", + "77.244.107.23", + "77.244.98.165", + "77.245.45.210", + "77.246.118.234", + "77.246.121.194", + "77.37.106.175", + "77.37.110.88", + "77.37.5.210", + "77.4.3.246", + "77.47.113.235", + "77.6.39.70", + "77.67.54.44", + "77.7.110.58", + "77.72.129.188", + "77.72.219.68", + "77.73.250.35", + "77.73.250.37", + "77.73.252.1", + "77.73.255.200", + "77.77.173.217", + "7700", + "772", + "773", + "774", + "775", + "776", + "777", + "778", + "77k", + "77store.cc", + "77store.me", + "78.11k", + "78.138.80.14", + "78.34.132.238", + "78.34.133.70", + "78.34.135.18", + "78.34.205.249", + "78.34.89.148", + "78.35.13.226", + "78.35.14.66", + "78.35.144.44", + "78.35.22.90", + "78.35.27.94", + "78.35.40.100", + "78.35.40.103", + "78.35.40.109", + "78.35.40.111", + "78.35.40.113", + "78.35.40.122", + "78.35.40.129", + "78.35.40.144", + "78.35.40.151", + "78.35.40.168", + "78.35.40.170", + "78.35.40.172", + "78.35.40.177", + "78.35.40.198", + "78.35.40.201", + "78.35.40.209", + "78.35.40.210", + "78.35.40.216", + "78.35.40.231", + "78.35.40.232", + "78.35.40.233", + "78.35.40.250", + "78.35.40.35", + "78.35.40.38", + "78.35.40.40", + "78.35.40.43", + "78.35.40.5", + "78.35.40.56", + "78.35.40.62", + "78.35.40.66", + "78.35.40.72", + "78.35.40.78", + "78.35.40.87", + "78.35.40.92", + "78.35.42.138", + "78.35.42.22", + "78.35.44.178", + "78.35.47.118", + "78.35.7.139", + "78.42.203.35", + "78.43.55.72", + "78.47.89.195", + "78.94.122.178", + "78.94.129.70", + "78.94.136.38", + "78.94.140.206", + "78.94.141.222", + "78.94.160.2", + "78.94.17.98", + "78.94.170.138", + "78.94.172.122", + "78.94.174.14", + "78.94.193.18", + "78.94.203.174", + "78.94.214.20", + "78.94.22.30", + "78.94.220.238", + "78.94.23.74", + "78.94.232.219", + "78.94.238.178", + "78.94.24.150", + "78.94.247.154", + "78.94.32.234", + "78.94.36.18", + "78.94.41.172", + "78.94.46.218", + "78.94.60.206", + "78.94.68.90", + "78.94.69.146", + "78.94.76.202", + "78.94.78.70", + "78.94.79.226", + "78.94.79.46", + "78.94.84.130", + "78.94.90.90", + "78.94.93.134", + "780", + "781", + "782", + "78352", + "784", + "784666005888696380", + "786", + "78669878917959", + "786c5b9a4402bc1c718c29799234d70a9af689a8ba2fe4047431666c2c30fe05", + "787", + "788", + "789", + "78k", + "79", + "79.136.64.183", + "79.136.76.146", + "79.136.76.196", + "79.136.76.200", + "79.136.76.42", + "79.140.179.210", + "79.140.185.65", + "79.140.187.37", + "79.140.189.214", + "79.171.179.194", + "79.171.179.219", + "79.171.182.6", + "79.171.90.170", + "79.192.204.158", + "79.194.67.12", + "79.195.202.136", + "79.195.211.251", + "79.196.182.67", + "79.198.225.34", + "79.199.120.89", + "79.199.204.214", + "79.199.69.165", + "79.201.197.7", + "79.204.173.79", + "79.205.162.86", + "79.205.210.1", + "79.205.224.7", + "79.205.95.143", + "79.207.181.44", + "79.207.95.212", + "79.208.58.235", + "79.211.71.223", + "79.211.74.148", + "79.213.15.197", + "79.213.48.126", + "79.214.34.46", + "79.215.118.162", + "79.217.188.248", + "79.217.45.144", + "79.219.208.197", + "79.220.54.111", + "79.221.123.251", + "79.222.238.138", + "79.223.47.243", + "79.223.80.66", + "79.225.68.251", + "79.226.0.236", + "79.226.210.38", + "79.226.220.24", + "79.228.117.138", + "79.230.117.169", + "79.230.31.189", + "79.230.82.210", + "79.231.153.176", + "79.232.212.147", + "79.233.125.251", + "79.233.179.104", + "79.235.155.122", + "79.236.134.133", + "79.236.27.244", + "79.236.30.248", + "79.236.30.86", + "79.237.68.195", + "79.237.72.45", + "79.238.113.20", + "79.238.226.189", + "79.240.173.147", + "79.242.145.23", + "79.242.27.90", + "79.243.197.163", + "79.243.213.153", + "79.243.249.210", + "79.243.76.54", + "79.244.33.4", + "79.246.163.44", + "79.246.55.212", + "79.246.55.239", + "79.248.181.185", + "79.248.250.29", + "79.249.146.115", + "79.250.155.200", + "79.250.230.19", + "79.251.27.153", + "79.252.197.211", + "79.252.38.133", + "79.253.149.24", + "79.253.162.103", + "79.253.26.86", + "79.99.96.161", + "79/", + "790", + "791", + "793", + "794", + "795", + "797", + "798", + "799", + "79L", + "79k", + "79l", + "7:00", + "7:01", + "7:07", + "7:13", + "7:2", + "7:25", + "7:32", + "7:42", + "7:47", + "7:48", + "7:50", + "7:51", + "7:55", + "7AC", + "7DFFA421CF18F77F3BB974A27646DE9DD985C1943584B48433BEB4A96F118621DAD8BEF69561", + "7FC", + "7HN", + "7M$", + "7M-", + "7W0", + "7Z1", + "7Zip", + "7a.m", + "7a.m.", + "7a10306c5ab46781", + "7ac", + "7b043d29f54c9a4bcf911b3c80af98ba42c2f6d1", + "7bb", + "7bc8c87aa29715d9e9ead1dea727cf9e0213f4dbc9f46a3aa79217e090cc9c18", + "7d2", + "7d9", + "7dffa421cf18f77f3bb974a27646de9dd985c1943584b48433beb4a96f118621dad8bef69561", + "7fc", + "7hn", + "7k", + "7m$", + "7m-", + "7nv", + "7p.m", + "7p.m.", + "7usd", + "7w0", + "7z1", + "7zip", + "8", + "8)", + "8-", + "8-)", + "8-D", + "8-d", + "8.0", + "8.05k", + "8.1", + "8.17k", + "8.2", + "8.211.14.94", + "8.3", + "8.36k", + "8.4", + "8.41k", + "8.5", + "8.6", + "8.7", + "8.8", + "8.9", + "80", + "80.128.228.109", + "80.128.230.115", + "80.129.43.182", + "80.130.217.230", + "80.131.112.192", + "80.132.186.167", + "80.132.203.47", + "80.132.30.147", + "80.132.30.185", + "80.133.118.124", + "80.133.238.1", + "80.134.142.143", + "80.134.143.233", + "80.134.244.150", + "80.135.21.254", + "80.135.221.227", + "80.135.30.10", + "80.136.211.111", + "80.136.218.106", + "80.137.202.43", + "80.137.220.180", + "80.138.119.20", + "80.138.250.238", + "80.139.122.214", + "80.139.64.130", + "80.140.91.123", + "80.141.246.12", + "80.142.229.81", + "80.143.20.225", + "80.143.41.235", + "80.145.78.145", + "80.146.162.18", + "80.146.166.5", + "80.146.193.123", + "80.146.198.76", + "80.146.211.106", + "80.146.228.231", + "80.146.247.252", + "80.146.247.254", + "80.147.0.67", + "80.147.103.247", + "80.147.105.50", + "80.147.109.126", + "80.147.110.127", + "80.147.118.216", + "80.147.120.128", + "80.147.123.247", + "80.147.129.84", + "80.147.13.249", + "80.147.132.142", + "80.147.133.75", + "80.147.138.173", + "80.147.142.173", + "80.147.147.194", + "80.147.148.39", + "80.147.148.83", + "80.147.149.28", + "80.147.15.82", + "80.147.154.62", + "80.147.159.208", + "80.147.160.161", + "80.147.163.252", + "80.147.165.123", + "80.147.168.14", + "80.147.169.241", + "80.147.176.183", + "80.147.186.30", + "80.147.187.241", + "80.147.187.244", + "80.147.190.222", + "80.147.192.109", + "80.147.194.106", + "80.147.195.141", + "80.147.195.88", + "80.147.200.226", + "80.147.201.140", + "80.147.205.29", + "80.147.206.119", + "80.147.211.40", + "80.147.213.194", + "80.147.214.71", + "80.147.22.157", + "80.147.220.59", + "80.147.223.117", + "80.147.224.106", + "80.147.224.188", + "80.147.224.2", + "80.147.234.47", + "80.147.237.137", + "80.147.237.174", + "80.147.242.124", + "80.147.3.124", + "80.147.31.65", + "80.147.35.215", + "80.147.38.110", + "80.147.39.129", + "80.147.4.82", + "80.147.42.6", + "80.147.50.88", + "80.147.52.140", + "80.147.56.134", + "80.147.56.147", + "80.147.58.184", + "80.147.64.206", + "80.147.65.51", + "80.147.66.179", + "80.147.71.113", + "80.147.72.153", + "80.147.72.231", + "80.147.77.31", + "80.147.84.179", + "80.147.88.237", + "80.147.89.112", + "80.147.92.200", + "80.147.93.59", + "80.147.96.58", + "80.147.99.92", + "80.148.10.138", + "80.148.14.67", + "80.149.112.178", + "80.149.125.18", + "80.149.130.244", + "80.149.143.58", + "80.149.150.10", + "80.149.180.213", + "80.149.197.162", + "80.149.205.170", + "80.149.47.10", + "80.149.57.59", + "80.149.60.236", + "80.149.69.51", + "80.149.70.66", + "80.149.75.228", + "80.149.85.115", + "80.150.109.50", + "80.150.131.138", + "80.150.198.68", + "80.150.240.122", + "80.150.246.130", + "80.151.1.181", + "80.151.101.200", + "80.151.103.253", + "80.151.103.66", + "80.151.104.124", + "80.151.108.154", + "80.151.109.13", + "80.151.11.122", + "80.151.11.141", + "80.151.11.241", + "80.151.11.248", + "80.151.11.70", + "80.151.113.14", + "80.151.119.227", + "80.151.120.241", + "80.151.125.224", + "80.151.126.192", + "80.151.13.3", + "80.151.130.208", + "80.151.130.53", + "80.151.133.173", + "80.151.135.229", + "80.151.138.194", + "80.151.140.150", + "80.151.142.233", + "80.151.147.239", + "80.151.149.176", + "80.151.149.214", + "80.151.150.73", + "80.151.160.176", + "80.151.161.247", + "80.151.163.15", + "80.151.165.207", + "80.151.166.169", + "80.151.166.90", + "80.151.167.186", + "80.151.170.66", + "80.151.172.205", + "80.151.172.222", + "80.151.173.217", + "80.151.174.18", + "80.151.180.117", + "80.151.180.241", + "80.151.185.58", + "80.151.192.246", + "80.151.193.166", + "80.151.196.100", + "80.151.197.12", + "80.151.202.228", + "80.151.206.158", + "80.151.209.58", + "80.151.211.4", + "80.151.216.200", + "80.151.218.27", + "80.151.222.235", + "80.151.227.220", + "80.151.227.59", + "80.151.228.9", + "80.151.229.123", + "80.151.229.50", + "80.151.229.94", + "80.151.236.78", + "80.151.239.85", + "80.151.240.1", + "80.151.240.41", + "80.151.244.24", + "80.151.244.244", + "80.151.245.200", + "80.151.246.22", + "80.151.247.30", + "80.151.248.235", + "80.151.27.65", + "80.151.28.119", + "80.151.33.17", + "80.151.41.204", + "80.151.42.231", + "80.151.45.48", + "80.151.48.246", + "80.151.5.235", + "80.151.5.92", + "80.151.51.96", + "80.151.55.111", + "80.151.62.28", + "80.151.71.55", + "80.151.72.118", + "80.151.72.20", + "80.151.72.98", + "80.151.79.219", + "80.151.79.31", + "80.151.81.60", + "80.151.85.176", + "80.151.86.128", + "80.151.89.84", + "80.151.91.95", + "80.151.96.178", + "80.151.97.186", + "80.151.99.115", + "80.151.99.77", + "80.152.128.99", + "80.152.129.226", + "80.152.134.28", + "80.152.136.128", + "80.152.136.83", + "80.152.137.230", + "80.152.139.206", + "80.152.151.56", + "80.152.154.81", + "80.152.157.144", + "80.152.159.250", + "80.152.160.223", + "80.152.165.97", + "80.152.167.106", + "80.152.167.33", + "80.152.169.72", + "80.152.177.144", + "80.152.178.39", + "80.152.179.140", + "80.152.181.3", + "80.152.181.84", + "80.152.183.197", + "80.152.187.144", + "80.152.191.251", + "80.152.193.222", + "80.152.200.124", + "80.152.200.94", + "80.152.202.114", + "80.152.205.162", + "80.152.207.183", + "80.152.209.139", + "80.152.211.243", + "80.152.216.205", + "80.152.226.26", + "80.152.227.186", + "80.152.228.216", + "80.152.235.25", + "80.152.246.173", + "80.152.255.128", + "80.152.3.183", + "80.152.30.162", + "80.152.7.60", + "80.153.103.153", + "80.153.109.58", + "80.153.110.162", + "80.153.111.60", + "80.153.115.242", + "80.153.122.180", + "80.153.127.192", + "80.153.129.211", + "80.153.131.131", + "80.153.134.228", + "80.153.135.148", + "80.153.135.21", + "80.153.138.155", + "80.153.139.5", + "80.153.145.67", + "80.153.168.123", + "80.153.169.142", + "80.153.177.95", + "80.153.184.192", + "80.153.187.146", + "80.153.188.137", + "80.153.189.79", + "80.153.190.68", + "80.153.194.3", + "80.153.196.9", + "80.153.198.151", + "80.153.204.8", + "80.153.205.22", + "80.153.209.103", + "80.153.213.71", + "80.153.214.145", + "80.153.215.241", + "80.153.216.159", + "80.153.22.111", + "80.153.222.233", + "80.153.228.79", + "80.153.233.224", + "80.153.240.253", + "80.153.25.114", + "80.153.26.82", + "80.153.35.6", + "80.153.38.199", + "80.153.45.157", + "80.153.46.191", + "80.153.47.56", + "80.153.48.216", + "80.153.5.54", + "80.153.51.1", + "80.153.55.218", + "80.153.57.124", + "80.153.61.173", + "80.153.61.236", + "80.153.64.101", + "80.153.64.14", + "80.153.71.79", + "80.153.78.117", + "80.153.78.228", + "80.153.79.182", + "80.153.98.229", + "80.154.112.210", + "80.154.116.218", + "80.154.12.154", + "80.154.120.120", + "80.154.125.42", + "80.154.14.90", + "80.154.200.114", + "80.154.202.242", + "80.154.216.130", + "80.154.25.90", + "80.154.26.3", + "80.154.3.142", + "80.154.6.234", + "80.155.136.146", + "80.155.145.194", + "80.155.146.146", + "80.155.148.70", + "80.155.149.138", + "80.155.153.138", + "80.155.153.140", + "80.155.153.142", + "80.155.164.174", + "80.155.173.202", + "80.155.181.170", + "80.155.24.180", + "80.155.26.90", + "80.155.37.35", + "80.155.37.50", + "80.155.47.154", + "80.155.58.188", + "80.155.58.189", + "80.155.58.190", + "80.155.58.245", + "80.155.63.222", + "80.155.7.98", + "80.156.1.155", + "80.156.1.157", + "80.156.1.158", + "80.156.16.162", + "80.156.16.202", + "80.156.168.156", + "80.156.208.244", + "80.156.21.125", + "80.156.227.74", + "80.156.26.66", + "80.156.26.68", + "80.156.77.22", + "80.156.8.250", + "80.156.91.234", + "80.157.185.218", + "80.157.190.108", + "80.157.5.238", + "80.157.78.158", + "80.190.143.194", + "80.228.112.34", + "80.228.113.214", + "80.228.113.38", + "80.228.13.211", + "80.228.22.236", + "80.228.22.68", + "80.228.226.132", + "80.228.226.82", + "80.228.226.86", + "80.228.244.186", + "80.228.244.20", + "80.228.247.229", + "80.228.249.60", + "80.228.251.110", + "80.228.26.83", + "80.228.28.20", + "80.228.31.230", + "80.228.31.6", + "80.228.36.110", + "80.228.36.91", + "80.228.37.227", + "80.228.44.178", + "80.228.60.226", + "80.228.61.18", + "80.228.61.26", + "80.228.64.66", + "80.228.66.34", + "80.228.69.34", + "80.228.72.138", + "80.228.72.44", + "80.228.76.30", + "80.228.78.42", + "80.228.79.170", + "80.228.80.11", + "80.228.91.62", + "80.237.140.180", + "80.237.140.245", + "80.237.141.102", + "80.237.178.12", + "80.237.179.84", + "80.237.219.132", + "80.239.144.254", + "80.242.164.242", + "80.242.171.105", + "80.243.204.70", + "80.243.204.86", + "80.243.204.94", + "80.243.56.94", + "80.244.213.219", + "80.244.213.70", + "80.244.214.218", + "80.244.214.226", + "80.244.214.253", + "80.244.214.254", + "80.244.215.90", + "80.244.218.26", + "80.252.109.226", + "80.66.6.204", + "80.67.236.113", + "80.69.200.11", + "80.69.200.2", + "80.69.206.170", + "80.69.206.172", + "80.69.206.173", + "80.69.206.242", + "80.72.131.26", + "80.74.48.179", + "80.74.48.25", + "80.74.56.58", + "80.74.60.237", + "80.74.63.2", + "80.74.63.82", + "80.75.19.158", + "80.78.164.110", + "80.81.10.251", + "80.81.15.38", + "80.81.17.189", + "80.81.2.135", + "80.81.30.178", + "80.81.8.1", + "80.81.9.53", + "80.82.202.149", + "80.83.103.174", + "80.86.187.140", + "80.90.145.160", + "80.90.145.212", + "80.90.145.74", + "800", + "801", + "802", + "804", + "8040", + "8041", + "80460", + "806", + "808", + "80XSBn8a", + "80k", + "80xsbn8a", + "81.16.20.36", + "81.173.166.189", + "81.173.206.249", + "81.173.216.254", + "81.173.242.112", + "81.173.242.134", + "81.173.242.136", + "81.173.242.140", + "81.173.242.148", + "81.173.242.153", + "81.173.242.160", + "81.173.242.162", + "81.173.242.168", + "81.173.242.171", + "81.173.242.174", + "81.173.242.179", + "81.173.242.184", + "81.173.242.190", + "81.173.242.201", + "81.173.242.205", + "81.173.242.210", + "81.173.242.211", + "81.173.242.213", + "81.173.242.22", + "81.173.242.29", + "81.173.242.38", + "81.173.242.80", + "81.173.242.88", + "81.173.244.76", + "81.173.245.94", + "81.20.116.207", + "81.20.140.227", + "81.201.109.122", + "81.201.148.118", + "81.201.148.134", + "81.201.156.68", + "81.229.67.180", + "81.235.178.31", + "81.251.38.123", + "81.27.115.129", + "81.27.115.144", + "81.89.198.133", + "811", + "813", + "814", + "819", + "81k", + "82.100.204.51", + "82.100.212.172", + "82.100.219.250", + "82.100.224.2", + "82.100.224.91", + "82.100.229.249", + "82.100.241.155", + "82.100.250.42", + "82.100.252.210", + "82.115.102.178", + "82.115.103.199", + "82.119.164.200", + "82.119.170.54", + "82.119.176.107", + "82.119.179.134", + "82.135.108.11", + "82.135.11.114", + "82.135.11.162", + "82.135.20.206", + "82.135.22.20", + "82.135.22.21", + "82.135.22.28", + "82.135.22.29", + "82.135.22.30", + "82.135.28.66", + "82.135.35.114", + "82.135.37.206", + "82.135.62.79", + "82.135.63.246", + "82.135.65.22", + "82.139.198.1", + "82.144.33.38", + "82.144.55.34", + "82.149.171.83", + "82.193.226.52", + "82.193.227.70", + "82.193.237.18", + "82.193.240.38", + "82.194.104.219", + "82.194.104.80", + "82.194.104.93", + "82.194.112.212", + "82.195.75.17", + "82.198.209.109", + "82.198.218.133", + "82.212.32.100", + "82.214.223.164", + "82.214.223.84", + "82.96.89.150", + "82.96.96.100", + "82/", + "820", + "822", + "823", + "824", + "826", + "8266", + "828", + "829", + "82k", + "83.135.18.10", + "83.135.18.11", + "83.135.18.13", + "83.135.18.162", + "83.135.25.24", + "83.135.34.36", + "83.135.36.130", + "83.135.56.132", + "83.135.58.4", + "83.135.63.170", + "83.135.63.172", + "83.135.70.85", + "83.136.73.3", + "83.136.83.178", + "83.137.65.72", + "83.137.68.30", + "83.221.247.27", + "83.226.40.178", + "83.236.131.194", + "83.236.141.110", + "83.236.142.90", + "83.236.165.221", + "83.236.169.155", + "83.236.176.186", + "83.236.189.198", + "83.236.189.26", + "83.236.193.248", + "83.236.196.202", + "83.236.217.135", + "83.236.221.130", + "83.236.225.222", + "83.236.242.90", + "83.242.62.227", + "83.242.63.103", + "83.250.92.33", + "83.251.146.162", + "83.251.152.103", + "83.251.194.167", + "83.251.194.203", + "83.251.201.197", + "83.251.74.177", + "830", + "831A6AFA29CBC70211151A1FAC3A5FE8FB28479E8B1A1928AC6F0360F7FDCC20590A0C9B1036", + "831a6afa29cbc70211151a1fac3a5fe8fb28479e8b1a1928ac6f0360f7fdcc20590a0c9b1036", + "834", + "836", + "837", + "839", + "83b", + "84.11.49.150", + "84.11.99.66", + "84.128.209.22", + "84.128.209.99", + "84.131.122.246", + "84.133.153.51", + "84.133.170.18", + "84.135.137.141", + "84.135.228.17", + "84.136.143.23", + "84.136.60.105", + "84.137.166.114", + "84.139.90.217", + "84.141.66.14", + "84.142.114.144", + "84.143.118.139", + "84.143.125.200", + "84.143.160.248", + "84.143.161.56", + "84.143.165.85", + "84.143.191.210", + "84.143.241.165", + "84.143.61.117", + "84.143.84.36", + "84.144.59.131", + "84.145.139.148", + "84.145.252.87", + "84.146.129.86", + "84.146.161.2", + "84.146.162.95", + "84.146.166.206", + "84.148.239.45", + "84.149.107.41", + "84.151.81.230", + "84.153.178.118", + "84.153.214.67", + "84.153.97.90", + "84.154.4.3", + "84.155.147.6", + "84.155.150.5", + "84.155.169.65", + "84.155.23.164", + "84.155.27.135", + "84.156.206.183", + "84.156.233.251", + "84.157.106.237", + "84.158.237.100", + "84.158.239.48", + "84.16.236.156", + "84.160.106.118", + "84.160.248.77", + "84.161.216.122", + "84.162.169.136", + "84.163.20.146", + "84.164.117.215", + "84.164.195.147", + "84.164.211.156", + "84.164.73.39", + "84.166.145.53", + "84.166.38.12", + "84.167.207.243", + "84.168.158.244", + "84.168.31.64", + "84.169.79.117", + "84.170.176.156", + "84.171.217.42", + "84.173.207.22", + "84.173.250.71", + "84.175.236.210", + "84.175.53.47", + "84.176.184.132", + "84.176.184.196", + "84.176.255.97", + "84.177.12.99", + "84.177.215.1", + "84.178.175.7", + "84.179.199.94", + "84.180.113.73", + "84.180.210.179", + "84.180.237.96", + "84.181.112.130", + "84.181.118.184", + "84.181.126.132", + "84.181.138.128", + "84.181.140.97", + "84.181.201.192", + "84.181.60.167", + "84.181.89.122", + "84.181.95.68", + "84.182.188.153", + "84.183.131.170", + "84.183.77.16", + "84.184.107.119", + "84.185.127.15", + "84.185.185.153", + "84.185.186.234", + "84.185.73.243", + "84.186.125.23", + "84.186.157.105", + "84.186.56.185", + "84.187.155.41", + "84.187.206.77", + "84.187.94.113", + "84.188.94.131", + "84.190.10.165", + "84.190.134.230", + "84.191.30.207", + "84.242.21.172", + "84.242.23.12", + "84.245.130.228", + "84.245.131.106", + "84.245.137.66", + "84.245.141.17", + "84.246.254.76", + "84.38.192.13", + "84.38.192.6", + "84.39.152.245", + "84.39.66.188", + "84.39.67.242", + "84.44.172.244", + "84.44.174.150", + "84.46.102.73", + "84.46.65.110", + "84.46.88.218", + "84.46.89.192", + "84.46.92.218", + "84.46.92.237", + "84.46.96.158", + "84.58.115.67", + "84.60.210.10", + "84.61.173.221", + "84.61.65.244", + "84.63.48.176", + "840", + "843", + "844", + "845", + "848", + "849", + "85", + "85-", + "85.115.14.229", + "85.115.15.35", + "85.115.16.196", + "85.115.6.130", + "85.118.248.10", + "85.132.221.114", + "85.14.247.50", + "85.14.251.243", + "85.14.254.45", + "85.158.1.178", + "85.158.5.163", + "85.16.113.110", + "85.16.113.198", + "85.16.133.106", + "85.16.67.75", + "85.16.70.170", + "85.16.71.53", + "85.16.71.6", + "85.16.73.17", + "85.16.75.191", + "85.16.76.12", + "85.16.76.209", + "85.183.126.28", + "85.183.14.87", + "85.183.148.135", + "85.183.152.119", + "85.183.154.21", + "85.183.16.80", + "85.183.17.131", + "85.190.177.194", + "85.190.178.238", + "85.190.198.66", + "85.195.97.122", + "85.197.41.200", + "85.199.125.186", + "85.199.73.14", + "85.199.88.8", + "85.22.136.127", + "85.22.137.5", + "85.22.138.130", + "85.22.138.233", + "85.22.143.98", + "85.22.151.57", + "85.22.153.109", + "85.22.153.248", + "85.22.153.7", + "85.22.153.71", + "85.22.153.9", + "85.22.156.107", + "85.22.172.11", + "85.22.172.41", + "85.220.135.170", + "85.220.141.98", + "85.220.161.74", + "85.220.175.36", + "85.220.196.203", + "85.220.196.204", + "85.220.197.90", + "85.230.76.24", + "85.232.30.177", + "85.236.193.45", + "85.236.45.164", + "85.236.49.244", + "85.25.23.182", + "85.8.113.203", + "85.8.117.126", + "85.8.67.214", + "85.8.70.252", + "85.8.93.108", + "85.8.93.98", + "85/", + "851", + "852", + "853", + "854", + "856", + "859", + "85bf29702d6adf5218f46e3da0f70b9b98a08e5c", + "86", + "86.103.254.148", + "86.111.159.180", + "861", + "863", + "864", + "865", + "869", + "86k", + "86p", + "87.118.74.29", + "87.122.185.122", + "87.122.245.74", + "87.123.120.41", + "87.128.0.70", + "87.128.1.97", + "87.128.10.125", + "87.128.106.107", + "87.128.11.213", + "87.128.160.164", + "87.128.160.166", + "87.128.17.148", + "87.128.202.125", + "87.128.202.222", + "87.128.21.2", + "87.128.22.38", + "87.128.22.64", + "87.128.26.229", + "87.128.29.51", + "87.128.29.75", + "87.128.29.8", + "87.128.32.143", + "87.128.32.146", + "87.128.32.147", + "87.128.32.161", + "87.128.32.164", + "87.128.37.76", + "87.128.39.153", + "87.128.39.210", + "87.128.48.126", + "87.128.48.91", + "87.128.50.160", + "87.128.56.99", + "87.128.59.177", + "87.128.59.47", + "87.128.59.7", + "87.128.62.29", + "87.128.69.228", + "87.128.8.53", + "87.128.9.166", + "87.129.13.154", + "87.129.131.164", + "87.129.132.117", + "87.129.132.121", + "87.129.132.95", + "87.129.183.162", + "87.129.194.242", + "87.129.197.123", + "87.129.197.124", + "87.129.20.242", + "87.129.20.243", + "87.129.202.34", + "87.129.206.228", + "87.129.210.34", + "87.129.210.82", + "87.129.240.67", + "87.129.245.70", + "87.129.35.10", + "87.129.40.116", + "87.130.10.59", + "87.130.100.58", + "87.130.117.164", + "87.130.12.106", + "87.130.12.171", + "87.130.13.132", + "87.130.17.77", + "87.130.18.98", + "87.130.2.130", + "87.130.2.18", + "87.130.22.74", + "87.130.25.18", + "87.130.29.154", + "87.130.33.29", + "87.130.44.234", + "87.130.45.98", + "87.130.71.234", + "87.130.76.110", + "87.132.115.146", + "87.133.144.50", + "87.133.69.52", + "87.137.71.74", + "87.137.75.156", + "87.138.126.47", + "87.138.126.74", + "87.138.132.8", + "87.138.138.135", + "87.138.138.142", + "87.138.139.109", + "87.138.139.241", + "87.138.142.21", + "87.138.143.119", + "87.138.144.2", + "87.138.151.229", + "87.138.168.247", + "87.138.174.234", + "87.138.174.82", + "87.138.185.249", + "87.138.188.190", + "87.138.190.217", + "87.138.191.98", + "87.138.199.122", + "87.138.209.77", + "87.138.210.230", + "87.138.215.123", + "87.138.220.34", + "87.138.222.225", + "87.138.223.87", + "87.138.224.138", + "87.138.226.199", + "87.138.234.191", + "87.138.234.6", + "87.138.239.93", + "87.138.240.1", + "87.138.247.102", + "87.138.70.61", + "87.138.75.183", + "87.138.76.197", + "87.138.83.134", + "87.138.86.167", + "87.138.89.58", + "87.138.97.46", + "87.138.99.204", + "87.138.99.56", + "87.139.101.159", + "87.139.107.250", + "87.139.112.79", + "87.139.115.125", + "87.139.124.173", + "87.139.125.228", + "87.139.126.89", + "87.139.134.165", + "87.139.136.153", + "87.139.144.235", + "87.139.148.203", + "87.139.15.216", + "87.139.150.170", + "87.139.181.29", + "87.139.181.30", + "87.139.182.124", + "87.139.185.72", + "87.139.186.94", + "87.139.187.88", + "87.139.193.37", + "87.139.197.125", + "87.139.2.104", + "87.139.200.36", + "87.139.208.89", + "87.139.217.226", + "87.139.217.50", + "87.139.217.52", + "87.139.217.61", + "87.139.217.62", + "87.139.217.86", + "87.139.221.195", + "87.139.227.8", + "87.139.229.179", + "87.139.229.193", + "87.139.235.193", + "87.139.236.91", + "87.139.239.245", + "87.139.244.60", + "87.139.246.219", + "87.139.246.49", + "87.139.250.228", + "87.139.254.15", + "87.139.29.156", + "87.139.31.175", + "87.139.32.173", + "87.139.33.30", + "87.139.36.90", + "87.139.38.76", + "87.139.5.16", + "87.139.55.164", + "87.139.55.208", + "87.139.58.102", + "87.139.60.224", + "87.139.61.230", + "87.139.62.239", + "87.139.64.136", + "87.139.68.122", + "87.139.68.27", + "87.139.7.136", + "87.139.71.169", + "87.139.71.238", + "87.139.74.192", + "87.139.76.18", + "87.139.81.33", + "87.139.83.199", + "87.139.90.100", + "87.139.94.252", + "87.140.10.218", + "87.140.106.213", + "87.140.110.100", + "87.140.113.1", + "87.140.113.32", + "87.140.114.155", + "87.140.117.214", + "87.140.120.113", + "87.140.125.198", + "87.140.125.63", + "87.140.17.142", + "87.140.28.230", + "87.140.29.240", + "87.140.3.183", + "87.140.37.223", + "87.140.37.87", + "87.140.41.122", + "87.140.41.185", + "87.140.49.10", + "87.140.49.22", + "87.140.50.228", + "87.140.52.228", + "87.140.53.174", + "87.140.54.99", + "87.140.57.152", + "87.140.61.101", + "87.140.61.55", + "87.140.63.14", + "87.140.7.75", + "87.140.72.235", + "87.140.72.80", + "87.140.76.108", + "87.140.76.127", + "87.140.78.132", + "87.140.79.35", + "87.140.81.105", + "87.140.81.106", + "87.140.82.169", + "87.140.82.170", + "87.140.83.76", + "87.140.85.51", + "87.140.86.48", + "87.140.9.13", + "87.140.90.4", + "87.140.97.11", + "87.140.99.227", + "87.142.142.250", + "87.143.145.174", + "87.143.34.97", + "87.144.26.54", + "87.144.55.129", + "87.144.94.79", + "87.145.174.127", + "87.145.227.73", + "87.145.51.48", + "87.146.247.33", + "87.147.100.107", + "87.147.125.86", + "87.148.224.91", + "87.150.244.183", + "87.150.246.181", + "87.150.247.186", + "87.150.248.92", + "87.151.163.147", + "87.153.106.145", + "87.154.217.207", + "87.154.63.224", + "87.155.106.57", + "87.155.206.217", + "87.155.58.134", + "87.157.152.50", + "87.158.224.40", + "87.160.13.179", + "87.161.124.84", + "87.163.77.81", + "87.165.130.238", + "87.166.200.187", + "87.166.76.224", + "87.172.49.48", + "87.172.55.19", + "87.172.57.242", + "87.172.60.50", + "87.173.186.50", + "87.173.26.150", + "87.174.170.15", + "87.174.47.131", + "87.176.144.197", + "87.176.203.37", + "87.176.65.160", + "87.178.186.134", + "87.178.39.201", + "87.178.84.113", + "87.179.217.201", + "87.179.220.43", + "87.180.107.195", + "87.180.157.59", + "87.180.231.46", + "87.181.170.44", + "87.181.37.202", + "87.181.39.199", + "87.182.16.86", + "87.182.16.87", + "87.182.17.103", + "87.182.21.188", + "87.182.218.108", + "87.182.23.42", + "87.182.94.36", + "87.184.116.220", + "87.184.175.244", + "87.184.221.167", + "87.184.241.165", + "87.187.143.169", + "87.187.47.19", + "87.188.181.32", + "87.188.215.134", + "87.188.71.159", + "87.188.75.228", + "87.189.35.155", + "87.190.0.2", + "87.190.17.210", + "87.190.249.10", + "87.190.251.188", + "87.190.252.234", + "87.190.252.237", + "87.190.26.170", + "87.190.3.74", + "87.190.3.76", + "87.190.33.245", + "87.190.35.38", + "87.190.35.45", + "87.190.43.82", + "87.190.45.186", + "87.190.7.91", + "87.191.134.61", + "87.191.141.116", + "87.191.141.61", + "87.191.142.221", + "87.191.143.254", + "87.191.145.25", + "87.191.146.105", + "87.191.147.219", + "87.191.153.115", + "87.191.155.250", + "87.191.156.114", + "87.191.159.211", + "87.191.163.55", + "87.191.167.178", + "87.191.170.63", + "87.191.171.76", + "87.191.18.54", + "87.191.180.196", + "87.191.182.46", + "87.191.183.235", + "87.191.19.250", + "87.191.190.87", + "87.191.191.92", + "87.191.196.166", + "87.191.198.121", + "87.191.207.176", + "87.191.21.170", + "87.191.231.216", + "87.191.236.205", + "87.191.34.18", + "87.191.37.154", + "87.191.37.181", + "87.191.37.66", + "87.191.38.3", + "87.191.41.226", + "87.191.46.26", + "87.191.51.18", + "87.193.1.98", + "87.193.138.46", + "87.193.183.35", + "87.193.193.74", + "87.193.196.246", + "87.193.227.210", + "87.193.240.242", + "87.193.247.127", + "87.193.61.222", + "87.230.121.132", + "87.230.122.196", + "87.230.123.156", + "87.230.123.172", + "87.230.123.52", + "87.230.127.228", + "87.230.39.184", + "87.230.50.232", + "87.234.243.146", + "87.234.248.50", + "87.234.250.13", + "87.234.41.130", + "87.234.43.58", + "87.234.44.206", + "87.234.60.133", + "87.234.61.92", + "87.234.62.60", + "87.245.18.250", + "87.245.21.195", + "87.245.23.88", + "87.253.171.98", + "87.60k", + "87.78.129.215", + "87.78.179.226", + "87.78.56.142", + "87.78.96.235", + "87.79.0.194", + "87.79.0.226", + "87.79.108.150", + "87.79.12.94", + "87.79.200.136", + "87.79.200.189", + "87.79.237.47", + "87.79.29.138", + "87.79.29.182", + "87.79.34.50", + "87.79.36.237", + "87.79.39.36", + "87.79.5.203", + "87.79.65.44", + "87.79.67.48", + "87.79.70.34", + "87.79.71.201", + "87.79.74.4", + "87.79.76.7", + "87.79.78.77", + "87.79.79.143", + "87.79.79.156", + "87.79.89.189", + "87.79.91.149", + "87.79.92.231", + "87.79.94.169", + "87.79.95.114", + "87/", + "871", + "873", + "87488", + "875", + "876", + "879", + "87c391aad60a0fc1fc2e469e97f97d37", + "87k", + "88.130.18.103", + "88.130.209.90", + "88.133.180.213", + "88.134.208.54", + "88.134.86.151", + "88.134.87.36", + "88.134.91.226", + "88.150.15.47", + "88.198.217.182", + "88.198.226.244", + "88.198.228.202", + "88.205.125.32", + "88.208.191.154", + "88.217.136.219", + "88.217.137.34", + "88.217.140.144", + "88.217.140.43", + "88.217.142.68", + "88.217.145.230", + "88.217.152.106", + "88.217.163.210", + "88.217.174.250", + "88.217.175.67", + "88.217.185.8", + "88.217.198.50", + "88.217.224.12", + "88.217.225.80", + "88.217.236.123", + "88.217.248.126", + "88.217.250.139", + "88.217.250.143", + "88.217.26.207", + "88.217.67.29", + "88.217.75.184", + "88.217.75.224", + "88.64.151.95", + "88.65.210.66", + "88.65.29.198", + "88.68.134.130", + "88.70.36.4", + "88.73.118.171", + "88.79.104.117", + "88.79.114.250", + "88.79.220.90", + "88.79.243.108", + "88.79.245.180", + "88.79.251.90", + "88.79.253.237", + "88.99.91.197", + "880", + "881", + "882", + "883", + "884", + "885", + "886p", + "887", + "888", + "889", + "88f", + "88k", + "89", + "89-", + "89.0.28.10", + "89.1.135.4", + "89.1.21.234", + "89.1.236.18", + "89.1.33.42", + "89.1.36.4", + "89.1.77.249", + "89.1.82.218", + "89.1.82.244", + "89.1.82.6", + "89.1.83.194", + "89.1.94.90", + "89.106.219.218", + "89.107.164.63", + "89.15.248.138", + "89.163.159.19", + "89.163.159.22", + "89.163.229.134", + "89.163.229.26", + "89.163.234.199", + "89.166.131.192", + "89.191.91.51", + "89.202.113.164", + "89.202.21.131", + "89.202.21.174", + "89.202.38.146", + "89.202.39.177", + "89.202.43.56", + "89.233.209.183", + "89.233.213.16", + "89.233.215.53", + "89.233.220.61", + "89.233.221.163", + "89.233.221.184", + "89.233.221.91", + "89.233.225.132", + "89.233.88.247", + "89.244.119.78", + "89.244.150.234", + "89.244.169.6", + "89.245.149.220", + "89.245.153.20", + "89.245.186.34", + "89.246.111.121", + "89.246.112.23", + "89.246.114.108", + "89.246.151.18", + "89.246.71.147", + "89.246.80.210", + "89.247.128.205", + "89.247.176.57", + "89.247.194.14", + "89.247.196.4", + "89.247.41.84", + "89.27.157.228", + "89.27.158.167", + "89.28.143.112", + "89.28.143.122", + "89.28.143.205", + "89.43.121.79", + "89.57.48.18", + "890", + "894", + "896", + "899", + "89k", + "89kJAN", + "89kjan", + "8:02", + "8:09", + "8:11", + "8:13", + "8:2", + "8:29", + "8:37", + "8:42", + "8D", + "8Dd", + "8F/", + "8Hf", + "8KK", + "8VK", + "8a.m", + "8a.m.", + "8a1efb8cd913e5a4526c1254bb132a8b2fa7c089:566277477", + "8b4237659faddb46b932ebfe1e67f28962f862615c6a060241a428d6a2302f47", + "8d", + "8db", + "8dd", + "8efb664a08427b4ce4996457703b553656d8d6b32bd99649cc91d9b35c66711a", + "8f/", + "8f6", + "8hf", + "8k", + "8kk", + "8lbrv5T2", + "8lbrv5t2", + "8lk", + "8minecraft.ru_54.5k.sql", + "8p.m", + "8p.m.", + "8pl", + "8uu", + "8vk", + "8vr", + "9", + "9.1", + "9.2", + "9.3", + "9.37k", + "9.5", + "9.6", + "9.60k", + "9.7", + "9.8", + "9.87k", + "9/10", + "9/22/2022", + "90", + "90.187.110.173", + "90.187.114.225", + "90.187.118.209", + "90.187.125.245", + "90.187.161.21", + "90.187.187.193", + "90.187.218.221", + "90.187.65.45", + "90.187.84.133", + "90.187.86.145", + "90/", + "900", + "901", + "903", + "906", + "907", + "908", + "909", + "90A0", + "90a0", + "90aaa5f8f5f772badab308dd34d1eeff2545df67e99c9eb730bf51bf6e2c376a", + "90k", + "91.103.115.170", + "91.103.115.171", + "91.103.240.121", + "91.103.8.129", + "91.106.122.162", + "91.106.122.50", + "91.106.126.35", + "91.106.135.252", + "91.106.138.153", + "91.106.176.124", + "91.106.179.94", + "91.11.160.20", + "91.11.160.29", + "91.11.160.99", + "91.11.180.28", + "91.132.76.233", + "91.132.76.234", + "91.132.76.236", + "91.137.102.144", + "91.137.117.106", + "91.137.122.181", + "91.137.57.251", + "91.14.10.179", + "91.14.137.176", + "91.15.20.87", + "91.15.6.112", + "91.15.95.155", + "91.16.73.244", + "91.16.79.221", + "91.16.98.23", + "91.18.35.58", + "91.19.161.183", + "91.198.238.246", + "91.2.31.180", + "91.20.40.123", + "91.209.159.30", + "91.21.215.149", + "91.21.230.44", + "91.211.10.210", + "91.212.221.59", + "91.212.221.62", + "91.220.56.36", + "91.224.226.57", + "91.23.161.34", + "91.23.170.184", + "91.23.171.224", + "91.23.171.234", + "91.23.171.254", + "91.231.204.3", + "91.248.101.104", + "91.248.161.192", + "91.248.161.42", + "91.249.133.162", + "91.249.134.82", + "91.249.135.72", + "91.249.137.210", + "91.249.142.82", + "91.249.155.130", + "91.249.155.82", + "91.249.163.207", + "91.249.172.154", + "91.249.173.2", + "91.249.186.219", + "91.249.187.18", + "91.249.199.90", + "91.249.202.209", + "91.249.205.154", + "91.249.220.138", + "91.249.230.190", + "91.249.234.18", + "91.249.242.210", + "91.25.112.146", + "91.25.135.162", + "91.25.136.194", + "91.25.136.210", + "91.25.140.218", + "91.25.144.226", + "91.25.153.138", + "91.25.164.163", + "91.25.168.107", + "91.25.174.20", + "91.25.182.7", + "91.25.193.147", + "91.25.196.122", + "91.25.200.123", + "91.25.206.76", + "91.25.207.242", + "91.25.216.75", + "91.25.230.85", + "91.25.252.250", + "91.25.81.226", + "91.25.83.139", + "91.25.94.2", + "91.26.0.162", + "91.26.114.211", + "91.26.16.251", + "91.26.26.58", + "91.26.3.250", + "91.26.30.34", + "91.26.32.162", + "91.26.40.67", + "91.26.50.162", + "91.26.55.42", + "91.26.6.114", + "91.26.72.20", + "91.26.73.211", + "91.26.76.226", + "91.26.86.178", + "91.26.86.194", + "91.26.90.153", + "91.3.240.105", + "91.32.24.113", + "91.32.86.128", + "91.33.18.72", + "91.33.210.19", + "91.34.251.71", + "91.35.12.84", + "91.35.8.199", + "91.36.192.84", + "91.36.202.220", + "91.37.220.186", + "91.37.253.168", + "91.37.255.34", + "91.37.34.234", + "91.37.47.50", + "91.38.147.39", + "91.39.45.37", + "91.39.70.156", + "91.39.74.121", + "91.39.75.226", + "91.39.76.20", + "91.39.85.189", + "91.4.117.31", + "91.4.214.13", + "91.4.214.187", + "91.4.216.135", + "91.4.217.178", + "91.4.235.133", + "91.4.49.22", + "91.4.63.178", + "91.41.210.41", + "91.42.155.236", + "91.42.158.148", + "91.42.196.166", + "91.42.207.56", + "91.43.144.198", + "91.43.251.39", + "91.43.252.132", + "91.43.252.162", + "91.44.17.34", + "91.44.232.54", + "91.44.64.160", + "91.45.167.162", + "91.45.209.55", + "91.45.33.137", + "91.45.57.156", + "91.46.42.4", + "91.46.80.2", + "91.46.85.249", + "91.47.241.216", + "91.47.99.162", + "91.48.157.7", + "91.48.221.2", + "91.48.240.59", + "91.5.124.191", + "91.5.14.231", + "91.5.174.45", + "91.5.21.124", + "91.50.229.49", + "91.51.194.235", + "91.51.59.36", + "91.51.83.214", + "91.51.94.59", + "91.52.0.7", + "91.52.139.87", + "91.54.34.235", + "91.54.37.68", + "91.55.28.90", + "91.58.116.18", + "91.59.242.173", + "91.59.248.250", + "91.59.49.253", + "91.60.103.232", + "91.61.134.11", + "91.61.134.98", + "91.61.168.30", + "91.61.172.245", + "91.62.12.147", + "91.63.19.161", + "91.63.248.16", + "91.64.70.194", + "91.65.173.49", + "91.66.218.83", + "91.66.237.140", + "91.7.249.247", + "91.9.122.164", + "91.9.215.217", + "91.96.28.148", + "91.97.175.64", + "914", + "915", + "917", + "919", + "91k", + "92.117.21.133", + "92.117.78.7", + "92.119.209.253", + "92.122.177.73", + "92.194.117.205", + "92.194.215.20", + "92.194.64.29", + "92.195.152.117", + "92.195.201.190", + "92.198.10.164", + "92.198.25.93", + "92.198.33.250", + "92.198.33.252", + "92.198.33.82", + "92.198.34.130", + "92.198.38.250", + "92.198.4.204", + "92.198.45.98", + "92.198.46.218", + "92.198.47.138", + "92.198.49.253", + "92.198.56.137", + "92.200.186.23", + "92.200.254.142", + "92.211.134.27", + "92.217.246.197", + "92.39.119.245", + "92.39.25.205", + "92.39.25.250", + "92.50.101.242", + "92.50.109.115", + "92.50.109.70", + "92.50.110.106", + "92.50.110.242", + "92.50.113.34", + "92.50.120.170", + "92.50.124.54", + "92.50.64.66", + "92.50.67.138", + "92.50.68.69", + "92.50.68.70", + "92.50.69.186", + "92.50.69.242", + "92.50.78.210", + "92.50.93.190", + "92.50.96.156", + "92.51.178.196", + "92.52", + "92.60.212.67", + "92.60.213.64", + "92.73.158.95", + "92.77.205.245", + "92.77.63.170", + "92.79.107.194", + "92.79.113.147", + "92.79.114.146", + "92.79.116.114", + "92.79.116.98", + "92.79.119.50", + "92.79.124.106", + "92.79.128.236", + "92.79.134.224", + "92.79.135.121", + "92.79.31.2", + "92.79.62.66", + "92.79.72.109", + "92.79.74.210", + "92.79.74.212", + "92.79.77.211", + "92.79.86.132", + "92.79.90.60", + "92/", + "920", + "921", + "922", + "928", + "929", + "92k", + "93.104.122.48", + "93.104.192.82", + "93.104.200.98", + "93.104.205.10", + "93.104.218.82", + "93.104.237.4", + "93.104.243.45", + "93.104.243.59", + "93.104.245.122", + "93.104.38.178", + "93.104.42.33", + "93.104.75.122", + "93.104.78.238", + "93.104.84.32", + "93.104.96.232", + "93.122.68.197", + "93.122.69.198", + "93.122.69.216", + "93.122.80.171", + "93.122.92.108", + "93.122.92.172", + "93.122.92.73", + "93.122.92.94", + "93.127.227.40", + "93.127.241.163", + "93.127.241.193", + "93.159.100.4", + "93.159.117.23", + "93.159.249.66", + "93.159.249.78", + "93.159.249.79", + "93.180.77.18", + "93.180.77.210", + "93.180.77.50", + "93.180.77.82", + "93.184.178.6", + "93.184.178.8", + "93.184.179.147", + "93.184.188.162", + "93.186.11.109", + "93.186.12.233", + "93.186.9.90", + "93.188.25.41", + "93.192.199.12", + "93.192.34.165", + "93.193.118.101", + "93.193.123.215", + "93.193.174.152", + "93.193.24.183", + "93.194.16.73", + "93.195.77.65", + "93.196.114.160", + "93.198.114.160", + "93.198.38.59", + "93.198.40.136", + "93.198.60.218", + "93.199.199.104", + "93.199.91.249", + "93.200.241.162", + "93.200.249.153", + "93.200.250.142", + "93.200.254.21", + "93.201.147.57", + "93.201.159.137", + "93.201.247.96", + "93.202.177.117", + "93.202.56.38", + "93.205.104.212", + "93.205.164.181", + "93.205.171.195", + "93.205.175.5", + "93.205.215.185", + "93.206.170.173", + "93.207.126.14", + "93.209.81.230", + "93.210.214.14", + "93.211.142.126", + "93.211.158.242", + "93.211.22.29", + "93.213.62.73", + "93.215.163.202", + "93.215.185.34", + "93.215.223.23", + "93.216.48.5", + "93.216.53.125", + "93.217.233.251", + "93.218.135.143", + "93.219.146.17", + "93.219.255.56", + "93.220.177.171", + "93.220.31.240", + "93.221.140.217", + "93.222.205.75", + "93.223.178.119", + "93.223.179.82", + "93.224.101.98", + "93.224.102.25", + "93.224.105.186", + "93.225.101.190", + "93.225.236.27", + "93.225.74.4", + "93.225.99.19", + "93.226.175.187", + "93.226.177.228", + "93.227.209.88", + "93.227.34.192", + "93.229.92.54", + "93.230.147.114", + "93.230.162.52", + "93.231.12.10", + "93.231.143.97", + "93.231.186.136", + "93.232.11.230", + "93.232.113.181", + "93.232.18.188", + "93.232.254.235", + "93.232.29.74", + "93.232.31.143", + "93.233.230.72", + "93.233.43.212", + "93.234.171.178", + "93.234.177.144", + "93.234.83.69", + "93.236.133.28", + "93.236.187.12", + "93.237.106.73", + "93.237.149.78", + "93.237.219.193", + "93.238.167.88", + "93.238.174.10", + "93.239.152.126", + "93.239.200.207", + "93.239.6.45", + "93.239.8.254", + "93.240.100.188", + "93.240.100.60", + "93.240.101.234", + "93.240.106.67", + "93.240.110.229", + "93.240.119.230", + "93.240.120.125", + "93.240.121.4", + "93.240.123.9", + "93.240.125.133", + "93.240.125.95", + "93.240.126.126", + "93.240.127.172", + "93.240.127.84", + "93.240.129.123", + "93.240.137.251", + "93.240.138.162", + "93.240.138.166", + "93.240.143.107", + "93.240.143.108", + "93.240.162.194", + "93.240.164.18", + "93.240.165.106", + "93.240.167.146", + "93.240.172.98", + "93.240.176.146", + "93.240.180.138", + "93.240.181.178", + "93.240.185.245", + "93.240.199.178", + "93.240.201.250", + "93.240.202.42", + "93.240.208.51", + "93.240.219.162", + "93.240.22.100", + "93.240.220.226", + "93.240.224.210", + "93.240.225.42", + "93.240.230.107", + "93.240.232.187", + "93.240.247.90", + "93.240.248.250", + "93.240.25.208", + "93.240.250.58", + "93.240.253.58", + "93.240.27.186", + "93.240.27.79", + "93.240.3.107", + "93.240.32.23", + "93.240.33.195", + "93.240.37.220", + "93.240.37.223", + "93.240.37.29", + "93.240.4.43", + "93.240.42.115", + "93.240.42.179", + "93.240.44.221", + "93.240.46.60", + "93.240.52.37", + "93.240.53.54", + "93.240.58.172", + "93.240.80.112", + "93.240.82.44", + "93.240.85.219", + "93.240.86.237", + "93.240.90.164", + "93.240.95.107", + "93.240.95.202", + "93.240.95.32", + "93.240.97.99", + "93.240.98.214", + "93.241.193.188", + "93.241.199.42", + "93.241.201.250", + "93.241.207.89", + "93.241.210.179", + "93.241.211.74", + "93.241.213.35", + "93.241.213.48", + "93.241.214.153", + "93.241.216.246", + "93.241.217.70", + "93.241.220.59", + "93.241.221.82", + "93.241.222.235", + "93.241.232.212", + "93.241.233.44", + "93.241.233.5", + "93.241.240.189", + "93.241.241.128", + "93.241.244.19", + "93.241.244.80", + "93.241.247.76", + "93.241.249.189", + "93.241.250.71", + "93.241.253.44", + "93.241.255.192", + "93.241.26.155", + "93.241.26.158", + "93.241.27.58", + "93.241.38.10", + "93.241.64.68", + "93.241.65.137", + "93.241.67.226", + "93.241.73.82", + "93.241.75.228", + "93.241.76.1", + "93.241.76.42", + "93.241.78.174", + "93.241.8.52", + "93.241.81.252", + "93.241.82.86", + "93.241.83.211", + "93.241.84.25", + "93.241.84.44", + "93.241.86.85", + "93.241.87.97", + "93.241.88.136", + "93.241.88.165", + "93.241.95.215", + "93.242.198.127", + "93.245.10.48", + "93.245.45.102", + "93.88.17.135", + "93.90.136.28", + "93.94.86.10", + "93.94.86.170", + "93.94.86.26", + "93.94.86.82", + "93.95.133.30", + "93.95.135.243", + "930", + "932", + "9353fd2ce988216a131efaaa9aa7da8fc1b1ddf2eab56b61190cdfac497039f1:1cJ7vnoj0axp9qE3:2", + "9353fd2ce988216a131efaaa9aa7da8fc1b1ddf2eab56b61190cdfac497039f1:1cj7vnoj0axp9qe3:2", + "937", + "939", + "93k", + "94.100.70.115", + "94.100.70.14", + "94.101.33.229", + "94.114.197.45", + "94.130.195.233", + "94.134.137.141", + "94.134.159.172", + "94.16.17.48", + "94.16.6.214", + "94.16.6.245", + "94.16.7.66", + "94.16.98.44", + "94.186.179.114", + "94.186.183.82", + "94.186.198.146", + "94.186.219.173", + "94.186.234.59", + "94.186.235.11", + "94.217.218.239", + "94.219.236.147", + "94.79.133.154", + "94.79.135.49", + "94.79.154.122", + "94.79.162.242", + "94.79.162.70", + "94.79.163.6", + "94.79.167.222", + "94.79.175.62", + "94.79.175.94", + "94.79.177.54", + "94.79.186.62", + "94.79.188.38", + "94/", + "941", + "942", + "944", + "94k", + "95", + "95.100.196.73", + "95.128.17.198", + "95.130.162.17", + "95.130.162.209", + "95.130.163.137", + "95.130.163.233", + "95.130.164.143", + "95.130.166.187", + "95.130.167.111", + "95.130.167.180", + "95.131.96.186", + "95.208.114.220", + "95.223.139.219", + "95.223.213.165", + "95.33.69.89", + "95.33.71.169", + "95.88.42.95", + "95.91.109.94", + "95/", + "953", + "958", + "959", + "95k", + "960", + "963", + "964", + "967", + "969", + "97", + "97.80k", + "97110508089", + "9719", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "97k", + "98.98.164.218", + "982", + "984", + "989", + "98E646E037B5E692E76BBBBC809F60E20E73FE57", + "98e646e037b5e692e76bbbbc809f60e20e73fe57", + "98k", + "98k.txt", + "99", + "99/", + "993", + "994", + "996", + "998", + "999", + "99999", + "9:00", + "9:06", + "9:09", + "9:13", + "9:14", + "9:19", + "9:2", + "9:43", + "9:46", + "9:47", + "9:50", + "9:55", + "9E2", + "9E9", + "9FF", + "9H/", + "9PE", + "9a.m", + "9a.m.", + "9ad", + "9ad9a407643acde8e6f5857601aebad7cebf4647", + "9b78af9365ebfed2c0d082a32fb7892e72cbcd8f6598ce03b5a7eca018ce53c1", + "9d93bc6aa5af6076d36c4a579aaa2d0465c22a8acc6bd00a0befe5f0f4284140:50eesdmJhaGtUubG:2", + "9d93bc6aa5af6076d36c4a579aaa2d0465c22a8acc6bd00a0befe5f0f4284140:50eesdmjhagtuubg:2", + "9e2", + "9e7c339b856b5f599cb8e3367425630f31ff8ef846d5ecd1420fa7b0306d87af:7rPXKfvRkmxRTQgTDUIgZl3XsZRwvSc9", + "9e7c339b856b5f599cb8e3367425630f31ff8ef846d5ecd1420fa7b0306d87af:7rpxkfvrkmxrtqgtduigzl3xszrwvsc9", + "9e9", + "9f5602d53a5126d2146b82b9470ac457359db42ed8f61a5d90f574b6254d26db", + "9ff", + "9h/", + "9j5", + "9p.m", + "9p.m.", + "9pe", + ":", + ":'(", + ":')", + ":'-(", + ":'-)", + ":(", + ":((", + ":(((", + ":()", + ":)", + ":))", + ":)))", + ":*", + ":-(", + ":-((", + ":-(((", + ":-)", + ":-))", + ":-)))", + ":-*", + ":-/", + ":-0", + ":-3", + ":->", + ":-D", + ":-O", + ":-P", + ":-X", + ":-]", + ":-d", + ":-o", + ":-p", + ":-x", + ":-|", + ":-}", + ":/", + ":0", + ":00", + ":01", + ":02", + ":03", + ":05", + ":06", + ":07", + ":08", + ":09", + ":1", + ":10", + ":11", + ":12", + ":13", + ":14", + ":15", + ":16", + ":17", + ":18", + ":19", + ":20", + ":21", + ":22", + ":23", + ":24", + ":25", + ":26", + ":27", + ":28", + ":29", + ":3", + ":30", + ":31", + ":32", + ":33", + ":34", + ":35", + ":36", + ":37", + ":38", + ":39", + ":40", + ":42", + ":43", + ":44", + ":45", + ":46", + ":47", + ":48", + ":49", + ":50", + ":51", + ":52", + ":53", + ":54", + ":55", + ":56", + ":57", + ":58", + ":59", + ":>", + ":D", + ":O", + ":P", + ":X", + ":]", + ":d", + ":o", + ":o)", + ":p", + ":x", + ":x)", + ":|", + ":}", + ":\u2019(", + ":\u2019)", + ":\u2019-(", + ":\u2019-)", + ";", + ";)", + ";-)", + ";-D", + ";-X", + ";-d", + ";D", + ";X", + ";_;", + ";d", + "<", + "<.<", + "", + "", + "=", + "=(", + "=)", + "=/", + "=28", + "=3", + "=D", + "=X", + "=[", + "=]", + "=d", + "=x", + "=|", + ">", + ">.<", + ">.>", + ">:(", + ">:o", + ">:x", + "><(((*>", + "?", + "@", + "@2", + "@AspidSnake", + "@C5pider", + "@CCHuckster", + "@Desec0x", + "@EmailGuy", + "@FOOBLE", + "@G1venchy", + "@H0oligandz", + "@Iam_Zuwa", + "@ItsVladimirputin", + "@KYP", + "@Moderator", + "@OGYessine", + "@OrmosisBot", + "@Orpheusrefund", + "@ROShelper", + "@RonyKingSourcingINC", + "@StarLinkCloud", + "@The_Bl4ck_h4nd", + "@VaultedRef", + "@Wq552211", + "@XXX", + "@XXXX", + "@XXXxxxx", + "@Xdxxxx", + "@Xxdddd", + "@XxxXxxxx", + "@Xxx_Xxdxx_xdxx", + "@Xxx_Xxxx", + "@XxxxXxxxXxxxx", + "@XxxxXxxxXxxxxXXX", + "@Xxxxx", + "@XxxxxXxx", + "@XxxxxXxxxx", + "@Xxxxxdx", + "@_@", + "@abroni17", + "@anyuhq", + "@aspidsnake", + "@babayyagga", + "@babyclipper_bot", + "@buyingdata", + "@c5pider", + "@cadeacedocs", + "@cchuckster", + "@d", + "@desec0x", + "@devxstudio", + "@emailguy", + "@fooble", + "@g1venchy", + "@h0oligandz", + "@iam_zuwa", + "@itsvladimirputin", + "@klaailonari", + "@kyp", + "@makiveli_bhf", + "@marktraffdev", + "@mkdiretc", + "@moderator", + "@moretrust_cc", + "@noobplayer009", + "@ogyessine", + "@ormosisbot", + "@orpheusrefund", + "@oxygen", + "@prom_66", + "@r3nin", + "@resetmyname", + "@ronykingsourcinginc", + "@roshelper", + "@starlinkcloud", + "@sucker", + "@the_bl4ck_h4nd", + "@udodov228", + "@vaultedref", + "@wq552211", + "@xdxxx", + "@xdxxxx", + "@xxdddd", + "@xxx", + "@xxx_xxdxx_xdxx", + "@xxx_xxxx", + "@xxxx", + "@xxxx_dd", + "@xxxx_xx", + "@xxxx_xxx", + "@xxxxdd", + "@xxxxddd", + "@xxxxdx", + "@yoy", + "A", + "A++", + "A+++", + "A.1718130568", + "A.1751189463", + "A.2200283667", + "A.K", + "A.Q", + "A00", + "A1", + "A101|Pottstown|PA|19464|Male|6103277777|hurstheatherl@gmail.com|11|11|1979|15/1/2023", + "AA", + "AB", + "ABA", + "ABI", + "ABOUT", + "ABOVE", + "ABSOLUTELY", + "ABU", + "AC", + "ACCES", + "ACCOUNT", + "ACCOUNTS", + "ACCS", + "ACE", + "ACH", + "ACK", + "ACT", + "AD", + "ADA", + "ADCB", + "ADD", + "ADDED", + "ADDRESS", + "ADDRESS^", + "ADE", + "ADS", + "ADSLDP00000P03.local:10389@local*$695F1D110EC238E971C1EAFE5C15FBA7$74EC4511F166400E653056FC5B83ED7D58E2227FD77C2859DA77D19EA8B5279643421049A68A650AD631BE6EADBF524A3662F96CAF5FAE8C309E7D7CC2C1E2164926DDC2D5157810DCF62525DC6009ED98AAD7C41D26F51D53E75749A3303727D60A4F5B2DF1AEC517F5968F9E1ADE8C08C849F6E502A320AD614267F05F4F6E08959F4DCA107836BF5EAE9DDD152E3C27CE38503F672EA9A35C565324797B414BD36C6726DA6D87CE512C3C667861BFD65C08A6F802DB1A48FB1482A92E17B368859B819298B790BB72BFF90361FD41635D5309EED39B4ABE502F71872ABBFA11AFCCB5884535CD312F93320FDE80EF046FE6882C55EA5C0384D29276BE7F5621EA3C2DB83B7C3398CF9CF06D0382DAEBF22A7451E34348724BC2B091EABB8231727AD1B247369158B7FD04852E11EDF69C2E14575847B55F3F16F742AC07EDF3BBA301A17A485D728E2A13037CBEB5A72BA5A0A285EE3DE00EE44BD6E21E60E3B3B30789285B5B4CAFBC5388813F6D75A928674FEFE04F593833FD543F6CEB75172A537DC95B108B919CA99455456F0520A7FBA6FA14855B9A5DC3A52832E1A33FE5165E28B7D60BF3F9B427A459EDFB3B52B59D7704A943D4A779FE1C8CE03BD3D1B316FD4E65D46BB38D0E59D98FF53AA2D6A64F4E4E15EC02D61F78BCA79806BFC18F27BBBB0159891F52FA0534A0547FCC6D470B3974039D4A5DB5637EA712DC1C507E9B31655D2DDB09974C9A82C7A098DE876E28C3DA4ED5A75499F393AE9F535CA9C2EF98F008AF624131C42BC8E0EA1B1574C6EEACA7536DAC8ADB9E5D7D4FF046C93A32C660F8935815EA30E13B1E0B449DE46E2B3566F83C02895886BD0BBB4BE2EF2B641F920100967914554E87A5AC5C52596379A3198DE84E335A339F8A305B3A9FA7E0C7F778514424840F4E6D919E08B39899CF6C784C6CFE48988D89473E85AE23F106359E24FEE80EB1CA92FAC4F51D4250FB8B75F544E7EC7C0405270E0C434AC92B29A355A215938C22FA238274923153F8B3207C15DDBFE665FD49DC8B70C16491BF36EAC7641AC507BB55EC37D409E78D131DAC7E35799B9B5CAE7D2E82BAAF6F10276A07BD29DC31BFE22BA8076B87F80A464F679D5401CBA597F68217D6779A76F71999FB20F885294FF3662D6A1885EA477AED523729DC0966205E55E50D649FF4EC2AB6D25BE66A5C988DBA15D4152D7949043976409704303F731B9F9FA54F3AA80621A56A8A591204F8C6612C611967C56956E7FD8D75D36B5FCE21CF864911C69B5814A62FC9A788BBBEFAA9FA768DEB396DECADEE5E482333E0B2163272CA3B49003CDADC512F1BD9027B126760728F01541ABC507A49F9DE50C3AA33F849F2FA814E5F51350D0ED8EBCE5F8A58FD48BDB502C8E08ADC344C6A9ACC97C57794B7C8A7126C1966EF377AE596F8AF7F38FD2C57D79159913E6484A924B361F6B482DF7DBE89A11232F6FE7CE90DA2D57ADEEF9A11F1FE932CC1BD997BF9C3256FBE56D0EF7E7EB24A64406B7E3BF56F73ADDF5F21BDE563ACBCB5B60360A0ADDAE91CEE62C14CC9CAB29CE382E9A1ED3A60BAB3C22F0850729F6E5ED7766BC0250B1E0A0058356969ED68448AEFC7B5CCC1D41796D790728EB9359F3015C89898EB0DDD953E7B87AB81807ED843E01860F4B7C0F8D189DA6C986337F51B65E929F1B4AAF77A355A327A769AB90CB0121ACD5995F6B52C69F1EFD9C595ACB1CC902B36643E1699604C6A78375E6586E9076F834C6400DAEDB558BC48B64FB4AFC22C566BF1216BCFA384DA7F60E49EE69E8E5D31EC81353CD8D85BADE65FDD7FC669F465C3AC999671A90DF2CE1E1567EDE188DA5673AB7FBE898C5BF1326482BE15EA44D14445C95A19E8B04298811AB4315EE99C52D3179D382F7EE321A7CE9C6887CF7779E435D47C66E6EB03EE1C929BE97799B4606861495D7EF6A81C27C9AA0E737C2EF18E2E733A4C9570481475E44432F8EA27C01E4C79F29797064762B015FD255677FFAF90A505D94D733E13C31C710164580EB774B2DAED254A1855A77A35E5287C51C7040EE65BF347056EF44A6F93230B03F060704AB4B6E4E6E4436CEABD37EA71F0A434921DBB92D6C523255DD877352B75D5A668FB556689EA77AE1EF996A5E67F8C7F40261DE920BA085714837BD11D1C28D1150F4F551236C7F2393CE2BCC46C9AF772B439CADC4D8A3389F57FD6AE78A70BAD6D3472CB8FB59A2675A689C13B1F318003CA0EEDF1F99870D41654B62F1B2254B57C82717ABB8FF1D07C8B62A10DF90C3B6E0F4445FD9FD72CA1179F9F3BC8550889668BCC0E0527826D6D4DBE7AB0556EB7B4DF112A13A559CBB489EC3CFF53DCFFDFCF71A577626B083513B8AD2AFFDA2A34C199438E33CE72CE1A9141A1CEDDFBB9EA54B174A60B0D9167E6E25BB641E43CDB6AC93E38CBFB76AD2F23A06AF27DB43A611E05653D173808B0540C2CBF42B8343857389D0C6B8584D4DC9BD2749126A20C132B4B83114E159E1AF4A76843BA7D3A054A8BDCF249A5AF500C6ED1AEB53515E8A612B99DBE5EF6A071EF27B05C70CE29D621E3913BAE4BC6E56580D50252E9DD2819603A0167EAC811AC495DCFEFC259FC2D7F18F27DB747F14AEA8E7E9E58D5BE1CA25D3411D313ED91B6A24EB2E23D090508C3CD6FA4770AAFE39087F4AB047ADC4671A40C4E155F260AC94293D8E9ABCF54894FC27699382F85163376E4DEABF8F75BAD390CD6756C676B413568A6466D9AA2EF98B6CC55902E5C6C6CF5749DF50A8CC7755A7A51E5C71E44FEE8FDDC6AA0C64A9AF4DAE83530DEA51CB89F9FF679E4520A386F6A18ED82A78F6DE7D3DD1E94703DE429F0613B0C509205F8F9B4576A69E135F3EC2563826429A4D16B1BE275B97149F76B07A28EB66380C3488EB77D0C30577426920C5BEF42C2D607893D9B9D5F5BD1C88A3F83EDA0B775F8490713340DA5E300035C98AECBAFA0C455CF8439DE1B1E10F8297AEF5100C06F6C386936D82259D82FF44E4E4644F45EA7600D8F493A139C3355A7345EEC868AEB7BFC5BDBA74EA4D60C8222F6A615C1D6E033F4869F0D953DC09FF1FA59B19A10D9E922A88D7FCC5F39C0DCE071D59A4B543258C566CABB7C5B0D9923EE2720FA91782AB8B734569778ED74FB7A00AD87F8EE2C2DC5BF37BCD88C417FC6F3B25DB5E5C95EA27C56695077DFA0474FE1A89855498BE127399CA4E70B2C518C15B5C78507A0AF76416167345DEC527E92707101AB66D07621F1A8D9EE8870F9F9D6485C148DCA7C14A520EFCB1672BE30973254C6DA8B469D0465CF06740A5ADEAD5987A54043B5549A5B8BC80C29E443CC397C7C519E6B67B5B14C10B090E600E9B84640788A5B23F3ACD76376829AD42A3407C2CC85AF42992B9DE859CC8D4FB603A85A72523B5155327913EA20185DBF332D3816EBF28FDD4455C6721B1096B4DD1AD7C3190D1B9258FBD14C2421370C572FDA16B14836FDF5E90EC771FDD0C072BEEEC7697D89FC2BCCC86C22A7F5FBA2C951E41AC80BEBEE400C53C133D0EE0FC2B3BC243E139EC018EAA5A7018ECDD11E00B71C410705245FDED6E8C30E9D85810C4DBEF0ABF6B551E75B553214DA05A530E67B54B3DBF744CD56536DB336BA6F0375018DC6373BF500724CA1CA836716019E5238A53098", + "ADVISED", + "AE", + "AEI", + "AEON", + "AEx", + "AF", + "AFAIK", + "AFE", + "AFT", + "AFTER", + "AF_INET", + "AGAIN", + "AGE", + "AGREEMENT", + "AGRICOLA", + "AI", + "AI(chatgpt", + "AID", + "AIK", + "AIL", + "AIM", + "AIN", + "AIO", + "AKE", + "AKP", + "AL", + "ALE", + "ALIBABA", + "ALK", + "ALKHAIMAH", + "ALL", + "ALS", + "ALSO", + "ALWAYS", + "ALY", + "ALhamdulilah", + "AM", + "AMAZON", + "AMAZON.COM.BE", + "AMAZON.SE", + "AMC+", + "AME", + "AMMdefi", + "AMOUNT", + "AMZ", + "AN", + "AN+RN", + "AN+RN+NAME", + "ANA", + "AND", + "ANDROID", + "ANK", + "ANNOUNCMENT", + "ANOMALY", + "ANS", + "ANT", + "ANTIPUBLIC", + "ANY", + "ANYTIME", + "ANZ", + "AOO", + "API", + "APIs", + "APK", + "APPLE", + "APPS", + "APTRA", + "AR", + "ARAB", + "ARD", + "ARE", + "ARGyw9ht6z0wKFOhmI.", + "ARI", + "ARKANIAZ_mds_35k.txt.txt", + "ARM", + "ARP", + "ARRESTED", + "ARRIS", + "ARS", + "ART", + "ARY", + "AS", + "ASAP", + "ASE", + "ASI", + "ASK", + "ASP", + "ASPX", + "ASS", + "ASSIST", + "AST", + "AT", + "ATA", + "ATE", + "ATM", + "ATZ", + "AU", + "AUD", + "AV", + "AVA", + "AVAILABILITY", + "AVAILABLE", + "AVAST", + "AVE", + "AVOID", + "AVs", + "AWAY", + "AWIDIAWDJ", + "AYS", + "AYUDHYA", + "AZ", + "AZN", + "Abhinav6", + "About", + "Abraham", + "Absolutely", + "Academy", + "Accept", + "Access", + "AccessMan44", + "Account", + "Accounts", + "Accumulator", + "Ace", + "AceHCF", + "AceHCF_IPs_95.txt", + "Active", + "Actual", + "Actually", + "Ad", + "Adams", + "Add", + "AddMeFast", + "Added", + "Address", + "Adgasgsagg", + "Adidas", + "Adm", + "Adm.", + "Admin", + "Administrador:41860187edd10b3ea37bb3092d081830", + "Administrator", + "Adobe", + "Ads", + "Advance", + "Afghanistan", + "Afo", + "African", + "After", + "Aged", + "Agency", + "Agent", + "Agreed", + "Ah", + "Ai", + "Air", + "AirPods", + "Aj|", + "Ak", + "Ak.", + "Al", + "Ala", + "Ala.", + "Alabama", + "Alaska", + "Albayrak", + "Alberta", + "AlbinBerrycloth", + "Alcachofo", + "Alchemist", + "Alferia.eu", + "Alipay", + "All", + "All.txt", + "AllForOneSurvival", + "Alles4you", + "Allison", + "Alpha_Teamspeak_IPs_205.csv", + "Already", + "Alright", + "Also", + "Altho", + "Alvaris", + "Always", + "Am", + "Ama", + "Amazing", + "Amazon", + "Ambition", + "America", + "Americanexpress.com/seller", + "Amia", + "Amount", + "Amounts", + "Amz.one", + "AnK", + "AnarchyHCF_IPs_480.txt", + "And", + "Andaria", + "Andrew", + "Android", + "Anti", + "Antibots", + "Antivirus", + "Any", + "Anyone", + "Anyway", + "Anyways", + "Apache", + "Apart", + "App", + "Apparently", + "Appeal", + "Apple", + "AppleWebKit/605.1.15", + "Applefight.fr", + "Applies", + "Appreciate", + "Apr", + "Apr.", + "April", + "Apt", + "Arcade", + "Archived", + "Arcosia-PvP.fr", + "Are", + "Arefy_XF.sql", + "Argos", + "ArgumentParser", + "Arium_IPs_435.txt", + "Arivi.pl", + "Ariz", + "Ariz.", + "Arizona", + "ArizonaHCF", + "Ark", + "Ark.", + "Arkadia", + "Arkansas", + "Around", + "ArticleNinja", + "As", + "Ashitbag", + "Ask", + "Assalamualaikum", + "Assured", + "Astro_Buycraft_Logs_130.csv", + "At", + "Aternos.org-dehashed.txt", + "Aternos.org_899k.txt", + "Athenia", + "AtomicSkull_IPs_345.txt", + "Aton2.com_Buycraft_DB.txt", + "Attackers", + "Attention", + "Aug", + "Aug.", + "August", + "Aurelius", + "Aus-Craft.net_Emails_DB.txt", + "AussieMC_Buycraft_Logs_300.csv", + "Australia", + "Australian", + "Austria", + "AuthMe", + "AuthMe.txt", + "AuthenticationException", + "Authme.txt", + "Authorization", + "Auto", + "Auto+Garant", + "AutoAddPolicy", + "Autobuy", + "Autochthonous", + "Automating", + "Available", + "Avatar", + "AverFight", + "Average", + "AviatorCraft", + "AviatorCraft_Buycraft_Logs_2.2k.txt", + "AviatorCraft_ForumSQL.txt", + "Avoid", + "Awesome", + "AxinaMC.fr", + "AzoniaGames.fr", + "Azulos", + "AzurixePvP.fr", + "B", + "B'd", + "B.S.C.", + "B07", + "B16", + "B17", + "B18", + "B19", + "B20", + "B21", + "B2B", + "B2C", + "B4117740000006265", + "B4117740000006265^SHEA", + "B83131", + "B8B", + "B:2", + "BA", + "BAB", + "BACK", + "BAI", + "BAN", + "BANCO", + "BANGKOK", + "BANK", + "BANKASI", + "BANKBOSS", + "BANKS", + "BANKTHAIPUBLIC", + "BANNED", + "BARCLAYS", + "BARODA", + "BARTSHOP", + "BASE", + "BE", + "BE/", + "BEC", + "BEE", + "BEEN", + "BEING", + "BELOW", + "BER", + "BEST", + "BETTING", + "BETWEEN", + "BEWARE", + "BF", + "BFk", + "BG", + "BIG", + "BIGGEST", + "BILLION", + "BINs", + "BIT", + "BITCOIN", + "BITDEFENDER", + "BJS", + "BLACKBULLET", + "BLANK", + "BLE", + "BLOCK-----", + "BLY", + "BMS", + "BNPL", + "BOA", + "BOHOO", + "BOOKS", + "BOS", + "BOT", + "BOTH", + "BOTNET", + "BOX", + "BR", + "BRO", + "BROKI", + "BROO", + "BROOO", + "BROOOOO", + "BROOOOOOOO", + "BSD", + "BSG777@exploit.im", + "BTC", + "BTC\\USDT", + "BUG", + "BUILDER", + "BUMP", + "BUMPPP~~~~", + "BUNCH", + "BUSINESS", + "BUT", + "BUY", + "BUYER", + "BY", + "BZ", + "Baceux", + "Back", + "Backdoors", + "BacklinkMaker", + "Backlinks", + "Backstab", + "Backstab@thesecure.biz", + "Baki", + "Balance", + "Balrog777", + "Ban", + "BandaliCraft_IPs_57.4k.csv", + "Bank", + "Banks", + "BanterUHC_Buycraft_Logs_470.txt", + "BariHonk", + "Base", + "Based", + "Bash", + "Battle.net", + "Bay", + "Bayron", + "Be", + "BeastPrisons", + "Become", + "Been", + "Before", + "Believe", + "Belk.com", + "Bella", + "Below", + "Benefit", + "Benefits", + "Bennett@#899334238323", + "Berat", + "Berkmetal54949692", + "Best", + "BestChange", + "BestLink", + "Bestbuy.com", + "Bestbuy.com/seller", + "Better", + "BfJ", + "Bi6tuqJ5", + "Big", + "BigProof", + "Biggest", + "Billing", + "Bin", + "Binance", + "Binder", + "Bing", + "Bis", + "Bitcoin", + "Bjorka", + "Bjv", + "Black", + "BlackSpigotMC", + "BladeXXL", + "Blaster", + "Blitz", + "Blizzard5", + "Blockchain", + "Blockedup_Emails_DB.txt", + "Blockmadness.com_Buycraft_DB.txt", + "BluTV", + "Blue", + "BlueHairLiberal", + "Bluevine", + "Bob", + "Bodies", + "Bodyguard", + "BofA", + "Bolt", + "Bombings", + "Bong", + "Bonjour", + "Book", + "Bot", + "Both", + "Botnet", + "Botnets", + "Bots", + "Bottertopg", + "Bought", + "Brain.fm", + "Braintree", + "Brazil", + "Brazzers", + "BreachForum", + "BreachForums", + "Breached", + "Breaking", + "BreakingSecurity", + "BriKK", + "Brian", + "Bright", + "Brightdata", + "Bring", + "Brion|Richards|33", + "Britain", + "BritneY321", + "Bro", + "BrokerService@local*$076CF2D441C38149EE67CE12F0AD0D60$CFFC7AE3E52789CB4B53F1F3B50A4C7D8AD3787BE1580D0462CAB351A537FFF4D6C12C6EBD8DD51D927EC6C5C5F35E3EF509306B4FC5E8D00898E70A203764702E92CD567899763AE6D4EBE9309BB332184C9BDEFE81D9F602795B76FAC22A222BD7019C7DE6DB03A000EEB7B307207C312A70F448E06F7207B99106C39E9808EF4897F560B92D6B0FDB8837AFAACF2A0A164FA5EF319BFFE79B95D59A74787B2A7F85194E707890F9CCE7EDF2E7972A83BB138979B69F12CD22F81731CBE99EA3C45C50CE391B8B21D80AF5CDC1C49B4D32E5D8FEC5A228C1B9C8406D4A9265591F6403DE12CE9483F53060B327F12F708DB0B60C3C925228179859C62627EF66B11F11584B87AC5DD87B508E867D233134403EBCB205FA616C2C485BDAD3B5370226331C0EAC2A939D85488FCE0741DF5E52D5921FD172FEEF4102DC7F72E90F0A546552A76C7D61F5084FA7735E24B483E573FAF2BEC186136620952DCBD01AE014CFE0CD1E40F3BC0B7B21AD7AB5521233AE9FCF3985A7E2E374A761DB3693C295989A72E5C6476231301D446988F78A076CC60A0FF74F918FA521099DE71C2DBBC15787DB16166D6B481549C6914C0A75B8C7B2BF4F121A4D03F28ED3072944E900050EE3844E8ECB678B230F5EF5867A625DB6C4767D31C9C2C2CD29D1FC68A86A59C0D90D585B9BC865EA1FA26AFA381D479F9FF20E727319DE448C52F331F1AB140225AA21367671E7788F2BFCF617392670E7A80CDD3E00FD9FFF53D6D6B1F2424E260EA7D2BA4B56F24F06C88A414BC9B1C3D8C448F302331362B8FA3EFB5A1D4CE3E0523ECE1683FDF65B6D0BEC0203951E0040B0D3A6DE02D59487D9BEDFB031900915A78ABA946B3AD2C3C3D82C1DC89C8C02E64C7BEA127D87409AFC3D9277FBFA08E917E2F4B21BF2A33569559129EDD912EF4B2FB24C3AB9D3A22661E760D95EFB4D434EF80C40104308C1D9E89D0FF7D87172895546FB37845A553132B40DBB7A4DE2F90E2AB9E045C888C25980DD3888122E3C345740D994A319F34582F50F70FC9A1EC0EB6A93032E924D5496F8881CA7C460B3A4D2BAE60FFFF572AB9E6F359A6D8A022B7B42636264B069A378696407377FCB3A151CA623452E8BFDE35C0D2186A6D2CB901CF5CE223B50FCC616FC3FC327884BACBD0B82CAEEEB6E90099C5F14DD9C53D482E613C33791D2527D09C2431892AE0BD27BDFCC44D9945787B2BFDD5C345E102C2773B1B5C0D862F29834D5772996602F73412FA2358E2175456B0763E20799589B79B1D22DEEDC8A3EE3CB6F053396C4085A8DCB7C4428EB3B35C457D4AEED35E6B14AD81E1B8F3191BBD64EB3810A841F5D3EEACDE382481EEFFEBAB2AA24811DA200DBDAA8B4DB3A4A75D0D37795F3382B83EB0BED6E0D97586BE27C249A4C2043140CFF01DEA3CE85812BA5D2A27A8A9C3EA16A44A13B83DF2A27994B299E3A4FF5C32D569FADC3571651E3D9854518FCF370BB27DF83BF84CE3D65B34DB787A1CAA0984E15FEBEA3057DE56BF99BBB0C4A359A6780BE06BCF350952D7B6F8A222D3DA9C98B477D3358A1BD05D098C329E5912C13F5AC83B42FF6C1D2E4C2B55844D4CEE52DF93E66F26F914BFE2314D7E7ECE5B140EE9CAE1A58129334191524E9894165F94CB2040F7D68F5843DF363C9EBFC81E0513FF395284F40E7872AD0BE9BABA36A40765193FA75128DBFA5F76219273D2A70EAC0E3CA0AF2377C0A5A35C1B7B43D47C951C473538898A961834F713E112C344335E4A3B8CC4D903C461ECBBC1ADC1293C92F3D73B236FB0DCB62725016C35CE9C96C967F5F269F9CA74E998D341BCC39DC3390E3C95D5531D2F3D5B19F8C9153F2F2E9F2BB228DEE83700F00CDE2D67CDD4156E231CD93A1A1EEB663E8D8546DED29439A2A110AA29803BD001B342A45384B4C622CAC9E1ECA7361D5C0A42694109B20D6BE7DFF645353A96681A1286A7E311751CBF8390726851097093C30BFD4B872E6DF7441B089AB1F807594FF3697DDFFE9EA38BA60B7AAEDBA5A61878885C97193D3086C4E792F7BA623CD3334FC2AEA9C2F156D6AC6A95E055266FDC796DE497CBD1A12B33FA91F6E3634E4353AB708AC4F5AA5E9BA06C304DFF31D203D3C28897A1EDFF3429752B5B4A940D9FE43D5860234FD8DE1FF13B336D6234CE607AA9A547C25AD176B765694DC676CF1C5FAEE7F7CDDBC81A906A01434480A3255CFF48C259AA6CE57DF2DF7A9BC8408C98E6A171D6EA06F7ECF918E577BD7591437F78781AD011420ABAB4600F3E86A7D53792C21D6323D2C8679E7BC0C2029AB973E0770999EA78861D6F2D8BF7CEDFEA2B46B3BB07446FC236A64C05943734B699D0631E342403E951D3B5924203678B50FBE81E4C85E88195EB520937EA684CB41A60FE4A337C8B0CBCCC04359D2A558DA078DAACAE9616ADB1F8C5DDEC5F933BB1A2606210635B36DD761EE33FB63DC468F40FBF6C1F73616FEE6B58C3168B7CE8D9A5D8F71DD2F4E22CBA72D45DABBD608EFBFF8E53627D78C06A272F67A5BF1E6A0610CA4E133006DFCAC25A19920D9346D81DF4DB806B71FC25C1F1C54251B705DD0CC240EFA854EF35A7BA6851FEED0B07DDE79BD030AA2BC63BFC53B93EE7CD0C943083AA110EE36CA6087FD9507DAE7CC8443B798D4AE5D2C1FE8C500E6630660F5971C39908CA72A5DFA9299D0495C384B1B16FBE66DD4EB1BFBB9975163C06A5B628E4D5F0FFCD973D66BE7CAF67044D1A3555B630D92A5CB4215AA8C6927FEE0CE08823D0E10139D7495E3D9500B54A739E64C4480111C91CF22B4E68AEDCE3CE5C115C8DC25665A7B0760D17D1C44747E82DC692C416E11065166BAC35A2A35CF73CF4A3565EF707ADE24DB37894E99BE3A81820F30417A7C61D80C2DDC8092EA4FA9BD3F8016652AFC73CD7068AA5153BB418E63CC9D6B8D0B080781C11587B2F162A3843B341F4B370E2EB1B60B150194E919BA7A07B212A713D1ECED57A7C50B43089D46CCBB28E3061D35BC3387D4D889B98C598F48BEDD6832DB5664F909C0A9CA0F3CA2A5EFB025E391489FC5ADB712E3A26E4DB982BF4908304F4BFABBD06A6430E066FCECC23F3CF4E2448D5771FB6C5A1CCA8495F7DFD3935DFDAF363680196015D6A8453448A14861A33851AC0E9FC468E575C0A0A1AC446726C5B6DE5F21DA55FEC3E7D1223EEB555AE438FD5A5404B1CCB8050CDE263A5D10C3283C000502BEFA992A90CC43276A387628A9245F9EE0C783D8588D919DE072F3F8F88BF1FC36D2AFE16B4F6C6B35490C216E995EBBF01FF65A3B095EC79FECD9A4647232BCF89C591A553EBE9A10080016C30E80ADB29D30DF41A0B25D90F0AFB764239CFBE46CB32E01563F619A217EDDDF90536F94108B2BBE807382011EB827100DA7EAA0A35C1953BD6A74DB15A204837F5D9F740D3C668D347E88B477274DBACABF0A5DBA6AF73010165D5C995DEF0EFCCE2A03D03F4EBC3357F79E63E911BD318827D3FE93447F6DA3953A95FA8B07383AB78C9B4D5FD8C4CECD908D913EF5EECCBAA550B8FE2258EE5672C37649304B1202401EAC3CB018360DCFCF4A580B3FE5A3F0CCBB037F6F07FD636CBFAC30A98A10C498FD25193AE68D8799A43FE816C4DC1F129B4E6F92F30CAA7DD5FDAE4128A7B634A7047E", + "Bros", + "Bros.", + "Brother", + "Brothers", + "Browser", + "Bruh", + "Brush", + "Brutal", + "BrutalFactions_Staff_50.txt", + "Bruteforcer", + "Bubble", + "Bucha", + "Budget", + "Buffalo", + "Build", + "BuildAndCraft.eu", + "BuildCraft_1.3k.txt", + "BuildID", + "Builder", + "Bulk", + "Bullet", + "Bump", + "Bumping", + "Bumpington", + "Bundles", + "Burp", + "Bush", + "Business", + "But", + "Buy", + "Buycraft.txt", + "Buyer", + "Buyers", + "Buying", + "Buzzplex_E-Mails_100.txt", + "BvDvWI8Hf", + "Bw7", + "Bx", + "By", + "Bypass", + "Bypassed", + "C", + "C'm", + "C)2", + "C++", + "C.", + "C.U.", + "C09", + "C1", + "C2", + "C20", + "C206T15", + "C2AE", + "C2Matrix", + "C2P", + "C9FF", + "C:2", + "CA", + "CAA", + "CAL", + "CAM", + "CAN", + "CANADA", + "CANNOT", + "CARD", + "CARTP", + "CAT3K_CAA", + "CAUSE", + "CAg", + "CB", + "CB2", + "CBS", + "CC", + "CCC", + "CCO", + "CCS", + "CCscan", + "CDN", + "CE5", + "CEEF869BE89CAA98228F8E5AEE23E1C48609F8646F61840BD969C7974D3EAC0E3D03306DCEE5", + "CEM", + "CENTRE", + "CES", + "CFR", + "CG3700EMR-1CMNDS", + "CH", + "CHANGE", + "CHARTERED", + "CHAT", + "CHECK", + "CHECKER", + "CHECKERS", + "CHIME", + "CIMB", + "CIS", + "CITADEL", + "CITADEL.CORP", + "CITRIX", + "CLICK", + "CLOSE", + "CLOUD", + "CM8", + "CMS", + "CO", + "COBALTSTRIKE", + "COCK.LI", + "COINBASE", + "COINIFY", + "COINPOT", + "COMBO", + "COMBOS", + "COMING", + "COMMERCIAL", + "COMMUNITY", + "COMPANY", + "CONFIGS", + "CONS", + "CONTACT", + "CONTAINS", + "CONTENT", + "COOKIES", + "COOL", + "COR", + "CORP", + "CORPORATE", + "CORPS", + "COURSE", + "COi", + "CPANELS", + "CPENT", + "CPN", + "CPU", + "CR", + "CR2DCmrZK1S", + "CREDIT", + "CRITICAL", + "CRSN47", + "CRTE", + "CRTO", + "CRTP", + "CRUNCHYROLL", + "CRYPT", + "CRYPTO", + "CS", + "CS+CR", + "CSCOE+", + "CSP", + "CT", + "CTF", + "CTR", + "CTS", + "CVV", + "CZ", + "C_Reative", + "Ca", + "Calif", + "Calif.", + "California", + "Californium", + "Call", + "Calls", + "Calm", + "CameFromBreachForums", + "Campaigns", + "Can", + "Canada", + "Canva", + "Capital(zelle", + "Capture", + "Captured", + "Carbon", + "Card", + "Carding", + "Cards", + "Carfyue", + "Carroll", + "CarterCartier", + "Cashapp", + "Cashout", + "Casino", + "Cassandra|Burke|200", + "Catcher", + "Cause", + "Cc", + "Ccg1998", + "Cdep3890", + "CeaserRodregaz", + "Ceci", + "CentrixPvP_E-Mails_10.3k.txt", + "Cert", + "Certificate", + "Certificates", + "Certified", + "Certs", + "Cesar240908", + "Challenges", + "Changing", + "Channel", + "Channels", + "Chapple", + "Chapter", + "Chase", + "Chat", + "ChatGPT", + "Cheap", + "Cheapest", + "Check", + "Checker", + "Checking", + "Checks", + "Cheers", + "Chemical", + "Chessium_IPs_7.1k.txt", + "China", + "Chinese", + "Chocolia.eu", + "Choice", + "ChooChoosMC_E-Mails_1k.txt", + "Choosing", + "Christ", + "ChromeMC_Buycraft_DB.txt", + "Ci/", + "Cisco", + "Citrux", + "City", + "CityCraft_Forums_29k.txt", + "CityPrison_IPs_16k.txt", + "Claim", + "Claimed", + "Clean", + "Cleanse", + "Clearing", + "Click", + "Clips4sale", + "Cloud", + "CloudEscape_Emails_3.5k.csv", + "Cloudflare", + "Cloudnet", + "ClyroPvP", + "ClyroPvP.txt", + "Co", + "Co.", + "Cobalt", + "CobaltStrike", + "Code", + "CodeRedTestServer.txt", + "CodeSign", + "Codeacademy", + "Codecademy", + "Coder", + "Codes", + "Coins", + "ColdNetwork.txt", + "ColdNetwork_Buycraft_Logs_732.txt", + "Colo", + "Colo.", + "Colombia", + "Colorado", + "Combo", + "Combolist", + "Combos", + "Come", + "Coming", + "Command", + "Comment", + "Community", + "Company", + "Compile", + "Compromised", + "Congratulations", + "Conn", + "Conn.", + "Connecticut", + "Connection", + "Consider", + "Considering", + "Construction", + "Contact", + "Contacts", + "Content", + "Contextual", + "Contribute", + "Contributing", + "Cookie", + "Cookies", + "Cool", + "CoolNet", + "Cooper", + "Copywriting", + "Coronavac", + "Corp", + "Corp.", + "Corps", + "Cos", + "CosmicPvP_Forums_200k.csv", + "CosmouzX", + "Could", + "Countries", + "Country", + "Courage_Teamspeak_IPs_246.csv", + "Courses", + "Coz", + "Cpn", + "Cpp", + "Crack", + "Cracked", + "Cracking", + "Cracks.txt", + "Craft", + "CraftBlock_E-Mails_2.5k.txt", + "CraftRealms_Buycraft_DB_2012.txt", + "Create", + "Creation", + "Creative", + "Creator", + "Credential", + "Credentials", + "Credit", + "Crediting", + "Credits", + "CrossFire_1k.txt", + "CrowdStrike", + "Crunchyroll", + "Crypt", + "Crypting", + "Crypto", + "Ctrl+F", + "CuddlyBear", + "Cup", + "Curbside", + "Curiosity", + "Curiositystream", + "Currently", + "Custom", + "Customer", + "Customers", + "Cuz", + "Cybersecurity", + "Cylance", + "Cypher", + "Czech", + "C\u2019m", + "D", + "D.", + "D.B.", + "D.C.", + "D1", + "D18B", + "D1SCLA1M4", + "D27CC19D390182BE7935139A927979F09DAE82427ED4AD4B3EF006236220D44CB608E1593CE5", + "D4RDVL", + "D5B12aki3DOpp0", + "D5qZFLHwc", + "D7", + "D8v", + "D9u", + "DA", + "DAILY", + "DANTE", + "DATABASE", + "DAY", + "DAZN", + "DB", + "DB.txt", + "DBMS", + "DBMSes", + "DC", + "DC.CITADEL.COR", + "DC.GLACIS.CORP", + "DC1", + "DC6", + "DCAngel", + "DCB", + "DCS-930LB1", + "DDD", + "DDDD", + "DDF4", + "DDoS", + "DE", + "DEALS", + "DEBUG", + "DED", + "DEEM", + "DEFPUB", + "DEFPUB.LOCAL", + "DEL", + "DEN", + "DEO", + "DER", + "DEVELOPMENT", + "DF4", + "DF78", + "DGE", + "DGLN24XU537AMCM8gHfNmqfsYkXRGNKc9k", + "DHABI", + "DIAMOND", + "DIDN'T", + "DIFFERENT", + "DIR-100", + "DIR-600", + "DISCORD", + "DISCOUNT", + "DISCRETION", + "DISTINCT(IFNULL(CAST(schema_name", + "DIT", + "DIY", + "DJonson", + "DK", + "DL", + "DLE", + "DM", + "DM'd", + "DMC", + "DMCA", + "DMSecRansomware", + "DNA", + "DNAing", + "DNS", + "DO", + "DOB", + "DOC", + "DOCS", + "DOCSIS", + "DOCUMENTS", + "DOCX", + "DOES", + "DOM", + "DOMINOS", + "DON'T", + "DONE", + "DONORS", + "DONT", + "DORK", + "DORKER", + "DORKING", + "DOS", + "DOWNLOAD", + "DP/", + "DPs", + "DR2", + "DSP", + "DUBAI", + "DUE", + "DUMPER", + "DUMPING", + "DUPE", + "DUTY", + "DVL", + "DW", + "DYNAMIC", + "Daily", + "Dame", + "Damn", + "Dang", + "Danny", + "DarceCraft", + "Darcecraft.com.txt", + "Dare", + "Dark", + "DarkAngelOF1", + "DarkFadePvP_Buycraft_Logs_30.txt", + "Darkfight", + "Darkheroesmc.txt", + "Dashboard", + "DatPixel_Emails_DB.txt", + "Data", + "Database", + "Databases", + "Datacenter", + "Date", + "Date).getTime", + "Date:2023", + "Dates", + "Dating", + "DawnCraft_Buycraft_Logs_745.csv", + "Days", + "Dazn", + "Db.txt", + "Dbz_Logins_5.8k.txt", + "Dcw", + "DeFi", + "Dead", + "Dear", + "Death", + "DeathNote", + "Dec", + "Dec.", + "December", + "DecimatePvP", + "DecimatePvP.com.txt", + "Dedicated", + "Deezer", + "Defence", + "Defender", + "Defiance_TeamSpeak_IPs_180.txt", + "Defiance_Teamspeak_IPs_45.txt", + "Definitely", + "Definition_Teamspeak_IPs_20.txt", + "Dehash", + "Del", + "Del.", + "Delaware", + "Delivery", + "DeltaHCF_E-Mails_100.txt", + "Demo", + "Demon", + "Demons_Teamspeak_IPs_140.txt", + "Denji", + "Denmark", + "Dentistry", + "Depends", + "Deposits", + "Derycube.fr", + "Desktop", + "Desteria_E-Mails_25.9k.txt", + "Desteria_IPs_908.8k.txt", + "DestinyPvP", + "Detailed", + "Detector", + "Detectors", + "Detuschland", + "Developer", + "Development", + "Device", + "Dey1337", + "Dezrick|Powell|2600", + "Diabolic", + "Diamond", + "DiamondFox", + "Did", + "Different", + "DigiKeyboard.sendKeyStroke(0", + "Digital", + "DildoFagins", + "DimmuBurgor", + "DinastyMC", + "DirCloner", + "DirecTV", + "Direct", + "DirectTV", + "Directory", + "Disc0rd", + "Discord", + "Discord:-", + "DiscordTokenLogin", + "Discount", + "Discover.com", + "Discovery", + "Discoverycraft.de", + "Disney", + "Disney+", + "Disposition", + "DjP", + "Djon3Volta", + "Dm", + "Dn5", + "Dndndndnnddp", + "Do", + "DoKitO", + "DoS", + "Doc+Docx", + "Document", + "Documents", + "Doe", + "Does", + "DogTv", + "Dogecoin", + "Doigcraft", + "Doin", + "Doin'", + "Doin\u2019", + "Domain", + "Dominos", + "Donate", + "Donating", + "Donation", + "Done", + "Doorbell", + "Doordash", + "Dork", + "Double", + "Doubtful", + "Download", + "Downloader", + "Downloads", + "Dr", + "Dr.", + "Draining", + "Drake_Teamspeak_IPs_155.csv", + "Drakoria.fr", + "Drawlife.eu", + "Drena_Teamspeak_IPs_25.txt", + "Drive", + "Driving", + "Dropbox", + "Droplets", + "Drugwars_IPs_13.txt", + "DtS", + "Dude", + "Dujunayan", + "Dump", + "DumpMen", + "Dumping", + "Duolingo", + "During", + "Duty", + "Dvze", + "DwP", + "Dwight", + "Dynam1c", + "Dynam1c@thesecure.biz", + "E", + "E'd", + "E.G.", + "E.g", + "E.g.", + "E/", + "E38xgMzDoUhCKHcz5v", + "E46", + "E57", + "E66", + "E6jjds37HN", + "E75E9544618128DDD730C68467BEEF57BCF8303BF493B5EFB77C6094D684AD3F339ADCDF2CB2", + "EACH", + "EAD", + "EAK", + "EAM", + "EAR", + "EAS", + "EASIEST", + "EAST", + "EAT", + "EB", + "EB'd", + "ECH", + "ECK", + "ECT", + "ECs", + "EDIT", + "EDITOR", + "EDR", + "EDUCATIONAL", + "EDs", + "EE5", + "EED", + "EEE", + "EEM", + "EEN", + "EEP", + "EEc", + "EGA", + "EIN", + "ELF", + "ELL", + "ELS", + "ELSE", + "ELY", + "EMAIL", + "EME", + "EMI", + "EMIRATES", + "EMPLOYER", + "EMY", + "ENABLED", + "END", + "ENG", + "ENJOY", + "ENT", + "EOI", + "EON", + "EOS", + "EPA", + "EPICGAMES", + "ER-", + "ER6", + "ERE", + "ERO", + "ERROR", + "ERS", + "ERY", + "ES", + "ESBANK", + "ESCROW", + "ESE", + "ESET", + "ESH", + "ESKISEHIR", + "ESP", + "ESPN+", + "ESS", + "EST", + "ETE", + "ETHEREUM", + "ETS", + "EU", + "EUM", + "EURO", + "EU]/seller", + "EV", + "EVERY", + "EVERYTHING", + "EVM", + "EXCHANGE", + "EXE", + "EXEC", + "EXT", + "EXTREME", + "EYE", + "EYS", + "EZFTID", + "EagleHCF", + "EagleHCF_IPs_87.6k.txt", + "Eaq", + "Earnapp", + "Eclozia.fr", + "Edencraft.fr", + "Edit", + "Edited", + "Edition", + "Edu", + "Education", + "Educations", + "Efficiency", + "EgypthiaMC.fr", + "Eight", + "Eisenhower", + "Ekstazy.eu", + "Electrical", + "Elenox.net", + "Elitios", + "ElixirPvP_E-Mails_30.csv", + "Ellens", + "Elm", + "Elorzia", + "Eltek", + "Email", + "Emails", + "Emails.txt", + "Emails.zip", + "Emmeellee#1", + "EmpireEyes.fr", + "EmpireMinecraft_E-Mails_7.7k.csv", + "EmpireMinecraft_Emails_DB.txt", + "Ended", + "EnderCraft_BuyCraft_DB.txt", + "Endinrio", + "EnergyFIGHT", + "EnforcedMC_Buycraft_Logs_1.3k.txt", + "Enforcement", + "Engine", + "Engineering", + "English", + "Enjoy", + "EnjoyGen_Logins_400.txt", + "EnozFaction.net", + "Enter", + "Enterprise", + "Enumerating", + "Enumeration", + "Envato", + "Environments", + "Enzyme", + "Ephesia.fr", + "EpixMC", + "EpsilonMC.fr", + "EpsilonMC_Forums.txt", + "EquitableEngineer", + "Eqx", + "Er504B", + "Eronit'\u0430", + "Error", + "Error(1", + "Eryzia", + "Esc", + "Escalation", + "EscapeRestart.com_Emails_DB.txt", + "Escrow", + "Espn+", + "Estate", + "EternityTeam", + "Ethereum", + "Ethics", + "EuraCraft", + "Europe", + "Evadav", + "Evangelion", + "Eve", + "Even", + "Everest", + "Every", + "Everyday", + "Everything", + "Evidently", + "Evil", + "EvoluCraft.fr", + "EvoniCraft", + "ExG", + "Exam", + "ExamServices", + "ExamServices#4864", + "ExamVM.CITADEL.CORP", + "Excalibur-craft.ru", + "ExcaliburCraft(hash", + "Excel", + "Excellent", + "Except", + "Exchange", + "Execute", + "Executor", + "Existing", + "Expires", + "Expiry", + "Exploding", + "Exploit", + "Exploit.in", + "Exploitation", + "Express", + "ExpressVPN", + "ExpressVpn", + "Extractor", + "Ey9TQjIe08NmrRwXqNMweMk7qNIkxEU3ULZHY4b9Hb0=", + "Eye", + "F", + "F.", + "F.A.K", + "F.A.Q", + "F1", + "F78", + "F:2", + "FACEBOOK", + "FAKKEEEEE", + "FANSLY", + "FAQ", + "FARGO", + "FARMERS", + "FAULT", + "FB", + "FBE9D6A646C04F793B314B737D119F3C96689B8B", + "FBI", + "FEB16", + "FEB17", + "FEB18", + "FEB19", + "FEB20", + "FEB21", + "FEBbonus", + "FEDs", + "FER", + "FID", + "FIE", + "FIFA", + "FILE", + "FINANCE", + "FINANCIAL", + "FIND", + "FIRST", + "FIT", + "FITBIT", + "FJ", + "FL", + "FLEXIBLE).So", + "FOOD", + "FOR", + "FORT", + "FORTNITE", + "FOS", + "FP", + "FR", + "FR+US+GB", + "FRAME_END", + "FREE", + "FRESH", + "FRESHLY", + "FROM", + "FRONT", + "FRONTEND", + "FS6", + "FT", + "FTP", + "FUD", + "FUD@", + "FULL", + "FULLZ", + "FUTTAIM", + "FWapXmWsXMbDvOdYuuS", + "FabegeZippo", + "Facebook", + "Factasia", + "Factions", + "FactionsLab_E-Mails_900.txt", + "Fadegen.pw.txt", + "FaithfulHCF_Buycraft_Logs_1.8k.txt", + "FaithfulHCF_Buycraft_Logs_30k.txt", + "FaithfulHCF_IPs_34k.txt", + "FaithfulMC", + "Faithful_Buycraft.txt", + "Fake", + "Falcon", + "False", + "Family", + "Fapping", + "Farisun.fr", + "FarmCraft_Buycraft_Logs_35.csv", + "Fast", + "FastlyCrafted_Teamspeak_IPs_240.csv", + "FazyMalone", + "Features", + "Feb", + "Feb.", + "February", + "FedEx", + "Fedex.com/seller", + "Fedora", + "Fee-", + "Feedback", + "Feel", + "Feeling", + "Fees", + "Fesh", + "Fez", + "Fffffuck", + "Fg2Uqcjd", + "Fg2UqcjdES", + "Fiddler", + "Fifty", + "Fight", + "Figured", + "File", + "Files", + "Films", + "Filters", + "Finally", + "Find", + "Fingerprint", + "First", + "Fitbit", + "Fitness+", + "Five", + "Fla", + "Fla.", + "FlightRadar24", + "Flix", + "FloRida", + "Flood", + "FloodKilla", + "Flor3s", + "Florida", + "FlowSpy", + "Fltyxy", + "Fly", + "Fo4", + "Follow", + "Food", + "For", + "Forbidden", + "ForceCraft_E-Mails_50.txt", + "Forex", + "Form", + "Format", + "Formats", + "Fortinet", + "FortniteSweate", + "Forum", + "Forum.txt", + "Forums", + "Forums.txt", + "Found", + "Fourwars_Forums_21k.txt", + "Fox", + "FoxPro#9141", + "FoxY", + "France", + "Frankly", + "Free", + "FreeBSD", + "FreeGen", + "FreeGen.txt", + "FreeMrBond", + "FreebuildMinecraft_-_IPs.txt", + "Freedom", + "French", + "FrenchSky_-_IPs.txt", + "Fresh", + "Freshtools.net", + "Friday", + "Friend", + "Friendly", + "Friends", + "Frivan", + "From", + "FrontierFactions_TeamSpeak_IPs_730.txt", + "Frontier_IPs_1.8k.txt", + "Frozenia", + "Frusky", + "Fubo", + "FuboTV", + "Fuck", + "Fuckthaotherside", + "Full", + "Fullmetal", + "Fullz", + "FullzBazar", + "FunCloud", + "FunParty.sql", + "Funcraft", + "Funimation", + "FusionMC.txt", + "FutureCraft_65k.txt", + "FyreUK_E-Mails_26k.txt", + "G", + "G1X", + "G2f", + "G:2", + "GA", + "GAL", + "GAMBLING", + "GAME", + "GAMES", + "GATHER", + "GB", + "GC", + "GDB", + "GDRIVE", + "GE", + "GEARBEST", + "GEN", + "GENERAL", + "GENERALE", + "GENERATOR", + "GES", + "GET", + "GETTING", + "GGG", + "GHT", + "GIFT", + "GIN", + "GIN784jOQ", + "GL", + "GLACIS", + "GLE", + "GLOBAL_OFFSET_TABLE", + "GLWS", + "GNOME", + "GNU", + "GNU_EH_FRAME_HDR", + "GO", + "GOD", + "GOLDEN", + "GOOD", + "GOOGLE", + "GOS", + "GOV", + "GOVERNMENT", + "GPAY", + "GPS", + "GPT", + "GPd", + "GRABIAS", + "GRAMMARLY", + "GSM", + "GSTAR", + "GS]", + "GUARANTEE", + "GUARANTOR", + "GUI", + "GUIDE", + "GULF", + "GUY", + "GYK", + "Ga", + "Ga.", + "Gaia", + "GaiaServeur.txt", + "Galastar.txt", + "Galore_Teamspeak_IPs_120.txt", + "Gambling", + "Game", + "GameFly", + "Games", + "GamesMadeInPola", + "Gaming", + "Gamster", + "GamsterBW_SW__User_IP.txt", + "Gamster_Bedwars.sql", + "Gamster_SkyWars.sql", + "Garant", + "GardenMC", + "GardenMC.txt", + "Gas", + "Gd0", + "Gecko", + "Geinwald", + "Gen", + "Gen.", + "General", + "Generator", + "Genesis", + "Geo", + "GeoGusser", + "Georgia", + "Germany", + "Get", + "Gg2", + "Gift", + "Girls", + "GitHub", + "Github", + "Gitlab", + "Given", + "Gmail", + "Go", + "GoaCraft_E-Mails_1k.txt", + "God", + "Gofile", + "Goin", + "Goin'", + "Goin\u2019", + "GoldenAgeNetwork_E-Mails_25.txt", + "Goldmaster", + "Gon", + "Good", + "Goods", + "Google", + "Got", + "GotenGen_Logins_80.txt", + "Gotten", + "Gov", + "Gov.", + "Grabber", + "GracePau15161920", + "Grammarly", + "GrapheneOS", + "Grazie", + "Great", + "GreenGetsBunn", + "Greet", + "Greetings", + "GregoryContmr", + "Grella1337", + "Grimdale_Teamspeak_IPs_150.txt", + "Grin", + "Grizzly", + "Group", + "Groups", + "Grtilley@cebridge.net", + "Guarantee", + "Gucci_Teamspeak_IPs_208.csv", + "Gucci_Teamspeak_IPs_2k.txt", + "Guccifer", + "Guesser", + "Gufi", + "Guide", + "Guides", + "GuildCraft_E-Mails_7.5k.txt", + "Guitar", + "Guy", + "GzelfaqsnQVsVZpRNrtSjqVdeMTZzPGn", + "Gzg", + "G\u8be5\u600e\u4e48\u4e0b\u8f7d", + "H", + "H.F4CP0cu", + "H30", + "H4ms3c", + "H99", + "HAI", + "HAND", + "HAPPY", + "HARD", + "HAT", + "HAVE", + "HAVING", + "HBO", + "HBOMAX", + "HBOVendor", + "HCF", + "HCFPvP_Buycraft_Logs_85.csv", + "HCGames", + "HCGames_Buycraft_Logs_13k.txt", + "HCGames_IPs_114k.txt", + "HCGames_IPs_21k.txt", + "HCGames_IPs_57.3k.txt", + "HCNations.txt", + "HCNations_Emails_1k.txt", + "HCNations_Teamspeak_IPs_200.csv", + "HCRiots_Buycraft_Logs_100.csv", + "HCRiots_Forums_143.txt", + "HCRiots_Forums_Leak.txt", + "HCTeams", + "HD", + "HDR", + "HEA", + "HEM", + "HER", + "HERE", + "HES", + "HEX(IFNULL(CAST(COUNT(table_name", + "HH", + "HHusky", + "HI", + "HIDDEN", + "HIGH", + "HILAL", + "HIR", + "HIS", + "HITOMI", + "HIZ", + "HLY", + "HMA", + "HMAVPN", + "HOD", + "HOO", + "HOP", + "HOT", + "HOUSE", + "HOW", + "HQ", + "HQFactions_Buycraft_Logs_55.csv", + "HQFactions_IPs_230.txt", + "HRDP", + "HSBC", + "HTML", + "HTTP", + "HTTP(s", + "HTTP/1.1", + "HUB", + "HULU", + "HVNC", + "HYA", + "HYx", + "Hacked", + "Hacker", + "HackerT123", + "Hacking", + "HackingRealm", + "Hackinglord_IPs_1.7k.txt", + "Had", + "Hadaria.fr.txt", + "Hahahaha", + "Hallo", + "Hamilton", + "Handbook", + "Happiness", + "Happy", + "HappyHG_Staff_IPs_30.txt", + "Harambe_Ghost_Client_140.txt", + "HardFight.fr_Minecraft_Server_SHA1_201606.csv", + "HardFight.txt", + "Hartedd1", + "Harvester", + "Has", + "Hasbulla", + "Hash", + "Hashed", + "Hashed].txt", + "Hashes", + "Hat", + "Hauts", + "Have", + "Havin", + "Havin'", + "Havin\u2019", + "Hayn", + "He", + "He's", + "HeadSpace", + "Headers", + "HealFight", + "HeartSender", + "Heartless_Teamspeak_IPs_177.txt", + "Heartless_Teamspeak_IPs_180.txt", + "Heating", + "Heav'n", + "HeavenNetwork.txt", + "Heidrun", + "Heidrun_-_IPs.txt", + "Helium10", + "Hell", + "Hello", + "Helloscribe", + "Help", + "Helpful", + "Here", + "Here'th", + "Heridia.txt", + "Hey", + "He\u2019s", + "Hft", + "Hhi", + "Hi", + "Hidden", + "High", + "Highest", + "Hijacker", + "Hive", + "HiverCraft.txt", + "Hkn", + "Hknsen156.Hkn", + "Hm", + "Hmm", + "Holde", + "Holla", + "Holy", + "Home", + "Honestly", + "Hongkong", + "Hope", + "Hopefully", + "Host", + "Hosting", + "Hotmail", + "Hotspot", + "HotspotShield", + "How", + "How's", + "However", + "How\u2019s", + "HrULdHmNVSm5bgho", + "Hub", + "Hulu", + "Hundreds", + "HunterFight.txt", + "Hunterpas", + "Huntington", + "Hurst|Archdesign|430", + "Hwc", + "HydraPvP_E-Mails_7.1k.csv", + "HydraPvP_IPs_9.4k.txt", + "HydroMC_Buycraft_Logs_200.csv", + "HyperMine.net", + "Hyversal_Emails_560.txt", + "I", + "I'M", + "I.E.", + "I.e", + "I.e.", + "I3xi7446", + "IA", + "IAL", + "IAM", + "IAS", + "IAmVirus", + "IBAN", + "ICE", + "ICEOI", + "ICK", + "ICQ", + "ICS", + "ID+SELFIE+SSN", + "IDE", + "IDs", + "IE", + "IED", + "IES", + "IEXML", + "IF", + "IFA", + "IFT", + "IFY", + "IG", + "IGH", + "IGS", + "IHm", + "III", + "IKE", + "IL", + "ILE", + "ILL", + "ILLINOIS]/seller", + "ILO", + "ILS", + "ILY", + "IM", + "IMB", + "IME", + "IMEI", + "IMPOSTORS", + "IMSI", + "IN", + "IN/", + "INC", + "IND", + "INFO", + "INFORMATION_SCHEMA.SCHEMATA", + "INFORMATION_SCHEMA.TABLES", + "INFOS", + "ING", + "INK", + "INS", + "INSIDERS", + "INSTAGRAM", + "INSTANT", + "INSTANTLY", + "INSTANTLY.When", + "INSTOCK", + "INT", + "INTERNATIONAL", + "INTERPAYMENT", + "INVITES", + "INs", + "ION", + "IOS", + "IOT", + "IO_stdin_used", + "IP", + "IP's.txt", + "IP).txt", + "IP.txt", + "IP2.txt", + "IP3.txt", + "IPAddress", + "IPCAM", + "IPR", + "IPS", + "IPTV", + "IPVANISH", + "IPVanish", + "IPs", + "IPs.txt", + "IPv4Address", + "IRE", + "IS", + "ISA", + "ISC)2", + "ISE", + "ISH", + "ISLAMIC", + "ISO", + "ISP", + "IST", + "IT", + "ITE", + "ITH", + "ITM_deregisterTMCloneTable", + "ITM_registerTMCloneTable", + "ITY", + "IUM", + "IVE", + "Ia", + "Ia.", + "IceSword.txt", + "Icloud", + "Id", + "Id.", + "Idaho", + "Identifying", + "If", + "Ignored", + "Iheart", + "Ill", + "Ill.", + "Illinois", + "Images", + "Imperia", + "Impersonation", + "Important", + "Impossible", + "Imsi", + "In", + "Inc", + "Inc.", + "Included", + "Ind", + "Ind.", + "India", + "Indiana", + "Industry", + "Infarium_-_AuthMe.txt", + "Info", + "Information", + "Injector", + "Insational_Teamspeak_IPs_110.csv", + "Instagram", + "Install", + "Instant", + "Instead", + "Instruct", + "Instruction", + "Instructions", + "Integral", + "IntelBroker", + "Intelyc_E-Mails_40.txt", + "Interested", + "Interesting", + "Internal", + "Internet", + "Intimshop", + "Invalid", + "Involved", + "IonCraft_Buycraft_2k.txt", + "IonCraft_Buycraft_Logs_2k.csv", + "Iowa", + "Iqz", + "Iranian", + "Iraq", + "Iraq_IPs_57.txt", + "Iraq_Teamspeak_IPs_201.csv", + "IratusPvP_Buycraft_Logs_1.8k.csv", + "IratusPvP_IPs_10k.txt", + "Iratus_Buycraft_logs.txt", + "Ironcraft", + "Ironically", + "Is", + "IslandClash_Buycraft_Logs_2.8k.txt", + "It", + "It's", + "Italy", + "Item", + "Its", + "Itsco.1751356617", + "Itsn't", + "Itzme", + "It\u2019s", + "J", + "J'aime", + "JAH", + "JAN", + "JANUARY", + "JAVA", + "JB", + "JID", + "JJm", + "JM", + "JMjk3EAfo", + "JOB", + "JOHN", + "JOIN", + "JOW", + "JOY", + "JP", + "JPG", + "JPremium", + "JPremium.txt", + "JS", + "JSC", + "JSON", + "JUST", + "JVM", + "JXOsUlqnxoMkFDU7:2", + "Jabb3r", + "Jabber", + "JahCoin#5396", + "Jahoida", + "Jammer", + "Jan", + "Jan.", + "January", + "Japan", + "JartexNetwork_E-Mails_90.txt", + "Jason", + "Java", + "JawsPvP_IPs_830.txt", + "Jay23Q", + "Je", + "Jeff2069@cebridge.net", + "Jeremy69969", + "Jesus", + "Jewish", + "Jhg", + "Jnice05", + "Job", + "JohnDoe", + "Johnny|Hall|4813", + "Join", + "JokeTTT", + "Josemogu54", + "Jov", + "Jp1", + "Jpy", + "Jr", + "Jr.", + "Judge#2977", + "Jul", + "Jul.", + "July", + "Jumping", + "Jun", + "Jun.", + "June", + "Jungle", + "JuniorHacker", + "Just", + "JustLikeMusk", + "Jvlius1337", + "K", + "K.", + "K1S", + "K3MO", + "K881aB", + "K:2", + "KASIKORN", + "KASIKORNBANK", + "KB", + "KC#3044", + "KDE", + "KE", + "KEEP", + "KEKER", + "KEN", + "KER", + "KET", + "KEY", + "KEYS", + "KHRESCHATYK", + "KHTML", + "KI", + "KILLER", + "KK", + "KKK", + "KL", + "KNEW", + "KO", + "KOK", + "KOV", + "KRAKEN", + "KRUNG", + "KRUNGSRI", + "KRUNGSRIAYUDHYA", + "KRUNGTHAI", + "KURATORMSK", + "KW", + "KYP", + "KaBob", + "Kahnville", + "Kali", + "Kan", + "Kan.", + "Kans", + "Kans.", + "Kansas", + "KasemSH99", + "Kaseya", + "Kaspersky", + "Keep", + "Kentucky", + "Keralis_Buycraft_Logs_6.9k.txt", + "Kerb", + "Ketasinee", + "Key", + "Key.com/seller", + "Keylogger", + "Keys", + "Keyword", + "KicR6cf63bE4w3xEuMZpezxVjDrMwqOURzXwoTI1zXEGaaxXO25Az4NYy58Z2qxa", + "Kid", + "Kikibosum", + "Kill", + "King", + "KingWar", + "Kingdom", + "Kjjj", + "Klaa", + "Kleinanzeigen", + "KnowlesMC", + "Kodex", + "KoonKraft_Buycraft_Logs_18.7k.txt", + "Koonkraft_buycraft_db.txt", + "KrakoziaMC", + "Kranesia.txt", + "Kratos9944", + "Kremlin", + "Kreto2137", + "Kronos_IPs_835.csv", + "Kurama", + "Ky", + "Ky.", + "Kyushlin", + "L", + "L.L.C.", + "L1", + "L1_BHN_v1.4.41", + "L6", + "L8b", + "L99", + "LACOSTE", + "LAL", + "LARI", + "LAST", + "LATELY", + "LAY", + "LB1", + "LBSG.net_MD5_12M_January_2016.txt", + "LEACHERS", + "LEADS", + "LEAK", + "LEASE", + "LEAVE", + "LED", + "LEECH", + "LEECHER", + "LEECHERS", + "LEGAL", + "LEM", + "LER", + "LES", + "LET", + "LETS", + "LEY", + "LIC", + "LID", + "LIFETIME", + "LIIIIKE", + "LIKE", + "LIMIT", + "LIMITED", + "LINES", + "LINK", + "LINKS)/seller", + "LIT", + "LIX", + "LK9", + "LLC", + "LLE", + "LLS", + "LLY", + "LLZ", + "LM3hYR", + "LMAOO", + "LNK", + "LODGE", + "LOG", + "LOGS", + "LOL", + "LONG", + "LOOKING", + "LOVE", + "LOW", + "LOX", + "LPN", + "LPT", + "LSB", + "LSE", + "LSO", + "LSSAS", + "LTC", + "LTD", + "LTF/", + "LTSC", + "LUCK", + "LUNA", + "LUS", + "LUXURY", + "LVE", + "LWS", + "LY", + "LY|", + "LZA", + "La", + "La.", + "LaboCraft.txt", + "Labuy", + "Laden", + "Land", + "Landing", + "Laos", + "Large", + "Last", + "LastCraft_Forums_46k.sql", + "Late", + "Latest", + "LattyCraft", + "Law", + "LawDogUSA", + "Laybuy", + "Lead", + "Leads", + "League", + "Leak", + "LeakBase", + "LeakGOD", + "Leaked", + "LeakedSquid", + "Leaks", + "Learn", + "Leecher", + "Leechers", + "LeftBoob_Teamspeak_IPs_1.8k.txt", + "LeftBoob_Teamspeak_IPs_125.txt", + "Legacia.txt", + "LegacyFight.txt", + "LegendaryHell", + "Legends", + "LegitLogs", + "LegitPlay_200k.txt", + "LegitPlay_Full_200k.csv", + "Length", + "Less", + "Let", + "Let's", + "Lets", + "Let\u2019s", + "Lexus", + "Library", + "LibreNMS", + "Libya", + "Licence", + "License", + "Life", + "LifeCraftV2", + "Lifetime", + "Lightshot", + "Like", + "Likes", + "LilLeech", + "LilTrader", + "Lili", + "Limit", + "Limited", + "LinEnum0", + "Lincoln", + "Lines", + "Link", + "Linkedin", + "Linux", + "List", + "Liste", + "Liste-Serveur.fr.txt", + "Listed", + "Lists", + "LiteBans", + "LiteBans.txt", + "Litebans", + "Litebans.txt", + "Litecoin", + "Livadia.txt", + "Live", + "Livesafe", + "Lkxc8iRkM", + "Lmaorip_Teamspeak_IPs_120.txt", + "Lnk", + "Loaders", + "Local", + "Log.txt", + "LogMeIn", + "Login", + "Logins", + "LogonPoint", + "Logs", + "Logs]/seller", + "Lol", + "Long", + "Look", + "LookUp", + "Looking", + "Lookup", + "Lorazia.txt", + "LordFight.txt", + "Lots", + "Louisiana", + "Lounge", + "Love", + "Lovin", + "Lovin'", + "Lovin\u2019", + "Ltd", + "Ltd.", + "Lucas", + "Lucas#1337", + "Lumosity", + "LunariaSDL_-_IPs.txt", + "Lunazia", + "Luvs", + "Luxotica", + "Lvb2hRwFS", + "Lycaria", + "Lyman", + "Lynaria_Web.txt", + "Lyrania_-_BungeeAuthenticator.txt", + "Lyrania_-_Litebans.txt", + "Lyrania_Build_-_Essentials.txt", + "Lyrania_FFARush_-_Essentials.txt", + "Lyrania_PvPBox_-_Essentials.txt", + "Lyzeria", + "M", + "M&T", + "M'd", + "M68gut9psitrexY465Gas", + "M7/", + "MA", + "MADE", + "MAH", + "MAIL", + "MAILS", + "MAIN", + "MAJID", + "MAKI_LOGS]", + "MALICIOUS", + "MALWARE", + "MALWAREBYTES", + "MAN", + "MANY", + "MARIA.txt", + "MARKET", + "MASHREQ", + "MASHREQBANK", + "MASTERCARD]/seller", + "MAX", + "MAYBE", + "MB", + "MBA", + "MBC", + "MBO", + "MC", + "MC+", + "MC-Bazaar_E-Mails_130.txt", + "MC-Central_IPs_13mil.txt", + "MC-Drugs_Buycraft_Logs_2.5k.csv", + "MC-Legends_IPs_5.6k.csv", + "MC-Market.sql", + "MC-Nova.net", + "MC-Warz_IPs_55.csv", + "MCA", + "MCBans_136k.csv", + "MCBans_IPs_1.5mil.txt", + "MCBusinessCraft_E-Mails_185.sql", + "MCCritz_Slack_E-Mails_55.csv", + "MCGamerZone_Staff_23.txt", + "MCLeaks_Logins_2.3k.txt", + "MCSell_E-Mails_15.7k.doc", + "MCSniper.co", + "MCSniper_IPs_20k.txt", + "MCSniper_Logins_8k.csv", + "MCSniper_PayPal_Emails_1k.txt", + "MCTrades_Staff_11.txt", + "MD", + "MD5", + "ME", + "ME-", + "MED", + "MEDIAFIRE", + "MEGA", + "MEGANZ", + "MEI", + "MER", + "MERCHANT", + "MERIWEST", + "MES", + "MESSAGE", + "MESSAGE-----", + "METHOD", + "METHODS", + "MEYE", + "MI", + "MIC", + "MICROSOFT", + "MID((SELECT", + "MIDDLE", + "MILLION$zoom", + "MIMIKATZ", + "MIN", + "MIND", + "MINDHUNTER#8058", + "MINECRAFT", + "MINUTES", + "MISSUSE", + "MIT", + "MIX", + "MLB", + "MMC", + "MN", + "MOBILE", + "MODULES", + "MOMENT", + "MONTH", + "MONTHS", + "MOR", + "MORE", + "MOROCCO", + "MOUSE", + "MQ", + "MS01", + "MSI", + "MSK", + "MSKd94FBfJ", + "MSM", + "MSSQL", + "MTA", + "MTP", + "MT_SOFT", + "MULTIPART", + "MULTIPLE", + "MUST", + "MUmDSlO3", + "MUmDSlO3M", + "MY", + "MY0", + "MYFULLZ", + "Ma'am", + "Mac", + "MacBook", + "MacOS", + "Macbooks", + "Machine", + "Machines", + "Made", + "Magento", + "MagicMinecraft_Logins_86.2k.sql", + "Magisto", + "Mai", + "Mail", + "Mailers", + "Main", + "Mains.ps1", + "Make", + "MakeAWishKid", + "Maltego", + "Malware", + "Malwarebytes", + "Malwares", + "Man", + "ManaCube", + "ManaCube_Forums.txt", + "Manage", + "Management", + "MangoJack", + "Manjaro", + "Many", + "Manyvids", + "MapleCraft_IPs_11.6k.txt", + "Mar", + "Mar.", + "March", + "Marcus", + "MariaDB", + "Market", + "Marketing", + "Marketplace", + "Marriott.com/seller", + "Mary|Prettyman|793", + "Mass", + "Mass.", + "Massachusetts", + "Master", + "Mater", + "Mathway", + "MatrixGlitch", + "Max", + "May", + "Maybe", + "Mayve", + "Ma\u2019am", + "McAfee", + "Md", + "Md.", + "Me", + "Meanwhile", + "Medibank", + "Member", + "Memrise", + "Men", + "Mendez62102638", + "Mendung_Ireng", + "Mepo", + "MerchInformer", + "MerchNinja", + "MerchTitans", + "Merchant", + "Merrickbank.com/seller", + "Message", + "Messrs", + "Messrs.", + "Meta", + "Meta_Teamspeak_IPs_100.txt", + "Metasia", + "Metasploit", + "Meterpreter", + "Method", + "Methodology", + "Methods", + "Mexico", + "Mich", + "Mich.", + "Michigan", + "Microsoft", + "Middleman", + "Midnight_Teamspeak_IPs_200.csv", + "Midnight_Teamspeak_IPs_460.csv", + "Might", + "Mikayla", + "Mike", + "Mikikatz", + "Miley", + "Million", + "Mine", + "MineDisney", + "MineHeroes_E-Mails_16.9k.csv", + "MineHeroes_E-Mails_52.1k.txt", + "MineLand", + "MineLatino", + "MineMarket", + "MineSerwer.txt", + "MineTime_IPs_170.txt", + "MineVast_Buycraft_Logs_6k.csv", + "MineWhite_-_Emails.txt", + "MineagePvP_E-Mails_18k.txt", + "MineagePvP_E-Mails_27k.sql", + "MineagePvP_E-Mails_27k.txt", + "MineagePvP_IPs_136.4k.txt", + "Minecon_Emails_3.7k.sql", + "Minecraft", + "Minecraft.Porn_Teamspeak_IPs_201.txt", + "MinecraftForgeFrance.fr_SHA1(SALT)_2016.sql", + "MinecraftForgeFrance.txt", + "MinecraftRip_Teamspeak_IPs_35.csv", + "MinecraftTunnel_Buycraft_Logs_940.csv", + "Minecraft_HCGames_Buycraft.txt", + "Minecraft_HCRiots_Forums", + "Minecraft_HCRiots_buycraft.csv", + "Minecraft_MoltresPvP_Forums(user", + "Minecraft_Valux_Buycraft.txt", + "Minecraftrip_Teamspeak_IPs_201.txt", + "Minedy_E-Mails_920.txt", + "Mineleaks.cc", + "Minemen", + "MinemenClub", + "MinemenClub_Forums_200k.sql", + "Mineplex_BuyCraft_1k.txt", + "Mineplex_Staff_245.csv", + "Mineplex_Usernames_1.5m.txt", + "Miner", + "Minestia", + "Mini", + "Minn", + "Minn.", + "Minnesota", + "Mins", + "Miracle", + "Mirror", + "Mirrored", + "Miss", + "Miss.", + "Mississippi", + "Missy68", + "Mo", + "Mo.", + "MoPharma", + "Mobile", + "Mobile/15E148", + "Moderator", + "Modern", + "ModernMC_Buycraft_Logs_15.csv", + "ModuleNotFoundError", + "Moku_IPs_4.5k.txt", + "Molotov", + "Moment", + "MondialCraft_-_Authme.txt", + "Money", + "MoneyTeam_Teamspeak_IPs_745.csv", + "Moneyleon", + "Mont", + "Mont.", + "Month", + "Monthly", + "Months", + "Moon", + "More", + "Most", + "Mostly", + "Motorola", + "Mount", + "Moved", + "Moves", + "Mozilla/5.0", + "Mqt", + "Mr", + "Mr.", + "MrPandaBear", + "Mrs", + "Mrs.", + "Ms", + "Ms.", + "Ms2", + "Mt", + "Mt.", + "Mta", + "Much", + "Muh", + "Multilingual", + "Multiple", + "Munchies_MDP.txt", + "MunchyMC_Teamspeak_IPs_600.txt", + "Music", + "Must", + "MvWild_-_Web.txt", + "My", + "MyCanal", + "MyCube.txt", + "MySQL", + "Mybb", + "Mz6", + "N", + "N'T", + "N(s", + "N.C.", + "N.D.", + "N.H.", + "N.J.", + "N.M.", + "N.Y.", + "N3RoX", + "N47", + "NAL", + "NAME+ADDRESS+AN+RN", + "NAME-", + "NATIONAL", + "NBA", + "NBD", + "NC", + "NCE", + "NCH", + "NCHAR),0x20", + "NCL_Teamspeak_IPs_400.csv", + "NCO", + "NCR", + "ND", + "NDS", + "NED", + "NEED", + "NER", + "NERO", + "NES", + "NESyjgfQm7SCitlZ:2", + "NET", + "NETFLIX", + "NETGEAR", + "NETS", + "NETWORK", + "NEVER", + "NEW", + "NEXT", + "NEY", + "NFL", + "NFO", + "NFUO2", + "NFX", + "NGE", + "NGS", + "NIGERIA", + "NIM", + "NITRO", + "NJ", + "NKS", + "NL", + "NLY", + "NMS", + "NOOR", + "NORTON", + "NOS", + "NOT", + "NOTE", + "NOVA", + "NOVBV", + "NOW", + "NPL", + "NPT", + "NRAF", + "NSFW", + "NT2", + "NTA", + "NTE", + "NTH", + "NTO#1337", + "NTS", + "NTY", + "NULLED", + "NUMBER", + "NV", + "NY", + "Na", + "Nadeyus", + "Nah", + "Name", + "Namz", + "Napster", + "Naruto", + "Nationwide.com", + "Nato", + "Naughty", + "Navigate", + "Navy", + "NavyFederal", + "Neb", + "Neb.", + "Nebr", + "Nebr.", + "Nebraska", + "Need", + "Negative", + "Nemerya", + "NerdLand.txt", + "Net", + "Netflix", + "Netherlands", + "Network", + "Networks", + "Nev", + "Nev.", + "Nevada", + "Never", + "New", + "New Hampshire", + "New Jersey", + "New Mexico", + "New York", + "Nexion.txt", + "Nice", + "NightMC.sql", + "Nimori", + "Ninja", + "Nitro", + "NjRAT", + "No", + "NoCryi", + "NoVBV", + "Nobody", + "Noctalia", + "Noctalia_1.9k.txt", + "Nod", + "NodusForums_50k.txt", + "Non", + "Nontia.txt", + "Norania.txt", + "Nord", + "NordVPN", + "NordVpn", + "Nordvpn", + "North Carolina", + "North Dakota", + "NostalgiaMC.txt", + "Not", + "NotSoSmart", + "Note", + "Nothic", + "Nothin", + "Nothin'", + "Nothing", + "Nothin\u2019", + "Nov", + "Nov.", + "November", + "Now", + "NpQHvuHmZgAzGB7u:2", + "NsA", + "Nubile", + "Nukepit_IPs_220.txt", + "Nullbyte", + "Nulled", + "Number", + "Numbers", + "Nutanix", + "Nuthin", + "Nuthin'", + "Nuthin\u2019", + "Nz0", + "O", + "O'clock", + "O.O", + "O.o", + "O3M", + "O3i", + "O:2", + "OAD", + "OB2", + "OCA", + "OCK", + "OCS", + "OCX", + "ODA", + "ODS", + "OE+", + "OES", + "OF", + "OF1", + "OFFER", + "OFFICE365", + "OFT", + "OG", + "OGS", + "OG_Emails_2.4k.txt", + "OH", + "OHN", + "OID", + "OIN", + "OIP", + "OJSC", + "OK", + "OKI", + "OKS", + "OLA", + "OLL", + "OLS", + "OME", + "OMG", + "OMGGGGGG", + "OMI", + "ON", + "OND", + "ONE", + "ONG", + "ONLY", + "ONLYFANS", + "ONNvMy2nDOV8PkzX:2", + "ONS", + "ONT", + "OOD", + "OOF", + "OOG", + "OOK", + "OOL", + "OON", + "OOO", + "OOR", + "OP", + "OPCraft_Staff_IPs_110.txt", + "OPEBULLET", + "OPEN", + "OPENBULLET", + "OPS", + "OPSEC", + "OR", + "ORD", + "ORE", + "ORIGIN", + "ORK", + "ORM", + "ORN", + "ORP", + "ORS", + "ORT", + "OS", + "OSCP", + "OSE", + "OSINT", + "OSS", + "OST", + "OTE", + "OTF_IPs_180.txt", + "OTH", + "OTHER", + "OTP", + "OThers", + "OUD", + "OUR", + "OUS", + "OUT", + "OVA", + "OVE", + "OVERSEAS", + "OWA", + "OXY", + "O_O", + "O_o", + "Oakley", + "Oasis-MC_Emails_6.7k.txt", + "Obama", + "ObbyRaidz_Teamspeak_Logs_3k.csv", + "Obviously", + "Ocean", + "Oct", + "Oct.", + "October", + "Octonya.fr", + "Oculate_Buycraft_Logs_108.txt", + "Oculate_IPs_485.txt", + "OdeliaMC", + "OdinShop", + "Of", + "Of19LKoSEdOsx6F5f9dEfLvegG8yMMs2", + "Offer", + "Office", + "Official", + "Oh", + "OhGaming_E-Mails_11.1k.csv", + "OhMineGod", + "OhMineGod_Buycraft_Logs_670.csv", + "Ok", + "OkiMC_Teamspeak_IPs_165.csv", + "Okla", + "Okla.", + "Oklahoma", + "Ol", + "Ol'", + "Old", + "OluxP", + "OluxP.io", + "Olympa", + "Ol\u2019", + "OmegaCraft.txt", + "OmegaCraft_11k.txt", + "OmegaRealm_E-Mails_27.9k.txt", + "On", + "Once", + "One", + "OneLand_E-Mails_127.9k.txt", + "OneNote(\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435", + "Oneblock", + "Online", + "Only", + "Open", + "OpenBullet", + "OpenCart", + "Opera/9.20", + "Operating", + "Or", + "Orange", + "Order", + "Orders", + "Ore", + "Ore.", + "Oregon", + "OreoCraft_Emails_38.txt", + "Origin", + "Orion", + "Ormosis", + "Ormosis#5344", + "OstiaPvP_Buycraft_Logs_4k.csv", + "OstiaPvP_E-Mails_1.1k.txt", + "OstiaPvP_IPs_3.1k_Map_5.txt", + "OstiaPvP_IPs_4.4k_Maps_1-4.txt", + "OstiaPvP_IPs_4.7k_Map_6.txt", + "Other", + "Otherwise", + "Otvetil", + "Ought", + "Our", + "Oushen#6732", + "Out", + "Outlook", + "Over2Craft_-_Web.txt", + "OxPvP_Buycraft_Logs_1k.txt", + "OxPvP_IPs_21.3k.txt", + "Oxygen", + "O\u2019clock", + "P", + "P$B", + "P$B1NVMF1bQ.z4pIkhZEiENe9Nq77cCi/", + "P$B1OaVazbdDNRGeT75l8AO6OE/18gxp0", + "P$B3Qhk3w7Xy6wd9s0BFk", + "P$B3VX3Aty8bVM.poQmJT3pcwofElv8F/", + "P$B3VX3Aty8bVM.poQmJT3pcwofElv8F/:Crm1234", + "P$B5PbZIIakiVR.Ym3", + "P$B6flR.XK7viCAg", + "P$B90hozf2pyNIQPAvJ.0XV6o", + "P$BA7yv53imhQzyhZ6YzVTiAMcRmqZTE1", + "P$BAC3qTJsHJYuDikiH75AHArAEx", + "P$BB8MS2A2lHiCuRmAueYKd5BaH4rQGm", + "P$BBCg5sU", + "P$BBtfDhEQrnDgleo84Q.0nwyUoqbhbc", + "P$BDUqkXw4eURiPOFDXJjjws3AsbMsbI1", + "P$BFIHSJDvVzkTBP6.RIgnGnAufPvsUd", + "P$BFV.TEXYIkqlbViPnclV1rDsc3LiIN/", + "P$BHs4MoJbf4FhpJfSBo22i1ZVZxP9os1", + "P$BJZHIQFs6xwIxuM5c1EeLQhuJlDUGd0", + "P$BK0sMnnjxnjV6ApE5j1kQRqBoc96Xp1", + "P$BKgZfOMce4A0Zvt1yBj7TNO.Cubanq1", + "P$BL0D7FksE02Qzkl3B42jfLrpiLc8X7/", + "P$BLVXB3bPA6cmGmn8dCowZ026waxTg90", + "P$BMqlo3DqIxicjfZW7Zxn9UmsvkGQ481", + "P$BOwiEr", + "P$BQ5TqH5TeLPXJFP8Y", + "P$BQkY6jhbSd1OLIwYyFKAhXkXDVIWJp1", + "P$BRgc1hklsS0YLakPEu.3AO29X/3irk/", + "P$BRizgCNvjq2TEaq", + "P$BRx4SQBqsWXgAMbvgTaIEDVTzpq", + "P$BTLI2eiRx.4wcfylgWCzYuVmEzan6a/", + "P$BU1BAdEc4hzdtjhIOHR7BVlt3iquQL1", + "P$BXyoGQBwd0tiAn7dH6wDCIxFXXpiM7/", + "P$BZW5Lx0Go63CHVmOgvr0oGl.zDTx011", + "P$BbsZvR8iCCLtPpX6.oE0yDvFu", + "P$Bczj0YiTbT9CfR3mbGG4ARuRQoSG7Z1", + "P$BeGW6TkXO4rwpR3SqbTZ5Q43sT287W0", + "P$BeyhCvKeJzwF7DsAVU3iZBgS5m4/6P.", + "P$BfD28N1G48lKxIFSqTzhTAEwofqhxA0", + "P$Bg3P7wJWYbK8Yth.2WwgF8Noq04Pck0", + "P$BjuvzpKjpXmWl6oT3mKeE3RKRsEy9H/", + "P$BkjwRXUUVptAtEDSEd2CAkq9nBxV6r0", + "P$BkpC.QqgBQH1m.jmxcKsjmIGmadwNz0", + "P$BkpGJVM", + "P$BkrnQODfRTC.s1UTCg3dx5vSoX0lmu", + "P$BnO3i", + "P$BpKSayLCNNS0fhiMSfUnD2wVXG6Gzg", + "P$BqMJsl7nv", + "P$BrZ7oK.kUqgs52pxvbfShMUSL/5TS80", + "P$Bso08Ud2EvFQH00kh2jgTKXgJQzYqW/", + "P$BtXZSmow.dXhcRmIh2TeXvjfDSLsuO0", + "P$Bv.7gY8otjmpJ5ftKTQUaA2k2mPurq1", + "P$BvRRewJ8wbI0NQlmKN7k5BiFb5x0DC1", + "P$Bvv6QrKnCJfPp3JI8x1umWwl4Ccggq/", + "P$BwBx86HycQv2ebswGPRtsyMRQ3PjA00", + "P$BzMFREkIUGxXj6BThps7si5yQ3fJov", + "P(s", + "P.J.S.C.", + "P1", + "P10", + "P11", + "P12", + "P13", + "P14", + "P15", + "P17", + "P18", + "P19", + "P2", + "P21", + "P23", + "P2P", + "P3", + "P5", + "P6", + "P7", + "P8", + "P8Y", + "P9", + "P9xA09twTZNJaNF7Gg2", + "PA", + "PACK", + "PACKAGE", + "PAGES", + "PAL", + "PARTNERS", + "PASS", + "PASSPORT", + "PASSWORD", + "PASSWORDS", + "PAWSRV.CITADEL.CORP", + "PAY", + "PAYLOAD", + "PAYPAL", + "PAulu$", + "PBN", + "PC", + "PEB", + "PEN", + "PEOPLE", + "PER", + "PERCENTAGE", + "PERSONAL", + "PERSONALLY", + "PEforums.txt", + "PEn", + "PGP", + "PGn", + "PHILO", + "PHONE", + "PHOTOS", + "PHP", + "PHPSESSID=4df39c5a430", + "PHT", + "PICS", + "PIN", + "PIs", + "PJSC", + "PL", + "PLAID", + "PLAY", + "PLC", + "PLE", + "PLEAS", + "PLEASE", + "PLUS", + "PLW1000v2", + "PLY", + "PLZ", + "PM", + "PM'ed", + "PMTA&SMTP", + "PMs", + "PN+", + "PNC", + "PNG", + "PNPT", + "POCA", + "POLLWORKERS", + "POOG", + "POP", + "PORNHUB", + "PORPOUSES", + "POST", + "POSTS", + "POT", + "PPS", + "PPY", + "PR", + "PREMIUM", + "PREORDERS", + "PREPAID", + "PRIATE", + "PRICE", + "PRICES", + "PRIVATE", + "PRIVATEALPS.NET", + "PRIVATE].sql", + "PROBABLY", + "PRODUCTS", + "PROFILE", + "PROFILES", + "PRONLEM", + "PROOF", + "PROXY", + "PROXYLESS", + "PS", + "PS4", + "PS5", + "PSC", + "PSN", + "PT", + "PTO", + "PTV", + "PUB", + "PUBLIC", + "P^2401201000000000000000000000000", + "Pa", + "Pa.", + "Package", + "Packmaker_Teamspeak_IPs_75.csv", + "Pactify11k", + "Pad", + "Page", + "Pakistan", + "Pal", + "PaladiumPvP.txt", + "Pan", + "Panda", + "PandakMC", + "PandoraUHC.txt", + "Pandoria.txt", + "Panel", + "Panels", + "ParaPots_E-Mails_2.5k_Partial.txt", + "ParaPots_Emails_2.8k.txt", + "ParaPvP_Staff_386.csv", + "Paradise-MC_E-Mails_2k.txt", + "Parameter", + "Paramount", + "Paramount+", + "ParinaCraft_E-Mails_4k.txt", + "Paris", + "Parker", + "Parkin", + "Parsed.csv", + "Particle", + "Partners", + "Pass", + "Passcore", + "Passport", + "Password", + "Passwords", + "Pasted", + "Path", + "Paul", + "Pay", + "PayPal", + "PayPay", + "Payload", + "Payloads", + "Payment", + "Paypal", + "Pdf", + "Peace", + "PeaceBis", + "Peaceful", + "Peacock", + "PeacockTV", + "Pengantar", + "Pennsylvania", + "Pentest", + "Penthouse", + "People", + "Perfect", + "Performance", + "Permanent", + "Pernat1y", + "Persistence", + "Personal", + "Personally", + "Ph", + "Ph.D.", + "Phantom-MC_E-Mails_600.csv", + "Phishing", + "Phone", + "Photopea", + "Photoshop", + "PhpBB", + "Pi", + "Piano", + "Piece", + "PigTeam011", + "PilliGream3301", + "PinePhone", + "Ping", + "Pinner", + "Pinterest", + "Pivoting", + "PixWorld", + "PixelLegends_E-Mails_490.csv", + "Pixelax", + "PixelmonFR", + "Pixor", + "PjcGURdragSuW", + "Pkt", + "PlanC", + "Playboy", + "Players", + "Playstation", + "Please", + "Plex", + "Plex.tv", + "Pls", + "Plus", + "Plutonia", + "Plz", + "Pm", + "Pnc.com(with", + "Podium.com/seller", + "Point", + "Poisoning", + "PokeMaster.txt", + "PokePixel", + "PokeVerse_E-Mails_1k.csv", + "PokeVerse_E-Mails_1k.txt", + "Pokelandia_-_IPs.txt", + "Pokelandia_-_Web.txt", + "PokemonPixel", + "Pokimane", + "Poppin", + "Porn", + "Porn(s", + "PornHub", + "PornHub|", + "Pornhub", + "PortalWorld.txt", + "Portugal", + "Pos", + "Positive", + "Post", + "PotsGG_Buycraft_Logs_300.csv", + "Power", + "PowerDrop", + "PowerMTA", + "PowerPoint", + "Powershell", + "PrAnK", + "Premier", + "Premium", + "Premiums.txt", + "Prep", + "Present", + "PressVpn", + "Pressing", + "Prestige", + "Pretending", + "Price", + "Prices", + "Prime", + "Prison", + "PrivEsc", + "Private", + "PrivateLayer.txt", + "Privilege", + "Privileges", + "Pro", + "Product", + "Products", + "Prof", + "Prof.", + "Professional", + "Profitable", + "Project", + "ProjectMayhem_E-Mails_2.5k.txt", + "Promise((res", + "Proofing", + "Propertysex", + "Prophet", + "Protect", + "Protection", + "Protector", + "Protectors", + "Proton", + "ProtonMail", + "Provide", + "Provided", + "Psyphon", + "Publisher", + "Pulse", + "PulsePvP", + "PulsePvP_Buycraft_Logs_1.7k.csv", + "PulsePvP_E-Mails_390.csv", + "Puma", + "Punishment", + "Purchase", + "Pure", + "PurePractice_Buycraft_Logs_70.csv", + "PurePvP_IPs_560.txt", + "PurgePots_Buycraft_Logs_1.4k.csv", + "PurpleKingdom_IPs_60.txt", + "Purpose", + "PvP", + "PvPBonsko_Forums_23k.txt", + "PvPLounge_IPs_335.txt", + "PvPLounge_IPs_470.csv", + "PvPLounge_Teamspeak_IPs_130.txt", + "PvPingMC_Emails_7.6k.txt", + "PvPingNetwork_E-Mails_395.csv", + "Pwn3rzs", + "PyHTools", + "Pyrelia_-_Emails.txt", + "Python", + "Python-", + "Q", + "Q-1", + "Q-2", + "Q-3", + "Q-4", + "Q-5", + "Q-6", + "QBIPiJEZ4lCv/1jGNlP/", + "QEz", + "QGm", + "QL1", + "QLI", + "QProxies.com", + "QQTUBE", + "QUALITY", + "QUE", + "QUIC", + "Qataria.txt", + "Qonto", + "Qta", + "Quad", + "Qubes", + "Que", + "Quick", + "Quickbooks", + "Quote", + "Qvc.com/seller", + "QzvxVj0BPJ2b4jMP1lES20E79GdTC", + "R", + "R3F", + "R7121", + "R71xx", + "R7500", + "RAB", + "RAF", + "RAKBANK", + "RAL", + "RAM", + "RAMAKOV", + "RANDOM", + "RANSOMWARE", + "RAS", + "RAT", + "RCH", + "RDP", + "RDP/", + "RDPWeb", + "RDPs", + "RDR2", + "RDS", + "REACTIVATED", + "READ", + "REASON", + "RECEIVING", + "RECOVERING", + "RED", + "REDOXADMIN", + "REDUCE", + "REE", + "REF", + "REFUSE", + "REGULARLY", + "RELEASE", + "REMOVER", + "REPALCEMENT", + "REPLY", + "REPORT", + "REPORTED", + "REPUTABLE", + "REQ", + "REQUEST", + "RES", + "RESPECT", + "RESPONSABILITY", + "REVOLVE", + "RFID", + "RGA", + "RGO", + "RIA", + "RIGHT", + "RIOT", + "RIS", + "RIX", + "RKS", + "RL99", + "RLD", + "RLY", + "RMM", + "RMS", + "RN", + "ROBLOX", + "ROI", + "ROM", + "ROO", + "ROR", + "ROSE.txt", + "ROW", + "RPS", + "RRY", + "RSE", + "RSMV_Buycraft_Logs_120.txt", + "RST", + "RTE", + "RTO", + "RTP", + "RTS", + "RU", + "Radikula", + "RaidCraft_Buycraft_Logs_255.csv", + "Rakuten", + "Random", + "Random_Forums_1.1k.txt", + "Random_IPs_10.8k.txt", + "Random_IPs_105.txt", + "Random_IPs_12k.txt", + "Random_IPs_160.txt", + "Random_IPs_200.txt", + "Random_IPs_418.txt", + "Randomizer", + "RangeGroup", + "RankBeast", + "Ranking", + "Ransomware", + "Ransomwares", + "Rapeflix", + "RapidGator", + "Rapidgator", + "RaptorHost.txt", + "RastaFarEye", + "Rates", + "Ray", + "ReaQta", + "Reach", + "Ready", + "Real", + "RealTime", + "Realize", + "Really", + "Realm", + "ReaperHQ.txt", + "ReaperMC_IPs_5k.txt", + "ReaperMC_Teamspeak_IPs_225.txt", + "Reason", + "Reasonable", + "Recently", + "Recieved", + "RecklessHCF_IPs_365.txt", + "RecklessNetwork_1.1k.sql", + "Recon", + "Reddit", + "RedeLegit", + "ReedMC.DE", + "Ref", + "Refer", + "Referer", + "Refreshes", + "Refund", + "Refunds", + "Regards", + "Regazon", + "Region", + "Regions", + "Registered", + "Reid", + "Reinstated", + "Rel.38797", + "Released", + "Relevant", + "Remember", + "Remote", + "Rep", + "Rep.", + "Replaced", + "Replacement", + "Replacements", + "Replacer", + "Replied", + "Reply", + "Report", + "Reports", + "Reposting", + "Republic", + "Reputation", + "Requested", + "Resellers", + "Reserve", + "Respect", + "Respon", + "Restrictions", + "Result", + "Results", + "Rev", + "Rev.", + "Reveal", + "Revealer", + "Revenue", + "Reverse", + "ReverseHCF_IPs_750.txt", + "Review", + "Revolut", + "Rhadamanthys", + "Rhadamanthys@exploit.im", + "Rights", + "Riley", + "Rinaorc", + "Ring", + "Rise", + "RkM", + "Rmc", + "RoX", + "Rogue", + "Roni", + "Roobet", + "Root", + "Router", + "Royal", + "RoyalPixel_-_Emails.txt", + "Royalbank.com/seller", + "RoyalityMC", + "RoyaltyPvP_Buycraft_Logs_5.5k.txt", + "RoyaltyPvP_E-Mails_1k.txt", + "RoyaltyPvP_IPs_11k.txt", + "Ruby", + "Rule", + "Rules", + "RunOnce", + "Running", + "Runtime", + "Rushy_-_Authme.txt", + "Russian", + "Russians", + "Rvf8zL3bN", + "RyanKole2899", + "Ryushi", + "S", + "S.A.", + "S.C.", + "S01", + "S80", + "SAA", + "SAFE", + "SAP", + "SAS", + "SAVINGS", + "SBC", + "SC", + "SCAMMED", + "SCAMMER", + "SCAMMERS", + "SCEM", + "SCH", + "SCJ", + "SCOTIA", + "SCP", + "SCRAPER", + "SDA", + "SDR", + "SDT", + "SDxf_user.txt", + "SDxf_user_authenticate.txt", + "SE", + "SE'd", + "SE'ing", + "SE'rs", + "SEARCH", + "SEARCHER", + "SEAT", + "SEC", + "SED", + "SEE", + "SELECT", + "SELECT(SLEEP(32-(IF(ORD(MID((SELECT", + "SELECT(SLEEP(5)))PDwP", + "SELECT(SLEEP(5-(IF(ORD(MID((SELECT", + "SELFIE", + "SELL", + "SELLER", + "SELLING", + "SEMI", + "SEND", + "SENTRYMBA", + "SEPA", + "SER", + "SERIAL", + "SERIOUS", + "SERVER", + "SERVICE", + "SERVICES", + "SES", + "SET", + "SEd", + "SEing", + "SEs", + "SFW", + "SHA256", + "SHA512", + "SHARE", + "SHARING", + "SHARJAH", + "SHELL", + "SHELLS", + "SHINA.txt", + "SHOPPING", + "SHOPPY", + "SHOPS", + "SHOW", + "SIAM", + "SIG", + "SIGNATURE-----", + "SIGNED", + "SILVER", + "SIM", + "SINSAP", + "SIP", + "SIS", + "SKINNER", + "SKRILL", + "SLAYER", + "SLEEP", + "SLOWER", + "SLY", + "SMALL", + "SMS", + "SMSPOOFER", + "SMSSpoof", + "SMTP", + "SMTPS", + "SNIPR", + "SNKMCFR", + "SNS", + "SNUXfm3w8", + "SO", + "SO2", + "SOCIETE", + "SOCK_STREAM", + "SOFTWARE", + "SOME", + "SOMETIMES", + "SON", + "SOON", + "SP", + "SP-", + "SPECIAL", + "SPLIT", + "SPORTS", + "SPOTIFY", + "SPX", + "SQL", + "SQLI", + "SQLSRV3.GLACIS.CORP", + "SRI", + "SRV71.CITADEL.CORP", + "SRVMAIL02.domain.local*$9B6C017EDC6332CA2EEBDF3E9BC7327B$2B8A52323E75C39517CDA7AE4B7F02E6B2B7B478DF294F881AF2A7FE0FA92A10D55FC2E29550FC3975735BB03F985BB678FEB27E2771AF8E84BE00D297D69E96580C28355BF7522E2FD39EC26F8ACF04D95E287E369438ACC94C868B225F83C9863DA83DEBD094D757527441E2CFB199E2C435B2E071D52C7069C373DC45111F9878434353A2900D14762083A5593D031E19DB293C2A3B4B067CCC097F308B0C6DDCACFA4E20D00B941A191E99BAED262E7A626E068013822F25D0E4D4D43F4653A4C2EB489492FE5E28C4557B9393B2E0C14554478DFB2FDEF8746807EDAE934B4C3A46A6751E5D0F4C1891396E58B78CAE51E7E671C53ACBD26BB8D4BAE82FE3513ED858C0EC205AE81881AA7F4F8BD2255473387E52DF52828E013A2C7A34D71DE6177660B17FE8D3E533A922177EBE2050344F2EA5225877399E412EF3B82C59A77BBA9E0F27B886FEC4FF926BC8941531183E686520D63DDF58157C19447D03D12B3409C84BBF144718875C14E512FD2A977879B630E7F478F23CA7A1208CDDA88B3CE7D2EC0B3D1052E63DD501CF4A926D7FEE5E174ED74556152D4247494F736B1E8BC51CA3076D163B7A6BE852D75FE9E54F0A7A4634A42709C17B3130F2C6FE9447EAE11046F55293BA3A3645BCCDB68BF285F16334EEB2DC195C5ABA2841E6F8CE6D300399E8EA669D4F2B1BF1E55FE453E288342A181C44B32A6B19D33F855A8603CC7F0BCF48844FF95ABA65925E2EDD6D61A0617A21FC168E95FE0D9C6CEF47F607A1CA283D968ED57F624540C0F61560023D6AA87F1FCF128C8E5F7C91A91C2946C79F21998FE339CFBB89AE53BFF8C2085DEF4EEB04883E89C02ED63688ED7D9EBFEBB1A6E36773B6A48173288A32A9B8C048DD31CC8199A48A6D1449F3019264ABBB2CC1006C71C739EE494E0D8CF53C7413E2343B0A42A92B4E5E2D2517DB9EDBCF777093B109541D75151BE688189B933DD4EE22387EDB4A3DA696722C1BEA263020107B90EFE94F4F0452EE6EF7BE038F5B642552329A00D03B037CFD11D366A7F4646A5DD5A28F62E16ABDB989E349BCADCCCAD3A9D6A51CF637BBB30B8AF5C5E7BB7FCADFB5A5A4B1DCD4FE26870A77DA01F66388C9BE7C80CF172B4E35197AA92B313B0CEF65CB31CF98C5431632BAAA95D5818B7CC4712C6902FFB83E112F4B9621B100B3747FBD0E1E55118CBF2ABA272B590AC58AC06E5B3CF1CEA4D7BD316778FD21B07B6757952673292424C95BE425813855DE018EDCECD3F979DDA04994BE76A802580A8CF9BC3534EDD52CDE0F966FAE559481B3BEF36021DB1F9A121CC72A7D4EF02042DC75AEBD88C035F44DB21D87DCED2737F76365EAAAE8122342367D555CAD72DD26FF914B163360ED54114C6C8924D321B5F57E26492E29DF6D3272281C48759F117A1B191D9DA556A73E47EE9127F466F6C8F510CA520A55DB94B33D20A65F67A0414E84B9B7CFD421FD7997766EE55BF8438372284D17D018BBE64958AF8F75DE7384AF1B3921233B5F161D5B57BE2677C34C09202738BB1E3698C2D81592634F0A93788705E9EF8E4A7EBACFE7053E6B011C6A02E0D16EBFA68024839878852A5A7D91895130B19F124981EFF70C80AA7A0F21315F72B2EDC234855835FE6CEA896E1FC2232AE22795E1A70E51A8BAFC4804C777431CC634A0F37C2EC5515C3D46593F8711ECEAE09053DC2E0070D70B663F581E9E9C41863AB1453EACA95278F1DE74BE28D83C3823214032120688D44B6029B96C18A7F44FF1A6904B0B3D098CC64FAA669151CA2D8ECA17E4A7EF092FB2EF3CFA4172F4CC16BD0110F55D915A75BE8B459F8781951209A59B89E97653143B3FC47C227193D6D0686EC3AA2E38B5BAB40384433725", + "SRVTS.domain.local*$5B88ACB950FC226F50A87C65474D03C5$170BE327BA67491EC05216F5B7BA2B9936E88A03DE1583C292F1830F5E455C52FC01737EA53269FA60EB0A6F2549E152626AE7395EAFB5F87DDBC98F7CD8826119ACEAC04DCB9DE33CA7E0B8666FE2F501A5AEE4A60F3A6CE48F189D9CC5C2B523626B8FE2DED18D4DE948B47DD9FA1AA57BB4EF0F67F7665A1700F89346AB61848860E0C3B0C93CD069A95426CD216F169C371A659743F1388D9231FB7D39177B268DCB1526D69C7E29CF2DAE658381970FFF630126F9405C97B37F122866451BA24C1B51FA8E647D407D2439055937B9F395033380D5F29827842E773ECE80D679749385F3AE3E1EF2C205FF0E04F75BC8F7FB58EC60F1E8199AFAA624D3A0112FDB1A88BF4C518FAE58AAAF88020393ECC4EA41E85D00EE81B70641A1257F4B350F27B857230A3F01B32443459E532E940336CF548907965F36B501FC971F1610EB08233A3C3453C657D12EF824BCF5C9E51F2B9F85F08F8F68D3047BA831CEB087D1051EAA2F9CFE04F8595AA653E5B0E4BA8609A1847D8C4630C0E2CCDFF0FF3E72A85887941B087E1764D06FCFBBB5A7A24708356AC3F483B931E9EC271ADF6B027225C80CF8F232D6C18F2B052AB61612052C56DA413C1E475024063F5F3F68C133D74F0786287E5B668312C0F2499857A353EACC112CE54D32559983C7DB310C8A3002FB68F176B12D95C14AF84E67311DEDF8A6762F3A51E26FE594E7131ECB60FE6EE1D5E64181ABA018ADC36B6DD2A44EE3CC560BB100132F8B0EE840DBBEB4B2CBC843733737B231BA9A4C175611F4BE91A0EB103C5A00DCE666AFD848F23866E613A299F392AD900A991F3A13168434C937E0E3C62A614B3ACB90918721C32120B30EC5D82C4230CA8D565C252D8C42F695FE2F4BD437C6FC83C3F290DD6E0A6C7B51BDDA3D2DD337EE52F834EA2F2B20BA35483787CEEB14FBFC388B4799B192F86A705E0D9D7370190A68E2B741A4405DA368AAE2D9663E663373DC37575A9B7E5D0B0247299959C9B12DC09FDF8B4C61C8E7DEAFD5A9F531298317383EBC85DE064A9397DE559892331CED89F1467F1CD079BD5B3CF4476B179E1082558B0539D79C32DE2BBE5FC6FDCD5DDD4F2D52EC2B27E959046872DD6B72F933E53DC5A1A7750AB19D025D14E828904964135CEEE6E6270A2DA164CA8E3EC7FFE115085511FD9FFA3BA9CBEF55CACF3736869CB74B2382C4BC932756FAF91399355D25DEC581FA2C0C22266631471321C3DC2326A01E821C34674A3AF7C9C29DD6B463219B0B3F8F884DA2DA3CED460542829D3C57192C89D8D53CFDCEE8D438F0B80E33D745C3A8B17A1CB619D0414F8757E8E2013F77ACA30468E5641A1137C4000D61E7DD4EF6217570403DB45AA6FEC285431240524C4C3AE3B0ED1B9C0A4B8797398373F658BAD239B76D1558A1BA394676DFBA2BDA0B16DCB23427D25A05B497F4532525477575126196A87C4137DC60603396A2D84465544CE9F13B88921242E93D373C7A27C8F6D817849DF014B60F6A014EFF2E401818783C749AC3521C8357858E74827F58A9E90523AC42A660055B46867F0F33272791953359DBF9D067FF1D777E6FE6B3BCF5EAD2FBF6A05392998A96E96FF741F24C398882492F0D2C830CBF10736DA38B60E86DA33A6740384FC5E8C2E400E70618B959887E4ED01AA20D84BA5EA632F85B96002D2EA31C1138E149CFDFDEE8657E50E4D203D280B7CC63650EDDF6CE98AF17DE31536D079642B7AAA29EBFC99E196C51FD71501F68DA08A21C4E6480B896B84521C63AFAFF55A033F661E2B3237536829CF8A8FC406028A909B95AF7DDE830F5EB457D18D052D408906DE5F5D36EDC726482D7FD95131774390E66", + "SS7", + "SSA", + "SSD", + "SSH", + "SSHClient", + "SSHException", + "SSL", + "SSLVPN", + "SSN", + "SSN&DOB]/seller", + "SSN+DOB", + "SSN+DOB+CS+Credit", + "SSN+DOB+Credit", + "SSN+DOB+DL", + "SSNS", + "SSP-", + "SSS", + "SSSS", + "SS^", + "STANDARD", + "START", + "STARTED", + "STAY", + "STE", + "STEALER", + "STEAM", + "STOCK", + "STOP", + "STORE", + "STORES", + "STORM", + "STS", + "STUBS", + "STUFF", + "SUPER", + "SVG45qbVolk", + "SYSV", + "Safari", + "Safari/604.1", + "SagePvP", + "SaiCoPvP_E-Mails_8.3k.txt", + "Sale", + "Sally2551994", + "Salto", + "Salvaje", + "SamaGames", + "Same", + "Sample", + "Sarefine", + "Sarefine_IPs_10k.txt", + "Saturday", + "SaturnInvest", + "Satyria_-_Litebans.txt", + "Satyria_-_Web.txt", + "Saved", + "Saving", + "Sc9", + "Scammer", + "Scan", + "Scanner", + "Scarlet", + "Scenes", + "Scout", + "Scrape", + "Screen", + "Screenshot", + "Scribd", + "ScriptHub", + "Scripts", + "Scroll", + "Scumbags_Teamspeak_IPs_2.3k.txt", + "Se", + "Search", + "SeasonSky.txt", + "Second", + "Secure", + "Securities", + "Security", + "Seed", + "Seems", + "Seize", + "Self", + "Selfie", + "Seller", + "Selling", + "Sellix", + "Sen", + "Sen.", + "Send", + "SendSpace", + "Sender", + "Sentinel", + "SentinelOne", + "Seomate", + "Sep", + "Sep.", + "Sept", + "Sept.", + "September", + "SerAlex", + "Serve", + "Server", + "Servers", + "Serveurs.txt", + "Service", + "Services", + "Ses", + "Set", + "Setting", + "Sha", + "Shahid", + "Shameful", + "Shared", + "Shares", + "Sharing", + "She", + "She's", + "Shellar", + "Shells", + "Shellter", + "She\u2019s", + "Shippuden", + "Shivohn", + "Shootersrip_Teamspeak_IPs_71.txt", + "Shop", + "Shotbow.net_46k_Cracked_April_2016.csv.txt", + "Shotbow_1.05mil.csv", + "Shotbow_Staff_IPs_3.9k.txt", + "Should", + "Shoutbox", + "Show", + "ShowTime", + "Showtime", + "Shudder", + "Shut", + "SickCraft", + "Signature", + "Signor81", + "SilexPvP", + "SimilarContent", + "SimilarWeb", + "SimpleMinecraft_Forums_501k.csv", + "Simply", + "SimplyHCF_Buycraft_Logs_1k.txt", + "Since", + "Sindoria2021", + "Singapore", + "Single", + "SinisteR_lol", + "Sinisterly", + "Sir", + "Site.txt", + "Site36.txt", + "Size", + "Skeng_Teamspeak_IPs_130.csv", + "Skeng_Teamspeak_Logs_460.csv", + "SkillPvP.txt", + "SkillPvP_-_IP_2021_Grab.txt", + "Skksks", + "Skript-MC_Forum.txt", + "SkriptMC.txt", + "Skskaksksksk", + "Sky", + "SkyCraft", + "SkyCraft_aka_notno.co_1.5k.txt", + "SkyPhonia", + "SkyRP.txt", + "Skyblock).txt", + "Skybock_Buycraft_Logs_70.txt", + "Skygonz", + "Skylord", + "Skype", + "Skype:-", + "Skyrim", + "Sling", + "SlingTv", + "SmallPdf", + "Smallpdf", + "SmanShop", + "Sms", + "Snapchat", + "Sniffer", + "Snowflake", + "So", + "Social", + "SocialEngineers", + "Socketescort", + "Software", + "Softwares", + "Sold", + "Soldo", + "SoleriaMC.txt", + "Some", + "Somethin", + "Somethin'", + "Somethin\u2019", + "Sometimes", + "Soon", + "Sophos", + "Sorry", + "Sounds", + "Source", + "South Carolina", + "Southwest.com", + "Space", + "SpaceXVIII", + "Spain", + "SpainPvP_E-Mails_9.5k.txt", + "Spamming", + "Spark", + "SparksMC.txt", + "Spatialize", + "Spawning", + "Special", + "SpellPvP_IPs_285.txt", + "Spend", + "Spendwell", + "Spider", + "Split", + "Spoiler", + "Spoof", + "Spoofing", + "Spootify", + "Sport", + "Sports", + "SportsCenter_Teamspeak_IPs_8.txt", + "Spot", + "Spotify", + "Spunkynetwork_Teamspeak_IPs_201.txt", + "Spy", + "Square", + "Sry", + "St", + "St.", + "Stabby", + "Stabs", + "Standalones", + "Standard", + "Standart", + "Star+", + "StarBlast.txt", + "Stari4ok", + "Stars", + "Start", + "Starting", + "Starz", + "State", + "State(Us", + "StaticPrison_Buycraft_Logs_260.csv", + "StaticPrison_Buycraft_Logs_260.txt", + "Stay", + "Stdents", + "Stealer", + "Stealer-https://xssforumv3isucukbxhdhwz67hoa5e2voakcfkuieq4ch257vsburuid.onion/threads/73516/", + "Stealing", + "Stealth", + "Steam", + "StelyCube", + "StelyCube_-_IPs.txt", + "Step", + "Steve", + "Still", + "Stock", + "StockX", + "Stolen", + "StoneKingdom.txt", + "Storage", + "Store", + "Stores", + "StormFight.txt", + "Stream", + "StreamCraftEmailPass.txt", + "Streaming", + "Street|HAMBURG|NJ|7419|male|9737045967|brionrichards7@gmail.com|9|19|1957|17/1/2023", + "StressingNinja.txt", + "Strike", + "Stripe", + "Stub", + "Stubhub.com/seller", + "Studios", + "Stuff", + "SuW", + "SubAtomic", + "Subscriptions", + "Success", + "Suicide", + "Suite", + "SunPvP", + "SunaltyMC.txt", + "Suncoastcreditunion.com", + "SundanceNow", + "SunlyWorld", + "Super", + "SuperAlts_Accounts_4.4k.txt", + "SuperFunTime_Buycraft_Logs_7.5k.txt", + "SuperFunTime_E-Mails_7.3k.csv", + "Support", + "Sure", + "SurfEasy", + "Surfshark", + "Surrender", + "Survie", + "Survie).txt", + "Svc", + "Swansons", + "Sway(i3wm", + "Sweden", + "Sweetwater.com", + "Swiss", + "Switzerland", + "Sydaria", + "SydariaMinage2021.txt", + "SyliaSky", + "Syria", + "System", + "T", + "T.A.S.", + "T15", + "T3legram", + "T5VG5bhcVffG7WCu:2", + "T82", + "T9", + "TAKE", + "TAKING", + "TALK", + "TAR", + "TAX", + "TAXFORMS", + "TAY", + "TB", + "TB+", + "TCP", + "TE1", + "TED", + "TEE", + "TELEGRAM", + "TER", + "TES", + "TEST", + "TESTAROSSA", + "TF", + "TF/", + "TG", + "TH3.2319", + "THABJS", + "THAI", + "THAILAND", + "THANA", + "THANACHART", + "THANK", + "THANKKKKKKKKKK", + "THANKS", + "THAT", + "THE", + "THEM", + "THESE", + "THIS", + "THIZ", + "THREAD", + "THS", + "THX", + "THXXX", + "TIA", + "TID", + "TILL", + "TIM", + "TINDER", + "TL", + "TLY", + "TMB", + "TMC_END", + "TML", + "TMkqjn8p", + "TN", + "TO", + "TOL", + "TON", + "TOO", + "TOOLS", + "TOP", + "TOPICS", + "TOR", + "TOS", + "TOX", + "TP", + "TPS", + "TR", + "TRA", + "TRADING", + "TRC20", + "TRE", + "TRICKER", + "TRO", + "TRUIST", + "TRUST", + "TRUSTED", + "TRY", + "TSC", + "TSP", + "TTP", + "TTT", + "TTY", + "TUTORIAL", + "TUTORIALS", + "TV", + "TV+", + "TV2", + "TX", + "TY", + "TYK", + "TYSM", + "TYYYY", + "TaJ67EpiM", + "Table", + "Taglialucci", + "Take", + "TaliaXCold.txt", + "Tanaka", + "Tangent", + "Tanks", + "Target", + "Targeted", + "Targets", + "Tate", + "Tax", + "Taylor", + "Tb0", + "TeaClient_Accounts_50.txt", + "TeamExtremeMC_148k_2015.txt", + "Teamspeak.txt", + "Teamspeak_Faithful.txt", + "Teamspeak_Gucci.txt", + "Teamspeak_IPs_3k.txt", + "Teamspeak_MMC", + "Teamspeak_MunchyMC.csv", + "Tee", + "Teen", + "Telecom", + "Telegram", + "Telegram:-", + "TeliaPlay", + "TempingMC_IPs_365k.txt", + "Templates", + "Tenn", + "Tenn.", + "Tennessee", + "Terapeak", + "Teressa03077", + "Terms", + "Test", + "Tested", + "Th1nkAb0ut", + "ThPwbF8rkiprvatZ:2", + "Than", + "Thank", + "Thankks", + "Thanks", + "Thankss", + "Thanksssssssssssss", + "Thankz", + "Thanx", + "That", + "That's", + "That\u2019s", + "The", + "TheBigDigMC_Buycraft_Logs_75.csv", + "TheBigDigMC_E-Mails_5.8k.txt", + "TheCrafters_E-Mails_1.6k.csv", + "TheFuseMC_IPs_235.txt", + "TheRadiant", + "TheVace_E-Mails_11.4k.csv", + "Their", + "Then", + "There", + "There's", + "Therefore", + "There\u2019s", + "These", + "Thewallstreet", + "They", + "This", + "This's", + "This\u2019s", + "Thnks", + "Thnxx", + "Those", + "Thoughts", + "Thread", + "ThreadPoolExecutor", + "Thread_Teamspeak_75.txt", + "Threads", + "Through", + "Throw", + "Thryv.com", + "Thursday", + "Thx", + "Tickets", + "Tidal", + "Tier-1", + "Tier-2", + "Tier-3", + "TikTok", + "Time", + "TimeZone", + "Times", + "Timezone", + "Tinder", + "Title", + "Tks", + "Tmt", + "Tnx", + "To", + "ToS", + "Today", + "Toggle", + "Tok", + "TommyVic", + "Too", + "Tools", + "Top", + "TopFuel", + "Topics", + "Tor", + "Total", + "Tout", + "Towelliee_E-Mails_13k.txt", + "Tox", + "ToyotaCorolla", + "Tra-03.ru", + "Tracks", + "Tracomi", + "TradingView", + "Traffic", + "Training", + "Transfering", + "Translate", + "Translator", + "Trial", + "Trierhelga@cebridge.net", + "Trill_IPs_48.txt", + "Triple", + "Trojans", + "Trootcraft", + "Truck", + "True", + "Trust", + "Trusted", + "Try", + "Ttlynch1@cebridge.net", + "Tu", + "TubiTV", + "Tunnelbear", + "Tunnle", + "Turbobit", + "Tutorials", + "Tv", + "Tv2", + "Tweety10", + "Twerion.sql", + "Twilio", + "Twitch", + "Twitter", + "Two", + "TxagodbGI", + "Ty", + "Type", + "Tyy", + "Tyyy", + "U", + "UAE", + "UAg", + "UBE", + "UBS", + "UCE", + "UCK", + "UD@", + "UDEMY", + "UDrop", + "UFC", + "UFF", + "UHD", + "UHQ", + "UI", + "UIC", + "UK", + "UKcRSA2vV", + "ULF", + "ULL", + "ULT", + "ULTIMATE", + "ULTRA", + "ULU", + "UMP", + "UN", + "UNA", + "UNFX", + "UNG", + "UNION", + "UNIONS", + "UNIQUE", + "UNIT82", + "UNITED", + "UNIVERSALK9", + "UNLIMTED", + "UNSUSPENDED", + "UNT", + "UO2", + "UP", + "UPCOMING", + "UPD", + "UPDATE", + "UPDATED", + "UPDATES", + "UPE", + "UPGRADE", + "UPLAY", + "UPROXY", + "UPS", + "UPS.com/seller", + "URL", + "URO", + "URY", + "US", + "US+JP", + "US+MIX", + "USA", + "USAA", + "USD", + "USE", + "USER", + "UST", + "US|", + "UTY", + "Ubuntu", + "Ujg", + "Ukrainian", + "Ultimate", + "UltraCube.txt", + "UltraTax", + "Umm", + "Unavailable", + "Uncensored", + "Uncompress", + "Understood", + "Unfollow", + "Unfortunately", + "Unfortunatly", + "Unionbank.com", + "United", + "Universe", + "Unknown", + "UnleashedMC_E-Mails_350.txt", + "Unless", + "Unlimited", + "Unseated", + "Unturned_E-Mails_57.6k.txt", + "Up", + "Upd", + "Update", + "Update1", + "Updated", + "Updates", + "Updating", + "Upgrade", + "Upgraded", + "Upgrades", + "Upgrading", + "Uplay", + "Uploaded", + "Ura", + "Uri", + "Us", + "UsNsA", + "UsT", + "Usa", + "Usbank.com/seller", + "Use", + "Used", + "Usefull", + "Useless", + "User", + "UserAgent", + "Usernames", + "Users", + "Usually", + "Utility", + "Uywx521o", + "V", + "V.V", + "V2", + "V2.0", + "V2.01.05", + "V3", + "V6o", + "V7", + "V70", + "V8.0", + "V8.3", + "V9W", + "VA", + "VALID", + "VALIDATORS", + "VALLEY", + "VAP3400E", + "VAP3402E", + "VAT", + "VBV", + "VCC", + "VCZ", + "VDhiVbpURHF0YjHMkhzWe6i1sexKIqz", + "VELOCIRAPTOR", + "VER", + "VERGA", + "VERIFIED", + "VHQ", + "VIA", + "VICTIM", + "VIDEO", + "VIEWER", + "VIKTOR", + "VISA", + "VK4", + "VM", + "VNC", + "VOD", + "VOIP", + "VOUCHES", + "VPN", + "VPN(s", + "VPS", + "VRG", + "VRV", + "VT", + "VTB", + "VV", + "VYPR", + "V_V", + "Va", + "Va.", + "ValeraVNC", + "Valid", + "ValientRP", + "Valorant", + "ValueError", + "ValuxNetworkBuycraft.txt", + "Valux_Teamspeak_IPs_3.8k.csv", + "Vamos", + "VanityMC", + "VanityMC.co_Forums.txt", + "Vape.gg.txt", + "Vape.txt", + "VapeDatabase.txt", + "VardenGalaxy_IPs_102.txt", + "Varelia", + "Varelia_-_Authme.txt", + "VaroxCraft.de", + "VaultedRef", + "Vcita)/seller", + "VdsLByjCu", + "VelenHQ.txt", + "Veloria.txt", + "VeltPvP", + "VeltPvP_E-Mails_6k.txt", + "VeltPvP_IPs_35k.txt", + "VelysiaMC", + "VelysiaV1V2", + "Venaria.txt", + "Venga", + "Venmo", + "VenomPvP_Buycraft_Logs_3.8k.csv", + "Veracrypt", + "Verification", + "Verified", + "Veroxus.txt", + "Version", + "Version/15.4", + "Versions", + "Very", + "Vic", + "Victim", + "Victim.cc_Doxes_73.txt", + "Victim_Logins_12.txt", + "Video", + "Videos", + "Vietnam", + "Viki", + "VikingRP.txt", + "VileHCF", + "VileHCF_Buycraft_Logs_860.csv", + "VileHCF_E-Mails_55.sql", + "VileMC_2.txt", + "Villa", + "Violence", + "Viomeo", + "ViperHCF_Forums_19k.txt", + "ViperMC", + "ViperMC.txt", + "ViperMC_60K_IPDumps.txt", + "Virginia", + "Virtual", + "Virtualbox", + "Virus", + "VirusTotal", + "Visio", + "Visit", + "Visite", + "VitalityHCF_IPs_60.txt", + "VoltClicker.txt", + "VolteraMC.txt", + "Voltix_Buycraft_Logs_300.txt", + "Voluum", + "VortexMC_Buycraft_DB.txt", + "Vouch", + "Vpn", + "Vps", + "Vrv", + "Vulcarya", + "Vulnerablity", + "Vulns", + "Vv", + "Vypr", + "VyprVpn", + "Vyshaft.txt", + "W", + "W-2", + "W11", + "W3X", + "WA", + "WAF", + "WANT", + "WARNING", + "WARRANTY", + "WAY", + "WDJ", + "WE", + "WEB", + "WEBSITE", + "WELCOME", + "WELL", + "WELLS", + "WER", + "WHERE", + "WHO", + "WI", + "WI0", + "WILL", + "WISE", + "WISH", + "WITH", + "WITHOUT", + "WJ", + "WMNOMM01094P12.local@local*$1326840842CCB2CB63D720E9C610A592$D2BC092C1DCB3A003A0A704223B618612E759038B08AC511F1121B738CB22646C9C8FAC0DCBF4D5C95BFB9C9BAAA37C9943931D8A43740C1693BC5ED01B28A474E399DA1191BBAB7019DE3349FF0998F3935E4D550709334B028C02CF1E7F7AF9B69180B6642832ED70896FC8256BD7C5006391935CDF9E399AC160891644FE6732647B89454C4ADE13ECAE1686BF39F3D8E6AF8D3FB9E3F1B0A63020657B8E6B418AB5D63766721289852919CF59C61767F184F4F88C80078172C877C3ECE6C89E6D9B198C9FC9746941DAAD5D1AED588DEE508E02A93E8810AC813A1A272C5927581FF9F854C75E185F29701D71F877FDAB4A0A59C681F27B88B1F7854A369813D910CB24078C06A65C7A75B668C8F128CF9AA2FBFB99DD16E5C18ABB05D052975AB3E387E7A5B9A8889ED04748EF6D293968BCF91DDF5D63E134D840633DAEEB17DC780DB4186E455D8554C5CA33AD75F9B89213D9B80D242A5CA6F35870D55F59C7F80699A12DC72AB92F5A36E63ACB0F63D91AB8311E9407C1CA9CAFFFB4E401D87356C71361266E0131A233670A833BFA679F89DC28F9104379F95E38BE33ED4D8445C0821D87969B14D5F3036E55F4B3D075064900D3BCA942F59121C6EB9B40FB72160F08418B5A9A6CB6C26A4C129F0D3ED3B099A9F52A4B919628614E9A73B5F5099ADE90331EC66BD1A0CFFCA091CC00A110D9869B2B369F75F08EA4031CEF451072B293E4097C109B19F292A33E0D046469BC662FAAE1E3880D284D4929AC3EFF057AD34864E08BBA3B8FADA8BDB03736D1B55892702E79288545B6A7A880AFFF3B41C3FBA9CFEFEF8A4B64F2E4A8A9D62F913CE65DC6752DB55C5E5193D04B3531309C6D3438457154179E5B76790F29AC41F950A30BDFE131ACD14E4563FA99ADC4E4CADBF9A9BD7EF4694CFD113DC65419D0DBD5DFA6F6F0CBBECC1DA07F74DF43460FDBC5D5083EF5FDD89E95E9959453E168A264DD8D404FB8F19EDF5D087431F5206A68D9AE9ED91204B7E8DE921EB1F0B267A5F486CB3E3B26B02C42D8F10371C1C8129FF93BA760B2FB962B06F3EAB21BFAB0FB8A36173F880B565E1EDABE19AFCC64D2FF45F8F95D785D046BB55A006A7A9EE71E298E56C135E9ED95B3948A6E2C6A9C43649D6CFB393A8E2B6968C0FA04395749F2A67A1B6E4878ED6E58E43CEDE9EBE8A1E9C04CA872A650B64E44D9D0F9777860269DAC5F759939EABE0FAFF2D1711BCE34C67A154C28CF826BCB325EB6A8D5E722A504C52AA4CA84714AAA84112E0A7B0915FB685ED1E679E0EB2CBA92F272EE85E7DFFC2B09F1741A4C622642B0BC5E5AE248F6BB810C4D27B22FE3BDA7EA15DB3D0F7968D4A9E549D0263A3E398C5FCB0FA6D49B717E2E39FC4AA2E59C370C47D500F554AE545E16F2B5EFE65ACED7B0B1DB845D1366153E704F0ED809D5A4DD6472826C88E6508944C25A39B5BA560DB64C4D724D2D5BE0E412FDB5A984C12C866C13C7A3C000E00BF900BC2B7DB2EFCAD452C6BEEEC2B6E0E7759D14043E464BF9000C57031768DE59967D278D002EB389E6CD29F9703639246FEB9B7B7306BF3348156FC32E8B2FED8986D8E2CD15331A79C21FF4D3F4872C60DE22770A064E3146D93D400903E1DC1A6571D1731354803D5CA56DC1259AA22F606C942CE420E8CABBA636C8530CB05825A796369A3C00FDB77D0A045892D216F55F6EB9C128CDB4D8A7F922572447092AF66A4E3B82001258576E823005E4E471EAC7F2F63D3A441AE3A3F6F433F8CFFC5ABFFA936940A0F574F7998F79AAC2D79C4CC2015BBC9D527D446036E8BCC546FD3B67EAA18283B0CB7078C81FED2ADDEB7F707C957447044A4146EF768D74786691D301A8EDE7AE3903F69230D3280D6865A8A28F210D26F2DB4D74803E77664DE0FA45FA04F380AE3AEFCF978C126EC757A15AFCE4733D66C9E61F3DCA437197A13223AA1FD3B7D4864EB14F819115F6D7E3A7AFA004F6C354D6A783BCB04E4C02DEF7E53033311870D702C393EEA9BAC4B7A71EDAF5BD4D5037B5953BB46AE2A7D22D4D683CAEA95EA1A15AC4C36225FD098DF1394BB0CFDE0A95BB8C628CBD9B24207D363D1A6116A9BA75DFAD9E37DA7C94FB18E17685AD0C1321A0152883AD85CE78AB2D000A23E616352D384B82C891DF2192DF75F6564D08CE5C3DD4298953D976551760E72044FF9E8D24FAD314DDEE43E98C761AE1802FA143C48F503277A667761F18636D1F01720A0E288304C883E2B6757C50888CED8D2AB28C835BE54A97BF874FE9C09CC43E5662079511E3D881073AB565414E8AEE57F4F5BCBB5E957B87063F1DDC496C6E0B00223982627D4963CB5D01853CD1A851B53A3247AF17AAD6210179F42668C442FCC816E66E199510F1E1032B321508502B895C6B9923C3CCBB2B65BABF91856D9D06DCBD4FCB6E8490FDC44EEBF9F323EE2000D36ED4E63A6FE6F7348B19E8D51BCBBF682AEB18241E2CD4B3E4F5856139B724A8E7B487092575F547FA45B50EE8025C9DDAD83A24C91D9A9BA6D55E548C4EBA213B28672FDBB5A275E3FA9D7C59577FE781B33D39F56689F1F22D19270F78A1A6BFE5C238BAE8E254476FECC47B1814F0DE8F4A16B3AF85C4EE54F2FFAF0DC98CBAEDDDAFF367EB30D260FA87C70ADAC2986B855B18C54880661C7A2A878510C0EE390914E6FB4CECF964EFC8A8C67A34C7AA76CF77049B1DCAABB9609023B7225C48423DC7086BE59414EE6430886E64E97239B0EDA2A591919FAC8B2851964EEA80A512C45489D7263D76401774988F1DF9AE2D2872BF037AA0AA357796758D7FF65960069A9F4B2DCE1F79250D8C3F9D816431891A8E0C7544019774C05D23B72C97D14BAD43FBCC99BFF2C8D1FB14DAC4AB60333BA71A6DC466FAF3BA0EB7649690655E3CFB8CFD41D3F6D7160D424EDC5389691F700FDE893F94E721F9E3B6E91B629CBAA922024415A7D3487907865F81310126C1AA025AEC3A0A7934B873DDE4F795489BBF918A3C0EEC205CCF13F3FE83AF2F71A5CA8BF6004123AE1CC22D87C6B0BCF9159F56472710CD26F612379B75787D1B67AA27C3D4BED45E7962C8D3B0649729A0F498CF20000455C97D89A033B2E5316A7A253F8CE7A25E9F11470F4503CD51C61F563679F694BB4522982E4D24ECAC17F5262C0A24322EFD5E43FAF0FE5457C2BA70B82B6FCE07A697D27CCBBDF5B538703814A9A9148841DFFC55C98970D374B2F1239CC6E6440167A61580CD63E550F7AC04795322765DCF5AE1E055661CDABE9F0340D54462512D920B4B1DD1CB5EAF1BE666FC24850D16264AD3515B9A4ADF07B0962CECFF925B89684D3B2EEADE5A8598A78B6AF255F327B512377D64242D2C2BA78DDB899B4C977CF48E258A34C52D736ADBC6A0B72EFC8EDF1762DC65EFF54F070DECDA43280E8F1396A3C5CCA8C205253C9EDD6D4D7393592D9FD612026E7F1E5C606119CA17C1F05287DA4FEEF352BDD87DF36E4EC75C32AC973C6640F55BC2CB4AEC699F2A1E38AC0973612F84A24E7513969407513234E0D771AD975DD50E1E728E2765D3835671453F5197043871E4BEE54409ADCB905C22304AD7D65E9DA390670A8A8A13093B23C6E5AAFC5A2524F8DFDB7D31A01EEEF9F6DDE951BC202790DFCF4DF4225CBD5A1B84B92D654BE", + "WNR1000v3", + "WNR2000v5", + "WON", + "WORDPRESS", + "WORDS", + "WORK", + "WORKING", + "WORKS", + "WORLD", + "WORLDWIDE", + "WORRY", + "WOXY", + "WP", + "WPA7510", + "WPT", + "WSO2", + "WTS", + "WWD", + "WWE", + "WWH", + "Waaaw", + "WaffleMinecraft_E-Mails_35k.txt", + "Waiting", + "Wallet", + "Walmart.com", + "Wanna", + "Wanted", + "Wanting", + "War", + "WarCraft", + "WarRock_IPs_2.2k.csv", + "Warcraft", + "Warfare", + "Warfine", + "WariaMC", + "Warm", + "Warnfight2020", + "Warning", + "Was", + "Wash", + "Wash.", + "Washington", + "Watching", + "Wayland", + "WazntMe", + "We", + "Web", + "Web.txt", + "WebMails", + "Webcam", + "Webmails", + "Webshell", + "Website", + "Websites", + "Websocket", + "Wechat", + "Wecu.com", + "Wednesday", + "Weekly", + "Weep", + "Welcome", + "Welfare_Teamspeak_IPs_408.csv", + "Well", + "Were", + "Wertil", + "Westernunion.com", + "What", + "What's", + "WhatsApp", + "What\u2019s", + "When", + "When's", + "When\u2019s", + "Where", + "Where's", + "Where\u2019s", + "Which", + "White", + "Who", + "Who's", + "Whore", + "Who\u2019s", + "Why", + "Why's", + "WhyNotSurvive", + "Why\u2019s", + "WiFi", + "Wijsen", + "Wild", + "Wilderia_site_parse.txt", + "Will", + "Wimzaa", + "Win", + "Win11", + "Window", + "Windows", + "Windscribe", + "Wings", + "Winrar", + "Winrate", + "Wireless", + "Wis", + "Wis.", + "Wisconsin", + "Wise", + "Wish", + "Wishing", + "With", + "Withdrawing", + "Withers", + "WizardMC", + "Wo", + "Woignarue", + "WonderWorldMC_-_Emails.txt", + "Woorank", + "Word", + "WordPress.txt", + "Wordlist\\n2", + "Wordpers", + "Working", + "Works", + "World", + "WorldWide", + "Worldcup", + "Worms", + "Would", + "Wow", + "Write", + "Wrote", + "Wt", + "Wtw", + "WujingKlaus", + "WyC", + "X$X", + "X$XXX.XXXXxxxxXxXxxxXdxXxxdXxXX/", + "X$XXXXdxXXdxxXxxdxXxxXdddxxxXxdd", + "X$XXXXdxxXx.dxxxxXXxXxXxXxxxdx/", + "X$XXXXxXxxXXXd.XXxxXxXxxXxxXx", + "X$XXXXxdxxXxxXdxdXxXXxxXxXXXxd", + "X$XXXdXxdXxddXXXxXxxxdxXx.xXXxddd", + "X$XXXdxXXxXXXxXxxxXddXXXxXXx", + "X$XXXxdxX", + "X$XXXxxXxdxXXxXXXXxxxxdXxxXxxXd", + "X$XXdXXdXdxXxXxXxXxxXXxdXxXdxXXx", + "X$XXdXXxXxdxxxxXXXXdXXxxdxxxXXd", + "X$XXdXdXxxXddXxxxdXddxxXxxxXxdXd/", + "X$XXdXxXdXxXXXXdX", + "X$XXdxXxxxxXdXxXdxdxXXxXxxddXxd", + "X$XXdxxddxxxXxxxXdXxXXxXXxXxxXXXd", + "X$XXxXdxxxXxdXXXxXxXXXxXxXXXXxd", + "X$XXxXxXXxxdXdXxxdxXxdXXX.Xxxxxd", + "X$XXxdXXXxxXXxXXxxxXxXXXXxxx", + "X$XXxdXxXxxdXxxXxXXxddxdXXXxXdxxd", + "X$XXxxXXXxxdxxXxdxXdxXXXxXXXxxXd/", + "X$XXxxXx", + "X$XXxxXxXXxxXxxxxddX.dxxxXxxxx", + "X$XXxxdxxxxXdXXxxXXx.dXXddX/dxxx/", + "X$XXxxxXXxxxdXXxx", + "X$XXxxxdXxXxxxxXXdXxxdXxxxxXXddd", + "X$XdXXXXdxX.xdxXxxXXxXXxdXxddxXx/", + "X$XdXXdXxxdxXX.xxXxXXdxxxxXxxdX/", + "X$XdXXdXxxdxXX.xxXxXXdxxxxXxxdX/:Xxxdddd", + "X$XdXxXXXxxxXX.Xxd", + "X$XdXxXxxxxXXXXxXddxdXXdXX/ddxxxd", + "X$XdXxxdxdXxdxxdxdXXx", + "X$XddxxxxdxxXXXXxX.dXXdx", + "X$XdxxX.XXdxxXXx", + "X$Xx.dxXdxxxxXdxxXXXXxXdxdxXxxxd", + "X$XxXXXXxXXXxXxdXXxxxdxxdxXdxXxx", + "X$XxXXXxxx.xXxxXxXxdXxXxxxXXXxxXd", + "X$XxXXdXxXXdxxxXdXxxXXdXddxXdddXd", + "X$XxXXxxXXXXdxxxXXxXxXdxXXXdXxx", + "X$XxXXxxXdxxXdXXxxXXdxdXxXxdxdXXd", + "X$XxXXxxdxx", + "X$XxXddXdXddxXxXXXxXxxXXXxxxxXd", + "X$XxXdx", + "X$XxXdxX.xXxxxddxxxxXxXXXX/dXXdd", + "X$XxXxddXxxXxdxxxxXXXxxxXXXdXxXdd", + "X$XxdXdxXXXxXdXxx.dXxxXdXxxddXxxd", + "X$XxxX.XxxXXXdx.xxxxXxxxXXxxxxXxd", + "X$XxxXXXX", + "X$XxxXxXdxXXXxXxXd.xXdxXxXx", + "X$XxxdXxXxXXxXxdXXdxdxxXxxdXxxxx/", + "X$XxxddXxdXxXXXddxxdxxXXXxXXxXxX/", + "X$XxxxXXXXxxXxXXXXxdXXxxdxXxXdxd", + "X$XxxxXXXxXXX.xdXXXxdxxdxXxXdxxx", + "X$XxxxXxXxXxxXdXxXXXdxXXxXdxd/dX.", + "X$XxxxdXxXxXdXxXdxxXXdXXxXXxXXdXd", + "X$XxxxxXxxXxXxdxXdxXxXdXXXxXxdX/", + "X&X", + "X'X", + "X'x", + "X'xxxx", + "X++", + "X+++", + "X-d", + "X.", + "X.X", + "X.X.", + "X.X.X", + "X.X.X.", + "X.X.X.X.", + "X.XdXXdxx", + "X.dddd", + "X.x", + "X.x.", + "X/", + "X03", + "X11", + "X166", + "X7/", + "X:2", + "XBOX", + "XCrazy", + "XD", + "XDD", + "XE", + "XEC", + "XEL", + "XFegEhyi0hzjpTGs:2", + "XH", + "XHbLQfXbTYWwIa10", + "XML", + "XMLHttpRequest", + "XMR", + "XPXDSCJ", + "XSS", + "XV2", + "XX", + "XX#dddd", + "XX'x", + "XX'x.xxx", + "XX'xx", + "XX'xxx", + "XX(xxxx", + "XX).xxx", + "XX+", + "XX+XX", + "XX+XX+XX", + "XX+XX+XXXX", + "XX+XXX", + "XX+XXXX+XXX", + "XX-Xxxx.xxx", + "XX-Xxxx_XXx_dd.xxx", + "XX-Xxxxx.xxx", + "XX-Xxxxx_X-Xxxxx_ddd.xxx", + "XX-Xxxxx_XXx_d.dx.xxx", + "XX-Xxxxx_XXx_ddxxx.xxx", + "XX-Xxxxx_Xxxxx_Xxxx_d.dx.xxx", + "XX.XXXX.XXX", + "XX.XXXX.XXXX", + "XX.xxx", + "XXL", + "XXX", + "XXX#dddd", + "XXX&XXX]/xxxx", + "XXX'X", + "XXX((XXXX", + "XXX(XXXX(XXXX(XXXX(xxxx_xxxx", + "XXX(x", + "XXX)d", + "XXX+", + "XXX+XXX", + "XXX+XXX+XX", + "XXX+XXX+XX+Xxxxx", + "XXX+XXX+Xxxxx", + "XXX-", + "XXX-ddd", + "XXX-dddXXd", + "XXX.xxx/xxxx", + "XXX/", + "XXX@", + "XXXX", + "XXXX#dddd", + "XXXX$xxxx", + "XXXX&XXXX", + "XXXX'X", + "XXXX(XXXX(XXXX(xxxx_xxxx", + "XXXX(XXXX(d)))XXxX", + "XXXX(XXXX(d-(XX(XXX(XXX((XXXX", + "XXXX(XXXX(dd-(XX(XXX(XXX((XXXX", + "XXXX(x", + "XXXX),dxdd", + "XXXX).Xx", + "XXXX)/xxxx", + "XXXX+", + "XXXX+XXXX+XX+XX", + "XXXX-", + "XXXX----", + "XXXX.XX", + "XXXX.XXX", + "XXXX.XXX.XX", + "XXXX.XXXX", + "XXXX.XXXX.XXXX", + "XXXX.Xxxx", + "XXXX.xxx", + "XXXX.xxx_XXd_ddX_Xxxxx_dddd.xxx", + "XXXX/", + "XXXX/d.d", + "XXXX=dxxddxdxddd", + "XXXXXXXXX", + "XXXX].xxx", + "XXXX]/xxxx", + "XXXX^", + "XXXX_XXX", + "XXXX_XXXX", + "XXXX_XXXX.XXXX", + "XXXX_XXXX]", + "XXXX_XXXX_XXXX", + "XXXX_Xxxxx_Xxxx_ddd.xxx", + "XXXX_xxx_ddx.xxx.xxx", + "XXXXd", + "XXXXd.XXXX.XXXX", + "XXXXdd", + "XXXXddXXdddXXXXdxXxXxxxxXxXXXXxdx", + "XXXXddd", + "XXXXdddXXddXXXddddXdXdXXXddXdXddddXddddXddddXXdddXddddXdXXXdXdXddddXXXXd", + "XXXXxXXXdxXx/dxXXxX/", + "XXXXxX_Xxxxx_Xxxx_dd.xxx", + "XXXXxdxd/", + "XXXXxx", + "XXXXxxdxd", + "XXXXxxxXxxxx", + "XXXXxxxx", + "XXXX~~~~", + "XXX\\XXXX", + "XXX_XXX", + "XXX_XX_XXXX_XXX", + "XXX_XXx_ddd.xxx", + "XXX_Xxxxx_XXx_ddd.xxx", + "XXX_xxxxXXXxxxxXxxxx", + "XXXd", + "XXXdX_XXX", + "XXXdXdXdddXddXdddXdddXdddXdddXdXddddXdX", + "XXXdd", + "XXXdd.XXXX.XXXX", + "XXXddd", + "XXXddd@xxxx.xx", + "XXXdddd", + "XXXddddX", + "XXXddddxd", + "XXXdddxXX", + "XXXddxxXxxx", + "XXXx", + "XXXxXdX/", + "XXXxXxdxXXXdXxxX:d", + "XXXxXxxxxXxXXXd:d", + "XXXxddXXxX", + "XXXxxXxxxx", + "XXXxxdxXXXxXXXXd:d", + "XXXxxdxxdxdxXXXxxX.", + "XXXxxx", + "XXXxxx_X-Xxxxx_dd.dx.xxx", + "XXXxxx_XXx_d.dxxx.xxx", + "XXXxxx_dddx.xxx", + "XXXxxxx", + "XXXxxxx.xx", + "XXXxxxx.xxx", + "XXXxxxxXxdXXxxxX:d", + "XXXxxxxXxxx_Xxxxx_dd.xxx", + "XXXxxxxXxxxx_X-Xxxxx_ddd.xxx", + "XXXxxxx_XXx_dd.dx.xxx", + "XXXxxxx_XXx_ddd.xxx", + "XXXxxxx_XXx_dddx.xxx", + "XXXxxxx_XXx_ddx.xxx", + "XXXxxxx_XxxXxx_Xxxxx_dx.xxx", + "XXXxxxx_Xxxxx_X-Xxxxx_dd.xxx", + "XXXxxxx_Xxxxx_XXx_ddd.xxx", + "XXXxxxx_Xxxxx_Xxxx.xxx", + "XXXxxxx_Xxxxx_Xxxx_dd.xxx", + "XXXxxxx_Xxxxx_Xxxx_ddd.xxx", + "XXXxxxx_Xxxxx_Xxxx_ddx.xxx", + "XXXxxxx_Xxxxx_d.dx.xxx", + "XXXxxxx_Xxxxx_dd.xxx", + "XXXxxxx_Xxxxx_ddd.xxx", + "XXXxxxx_Xxxxx_dx.xxx", + "XX]/xxxx", + "XX_XXXX", + "XX_Xxxxx_d.dx.xxx", + "XX_xxxx_xxxx", + "XXd", + "XXd.dddd", + "XXd.xxx", + "XXdXXxxXXdX", + "XXdd", + "XXddddXXX-dXXXX", + "XXdxXX", + "XXx", + "XXx.xxx", + "XXxX", + "XXxXXXdxX", + "XXxXXxXd", + "XXxXXxXdX", + "XXxXXxXxXXXxXxdd", + "XXxXdxxXx", + "XXxXxxxx", + "XXxdXxxxx", + "XXxxXxXxXXxXxXxXxxX", + "XXxxXxxXXXXdXxXXxxxXxdxdxxxXXxx", + "XXxxXxxxdxxxxXXx:d", + "XXxx_xxxx.xxx", + "XXxx_xxxx_xxxx.xxx", + "XXxxdXXxx", + "XXxxx", + "XXxxx$", + "XXxxxx", + "XXxxxx.xxx", + "XXxxxxdx", + "X^dddd", + "X_X", + "X_Xxxxx", + "X_x", + "Xbox", + "Xd", + "Xd.d", + "Xd.dd.dd", + "XdX", + "XdXX", + "XdXXXX", + "XdXXXXdXd", + "XdXXdxxxXxxXdXXx:d", + "XdXXxXXxdXddXxxxxXXXxXXdXdXXdxd", + "XdXddxxxdXXxxd", + "XdXxX", + "XdXxxxx", + "Xd_XXX_xd.d.dd", + "Xdd", + "XddX", + "XddXX", + "XddXXddXddddXXddddXddddXddXXXddddXXdXXdXdXXddddXddXXdddXddddXXd", + "XddXddddXXXdddXddddXXXXddXXXddddXXdddXdXXXddXddddXdddXXdXdddXXXXdXXd", + "Xddd", + "XdddXdd", + "Xdddd", + "Xdddd^XXXX", + "XdddxX", + "Xddd|Xxxxx|XX|dddd|Xxxx|dddd|xxxx@xxxx.xxx|dd|dd|dddd|dd/d/dddd", + "Xddxx", + "XddxxXxXxXxXXXxxdx", + "XddxxxdxxxxXdddXxx", + "XdxXXXXxx", + "XdxXddxxXXXXxXXdXxd", + "Xdxx", + "Xdxxdddd", + "Xdxxdx", + "Xdxxxx", + "XdxxxxddXX", + "Xenforo", + "Xenozia.txt", + "XjwCS3RK3OkkWPh2:2", + "Xmpp", + "Xotix.txt", + "Xp1", + "XpBCRR8Mkjdjgl2JJm", + "Xr38S)Si!z;@", + "Xv2", + "Xworm", + "Xx", + "Xx'", + "Xx'x", + "Xx'xx", + "Xx.", + "Xx.X.", + "Xx.xxx", + "XxErfanDYxX", + "XxX", + "XxXXX", + "XxXXXXdXxxxxdXXx", + "XxXXxXXXdxXdXXXXxxdxXdxxXXxxxxXdX", + "XxXXxXxXXXxdxxxx", + "XxXXxxXxXxXxXXdx:d", + "XxXXxxxx", + "XxXXxxxx_XXx_ddd.xxx", + "XxXXxxxx_Xxxxx_XXx_ddd.xxx", + "XxXXxxxx_Xxxxx_ddx.xxx", + "XxXddXxxX", + "XxXx", + "XxXxX", + "XxXxXXdXx", + "XxXxX_XXx_dd.dx.xxx", + "XxXxX_Xxxxx_Xxxx_dx.xxx", + "XxXxx", + "XxXxxX", + "XxXxxXdxxxxX:d", + "XxXxx_Xxxxx_XXx_ddd.xxx", + "XxXxxx", + "XxXxxx.xxx", + "XxXxxxXX_Xxxxx_d.dx.xxx", + "XxXxxxXxx", + "XxXxxxXxx_Xxxxx_Xxxx_ddd.xxx", + "XxXxxxXxxxx_X-Xxxxx_ddd.xxx", + "XxXxxx_-_Xxx.xxx", + "XxXxxxdXxXxdxXdxXXxxdXXx", + "XxXxxxx", + "XxXxxxxXXxX", + "XxXxxxxXxxx", + "XxXxxxxXxxxx", + "XxXxxxx_X-Xxxxx_dd.dx.xxx", + "XxdXXxXxddXxxXxXxXXxxXxdxXXxxXXdXXXXdxdXxd=", + "XxdXxxxx", + "XxdXxxxxXX", + "XxddX)Xx!x;@", + "XxddXXxXXxXxxdXdxdxXxXxxxXdxXXxd", + "XxdddX", + "Xxdxd_dd", + "XxdxxXxdxx", + "XxdxxxXd", + "Xxx", + "Xxx'x", + "Xxx+Xxxx", + "Xxx-", + "Xxx-Xxxxx.xxx_Xxxxx_XX.xxx", + "Xxx-dd.xx", + "Xxx.", + "Xxx.dddd", + "Xxx.xxx", + "Xxx.xxx(xxxx", + "Xxx.xxx/xxxx", + "XxxX", + "XxxXX", + "XxxXX.xxx", + "XxxXXX", + "XxxXXX_XXx_dd.xxx", + "XxxXXXxxxxXxX", + "XxxXX_Xxxxx_XXx_ddd.xxx", + "XxxXXdXXdXxxXXxd:d", + "XxxXXxxXx", + "XxxXdxxddxXdxdxXxXXxxxxXxXxXxxXXXxXxxXXdxXXXxxxXXddXxdXXxddXdxxx", + "XxxXx", + "XxxXxX", + "XxxXxXx", + "XxxXxXxX_X-Xxxxx_d.dx.xxx", + "XxxXxXxxx", + "XxxXxXxxxx", + "XxxXxx", + "XxxXxx#dddd", + "XxxXxxXXX", + "XxxXxxXxxXX_X-Xxxxx_d.dx.xxx", + "XxxXxxXxxXX_Xxxxx_Xxxx_dd.xxx", + "XxxXxxXxxXxxxx", + "XxxXxxXxxxx", + "XxxXxxx", + "XxxXxxx#dddd", + "XxxXxxx(Xxxxx", + "XxxXxxxXX_XXx_ddd.xxx", + "XxxXxxx_X-Xxxxx_dd.dx.xxx", + "XxxXxxx_X-Xxxxx_ddd.dx.xxx", + "XxxXxxx_XXx_d.dx.xxx", + "XxxXxxxd", + "XxxXxxxddd", + "XxxXxxxx", + "XxxXxxxx.xxx", + "XxxXxxxx_X-Xxxxx_d.dx.xxx", + "XxxXxxxx_X-Xxxxx_dx.xxx", + "XxxXxxxx_Xxxxx_XX.xxx", + "XxxXxxxx_Xxxxx_Xxxx_dx.xxx", + "XxxXxxxx_Xxxxx_dd.xxx", + "XxxXxxxx_Xxxxx_dx.xxx", + "XxxXxxxx_xxx_xxxx.xx_d.dx.xxx", + "Xxx_Xxxxx_d.dx.xxx", + "Xxxd", + "Xxxdd", + "XxxddX", + "Xxxdddd", + "XxxdxXdxX", + "XxxdxXxXX", + "Xxxdxxx", + "Xxxx", + "Xxxx'", + "Xxxx'x", + "Xxxx'xx", + "Xxxx(x", + "Xxxx(xdxx", + "Xxxx).xxxXxxx", + "Xxxx+", + "Xxxx+X", + "Xxxx+Xxxxx", + "Xxxx-Xxxxx_Xxxxx_d.dx.xxx", + "Xxxx-d", + "Xxxx.", + "Xxxx.xx", + "Xxxx.xx.xxx", + "Xxxx.xxx", + "Xxxx:dddd", + "XxxxX", + "XxxxX.xx", + "XxxxXX", + "XxxxXX.XX", + "XxxxXX.XXXX.XXXX", + "XxxxXXX", + "XxxxXXX_X-Xxxxx_dd.xxx", + "XxxxXXX_Xxxxx_Xxxx_ddd.xxx", + "XxxxXX_X-Xxxxx_ddx.xxx", + "XxxxXX_Xxxxx_Xxxx_ddd.xxx", + "XxxxXX_d.xxx", + "XxxxXXxxxXxx", + "XxxxXx", + "XxxxXx.xxx", + "XxxxXxX", + "XxxxXxX_X-Xxxxx_dx.xxx", + "XxxxXxX_XXx_ddd.xxx", + "XxxxXxX_XXx_ddx.xxx", + "XxxxXxX_Xxxxx_ddd.xxx", + "XxxxXxXxxx", + "XxxxXxdXXXdxdxXXdxXXddXddXxXX", + "XxxxXxx", + "XxxxXxx.xxx", + "XxxxXxxXxxxXxxxx.xxx", + "XxxxXxxXxxxx", + "XxxxXxxx", + "XxxxXxxx.xxx", + "XxxxXxxxXxX_Xxxxx_Xxxx_dd.xxx", + "XxxxXxxxXxxx", + "XxxxXxxxXxxxx", + "XxxxXxxxXxxxxXxxxx", + "XxxxXxxx_X-Xxxxx_d.dx_Xxxxx.xxx", + "XxxxXxxx_XXx_ddd.xxx", + "XxxxXxxx_Xxxxx.xxx", + "XxxxXxxx_Xxxxx_XXx_d.dx.xxx", + "XxxxXxxx_Xxxxx_XXx_ddd.xxx", + "XxxxXxxx_Xxxxx_Xxxx_dx.xxx", + "XxxxXxxx_Xxxxx_d.dx.xxx", + "XxxxXxxxdddd", + "XxxxXxxxx", + "XxxxXxxxx#dddd", + "XxxxXxxxx.xx_Xxxxx_Xxxxx_XXXd_dddd.xxx", + "XxxxXxxxx.xxx", + "XxxxXxxxx.xxxxXxxXxxxx(d", + "XxxxXxxxxXX_X-Xxxxx_dx.xxx", + "XxxxXxxxxXX_dddx_dddd.xxx", + "XxxxXxxxxXXd", + "XxxxXxxxxXd", + "XxxxXxxxx_-_Xxxxx.xxx", + "XxxxXxxxx_X-Xxxxx_dd.dx.xxx", + "XxxxXxxxx_X-Xxxxx_dx.xxx", + "XxxxXxxxx_XXx_ddx.xxx", + "XxxxXxxxx_Xxxxx_Xxxx_dd.dx.xxx", + "XxxxXxxxx_Xxxxx_Xxxx_dd.xxx", + "XxxxXxxxx_Xxxxx_Xxxx_ddd.xxx", + "XxxxXxxxx_Xxxxx_Xxxx_dx.xxx", + "XxxxXxxxx_Xxxxx_dd.xxx", + "XxxxXxxxx_Xxxxx_ddx.xxx", + "XxxxXxxxxd", + "XxxxXxx|", + "Xxxx]/xxxx", + "Xxxx_XXx_d.dx.xxx", + "Xxxx_XXx_dd.xxx", + "Xxxx_Xxxxx_XXx_ddd.xxx", + "Xxxxd.xxx_Xxxxx_XX.xxx", + "XxxxdXxxxx", + "XxxxdXxxxx_-_Xxx.xxx", + "Xxxxdd.xxx", + "Xxxxdddd", + "Xxxxdddd@xxxx.xxx", + "Xxxxdddx", + "Xxxxdx", + "XxxxdxXxX", + "Xxxxdxx", + "Xxxxx", + "Xxxxx#d", + "Xxxxx#dddd", + "Xxxxx'", + "Xxxxx'x", + "Xxxxx((xxx", + "Xxxxx(Xx", + "Xxxxx(d", + "Xxxxx(xxxx", + "Xxxxx).xxx", + "Xxxxx)/xxxx", + "Xxxxx+", + "Xxxxx-", + "Xxxxx-XX_X-Xxxxx_ddd.xxx", + "Xxxxx-XX_X-Xxxxx_dx.xxx", + "Xxxxx-XX_Xxxxx.xxx", + "Xxxxx-XX_Xxxxx_d.dx.xxx", + "Xxxxx-XxX.xx", + "Xxxxx-Xxxxx.xx.xxx", + "Xxxxx-xxxx.xx", + "Xxxxx-xxxx://xxxxdxxxxddxxxdxdxxxxdxxdddxxxx.xxxx/xxxx/dddd/", + "Xxxxx.", + "Xxxxx.Xxxx_Xxxxx_XXx_ddd.xxx", + "Xxxxx.dddd", + "Xxxxx.xx", + "Xxxxx.xx.xxx", + "Xxxxx.xx_Xxxxx_dd.xxx", + "Xxxxx.xxd", + "Xxxxx.xxx", + "Xxxxx.xxx-xxxx.xxx", + "Xxxxx.xxx.xxx", + "Xxxxx.xxx/xxxx", + "Xxxxx.xxx_Xxxxx_XX.xxx", + "Xxxxx.xxx_dddx.xxx", + "Xxxxx.xxx_ddx_Xxxxx_Xxxxx_dddd.xxx.xxx", + "Xxxxx/d.d", + "Xxxxx/d.dd", + "Xxxxx/dd.d", + "Xxxxx/ddXddd", + "Xxxxx/ddd.d", + "Xxxxx:-", + "Xxxxx:ddddxxxddxdxxddxxddddxdddd", + "Xxxxx@#dddd", + "Xxxxx@xxxx.xx", + "Xxxxx@xxxx.xxx", + "XxxxxX", + "XxxxxXX", + "XxxxxXX.xx", + "XxxxxXX.xx_Xxxxx.xxx", + "XxxxxXX.xxx", + "XxxxxXXX", + "XxxxxXXX.xxx", + "XxxxxXXXX", + "XxxxxXXX_-_XXx.xxx", + "XxxxxXXX_X-Xxxxx_ddd.xxx", + "XxxxxXXX_XXx_dd.dx.xxx", + "XxxxxXXX_XXx_dd.xxx", + "XxxxxXXX_XXx_ddd.xxx", + "XxxxxXXX_XXx_ddx.xxx", + "XxxxxXXX_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXXX_Xxxxx_Xxxx_ddd.xxx", + "XxxxxXXX_Xxxxx_Xxxx_ddx.xxx", + "XxxxxXXX_Xxxxx_Xxxx_dx.xxx", + "XxxxxXXX_Xxxxx_ddx.xxx", + "XxxxxXX_X-Xxxxx_ddd.xxx", + "XxxxxXX_XX__Xxxx_XX.xxx", + "XxxxxXX_XXx_dddx.xxx", + "XxxxxXX_XXx_dx.xxx", + "XxxxxXX_Xxxxx.xxx", + "XxxxxXX_Xxxxx_XX.xxx", + "XxxxxXX_Xxxxx_XXx_dd.xxx", + "XxxxxXX_Xxxxx_XXx_ddd.xxx", + "XxxxxXX_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXX_Xxxxx_Xxxx_dd.xxx", + "XxxxxXX_Xxxxx_Xxxx_ddd.xxx", + "XxxxxXX_ddX_XXXxxxx.xxx", + "XxxxxXXdd", + "XxxxxXXxXXxXXxxXxxXxxXXXxXXx", + "XxxxxXXxxx.xxx", + "XxxxxX_xxx", + "XxxxxXdXd", + "XxxxxXddd", + "XxxxxXx", + "XxxxxXxX", + "XxxxxXxX.xx", + "XxxxxXxX.xxx", + "XxxxxXxX.xxx.xxx", + "XxxxxXxX_-_XX_dddd_Xxxx.xxx", + "XxxxxXxX_X-Xxxxx_d.dx.xxx", + "XxxxxXxX_X-Xxxxx_dd.dx.xxx", + "XxxxxXxX_X-Xxxxx_dd.xxx", + "XxxxxXxX_X-Xxxxx_ddd.xxx", + "XxxxxXxX_X-Xxxxx_ddx.xxx", + "XxxxxXxX_X-Xxxxx_dx.xxx", + "XxxxxXxX_XXx_d.dx.xxx", + "XxxxxXxX_XXx_d.dx_Xxx_d.xxx", + "XxxxxXxX_XXx_d.dx_Xxxx_d-d.xxx", + "XxxxxXxX_XXx_ddd.dx.xxx", + "XxxxxXxX_XXx_ddd.xxx", + "XxxxxXxX_XXx_ddx.xxx", + "XxxxxXxX_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXxX_Xxxxx_Xxxx_dx.xxx", + "XxxxxXxX_Xxxxx_dddx.xxx", + "XxxxxXxx", + "XxxxxXxx.xxx", + "XxxxxXxxXxx", + "XxxxxXxxXxx/ddd.d.dd", + "XxxxxXxxXxxx_X-Xxxxx_d.dx.xxx", + "XxxxxXxxXxxx_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXxxXxxxx.xx", + "XxxxxXxxXxxxxXxxxx", + "XxxxxXxxXxxxx_X-Xxxxx_dd.xxx", + "XxxxxXxx_-_XXx.xxx", + "XxxxxXxx_X-Xxxxx_ddd.xxx", + "XxxxxXxx_Xxxxx_XXx_dd.xxx", + "XxxxxXxx_Xxxxx_dd.xxx", + "XxxxxXxx_Xxxxx_ddd.xxx", + "XxxxxXxxdd", + "XxxxxXxxdddd", + "XxxxxXxxx", + "XxxxxXxxx.xx", + "XxxxxXxxx.xxx", + "XxxxxXxxxXxXxxx", + "XxxxxXxxxXxxx", + "XxxxxXxxxXxxxx", + "XxxxxXxxx_-_XXx.xxx", + "XxxxxXxxx_Xxxx_dddx.xxx", + "XxxxxXxxx_Xxxxx_XXx_ddd.xxx", + "XxxxxXxxx_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXxxx_Xxxxx_d.dx.xxx", + "XxxxxXxxx_Xxxxx_dddx.xxx", + "XxxxxXxxx_dddx.xxx", + "XxxxxXxxx_dx.xxx", + "XxxxxXxxxx", + "XxxxxXxxxx(xxxx", + "XxxxxXxxxx.xx", + "XxxxxXxxxx.xxx", + "XxxxxXxxxx.xxx_Xxxxx_XX.xxx", + "XxxxxXxxxxXX", + "XxxxxXxxxxXX_-_Xxxxx.xxx", + "XxxxxXxxxxXxxxx", + "XxxxxXxxxxXxxxx.xx_XXXd(XXXX)_dddd.xxx", + "XxxxxXxxxxXxxxx.xxx", + "XxxxxXxxxxXxxxxXxxx.xxx", + "XxxxxXxxxx_-_XXx.xxx", + "XxxxxXxxxx_-_Xxxxx.xxx", + "XxxxxXxxxx_X-Xxxxx_d.dx.xxx", + "XxxxxXxxxx_X-Xxxxx_dd.dx.xxx", + "XxxxxXxxxx_X-Xxxxx_dd.xxx", + "XxxxxXxxxx_X-Xxxxx_ddd.xxx", + "XxxxxXxxxx_X-Xxxxx_ddx.xxx", + "XxxxxXxxxx_X-Xxxxx_dx.xxx", + "XxxxxXxxxx_XXx_dd.dx.xxx", + "XxxxxXxxxx_XXx_dd.xxx", + "XxxxxXxxxx_XXx_ddd.xxx", + "XxxxxXxxxx_XxxXxxxx_XX.xxx", + "XxxxxXxxxx_XxxxXxxxx_XXx_ddd.xxx", + "XxxxxXxxxx_XxxxxXXX.xxx", + "XxxxxXxxxx_Xxxxx_XX.xxx", + "XxxxxXxxxx_Xxxxx_XX_dddd.xxx", + "XxxxxXxxxx_Xxxxx_XXx_d.xxx", + "XxxxxXxxxx_Xxxxx_XXx_ddd.xxx", + "XxxxxXxxxx_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXxxxx_Xxxxx_Xxxx_ddd.xxx", + "XxxxxXxxxx_Xxxxx_d.dx.xxx", + "XxxxxXxxxx_Xxxxx_dd.dx.xxx", + "XxxxxXxxxx_Xxxxx_dd.xxx", + "XxxxxXxxxx_Xxxxx_dddx.xxx", + "XxxxxXxxxx_d.dx.xxx", + "XxxxxXxxxx_ddx.xxx", + "XxxxxXxxxxdd", + "XxxxxXxxxxdddd", + "XxxxxXxxxxdddd.xxx", + "Xxxxx\\xd", + "Xxxxx].xxx", + "Xxxxx_-_XXx.xxx", + "Xxxxx_-_Xxx.xxx", + "Xxxxx_-_XxxxXx.xxx", + "Xxxxx_-_Xxxxx.xxx", + "Xxxxx_-_XxxxxXxxxx.xxx", + "Xxxxx_X-Xxxxx_dd.dx.xxx", + "Xxxxx_X-Xxxxx_dd.xxx", + "Xxxxx_X-Xxxxx_ddd.xxx", + "Xxxxx_X-Xxxxx_ddx.xxx", + "Xxxxx_XX.xxx", + "Xxxxx_XXX", + "Xxxxx_XXX.xxx", + "Xxxxx_XXXXxxx_-_Xxxxx.xxx", + "Xxxxx_XXXxxxx_Xxxxx", + "Xxxxx_XXXxxxx_Xxxxx.xxx", + "Xxxxx_XXXxxxx_xxxx.xxx", + "Xxxxx_XXx_d.dx.xxx", + "Xxxxx_XXx_dd.dx.xxx", + "Xxxxx_XXx_dd.xxx", + "Xxxxx_XXx_ddd.dx.xxx", + "Xxxxx_XXx_ddd.xxx", + "Xxxxx_XXx_ddx.xxx", + "Xxxxx_XXx_dx.xxx", + "Xxxxx_XxXXxx_-_Xxxxx.xxx", + "Xxxxx_Xxx.xxx", + "Xxxxx_XxxXxxx.xxx", + "Xxxxx_XxxXxxxx_dx.xxx", + "Xxxxx_XxxxXxxxx_XXx_ddd.xxx", + "Xxxxx_Xxxxx", + "Xxxxx_Xxxxx.xxx", + "Xxxxx_XxxxxXX.xxx", + "Xxxxx_XxxxxXxX_Xxxxx(xxxx", + "Xxxxx_Xxxxx_-_Xxxxx.xxx", + "Xxxxx_Xxxxx_XX.xxx", + "Xxxxx_Xxxxx_XXx_d.dx.xxx", + "Xxxxx_Xxxxx_XXx_dd.xxx", + "Xxxxx_Xxxxx_XXx_ddd.xxx", + "Xxxxx_Xxxxx_XXx_dx.xxx", + "Xxxxx_Xxxxx_Xxxx_d.dx.xxx", + "Xxxxx_Xxxxx_Xxxx_dd.xxx", + "Xxxxx_Xxxxx_Xxxx_ddd.xxx", + "Xxxxx_Xxxxx_Xxxxx.xxx", + "Xxxxx_Xxxxx_Xxxxx_dd.xxx", + "Xxxxx_Xxxxx_Xxxxx_ddd.xxx", + "Xxxxx_Xxxxx_d.dx.xxx", + "Xxxxx_Xxxxx_dd.xxx", + "Xxxxx_Xxxxx_ddd.xxx", + "Xxxxx_Xxxxx_ddx.xxx", + "Xxxxx_Xxxxx_xxxx.xxx", + "Xxxxx_d.ddxxx.xxx", + "Xxxxx_d.dx.xxx", + "Xxxxx_xxxx_xx.xxx", + "Xxxxx_xxxx_xxx", + "Xxxxx_xxxx_xxxx.xxx", + "Xxxxxd", + "Xxxxxd@xxxx.xxx", + "Xxxxxdd", + "Xxxxxddd", + "Xxxxxddd.Xxx", + "Xxxxxdddd", + "Xxxxxddx", + "Xxxxxdx", + "Xxxxxdx@xxxx.xxx", + "Xxxxxdxx", + "Xxxxxdxxx", + "Xxxxxdxxxx", + "Xxxxx|XXXX|XX|dddd|xxxx|dddd|xxxxd@xxxx.xxx|d|dd|dddd|dd/d/dddd", + "Xxxxx|Xxxxx|dd", + "Xxxxx|Xxxxx|ddd", + "Xxxxx|Xxxxx|dddd", + "Xxxxx|Xxxx|dddd", + "Xxxxx\u2019", + "Xxxxx\u2019x", + "Xxxx|Xxxxx|ddd", + "Xxxx\u2019", + "Xxxx\u2019x", + "Xxx\u2019x", + "Xx\u2019", + "Xx\u2019x", + "Xx\u2019xx", + "Xz3r0_69", + "X\u2019x", + "X\u2019xxxx", + "Y", + "YALE", + "YBE", + "YDS", + "YEAR", + "YEARS", + "YER", + "YHN", + "YLmS3nyCa", + "YORKSHIRE", + "YOU", + "YOUR", + "YOUTUBE/", + "YPR", + "YPS", + "YPT", + "YSM", + "YSV", + "YUANTA", + "YVKHMYh9i0/", + "YYY", + "Yahoo", + "Yandex", + "Ye", + "Yea", + "Yeah", + "Year", + "Yearly", + "Yee", + "Yep", + "Yes", + "Yesterday", + "YfVNwIGA0sM1CSQYIjv9tZ4hkGDbgfowV9W", + "Ym3", + "Yo", + "YoFou_Teamspeak_IPs_440.txt", + "You", + "Your", + "Yours", + "Youtube", + "YtalliumNetwork", + "Yugoslavia", + "Yummy_store_bot", + "Yv1", + "YxX", + "Z", + "Z00KY", + "Z0lf", + "Z3IGvTUj3O53NiqqwFMYtZS7T2RR1p2", + "Z:2", + "ZCA", + "ZELLE", + "ZENMATE", + "ZIP", + "ZNBqL4N/", + "ZON", + "ZXVqs3wTQKsFZXI9:2", + "Zarious_Buycraft_Emails_70.txt", + "ZeJiss7TlTb5sJ8gFPwh4IHm", + "Zealand", + "Zee5", + "ZenCraft", + "Zenmate", + "Zeolia", + "Zero", + "ZeroHashx0", + "Zion-Network_Forums_4.9k.txt", + "Zip", + "Zohan_Teamspeak_IPs_410.csv", + "Zolus_IPs_2.7k.txt", + "Zolux", + "Zonix_Staff_180.csv", + "Zoominfo", + "Zorotex", + "ZwDelayExecution", + "ZyXEL", + "[", + "[-:", + "[:", + "[=", + "\\", + "\\\")", + "\\n", + "\\n2", + "\\t", + "\\x", + "\\x04\\x39\\x61\\x10\\x53\\xc6\\xa0\\x55\\xab\\x8c\\xe9\\xff\\x24\\x49\\x78", + "\\x33\\x31\\x43\\x17\\x83\\xeb\\xfc\\x03\\x6b\\x0c\\xa6\\x2b\\x97\\xda\\xaf", + "\\x36\\x57\\x28\\x56\\x34\\x1c\\x3e\\x30\\x58\\xa3\\x93\\x4a\\x64\\x28\\x12", + "\\x42\\x29\\x6a\\x56\\x80\\x54\\xe9\\x53\\x78\\xa3\\xf1\\x11\\x7d\\xef\\xb5", + "\\x57\\x06\\x72\\x80\\x25\\x9b\\x73\\x46\\x22\\xa3\\x0b\\xe3\\xf4\\x50\\xa6", + "\\x97\\x67\\x52\\x5c\\x2a\\x70\\xa1\\x1f\\xf0\\xf5\\x34\\x87\\x73\\xad\\x9c", + "\\x99\\x1c\\x3d\\x27\\xef\\x88\\x32\\x80\\x5a\\xef\\x7d\\x11\\x6b\\x2f\\xd1", + "\\x9d\\xed\\x6a\\x31\\x39\\xb6\\x29\\x58\\x18\\x12\\x9f\\x65\\x7a\\xfa\\x40", + "\\xb8\\x7f", + "\\xc0\\xf0\\xe8\\x95\\x72\\x5b\\x66\\x6b\\xf6\\xe1\\xcf\\x6b\\x08\\xea\\x7f", + "\\xca\\x0f\\x60\\x50\\xed\\xbc\\x81\\x71\\x8e\\x23\\x12\\x19\\x7f\\xc6\\x92", + "\\xca\\x19\\x27\\x05\\x03\\xe1\\x16\\x69\\xc8\\xdc\\x97\\x64\\x10\\x18\\x1f", + "\\xd1\\xed\\xd3\\x2b\\x06\\xce\\xea\\xe4\\x5b\\x0f\\x2a\\x18\\x93\\x5d\\xe3", + "\\xd4\\x67\\x1b\\xd0\\x5d\\x82\\x2a\\xc2\\x3a\\xc7\\x1f\\xd2\\x49\\x85\\x93", + "\\xd9\\xec\\xd9\\x74\\x24\\xf4\\xb8\\x28\\x1f\\x44\\xde\\x5b\\x31\\xc9\\xb1", + "\\xdd\\xdd\\xdd\\xdd\\xdd\\xdx\\xdd\\xdd\\xdd\\xxd\\xdx\\xxd\\xxd\\xdd\\xxd", + "\\xdd\\xdd\\xdd\\xdd\\xdd\\xdx\\xdx\\xdd\\xdd\\xxd\\xdd\\xdx\\xdd\\xdd\\xdd", + "\\xdd\\xdd\\xdd\\xdd\\xdd\\xxd\\xxd\\xdd\\xxx\\xdx\\xxd\\xxx\\xdd\\xdd\\xdd", + "\\xdd\\xdd\\xdd\\xdd\\xdd\\xxx\\xxx\\xdd\\xdx\\xdx\\xxd\\xdx\\xdd\\xxx\\xxx", + "\\xdd\\xdd\\xdd\\xdx\\xdx\\xdd\\xxd\\xdx\\xxd\\xxd\\xdd\\xdd\\xdd\\xxx\\xdx", + "\\xdd\\xdd\\xdx\\xdd\\xdd\\xdd\\xxd\\xdd\\xdd\\xxd\\xxd\\xdd\\xdx\\xxx\\xxd", + "\\xdd\\xdx\\xdx\\xdd\\xxx\\xdd\\xdd\\xdd\\xdx\\xxx\\xdx\\xdd\\xdx\\xdx\\xxd", + "\\xdx\\xxx\\xdx\\xdd\\xdd\\xxd\\xdd\\xdd\\xdd\\xdd\\xdx\\xdd\\xdx\\xxx\\xdd", + "\\xea\\x24\\xc8\\xbd\\xa5\\xdc\\x62\\x99\\x15\\xdd\\xa7\\xf9\\x6a\\x94\\xcc", + "\\xxd\\xdd\\xdx\\xxd\\xdx\\xdd\\xdx\\xxd\\xdx\\xxd\\xdx\\xxd\\xdd\\xdd\\xdd", + "\\xxd\\xdx", + "\\xxd\\xxd\\xxd\\xdd\\xdd\\xdx\\xdd\\xdx\\xxd\\xxd\\xxx\\xdx\\xdd\\xxx\\xdx", + "\\xxd\\xxx\\xxd\\xdd\\xdd\\xxd\\xxd\\xdd\\xdx\\xdd\\xxx\\xdx\\xdd\\xxd\\xxd", + "\\xxd\\xxx\\xxd\\xdx\\xdd\\xxx\\xxx\\xxd\\xdx\\xdx\\xdx\\xdd\\xdd\\xdx\\xxd", + "\\xxx\\xdd\\xdd\\xdd\\xdd\\xxd\\xdd\\xdd\\xxd\\xxx\\xdd\\xdd\\xdd\\xdd\\xdx", + "\\xxx\\xdd\\xxd\\xxx\\xxd\\xxx\\xdd\\xdd\\xdd\\xxx\\xxd\\xxd\\xdx\\xdd\\xxx", + "\\xxx\\xdx\\xdd\\xdd\\xxx\\xxx\\xdd\\xdd\\xdx\\xdd\\xdd\\xdd\\xdx\\xxd\\xdd", + "]", + "]=", + "^", + "^MY", + "^XX", + "^_^", + "^__^", + "^___^", + "^my", + "^xx", + "_*)", + "_-)", + "_.)", + "_66", + "_69", + "_<)", + "_EP", + "_^)", + "__-", + "__^", + "_cc", + "_db", + "_ep", + "_ex", + "_on", + "_vx", + "_\u00ac)", + "_\u0ca0)", + "`", + "a", + "a++", + "a+++", + "a.", + "a.1718130568", + "a.1751189463", + "a.2200283667", + "a.k", + "a.m", + "a.m.", + "a.q", + "a00", + "a09", + "a1", + "a10", + "a101|pottstown|pa|19464|male|6103277777|hurstheatherl@gmail.com|11|11|1979|15/1/2023", + "a19b66087@educacion.edu.do", + "a20a66595@educacion.edu.do", + "a22a75571@educacion.edu.do", + "a35", + "a392914e31646086466db1a61d815268e068b9eac049fb23f868f2a1f6f4cde5", + "a49885e3e", + "a62", + "a6E", + "a6e", + "a8a", + "a8oNZeAXmaNui91", + "a8onzeaxmanui91", + "a95f28b53d998ec17bc678e037947f72938cf041cb6f0f30c5aaf9280df4aa62", + "a97d9be6c788fe885f91ae6ea903cc2641aecb0f:4ed01a3ae", + "a9a", + "aDB", + "aMC", + "aOt", + "aa", + "aaa", + "aad3b435b51404eeaad3b435b51404ee:258e10edc6bdfac1a20c9e3ecc83a13e", + "aaw", + "ab", + "aba", + "abandon", + "abceeecb1276fd53148b9ab825b4d67d21571e3f2dc265c0c68f71746dc63d3c:3cVFwbDRhR8nt80ZXAxdzt9q11PBh1nz", + "abceeecb1276fd53148b9ab825b4d67d21571e3f2dc265c0c68f71746dc63d3c:3cvfwbdrhr8nt80zxaxdzt9q11pbh1nz", + "abducting", + "abhinav6", + "abi", + "abi_tag", + "ability", + "able", + "about", + "above", + "abraham", + "abrupt", + "abs", + "absolute", + "absolutely", + "abt", + "abu", + "abusing", + "ac", + "ac83c3ccc", + "academy", + "accept", + "acceptable", + "accepted", + "accepting", + "acces", + "access", + "accessed", + "accesses", + "accessible", + "accessing", + "accessman44", + "accident", + "according", + "account", + "account.avast.com", + "accountID", + "accountid", + "accounts", + "accs", + "accumulator", + "accurate", + "ace", + "acehcf", + "acehcf_ips_95.txt", + "ach", + "ack", + "acknowledgement", + "across", + "act", + "acting", + "action", + "actions", + "active", + "activeInfo", + "activeinfo", + "activist", + "activity", + "actual", + "actual advice", + "actual enquiry", + "actually", + "acy", + "ad", + "ad/", + "ad4ec692035a03fcd405034a91032fc6f1761d2671cd2a59d14299f7cc8c0c3f", + "ada", + "adams", + "adb", + "adc0c402b6450d1504b8a723a15c5c14dcc04459", + "adcb", + "add", + "add_argument", + "added", + "addicted", + "addition", + "additional", + "addmefast", + "addmin", + "address", + "address^", + "addresses", + "adds", + "ade", + "ade76583eff2b82b5a4b362b7c781f0a7d74de9fffc2a171fa5bfccad3484b96", + "adequate", + "adgasgsagg", + "adidas", + "adjusting", + "adm", + "adm.", + "admin", + "admin123", + "admin:!@J8D(fq3Aj|", + "admin:!@j8d(fq3aj|", + "admin:$y^26HGm^WyC", + "admin:$y^26hgm^wyc", + "admin:123167", + "admin:32~-v@Q!9h@S", + "admin:32~-v@q!9h@s", + "admin:',table_name", + "alert(\"xss\")',table_name", + "alex989", + "alexhero", + "alf", + "alferia.eu", + "algorithm", + "alhamdulilah", + "ali", + "alias", + "alibaba", + "alike", + "alipay", + "alive", + "alk", + "alkhaimah", + "all", + "all.txt", + "alleged", + "alles4you", + "allforonesurvival", + "allie", + "allison", + "allow", + "allowed", + "allows", + "allready", + "ally", + "alm", + "almost", + "alo", + "alone", + "along", + "alot", + "alp", + "alpha_teamspeak_ips_205.csv", + "already", + "alright", + "als", + "also", + "alt", + "altho", + "alts4.me_Accounts_1.3k.txt", + "alts4.me_accounts_1.3k.txt", + "alvaris", + "always", + "alx", + "aly", + "am", + "am2yjon", + "am=", + "ama", + "amanley@suddenlinkmail.com", + "amazing", + "amazon", + "amazon.com.be", + "amazon.de", + "amazon.se", + "ambition", + "amboss", + "amc", + "amc+", + "ame", + "america", + "americanexpress.com/seller", + "amia", + "amigo", + "ammdefi", + "amn", + "amount", + "amount(as", + "amounts", + "amp", + "ams", + "amusing", + "amynnasser.photoshelter.com", + "amz", + "amz.one", + "an", + "an+rn", + "an+rn+name", + "an.", + "anC", + "ana", + "ana.pena.1437@miremington.edu.co", + "analysis", + "analyst", + "analyze", + "anarchyhcf_ips_480.txt", + "anc", + "and", + "and/or", + "andaria", + "andres77", + "andrew", + "android", + "android-10000000", + "ane", + "anees", + "anf", + "ang", + "angle", + "anime", + "animes", + "ank", + "ann", + "annetokatlayan", + "announcement", + "announcment", + "annually", + "annualtool04", + "ano", + "anomaly", + "anon", + "anonfiles", + "anonymity", + "anonymous", + "another", + "ans", + "answer", + "answer,[FILTERING", + "answer,[filtering", + "answers", + "ant", + "anti", + "antibots", + "antics", + "antidetect", + "antipublic", + "antivirus", + "antiviruses", + "anubis", + "anx", + "any", + "anyfuny3", + "anymore", + "anyone", + "anything", + "anytime", + "anyway", + "anyways", + "anywhere", + "anz", + "aoo", + "aos", + "aot", + "ap/", + "apache", + "apart", + "ape", + "api", + "apis", + "apk", + "apkeditor", + "apologise", + "apologize", + "apool", + "app", + "app.atera.com", + "app.comodo.com", + "apparently", + "appdate", + "appeal", + "appear", + "appears", + "append", + "apple", + "applefight.fr", + "applewebkit/605.1.15", + "applicable", + "application", + "applies", + "apply", + "applying", + "apprecaite", + "appreciate", + "appreciated", + "appreciation", + "approach", + "approaches", + "appropriate", + "appropriately", + "approval", + "approved", + "apps", + "apr", + "apr.", + "april", + "apt", + "apt.15D", + "apt.15d", + "aptra", + "ar", + "ar+", + "ar.", + "ar/", + "ar1", + "ar7", + "arab", + "arbitrage", + "arbitration", + "arcade", + "arcane_teamspeak_11k.txt", + "archive", + "archived", + "archives", + "arcosia-pvp.fr", + "ard", + "are", + "area", + "arefy_xf.sql", + "argos", + "argparse", + "args", + "argument", + "argumentparser", + "argyw9ht6z0wkfohmi.", + "ari", + "arium_ips_435.txt", + "arivi.pl", + "ariz", + "ariz.", + "arizonahcf", + "ark", + "ark.", + "arkadia", + "arkaniaz.fr_9.5k.txt", + "arkaniaz_mds_35k.txt.txt", + "arm", + "army", + "arn", + "aro", + "around", + "arp", + "arrested", + "arris", + "arrival", + "arrive", + "arrived", + "arrives", + "arriving", + "ars", + "art", + "arthur******@edhec.com", + "article", + "articleninja", + "artificial", + "ary", + "arz", + "as", + "asafyazar1", + "asap", + "ascii_letters", + "asd", + "asdadadadada", + "asdasdasd", + "asdinjqwaszkmdvfbujgtriwefd", + "ase", + "ash", + "ashitbag", + "ashole", + "asi", + "ask", + "asked", + "asking", + "asp", + "aspx", + "ass", + "assalamualaikum", + "assembler", + "assign", + "assist", + "assistance", + "associated", + "assume", + "assure", + "assured", + "ast", + "astro_buycraft_130.txt", + "astro_buycraft_logs_130.csv", + "aswell", + "asy", + "async", + "at", + "ata", + "ate", + "aternos.org-dehashed.txt", + "aternos.org.csv", + "aternos.org_1.2m.sql", + "aternos.org_899k.txt", + "ath", + "athenia", + "atleast", + "atm", + "ato", + "atomicskull_ips_345.txt", + "aton2.com_buycraft_db.txt", + "atrocities", + "ats", + "attach", + "attachHeaderListener", + "attachHeaderListener(tabId", + "attached", + "attachheaderlistener", + "attachheaderlistener(tabid", + "attachment", + "attack", + "attackers", + "attacks", + "attempt", + "attempted", + "attempts", + "attention", + "attractive", + "attributes", + "atz", + "au", + "aud", + "aug", + "aug.", + "august", + "aul", + "aurelius", + "aus", + "aus-craft.net_emails_db.txt", + "aussie", + "aussiemc_buycraft_logs_300.csv", + "australia", + "australian", + "austria", + "auth", + "authenticationexception", + "authme", + "authme.txt", + "author", + "authorities", + "authorization", + "auto", + "auto+garant", + "autoaddpolicy", + "autobuy", + "autochthonous", + "automated", + "automatic", + "automatically", + "automating", + "av", + "av6", + "ava", + "availability", + "available", + "avani123", + "avast", + "avatar", + "avcheck", + "ave", + "average", + "averfight", + "averfight.fr_2k.txt", + "avery01", + "avg.com", + "aviatorcraft", + "aviatorcraft_buycraft_logs_2.2k.txt", + "aviatorcraft_forumsql.txt", + "avoid", + "avs", + "avy", + "await", + "aware", + "away", + "awe", + "awesome", + "awesomeeeeee", + "awg", + "awidiawdj", + "awkward", + "awr", + "ax", + "axe", + "axinamc.fr", + "axos", + "axs", + "aya", + "aylH2RY6cU9ndL5ZJFS6", + "aylh2ry6cu9ndl5zjfs6", + "ayn", + "ayo", + "ays", + "ayu", + "ayudhya", + "az", + "aza", + "azer", + "azn", + "azoniagames.fr", + "azulos", + "azurixepvp.fr", + "azurixepvp.fr_1k.csv", + "azy", + "b", + "b'd", + "b.", + "b.i", + "b.s.c.", + "b07", + "b09e04d0323c976031602c2873ce499d48c95204ff36c8a011dd2af811fc5c12", + "b0=", + "b14022a35", + "b16", + "b17", + "b18", + "b19", + "b20", + "b21", + "b2b", + "b2c", + "b33ddc6713b414a6850842c68b1116e7ffd72d2a", + "b3669ce4fd2dbdc6e72ce98f77c703316cc3d41afee231fe69bf70ba566ce301:89T1kQm2GpKeMV6gntNMzw5YoCadd9E2", + "b3669ce4fd2dbdc6e72ce98f77c703316cc3d41afee231fe69bf70ba566ce301:89t1kqm2gpkemv6gntnmzw5yocadd9e2", + "b3fc215a7e0a49446a18c8f8e20f5aa2d7950f66", + "b3r", + "b4117740000006265", + "b4117740000006265^shea", + "b42", + "b51", + "b64", + "b73db054ff", + "b83131", + "b86", + "b8b", + "b96", + "b994139323dd83b02a4c962559b0771111c75c9d2704000d54398c816717dec7", + "b:2", + "bGI", + "bI1", + "bId", + "bRo", + "ba", + "ba1", + "bab", + "babes.com", + "baceux", + "back", + "backdoors", + "backend", + "background", + "backlinkmaker", + "backlinks", + "backstab", + "backstab@thesecure.biz", + "bad", + "bad review", + "badax", + "badly", + "bag", + "bai", + "bail", + "baki", + "bal", + "balance", + "balances", + "ball", + "ballance", + "balrog777", + "ban", + "banco", + "bandalicraft_ips_57.4k.csv", + "bandwidth", + "bangkok", + "bank", + "bank(zelle", + "bankasi", + "bankboss", + "banknotes", + "banks", + "bankthaipublic", + "bann", + "banned", + "banner", + "banteruhc_buycraft_logs_470.txt", + "bar", + "barclays", + "barcode", + "bargain", + "barihonk", + "baroda", + "bartshop", + "base", + "based", + "bases", + "bash", + "basic", + "basically", + "bastards", + "bat", + "bath", + "battle.net", + "baxARok4zkQaYhXv:2", + "baxarok4zkqayhxv:2", + "bay", + "bayfiles", + "bayron", + "bby", + "bby.astray", + "bc", + "bc.monster", + "bc1q94svjyg39g8hr6w84ncx742a6eggley9njwyu6", + "bc1qe2k695emsjy4gtp9ywytcprmkw045j79h7tsaw", + "bc1qqre0ex63e8peuyq2hczrxgcjk2c0gxgrczxqpt", + "bcrypt", + "bda", + "be", + "be/", + "beacons", + "beard", + "beastfaction_buycraft.txt", + "beastprisons", + "bec", + "because", + "become", + "becomes", + "becoming", + "bed", + "bee", + "bee\"(\u903c", + "bee1", + "beefo", + "been", + "beer", + "before", + "beg", + "began", + "begging", + "beginner", + "beginners", + "behave", + "behavior", + "behaviour", + "behind", + "being", + "belgium", + "believe", + "belk.com", + "bella", + "belong", + "below", + "bendercraft.ru_171.7k.txt", + "benefit", + "benefits", + "benholden", + "benji", + "bennett@#899334238323", + "ber", + "berat", + "berkmetal54949692", + "bes", + "best", + "bestbuy.com", + "bestbuy.com/seller", + "bestchange", + "bestlink", + "bet", + "bethpage", + "bets", + "better", + "betting", + "between", + "beware", + "beyond", + "bf", + "bfj", + "bfk", + "bg", + "bgi", + "bgt5^YHN", + "bgt5^yhn", + "bhf", + "bi0", + "bi1", + "bi6tuqj5", + "bia", + "bid", + "bid=399", + "bidding", + "bie", + "big", + "bigger", + "biggest", + "bigproof", + "bigs", + "billing", + "billion", + "bills", + "bin", + "binance", + "binances", + "binary", + "binder", + "bing", + "bins", + "bis", + "bisecthosting.sql", + "bit", + "bitcoin", + "bitcoins", + "bitdefender", + "biting", + "bitok", + "biz", + "bjorka", + "bjs", + "bjv", + "black", + "blackbullet", + "blackedition", + "blacklisting", + "blackmoon99", + "blacks", + "blackspigotmc", + "bladexxl", + "blame", + "blank", + "blaster", + "ble", + "bless", + "blessing", + "blessings", + "blind", + "blitz", + "blizzard5", + "block", + "block-----", + "blockchain", + "blocked", + "blockedup_emails_db.txt", + "blockers", + "blocking", + "blockmadness.com_buycraft_db.txt", + "blocks", + "blocksten167", + "blow", + "blue", + "bluehairliberal", + "bluevine", + "blurred", + "blutv", + "bly", + "bms", + "bnpl", + "boa", + "bob", + "bodge16", + "bodies", + "bodyguard", + "bofa", + "bohoo", + "bolivia", + "bolt", + "bomber", + "bombings", + "bon", + "bong", + "bonjour", + "bonus", + "boo", + "boobies", + "book", + "books", + "bool", + "boolean", + "booming", + "boos", + "boots", + "boring", + "born", + "borrow", + "bos", + "bose", + "boss", + "bot", + "bot+stealer", + "both", + "botnet", + "botnets", + "bots", + "bottertopg", + "bought", + "boundary=----------YWJkMTQzNDcw", + "boundary=----------ywjkmtqzndcw", + "bout", + "box", + "boxes", + "boxing", + "boy", + "br", + "br.", + "br8", + "brah", + "brain", + "brain.fm", + "braintree", + "branch", + "brand", + "brands", + "bratva", + "brawl.com.sql", + "brazil", + "brazzers", + "breach", + "breached", + "breached.vc", + "breached65xqh64s7xbkvqgg7bmj4nj7656hcb7x4g42x753r7zmejqd.onion", + "breachforum", + "breachforums", + "break", + "breaking", + "breakingsecurity", + "breakpoint", + "brian", + "bridges", + "briefly", + "bright", + "brightdata", + "brikk", + "bring", + "brings", + "brion|richards|33", + "britain", + "britney321", + "bro", + "brodie", + "broke", + "broken", + "broken08@yahoo.com", + "brokerservice@local*$076cf2d441c38149ee67ce12f0ad0d60$cffc7ae3e52789cb4b53f1f3b50a4c7d8ad3787be1580d0462cab351a537fff4d6c12c6ebd8dd51d927ec6c5c5f35e3ef509306b4fc5e8d00898e70a203764702e92cd567899763ae6d4ebe9309bb332184c9bdefe81d9f602795b76fac22a222bd7019c7de6db03a000eeb7b307207c312a70f448e06f7207b99106c39e9808ef4897f560b92d6b0fdb8837afaacf2a0a164fa5ef319bffe79b95d59a74787b2a7f85194e707890f9cce7edf2e7972a83bb138979b69f12cd22f81731cbe99ea3c45c50ce391b8b21d80af5cdc1c49b4d32e5d8fec5a228c1b9c8406d4a9265591f6403de12ce9483f53060b327f12f708db0b60c3c925228179859c62627ef66b11f11584b87ac5dd87b508e867d233134403ebcb205fa616c2c485bdad3b5370226331c0eac2a939d85488fce0741df5e52d5921fd172feef4102dc7f72e90f0a546552a76c7d61f5084fa7735e24b483e573faf2bec186136620952dcbd01ae014cfe0cd1e40f3bc0b7b21ad7ab5521233ae9fcf3985a7e2e374a761db3693c295989a72e5c6476231301d446988f78a076cc60a0ff74f918fa521099de71c2dbbc15787db16166d6b481549c6914c0a75b8c7b2bf4f121a4d03f28ed3072944e900050ee3844e8ecb678b230f5ef5867a625db6c4767d31c9c2c2cd29d1fc68a86a59c0d90d585b9bc865ea1fa26afa381d479f9ff20e727319de448c52f331f1ab140225aa21367671e7788f2bfcf617392670e7a80cdd3e00fd9fff53d6d6b1f2424e260ea7d2ba4b56f24f06c88a414bc9b1c3d8c448f302331362b8fa3efb5a1d4ce3e0523ece1683fdf65b6d0bec0203951e0040b0d3a6de02d59487d9bedfb031900915a78aba946b3ad2c3c3d82c1dc89c8c02e64c7bea127d87409afc3d9277fbfa08e917e2f4b21bf2a33569559129edd912ef4b2fb24c3ab9d3a22661e760d95efb4d434ef80c40104308c1d9e89d0ff7d87172895546fb37845a553132b40dbb7a4de2f90e2ab9e045c888c25980dd3888122e3c345740d994a319f34582f50f70fc9a1ec0eb6a93032e924d5496f8881ca7c460b3a4d2bae60ffff572ab9e6f359a6d8a022b7b42636264b069a378696407377fcb3a151ca623452e8bfde35c0d2186a6d2cb901cf5ce223b50fcc616fc3fc327884bacbd0b82caeeeb6e90099c5f14dd9c53d482e613c33791d2527d09c2431892ae0bd27bdfcc44d9945787b2bfdd5c345e102c2773b1b5c0d862f29834d5772996602f73412fa2358e2175456b0763e20799589b79b1d22deedc8a3ee3cb6f053396c4085a8dcb7c4428eb3b35c457d4aeed35e6b14ad81e1b8f3191bbd64eb3810a841f5d3eeacde382481eeffebab2aa24811da200dbdaa8b4db3a4a75d0d37795f3382b83eb0bed6e0d97586be27c249a4c2043140cff01dea3ce85812ba5d2a27a8a9c3ea16a44a13b83df2a27994b299e3a4ff5c32d569fadc3571651e3d9854518fcf370bb27df83bf84ce3d65b34db787a1caa0984e15febea3057de56bf99bbb0c4a359a6780be06bcf350952d7b6f8a222d3da9c98b477d3358a1bd05d098c329e5912c13f5ac83b42ff6c1d2e4c2b55844d4cee52df93e66f26f914bfe2314d7e7ece5b140ee9cae1a58129334191524e9894165f94cb2040f7d68f5843df363c9ebfc81e0513ff395284f40e7872ad0be9baba36a40765193fa75128dbfa5f76219273d2a70eac0e3ca0af2377c0a5a35c1b7b43d47c951c473538898a961834f713e112c344335e4a3b8cc4d903c461ecbbc1adc1293c92f3d73b236fb0dcb62725016c35ce9c96c967f5f269f9ca74e998d341bcc39dc3390e3c95d5531d2f3d5b19f8c9153f2f2e9f2bb228dee83700f00cde2d67cdd4156e231cd93a1a1eeb663e8d8546ded29439a2a110aa29803bd001b342a45384b4c622cac9e1eca7361d5c0a42694109b20d6be7dff645353a96681a1286a7e311751cbf8390726851097093c30bfd4b872e6df7441b089ab1f807594ff3697ddffe9ea38ba60b7aaedba5a61878885c97193d3086c4e792f7ba623cd3334fc2aea9c2f156d6ac6a95e055266fdc796de497cbd1a12b33fa91f6e3634e4353ab708ac4f5aa5e9ba06c304dff31d203d3c28897a1edff3429752b5b4a940d9fe43d5860234fd8de1ff13b336d6234ce607aa9a547c25ad176b765694dc676cf1c5faee7f7cddbc81a906a01434480a3255cff48c259aa6ce57df2df7a9bc8408c98e6a171d6ea06f7ecf918e577bd7591437f78781ad011420abab4600f3e86a7d53792c21d6323d2c8679e7bc0c2029ab973e0770999ea78861d6f2d8bf7cedfea2b46b3bb07446fc236a64c05943734b699d0631e342403e951d3b5924203678b50fbe81e4c85e88195eb520937ea684cb41a60fe4a337c8b0cbccc04359d2a558da078daacae9616adb1f8c5ddec5f933bb1a2606210635b36dd761ee33fb63dc468f40fbf6c1f73616fee6b58c3168b7ce8d9a5d8f71dd2f4e22cba72d45dabbd608efbff8e53627d78c06a272f67a5bf1e6a0610ca4e133006dfcac25a19920d9346d81df4db806b71fc25c1f1c54251b705dd0cc240efa854ef35a7ba6851feed0b07dde79bd030aa2bc63bfc53b93ee7cd0c943083aa110ee36ca6087fd9507dae7cc8443b798d4ae5d2c1fe8c500e6630660f5971c39908ca72a5dfa9299d0495c384b1b16fbe66dd4eb1bfbb9975163c06a5b628e4d5f0ffcd973d66be7caf67044d1a3555b630d92a5cb4215aa8c6927fee0ce08823d0e10139d7495e3d9500b54a739e64c4480111c91cf22b4e68aedce3ce5c115c8dc25665a7b0760d17d1c44747e82dc692c416e11065166bac35a2a35cf73cf4a3565ef707ade24db37894e99be3a81820f30417a7c61d80c2ddc8092ea4fa9bd3f8016652afc73cd7068aa5153bb418e63cc9d6b8d0b080781c11587b2f162a3843b341f4b370e2eb1b60b150194e919ba7a07b212a713d1eced57a7c50b43089d46ccbb28e3061d35bc3387d4d889b98c598f48bedd6832db5664f909c0a9ca0f3ca2a5efb025e391489fc5adb712e3a26e4db982bf4908304f4bfabbd06a6430e066fcecc23f3cf4e2448d5771fb6c5a1cca8495f7dfd3935dfdaf363680196015d6a8453448a14861a33851ac0e9fc468e575c0a0a1ac446726c5b6de5f21da55fec3e7d1223eeb555ae438fd5a5404b1ccb8050cde263a5d10c3283c000502befa992a90cc43276a387628a9245f9ee0c783d8588d919de072f3f8f88bf1fc36d2afe16b4f6c6b35490c216e995ebbf01ff65a3b095ec79fecd9a4647232bcf89c591a553ebe9a10080016c30e80adb29d30df41a0b25d90f0afb764239cfbe46cb32e01563f619a217edddf90536f94108b2bbe807382011eb827100da7eaa0a35c1953bd6a74db15a204837f5d9f740d3c668d347e88b477274dbacabf0a5dba6af73010165d5c995def0efcce2a03d03f4ebc3357f79e63e911bd318827d3fe93447f6da3953a95fa8b07383ab78c9b4d5fd8c4cecd908d913ef5eeccbaa550b8fe2258ee5672c37649304b1202401eac3cb018360dcfcf4a580b3fe5a3f0ccbb037f6f07fd636cbfac30a98a10c498fd25193ae68d8799a43fe816c4dc1f129b4e6f92f30caa7dd5fdae4128a7b634a7047e", + "broki", + "broklyn", + "broo", + "brooo", + "broooo", + "brooooo", + "broooooooo", + "bros", + "bros.", + "brot", + "brotaaaa", + "brotha", + "brother", + "brotherdoge", + "brothers", + "browser", + "browsers", + "browsing", + "bruh", + "brunimax", + "brush", + "brutal", + "brutalfactions_staff_50.txt", + "brute", + "brute_force_scan", + "bruteforce", + "bruteforcer", + "bsd", + "bsg777@exploit.im", + "bsh", + "bsparkes5@gmail.com;$P$BElq8amQHXuSDfRinQkZTI9t2QlwV70", + "bsparkes5@gmail.com;$P$BMz6", + "bsparkes5@gmail.com;$p$belq8amqhxusdfrinqkzti9t2qlwv70", + "bsparkes5@gmail.com;$p$bmz6", + "bss_start", + "btc", + "btc\\usdt", + "btray@cebridge.net", + "btw", + "bubbies", + "bubble", + "bucha", + "buck", + "bucks", + "bud", + "buddy", + "budget", + "budy", + "buffalo", + "bug", + "buga", + "bugaboo", + "buggy", + "build", + "buildandcraft.eu", + "buildcraft_1.3k.txt", + "builder", + "buildid", + "building", + "builds", + "built", + "buker", + "buks", + "bulk", + "bullet", + "bullshit", + "bump", + "bumpedbumpedbumped", + "bumping", + "bumpington", + "bumppppppp", + "bumppp~~~~", + "bumps", + "bunch", + "bundles", + "burn", + "burp", + "bush", + "business", + "businesses", + "busy", + "but", + "butterflylili@yahoo.com", + "buy", + "buyaccpremium#5975", + "buycraft.txt", + "buyer", + "buyers", + "buying", + "buys", + "buzzplex_e-mails_100.txt", + "bvdvwi8hf", + "bw7", + "bwz", + "bx", + "by", + "bya", + "bypass", + "bypassed", + "bypassing", + "bz", + "c", + "c'm", + "c)2", + "c++", + "c.", + "c.u.", + "c02", + "c09", + "c0d3r_0f_shr0d13ng3r", + "c0r0ll@", + "c0x", + "c1", + "c12", + "c18", + "c2", + "c20", + "c206t15", + "c2ae", + "c2db516247254085f5cb4047c165b3fc6d425a8a", + "c2matrix", + "c2p", + "c3f", + "c40d43e7b4ec231833cd1f95f62ea5a228eb23215a665da88faf05f9aa37b884", + "c5df4e07f152a64b520aee4142a398e897092122", + "c66e7f94073a2d01bc37a832faa34085d938e32d:1c05c8226", + "c66e7f94073a2d01bc37a832faa34085d938e32d:1c05c8226:123456", + "c7d", + "c821da45242ac743a0bff081d4e4c93849d73706a03ed5294879e298f81ae34c", + "c9ff", + "c9k", + "c:2", + "cOS", + "cOYjZtSGbchQh", + "cPanel", + "cPanels", + "cTV", + "c_reative", + "ca", + "caa", + "cached", + "cad", + "cadeace", + "caffeine", + "cag", + "cal", + "calculate", + "calculated", + "calif", + "calif.", + "californium", + "call", + "callback", + "called", + "callouts", + "calls", + "calm", + "cam", + "came", + "camefrombreachforums", + "camel", + "cameras", + "campaigns", + "can", + "canada", + "cancel", + "candid", + "candlemass", + "candypvp.fr_3k.txt", + "canfig", + "cannot", + "canva", + "capabilities", + "capability", + "capital", + "capital(zelle", + "capture", + "captured", + "captures", + "car", + "carbon", + "card", + "carders", + "carding", + "cards", + "cards-23.2.23", + "care", + "cared", + "careful", + "carefully", + "carelessly", + "carfyue", + "carnaval", + "carpentry", + "carried", + "carrier", + "carriers", + "carroll", + "cars", + "cartercartier", + "cartp", + "cas", + "case", + "cases", + "cash", + "cashable", + "cashapp", + "cashiers", + "cashout", + "cashoutEmails", + "cashoutemails", + "casino", + "cassandra|burke|200", + "cast", + "cat", + "cat3k_caa", + "catcher", + "catchers", + "catching", + "cattle", + "caught", + "cause", + "cautious", + "caviar", + "cb", + "cb2", + "cb6687a600a22d23b2171e53ceca7195", + "cbs", + "cc/", + "ccc", + "ccg1998", + "cci", + "cco", + "ccs", + "ccscan", + "ccvbv", + "ccx", + "cd1", + "cd2", + "cdep3890", + "cdn", + "cds", + "ce5", + "ce9", + "ce>", + "ceaserrodregaz", + "ceci", + "ced", + "ceef869be89caa98228f8e5aee23e1c48609f8646f61840bd969c7974d3eac0e3d03306dcee5", + "cel", + "cem", + "centre", + "centrixpvp_e-mails_10.3k.txt", + "cer", + "cert", + "certain", + "certainly", + "certificate", + "certificates", + "certified", + "certs", + "ces", + "cesar240908", + "cey", + "cf3d664983797f0d63270147a105fa8b92a8224c:5g28zfG1X", + "cf3d664983797f0d63270147a105fa8b92a8224c:5g28zfg1x", + "cfr", + "cg3700emr-1cmnds", + "cgi", + "ch", + "ch.", + "cha", + "chainalysis", + "chaining", + "challange", + "challenges", + "challenging", + "champ", + "champagne", + "change", + "changed", + "changer", + "changes", + "changing", + "channel", + "channels", + "chapple", + "chapter", + "char", + "character", + "characteristics", + "characters", + "charge", + "chars", + "charset", + "chartered", + "chase", + "chat", + "chatbots", + "chatgpt", + "che", + "cheap", + "cheapest", + "chearful.ninja_Logins_450.txt", + "chearful.ninja_Snipes_16k.sql", + "chearful.ninja_logins_450.txt", + "chearful.ninja_snipes_16k.sql", + "cheat", + "cheatsheet", + "check", + "checkTasks", + "checkUrls", + "check_data", + "check_data.indexOf(item", + "check_data.indexof(item", + "check_data.push(item", + "checked", + "checker", + "checkers", + "checking", + "checkout", + "checks", + "checktasks", + "checkurls", + "cheers", + "chek", + "chelas", + "chemical", + "cherries", + "chessium_ips_7.1k.txt", + "child", + "chime", + "china", + "chinese", + "chinga", + "chingada", + "chingados", + "cho", + "chocolia.eu", + "choice", + "choices", + "choochoosmc_e-mails_1k.txt", + "choose", + "choosing", + "chop", + "chosen", + "chrisanderson33193@yahoo.com", + "chrismas", + "christ", + "chromahills.com_11k.txt", + "chrome.browsingData.remove", + "chrome.browsingdata.remove", + "chrome.google.com", + "chrome.history.search", + "chrome.storage.local.get(['machineId", + "chrome.storage.local.get(['machineid", + "chrome.storage.local.get(['uuidMachine", + "chrome.storage.local.get(['uuidmachine", + "chrome.storage.local.set", + "chrome.tabs.captureVisibleTab(null", + "chrome.tabs.capturevisibletab(null", + "chrome.tabs.onActivated.addListener(function", + "chrome.tabs.onactivated.addlistener(function", + "chrome.webRequest.onHeadersReceived.addListener", + "chrome.webrequest.onheadersreceived.addlistener", + "chromemc_buycraft_db.txt", + "chs", + "chto", + "chy", + "ci/", + "cimb", + "cimobrju8389813@estudiantes.edu.ec", + "cipher", + "circumvent", + "cis", + "cisco", + "cit", + "citadel", + "citadel.corp", + "citation", + "citizensbank.com", + "citrix", + "citrixcloud", + "citrux", + "city", + "citycraft_forums_29k.txt", + "cityprison_ips_16k.txt", + "civilians", + "cjd", + "ck0", + "ck1", + "ck2", + "ckX", + "ckk", + "cko", + "cks", + "ckx", + "claim", + "claimed", + "claiming", + "claims", + "clarify", + "claro", + "class", + "clause", + "cle", + "clean", + "cleaned", + "cleaner", + "cleaning", + "cleanse", + "clear", + "clearing", + "clearly", + "clearnet", + "click", + "client", + "clients", + "climate", + "clipboard", + "clipboard_data_size", + "clipper", + "clips4sale", + "clone", + "cloned", + "cloneevvvp", + "clones", + "clonned", + "close", + "closed", + "clothing", + "cloud", + "cloudescape_emails_3.5k.csv", + "cloudflare", + "cloudnet", + "clown", + "club", + "cly", + "clyropvp", + "clyropvp.txt", + "cm8", + "cmp", + "cms", + "cn", + "cnn", + "co", + "co.", + "coachID", + "coachid", + "cobalt", + "cobaltstrike", + "cock.li", + "cod", + "code", + "codeacademy", + "codecademy", + "coder", + "coderedtestserver.txt", + "codes", + "codesign", + "coding", + "coffees", + "coi", + "coin", + "coinbase", + "coinify", + "coinpot", + "coins", + "coke", + "col", + "coldnetwork.txt", + "coldnetwork_buycraft_logs_732.txt", + "collect", + "collected", + "collection", + "colo", + "colo.", + "colombia", + "color", + "colour", + "com", + "combo", + "combolist", + "combos", + "come", + "comes", + "comfort", + "comfortable", + "coming", + "command", + "comment", + "commenting", + "comments", + "commercial", + "commission", + "committing", + "common", + "communicate", + "communication", + "communism)))\"-", + "communist", + "community", + "companies", + "companioncare@suddenlinkmail.com", + "company", + "compare", + "compare_memory(orig_clipboard_data", + "compared", + "comparing", + "competitors", + "compilations", + "compile", + "compiled", + "compiler", + "complaint", + "complete", + "completed", + "completed.0", + "completely", + "complex", + "compliment", + "comply", + "comprehension", + "comprehensive", + "compression", + "compromised", + "computer", + "computers", + "comugamers.com_10k.txt", + "con", + "concept", + "concepts", + "concern", + "concerns", + "concise", + "concurrent", + "conditions", + "confidence", + "config", + "configs", + "configuration", + "configured", + "configuring", + "confimred", + "confirm", + "confirmation", + "confirmed", + "confirming", + "confrim", + "confused", + "confusion", + "congratulations", + "conn", + "conn.", + "connect", + "connect_ex", + "connected", + "connecting", + "connection", + "connections", + "cons", + "consequences", + "consider", + "consider(Black)Arch", + "consider(black)arch", + "considered", + "considering", + "consignment", + "consistent", + "consisting", + "console", + "const", + "constant", + "constantly", + "construction", + "contact", + "contacted", + "contacter", + "contacts", + "contain", + "containing", + "contains", + "content", + "content(s", + "contents", + "contextual", + "continually", + "continue", + "continuous", + "contract", + "contribute", + "contributed", + "contributing", + "contribution", + "control", + "controlling", + "controls", + "contr\u00f4le", + "convenient", + "conversation", + "conversations", + "convert", + "cookie", + "cookie(s", + "cookies", + "cooking", + "cool", + "cooldudes9001", + "coolnet", + "cooming", + "cooper", + "cooperate", + "cooperation", + "coordinate", + "copied", + "copies", + "copy", + "copywriting", + "cor", + "corax@thesecure.biz", + "core", + "coreymcalinson", + "coronavac", + "corp", + "corp.", + "corporate", + "corporation", + "corps", + "correct", + "correctly", + "correspondence", + "corrupt", + "cos", + "cosmic.csv", + "cosmic_formatted.csv", + "cosmicpvp_forums_200k.csv", + "cosmouzx", + "cost", + "costs", + "couch", + "could", + "count", + "counterfeit", + "counting", + "countless", + "countries", + "country", + "county", + "countySpecific", + "countyspecific", + "couple", + "coupon", + "courage_teamspeak_ips_246.csv", + "couriers", + "course", + "courses", + "couuntries", + "cover", + "coyjztsgbchqh", + "coz", + "cpanel", + "cpanels", + "cpent", + "cpn", + "cpp", + "cpu", + "cpy", + "cqdec", + "cqngd74mtjd5snnwq5uqd3qeok3hz36yrt2iu5mpzgxcqhbpbfpxyjid.onion", + "cr", + "cr2dcmrzk1s", + "crack", + "cracked", + "cracker", + "cracking", + "cracks", + "cracks.txt", + "craft", + "craftapple.pl_9.2k.sql", + "craftblock_e-mails_2.5k.txt", + "craftboard.pl_26.5k.sql", + "craftrealms_buycraft_db_2012.txt", + "crash", + "crawler", + "craxs", + "crazy", + "crazysauce", + "cre", + "cream", + "create", + "created", + "creates", + "creating", + "creation", + "creative", + "creator", + "credential", + "credentials", + "credit", + "credited", + "crediting", + "creditkarma", + "credits", + "creeperscraft.net_140.txt", + "crime", + "crimes", + "cristalix.ru_72.8k.txt", + "critical", + "criticize", + "cro", + "croge", + "crogedracl", + "crossfire_1k.txt", + "crowdstrike", + "crsn47", + "crte", + "crto", + "crtp", + "crunchyroll", + "cry", + "crypt", + "crypta", + "crypter", + "crypters", + "crypting", + "crypto", + "cryptocurrency", + "crypts", + "crystal666", + "cs", + "cs+cr", + "cscoe+", + "csgo", + "csp", + "css", + "csv", + "ct", + "ct.", + "ctf", + "cto", + "ctr", + "ctrl+f", + "cts", + "ctv", + "ctx", + "cuddlybear", + "cultcraft.me_9.4k.txt", + "cuntires", + "cup", + "curbside", + "curiosity", + "curiositystream", + "curious", + "curl", + "current", + "currently", + "curse", + "cus", + "cushions", + "custom", + "customer", + "customers", + "customers(WWH", + "customers(wwh", + "cut", + "cute", + "cuz", + "cvv", + "cxa_finalize@GLIBC_2.2.5", + "cxa_finalize@glibc_2.2.5", + "cxiture0001", + "cyberarsenal", + "cybersecurity", + "cylance", + "cypher", + "cz", + "czech", + "c\u2019m", + "d", + "d$/xxxx", + "d(1", + "d)", + "d,XXXX,'d", + "dES", + "dEx", + "dID", + "dK5.wJ9hNmaT52EAFSgs8eF6txeRUdAJDtS", + "dMC", + "dS5", + "dTC", + "dX", + "dXX", + "dXX+", + "dXXX", + "dXXXX", + "dXXXXdddXXddXddXdXXdddXddddXXdXXdddXddddXddddXXXdXddXddddXXXdXXXdddd", + "dXXXddddXXdddXXXdXddddXXXddXXXXdXXdXdddXddXdXXdXddXXdXddXddXddddXdXXXddXd", + "dXXdXXxXxxXXXXxXXXXdxxxdxdxxdXxxXx", + "dXdX", + "dXdddX", + "dXddddXddddXXdXXddddXXXddddXdddXXXXdXddXXddXdddXddddXXdddd", + "dXxx", + "dXxxx", + "dXxxxx", + "d_d", + "d_x", + "da", + "da$local$ldap", + "da.net", + "da0", + "da8", + "da_nikto", + "daily", + "dal", + "damage", + "dame", + "damn", + "dang", + "dangerous", + "danny", + "dante", + "dap", + "dapest", + "dar", + "darcecraft", + "darcecraft.com.txt", + "darcecraft.com_10k.txt", + "dare", + "dark", + "darkangelof1", + "darkfadepvp_buycraft_logs_30.txt", + "darkfight", + "darkheroesmc.txt", + "darkweb", + "darling", + "das", + "dashboard", + "dat", + "data", + "data--65473]Find", + "data--65473]find", + "dataType", + "dataUri", + "data_start", + "database", + "databases", + "datacenter", + "datatype", + "datauri", + "date", + "date).gettime", + "date:2023", + "dated", + "dateline=\"1671794657", + "dateline='1672597036", + "datelover", + "dates", + "dating", + "datpixel_emails_db.txt", + "dav", + "david", + "dawg", + "dawncraft_buycraft_logs_745.csv", + "dax", + "day", + "days", + "dazn", + "db", + "db.txt", + "dbms", + "dbmses", + "dbs", + "dbserver31.tech.finance.corp", + "dbz_logins_5.8k.txt", + "dc", + "dc.citadel.cor", + "dc.glacis.corp", + "dc01(3", + "dc02", + "dc1", + "dc1714711d8b05826296c326e749d7358ed355f7d2cfaa5dbc130c2c891903e8", + "dc3e6c96d42d2c8c20a29e3df05c47d2", + "dc6", + "dcangel", + "dcb", + "dcc", + "dcs-930lb1", + "dcw", + "dd", + "dd$-xxxx", + "dd$.", + "dd$/dddd", + "dd,d,d))))xXxX", + "dd,d,d))))xxxx", + "dd,d,dd))))xXxx", + "dd,d,dd))))xxxx", + "dd,ddd", + "dd,ddd,ddd", + "dd.Xxx.dddd", + "dd.d", + "dd.d.d", + "dd.d.d.ddd", + "dd.d.dd.d", + "dd.d.dd.dd", + "dd.d.dd.ddd", + "dd.d.ddd.d", + "dd.d.ddd.dd", + "dd.d.ddd.ddd", + "dd.dd", + "dd.dd.d.d", + "dd.dd.d.dd", + "dd.dd.d.ddd", + "dd.dd.dd", + "dd.dd.dd.d", + "dd.dd.dd.dd", + "dd.dd.dd.ddd", + "dd.dd.ddd.d", + "dd.dd.ddd.dd", + "dd.dd.ddd.ddd", + "dd.dd.dddd", + "dd.ddd.d.d", + "dd.ddd.d.dd", + "dd.ddd.d.ddd", + "dd.ddd.dd.d", + "dd.ddd.dd.dd", + "dd.ddd.dd.ddd", + "dd.ddd.ddd.d", + "dd.ddd.ddd.dd", + "dd.ddd.ddd.ddd", + "dd.ddx", + "dd.xx.d", + "dd.xxx.dddd", + "dd.xxxx", + "dd/d", + "dd/d/ddd", + "dd/d/dddd", + "dd/dd", + "dd/dd/dd", + "dd/dd/dddd", + "dd1", + "dd:dd", + "dd:dd:dd", + "dd:ddxx", + "ddX$", + "ddX.xxx", + "ddXX", + "ddXXXdXdXXdddXdddXdddXdXddddXddddXXXdddXXdXddXXdddXdXXdXddddXXXddddXdXdd", + "ddXXXxdx", + "ddXd", + "ddXdd:dd:ddX", + "ddXdddXdddXdXdddXddXXXXdddXddXddXddXXdd", + "ddXdddd.X", + "ddXx", + "dd_d_d", + "ddd", + "ddd$-dx$", + "ddd$ddd", + "ddd+/XXX", + "ddd+/xxx", + "ddd,dd", + "ddd,ddd", + "ddd.d", + "ddd.d.d.ddd", + "ddd.d.dd", + "ddd.d.dd.d", + "ddd.d.dd.dd", + "ddd.d.dd.ddd", + "ddd.d.ddd.d", + "ddd.d.ddd.dd", + "ddd.d.ddd.ddd", + "ddd.dd.d.d", + "ddd.dd.d.dd", + "ddd.dd.d.ddd", + "ddd.dd.dd.d", + "ddd.dd.dd.dd", + "ddd.dd.dd.ddd", + "ddd.dd.ddd.d", + "ddd.dd.ddd.dd", + "ddd.dd.ddd.ddd", + "ddd.ddd.d.d", + "ddd.ddd.d.dd", + "ddd.ddd.d.ddd", + "ddd.ddd.dd.d", + "ddd.ddd.dd.dd", + "ddd.ddd.dd.ddd", + "ddd.ddd.ddd.d", + "ddd.ddd.ddd.dd", + "ddd.ddd.ddd.dd:dddd>>>Xxxx", + "ddd.ddd.ddd.dd:dddd>>>Xxxx;xxxx;xxxxddd", + "ddd.ddd.ddd.dd:dddd>>>xxxx", + "ddd.ddd.ddd.dd:dddd>>>xxxx;xxxx;xxxxddd", + "ddd.ddd.ddd.dd:dddd>>>xxxxddd", + "ddd.ddd.ddd.ddd", + "ddd.ddd.ddd.ddd:dddd>>>Xxxx", + "ddd.ddd.ddd.ddd:dddd>>>XxxxxXxx", + "ddd.ddd.ddd.ddd:dddd>>>XxxxxXxx;Xxxx;XxxxxXxx", + "ddd.ddd.ddd.ddd:dddd>>>xxxx", + "ddd.ddd.ddd.ddd:dddd>>>xxxx;xxxx;xxxx", + "ddd.ddx", + "dddX+", + "dddX.xxx", + "dddXX", + "dddXXX", + "dddXXXX", + "dddXdXXXddXXXddddXdXXXdXdXXdXXddddXdXdXddddXXdXddddXdXXXXddddXdXdXdddd", + "dddd", + "dddd).xxx", + "dddd,xxxx", + "dddd.dddd", + "dddd.xxx", + "dddd.xxxx:$xxxx$*dddd", + "dddd/dddd/dddd/dddd", + "dddd=dddd", + "dddd@xxx.xx", + "dddd@xxx.xxxx.xxx.xx", + "dddd@xxxx.xxx.xx", + "ddddXXXdddXXXdXdXdXdddXXXdXdddXXdddXddXXXXdddXXdXXdXdXXXXddXddXXXdXXddXX", + "ddddXxxxx@", + "ddddx", + "ddddxd", + "ddddxdd", + "ddddxddxddxxxdxdxxxdddxddxxxddddxxxddxd", + "ddddxddxxxxddxdxddxdddxxxdddxxddxdxxdxddxddxddxxdxdxxdxdxddxdxd:dXxXXXxXXXxXdxXx:d", + "ddddxddxxxxddxdxddxdddxxxdddxxddxdxxdxddxddxddxxdxdxxdxdxddxdxd:dxxxxdxxx:d", + "ddddxxd", + "ddddxxddxdxxdxdddxxxdxdxdddxddxdxdxddd:dxddddxxd", + "ddddxxdxddxdddxddddxddddxddddxddxddddxdxdxxxddxdxxxxdddxdxddx:dxxxdxxdxxXXXxxx:d", + "ddddxxdxddxdddxddddxddddxddddxddxddddxdxdxxxddxdxxxxdddxdxddx:dxxxdxxdxxxx:d", + "ddddxxdxxddddxdddxxxxdxxdxxdxxdxdxxxdxxxddxddddxxxxddddxd:dxXdxxxxdxxxdxXd:d", + "ddddxxdxxddddxdddxxxxdxxdxxdxxdxdxxxdxxxddxddddxxxxddddxd:dxxdxxxxdxxxdxxd:d", + "ddddxxdxxddddxddxddxdddxxddddxdxdxdddxddxxxdxxxddxddxddxddxd", + "ddddxxxdddxxxdxdxdxdddxxxdxdddxxdddxddxxxxdddxxdxxdxdxxxxddxddxxxdxxddxx", + "ddddxxxddxxdddxdxdxxdddxxdxxxddddxdddxx", + "ddddxxxx", + "ddddxxxx.xxx", + "ddddxxxx@", + "dddd|xxxxd|Xxxxxdd|Xxxxx|xx_XX|", + "dddd|xxxxd|xxxxdd|xxxx|xx_xx|", + "dddx", + "dddx$", + "dddx+", + "dddx.xxx", + "dddxdddxddddxddddxxdxdxxddxxddddxdxxddddxddddxddddxdd", + "dddxdxddddxddxxddddxxdxddddxdxdddxxddxxxddddxxxxddx", + "dddxdxddddxxddddxxxddxdddxxxxdxddddxddddxdddxddddxddxxddddxdd:dxXxxxdxXxdxXxxx:d", + "dddxdxddddxxddddxxxddxdddxxxxdxddddxddddxdddxddddxddxxddddxdd:dxxxxdxxxdxxxx:d", + "dddxdxdxddddxxdxdddxddddxddxdxxdddxdxxdxxddddxdxddxxdd", + "dddxdxxxddxxxddddxdxxxdxdxxdxxddddxdxdxddddxxdxddddxdxxxxddddxdxdxdddd", + "dddxx", + "dddxx+", + "dddxx.xxx", + "dddxxdXdXXxxxxXxxXdxdxxxXXxdXXxddd", + "dddxxddddxxdxxxxdxxdddxdxxddxxxddxxdxxddxxdxxxxdxdxddxdddxdxxdxd", + "dddxxdxdxxxxdxdxxxxdxxxddd", + "dddxxx", + "dddxxxx", + "ddd|XXXX|XX|dddd|xxxx|dddd|xxxx.xxxx@xxxx.xxx", + "ddd|xxxx|xx|dddd|xxxx|dddd|xxxx.xxxx@xxxx.xxx", + "ddf4", + "ddos", + "ddp", + "dds", + "ddx", + "ddx$", + "ddx+", + "ddx.x", + "ddx.x.", + "ddx.xxx", + "ddxXXX", + "ddx\\xxxx", + "ddxd", + "ddxdd:dd:ddx", + "ddxdddd.x", + "ddxddddxddxddxxdxddxddxxdddxdddxddddxxdddxdxxdddxddxxxddddxxdxdd", + "ddxdddxdddxdxdddxddxxxxdddxddxddxddxxdd", + "ddxdddxxxddxdxxdxxdxdddxddxddxdd", + "ddxddxddxdxdxddxdxdxxdxxddxxxdxdddxxxdddxdddxxxdddxxxdxxdddxxxdd", + "ddxddxddxdxxxdddxddddxddddxddxxdddxxddddxdxxdxddddxxdddd", + "ddxdxddxxddddxdxxddxdddxdxxdddd:dxXxxdxXX", + "ddxdxddxxddddxdxxddxdddxdxxdddd:dxxxxdxxx", + "ddxdxdxddddxddxdddxdxdxdddxdxdxdddxxddd:ddxddxddd", + "ddxdxxdxxxxXXXdXxxxdXXdXdXX", + "ddxdxxdxxxxdxxxxdxxdxdxx", + "ddxdxxxdxxdxdddxxxxdxddddxdxddxxdxxxddddxxddxddddxddxdd", + "ddxx", + "ddxxddddxdxxxddddxddxdxxdxddxdxddxddxdx", + "ddxxdxddxdxdddxdxddxdxxdxxdxddxddddxxxx", + "ddxxx", + "ddxxxdddd@xxxx.xx", + "ddxxxddddxddxxdxdddxxxddxxxxdxddddxdd", + "ddxxxdxddxdxddddxddxxxxdddxxddddxxxdxdddxdxdxdxxxddddxdxdxdxxxdd", + "ddxxxdxdxdxdddxxxxdddxxddxdxxxxddddxxddxddxdxxdddxxddxxdxdxdddx", + "ddxxxdxdxxdddxdddxdddxdxddddxddddxxxdddxxdxddxxdddxdxxdxddddxxxddddxdxdd", + "ddxxxx", + "ddxxxx.xx", + "ddxxxx_xxxx_dd%_dddd", + "ddxxxxdx", + "ddy", + "de", + "de423e48556521a19143cd8c3fda6105afe284e4:162311e44", + "de5", + "dea", + "dead", + "dead_fenrir", + "deal", + "dealing", + "dealings", + "deals", + "dear", + "death", + "deathnote", + "debug", + "debugger", + "dec", + "dec.", + "deceive", + "december", + "decent", + "deceptions", + "decide", + "decided", + "decimatepvp", + "decimatepvp.com.txt", + "declared", + "decline", + "decluttering", + "decode", + "decrypt", + "decrypted.txt", + "ded", + "dedale", + "dedicate", + "dedicated", + "deducted", + "deem", + "deemed", + "deeper", + "deepweb", + "deezer", + "def", + "def.gouv.fr", + "default", + "defence", + "defender", + "defense", + "defi", + "defiance_teamspeak_ips_180.txt", + "defiance_teamspeak_ips_45.txt", + "defined", + "definitely", + "definition_teamspeak_ips_20.txt", + "defpub", + "defpub.local", + "dehash", + "dei", + "del", + "del.", + "delay", + "delete", + "deleted", + "deliberate", + "deliver", + "delivered", + "delivering", + "delivery", + "deltahcf_e-mails_100.txt", + "deltamirrage", + "demand", + "demanding", + "demo", + "demon", + "demons_teamspeak_ips_140.txt", + "demonstrates", + "den", + "denigrate", + "denji", + "denmark", + "dent", + "dentistry", + "deo", + "depend", + "dependencies", + "depending", + "depends", + "deposit", + "depositphotos.com", + "deposits", + "deprecated", + "depth", + "der", + "deregister_tm_clones", + "derycube.fr", + "des", + "describe", + "description", + "design", + "designated", + "desire", + "desired", + "desktop", + "desteria_e-mails_25.9k.txt", + "desteria_ips_908.8k.txt", + "destinypvp", + "destory", + "detailed", + "details", + "details.responseHeaders", + "details.responseHeaders.length", + "details.responseHeaders[i].name.toLowerCase", + "details.responseHeaders[i].value", + "details.responseheaders", + "details.responseheaders.length", + "details.responseheaders[i].name.tolowercase", + "details.responseheaders[i].value", + "detectable", + "detected", + "detection", + "detections", + "detector", + "detectors", + "detects", + "determine", + "detuschland", + "dev", + "dev007", + "developed", + "developer", + "developers", + "development", + "device", + "devices", + "dex", + "dex73r", + "dey1337", + "deystviya", + "dezrick|powell|2600", + "df/", + "df4", + "df78", + "dge", + "dgln24xu537amcm8ghfnmqfsykxrgnkc9k", + "dhabi", + "dia", + "diabolic", + "diamond", + "diamondfox", + "dickhead10", + "dictatorship", + "did", + "didn't", + "die", + "dies", + "diet", + "different", + "difficult", + "difficulty", + "digikeyboard.sendkeystroke(0", + "digital", + "digits", + "dildofagins", + "dime", + "dimmuburgor", + "dimples66", + "din", + "dinastymc", + "dinastymc.eu_1k.txt", + "dio", + "dir-100", + "dir-600", + "dircloner", + "direct", + "directed", + "direction", + "directly", + "directory", + "directtv", + "directv", + "dirs", + "dirty", + "disagree", + "disappointing", + "disc", + "disc0rd", + "disconnected", + "discord", + "discord.gg/ecash", + "discord:-", + "discordtokenlogin", + "discount", + "discounts", + "discover.com", + "discovery", + "discoverycraft.de", + "discretion", + "discuss", + "discussion", + "disgusting", + "disk", + "disney", + "disney+", + "disneyplus.com/seller", + "dispatched", + "disposition", + "disruptions", + "distinct", + "distinct(ifnull(cast(schema_name", + "distributed", + "distro", + "dit", + "diy", + "djon3volta", + "djonson", + "djp", + "dk", + "dk5.wj9hnmat52eafsgs8ef6txerudajdts", + "dl", + "dle", + "dll", + "dlogs", + "dly", + "dm", + "dm'd", + "dm.", + "dmc", + "dmca", + "dms", + "dmsecransomware", + "dn5", + "dna", + "dnaing", + "dndndndnnddp", + "dns", + "do", + "do_global_dtors_aux", + "do_global_dtors_aux_fini_array_entry", + "dob", + "doc", + "doc+docx", + "dockerrodeo", + "docs", + "docs.freebsd.org", + "docsis", + "document", + "documentation", + "documents", + "docx", + "doe", + "does", + "dog", + "dogecoin", + "dognwalk", + "dogtv", + "doigcraft", + "doin", + "doin'", + "doing", + "doin\u2019", + "dokazhu", + "dokito", + "dollar", + "dollars", + "dom", + "domain", + "domains", + "domain}${prefix}/check", + "domain}${prefix}/init", + "domain}${prefix}/set", + "dominos", + "dompdf-rce.py", + "don", + "don't", + "donate", + "donating", + "donation", + "done", + "donn\u00e9es", + "donors", + "dont", + "door", + "doorbell", + "doordash", + "dor", + "dork", + "dorker", + "dorking", + "dos", + "dosh", + "double", + "doubt", + "doubtful", + "dow", + "down", + "download", + "download&execute", + "downloaded", + "downloader", + "downloading", + "downloads", + "dox", + "dozens", + "dp/", + "dps", + "dpst.dhl.com/svcpoint", + "dpu.def.br", + "dr", + "dr.", + "dr2", + "draft", + "drainer", + "draining", + "drake_teamspeak_ips_155.csv", + "drakoria.fr", + "drakoria.fr_6k.sql", + "drawlife.eu", + "dre", + "dreamcrafts.su_162.3k.txt", + "drena_teamspeak_ips_25.txt", + "dress", + "drink", + "dripper", + "drive", + "driver", + "drivers", + "driving", + "drop", + "dropbox", + "droplets", + "dropped", + "drops", + "drugwars_ips_13.txt", + "drunk", + "ds5", + "dso_handle", + "dsp", + "dtc", + "dth", + "dts", + "du", + "dubai", + "dud", + "dude", + "duderydu", + "due", + "duilio.sanchez@alumno.buap.mx", + "dujunayan", + "dujunayan#7777", + "dumayete", + "dumb", + "dumbass", + "dump", + "dumped", + "dumper", + "dumping", + "dumpmen", + "duolingo", + "dupe", + "duplicates", + "duration", + "durations", + "during", + "duty", + "dvl", + "dvze", + "dw", + "dwight", + "dwp", + "dx", + "dx$dd$XXX", + "dx$dd$XXXxxxxXdXXxxdx", + "dx$dd$XXxxxxXXxX", + "dx$dd$XxXdxXXxXXxXxxxXX.XxdxxXXXxdd.XxXdXX.xXXXxxddxxXX.xxd", + "dx$dd$XxxdxxXXxXdXxddxdXXxdxX.dxxXxdXXdXxdX.XXddddxxxXd.xxd", + "dx$dd$dXXxxXXXxXxxxxdxXxxXxXxdXxXxxX", + "dx$dd$dXxXXXXxxxxXXxxXXxXxXXdxXxxXxXXxd.dxXXXXxXxddXxxXXxx", + "dx$dd$dXxdXxdXXXXxxxxXddXxXx", + "dx$dd$dxdXdXXXxXxXdxxXXXXxXxddXXdxXxxXdddXxxXXxxXdXxxdXXdx", + "dx$dd$dxdxdxxxxdxxxxddxxdxxxxdddxxxxdxxxdxxdx", + "dx$dd$dxxdxxdxxxxddxxxx", + "dx$dd$dxxxxdxxxxd.dxxxxddxxxx", + "dx$dd$dxxxxdxxxxdxxxx", + "dx$dd$x/ddXXXxxxXxxXdXdXd", + "dx$dd$x/ddxxxxdxdxd", + "dx$dd$xXXXXxXXXXxxxXxxdxxxXxdXXXX", + "dx$dd$xXdXdXXXXxXdxXxxXXXXxddXXdxxXdxXXxdxXx", + "dx$dd$xxXXxdxXXxXXXxXdxdxdXXXXxXXxXxXXxxxxXXXXxXxXxxxdxXx", + "dx$dd$xxdxdxxxxdxxxxddxxdxxxdxxxxdxxx", + "dx$dd$xxx", + "dx$dd$xxxdxxxx.xxdxxxxdd.xxxdxx.xxxxddxxxx.xxd", + "dx$dd$xxxdxxxxdxxddxdxxxdxx.dxxxxdxxdxxdx.xxddddxxxxd.xxd", + "dx$dd$xxxx", + "dx$dd$xxxxdxxxxdx", + "dx$dd$xxxxdxxxxdxdxdxxxxdxxx", + "dx$dd$xxxxdxxxxdxxxx", + "dx.x", + "dx.x.", + "dxXddxXxXdx", + "dxck", + "dxdXdxdXxdxXddddXdxdXddddxddddxddxxdXdd", + "dxddddXddddXddXddXXXddddXddXddXXdd", + "dxddddxddddxddxddxxxddddxddxddxxdd", + "dxddddxddddxdxxdddxddxxxdxddddxxdxxddxx:dxdXXxXXx", + "dxddddxddddxdxxdddxddxxxdxddddxxdxxddxx:dxdxxxx", + "dxddddxddddxxdxxddddxxxddddxdddxxxxdxddxxddxdddxddddxxdddd", + "dxddddxddxddddxddddxddxddddxxddddxxddxxdxddxdxddxdddxddddxddxx", + "dxddddxddxxxxdxxxdddxxxxddxddxddx:dddxddddx", + "dxddddxdxxdddd", + "dxddddxdxxdxxxxdxxxddddxdxddddxddddxxxxddxddddxdddx", + "dxddddxxxxddxdddxxxxdxddxddddxddddxdxddddxdddxdxddddxdd", + "dxdddx", + "dxdddxddddxddddxddddxxxddddxxxd:dxXXXxxxX", + "dxdddxddddxddddxddddxxxddddxxxd:dxxxx", + "dxdddxddxddxdxdxxxdddxdxddxxddxxddxdxdxd", + "dxddxxddddxxxxdxdxdddxddxxddddxddxxxxdxddddxxddxdxdxxxdddxxddxd", + "dxddxxdxxdxxddddxddxdxdddxxxdxddddxddxdxxxdxxddxdxxxxdxdxdddd:ddxxxx:d", + "dxddxxdxxdxxddddxddxdxdddxxxdxddddxddxdxxxdxxddxdxxxxdxdxdddd:ddxxxxXxxXxXxxX:d", + "dxdx", + "dxdxdddxdddxdxdddxxdxddddxddxxdxxdddxdxxxddddxxdxddddxddxx:dxXXXxxXxxxXXXxXXXXxXxdXxXXxxXxd", + "dxdxdddxdddxdxdddxxdxddddxddxxdxxdddxdxxxddddxxdxddddxddxx:dxxxxdxxxxd", + "dxdxdxXdddXxXdxddXdddxdddXddXxXdXdXddXddXx", + "dxdxdxdxxdxxddddxdxdxddddxddddxddxxdxdd", + "dxdxdxxdddxxxdxddxdddxdddxddxxxdxdxddxddxx", + "dxdxxddxddxdddxddxdddxxxxdddxxdxdxdddd", + "dxdxxxdxxdddxdxddddxddddxxdddxdxdxxdxddd:dddd", + "dxx", + "dxx+", + "dxx@xxxx.xx", + "dxxddxxxxdx", + "dxxdxXXx", + "dxxdxddddxxxddddxxxdxxxdxddddxxxdxxdddx", + "dxxdxddddxxxxdxdxddddxxxxdxxxxdddd", + "dxxdxddxxddddxdxdxxxdxxxdddxxdxddddxdxxxdxddxdxxddddxdddxxdxdd", + "dxxdxxxx", + "dxxdxxxxdxxxdxdxxdxxxx", + "dxxx", + "dxxxddddxxdddxxxdxddddxxxddxxxxdxxdxdddxddxdxxdxddxxdxddxddxddddxdxxxddxd", + "dxxxdddxddddxdxxddddxddddxdxdxddxxddddxxddxdxddxddddx", + "dxxxddxdxddddxxdxddxddxddxdxdxxdxdxdddd:dxddddxd", + "dxxxx", + "dxxxx.xx_dd.dx.xxx", + "dxxxx.xxx_d.dx.xxx", + "dxxxxXxxxxd", + "dxxxxd", + "dxxxxdXd", + "dxxxxdddxxddxddxdxxdddxddddxxdxxdddxddddxddddxxxdxddxddddxxxdxxxdddd", + "dxxxxdddxxxxdxdxxxdxxxxdxxxxddxxxxdxxxx.xxxx/xxxx", + "dxxxxddxddxddddxxdxddddxd", + "dxxxxdxd", + "dying", + "dylan99", + "dynam1c", + "dynam1c@thesecure.biz", + "dynamic", + "dynamically", + "dyson", + "dzht2023", + "dzo", + "e", + "e#1", + "e'd", + "e's", + "e(0", + "e(1", + "e(s", + "e.", + "e.g", + "e.g.", + "e/", + "e05", + "e12", + "e16", + "e2092719f7425792e6727540de346cdfa2d74e97:77de20403", + "e22cseu0073@bennett.edu.in", + "e38xgmzdouhckhcz5v", + "e3e", + "e41b080fa", + "e44", + "e46", + "e510b43205407fd46791c1c76edf6aa6d9e90587", + "e57", + "e5c", + "e628bac3dd2e1b59c12c2f515beab77f069c61f0", + "e66", + "e69", + "e6c42b2cfba3b98915277ce4a1bff41af19ad72dba066e061810c1e645072d23", + "e6jjds37hn", + "e75e9544618128ddd730c68467beef57bcf8303bf493b5efb77c6094d684ad3f339adcdf2cb2", + "e77", + "e9f9787ad03edb3a8355cc778d4d86f79e20c76b", + "e:-", + "e:2", + "e=2", + "eAa", + "eBay", + "eCPPTV2", + "eCPPTv2", + "eCPTXV2", + "eCPTXv2", + "eFi", + "eId", + "eIn", + "eOS", + "eR0", + "eRFucsqvINYJOMDp:2", + "eSIM", + "eWPT", + "eWPTXV2", + "eWPTXv2", + "eaWwO51ze", + "eaa", + "each", + "eachother", + "ead", + "eaglehcf", + "eaglehcf_ips_87.6k.txt", + "eah", + "eak", + "eal", + "eam", + "ean", + "eap", + "eaq", + "ear", + "earlier", + "early", + "earn", + "earnapp", + "earned", + "eas", + "easier", + "easiest", + "easily", + "east", + "easy", + "easyyyyy", + "eat", + "eawwo51ze", + "eb", + "eb'd", + "eb.", + "eb/", + "eb0", + "eb68d740c527d245ded017c104651a332647a39d", + "eb94b6c93027608ce2b4492d603e6d7da4686d59", + "ebay", + "ebay-kleinanzeigen.de", + "ebb", + "ebm", + "ebr", + "ebs", + "eby", + "ec.", + "ec7", + "ece", + "ech", + "echo", + "eci", + "eck", + "eclozia.fr", + "eclozia.fr_27.3k.sql", + "ecpptv2", + "ecptxv2", + "ecs", + "ect", + "ecv", + "ed/", + "edata", + "edd", + "edencraft.fr", + "edit", + "editd", + "edite", + "edited", + "editing", + "edition", + "editor", + "edits", + "edo", + "edr", + "eds", + "edu", + "education", + "educational", + "educations", + "edumini890", + "ed|", + "ee", + "ee-", + "ee1", + "ee5", + "ee8", + "eec", + "eed", + "eee", + "eek", + "eel", + "eem", + "een", + "eep", + "eer", + "ees", + "eet", + "efd", + "effect", + "effective", + "efficiency", + "effort", + "efi", + "efo", + "eg", + "ega", + "ege", + "ego", + "egs3W04Ax8ulUcUzagzMnNYXcSbi0", + "egs3w04ax8ulucuzagzmnnyxcsbi0", + "egypthiamc.fr", + "eid", + "eight", + "ein", + "eir", + "eisenhower", + "eit", + "either", + "eitherway", + "ejo", + "eks", + "ekstazy.eu", + "el.", + "el0", + "el84", + "eld", + "ele", + "electrical", + "electronic", + "electrum", + "element", + "elenox.net", + "elf", + "elif", + "elitios", + "elixirpvp_e-mails_30.csv", + "ell", + "ellens", + "elm", + "elorzia", + "elp", + "els", + "else", + "eltek", + "ely", + "em", + "ema", + "email", + "email).txt", + "emails", + "emails.txt", + "emails.zip", + "embed", + "eme", + "emi", + "emirates", + "emmeellee#1", + "emo", + "emonteros@indoamerica.edu.ec", + "empireeyes.fr", + "empireeyes.fr_2k.csv", + "empiremc.txt", + "empireminecraft_e-mails_7.7k.csv", + "empireminecraft_emails_db.txt", + "employer", + "empty", + "empty>:admin", + "ems", + "emy", + "en", + "en.", + "en/", + "ena", + "enabled", + "encode", + "encoding", + "encountered", + "encrypt", + "encrypted", + "end", + "ended", + "endercraft_buycraft_db.txt", + "ending", + "endinrio", + "endpoint", + "ends", + "energy", + "energyfight", + "enforcedmc_buycraft_logs_1.3k.txt", + "enforcement", + "eng", + "engine", + "engineer", + "engineering", + "engineers", + "engines", + "english", + "enjay", + "enjoy", + "enjoyed", + "enjoygen_logins_400.txt", + "enjoyyyyyyy", + "enn", + "enough", + "enozfaction.net", + "ens", + "ensemble", + "ent", + "enter", + "entered", + "enterprise", + "enterprisebi.local@local*$4C817D0D93DAEC678D44FB5E$50E558C6D7BECF81968DD7513F6C5C8F9915A1B543428FC1036120540512B5363315108FEB1DA6C0DA6A1D70047776AD71FE844B7E1669FD598741C5EB6692A76AA72974B726700931F2EA1D385BB4C623FAE312B1DE1D8DF4628B9D5637BF7E35276210714F21E2FE318D9DC85789C3BE6B92D1EF87C0F81CC04B4E3BCDA5223809C2C2C12A528FB386B721539C53DC383534C78B2BB357B796A2F2114CAAF48C031C914493020A3D916852DFDA75DFC7AAE11F04826A4266514A06A2E64FFEAC183E7BBD77330245726DDA39D56121793F9FDC52A4552E74B32351D31242313F083749B6376BB54374ABBCA4CCE546246742BD920D6AD916796896BF99771947C0AD74ABCD254AD88DD6F55E1ED870762E13071040DF856813CBB4E1CE6C1A3054BEB9521D0C7F15AD0447E0835C5C31FC46B73DE7AEC2C5A37A1BE3E7F89CC066ABC28E37E6B957FADFB265F761DD783728DCBF590108255A315890384FAFE9182FA345600FC6FAB69ABB18211050798F23C9F81F59DED4F7F7B07C356E393D86A960277C5C50A7CE4B556B61F1AB37B66220D5D16E91D66B58499B150FBB82E477C4B0C86EA52E75BC3EAEC2F46DD4954A07F470E49131612B0F05AFBF6F9D3C005BA66E3D1DA770E30745E614C3B04321608C00FDFB27B9978F65E6689315FB343286BD93C381CA5F61E3CD12F65C15B1C3A513E59B0C0A98459F7F2132191A08BEFBA0D319B9D48F79AE2E14A56098A308241BDB5E8F462A79B63407EB8949397305A37EC9999300F62DA6EE7E868A9B587018C1E14298ABB30C621C941FCC625008818F62E81FC7EB1D6131F5443185982BC349A2CD5040303801B5EB15FBFFAEFC2CFA6753FC4500D57BDB8F9E6509A532782A64D9D7E836C0E06D678EAAE01E1D9C52CF2E40595EFC87CC2E5899141ECE8A96A44BE41DB1EAFF63498EFF14B69C0017E5C3B9AA8E0FE559A0338F1E027D8DC81A0BBF55FAFC20E6D4BE5DF7016E5C2F593A44C7D7AF4C049443B0C78C7FFE66073AA8AC8EC77204A5E45993E1C9E3F2B916431C2D035CBB51E4F4D5C8ECF7F3EBC77B6B626EC2A3D381CEB45A04A8893A5B9C27E0A2C571AC9F79CB9A3B0B07E66B256AC5CEF31DC9A0D1C3BE0153543E3C73FEE4CB8C54114A2EE443DDB84CA7C7F77073DF376B161930F65B518FB58213D0F5EC25D249DD96B8169E5B3F35EA37D447AA1D3863514917FDF4E4B03319EE9F6EE25383A3A80B88644FFD66FD6C790A551712806BAADE2AB7AEDB26EA407FD5A3392A0351D23056898190BD4F5D6039C6B5728065719C299FC29E5525F27EDD0EBFDECFEA48497BD4433305CDA5987C887D1FE7891276EC96636D06801E2C5BDFB21BD54D91346E68176012D75EBCD9DB27389258DB96EF408F357607A5EF3B4B091846EDBD9F18F09B80DFF2F9CCC6C1205B0FB0346923EF351F32227AB7C8316BE356DE9D58DB0AD925B11FB22C3F274E22DA7E55ADBC8110C87D603B43C0519587A1A552EDAC2C117E123816CF9EB146012F60B0C8D9FFFCC60C791510A14B2C5DCCAE5CA439E7927BE2B87875269DFC974BCD25A8FD548E93C1F11667EE247802003FFA9680FC416BE4E055B2863D35FEF5C6F13AE02512B1ACB18029F1BABE4B9AF68F7ADA159CE9C2A9DDF633C7664CC98D091DE2702B0D58491F86505F2235515F0CB88ED9926073D3BF1FA30121F3495D7DBCE2B243D1F2EA897DE0BB43F6FFC2DE7B9FB71C4BFF2E6DE0572B35B7932B19CCBFFB1197DF8A681368838BECAF7E2BABC7361E289A0C46F2FCB273D694944C1DED1576BD9DA511C540CE0DC11579E789C73B0B3846FD82D6289BD654A5F5B16DF2CAF3759FA0F123E03413149D7E71A7306262FBA1A0D4C17124FE6448524D1940C317868E652A8F8B46C338A5AFD3CE49845590380667E4F20709D686A8D3330153AF1DA90AD8D9CCA48ED85E86A696ADA1AF0A8D8A4126A6767D6CF3EA9CDEBF90668663B524216A8135BF7F3585B5DF4E3418611BF373FD2142461411030D3FDF72D9DC69FB81BB704DE83D81B0D3A9B541319285C0984E2ABA0D0B75BE3C938823224E060E1BAE9E65E21FA3DBD4FCD35EF4DFFCD65961AA61C4AF7DB46F752E37F9086F7A0DC29B044F18561B0FE447BEBF0424C0CAE3077DDFA44EBEB918798D554613BB40AFF2F8EFF342DBA01E81E7E4A9607D816717272A5BEE051B59772F95ADABD3017255B3ECBF4C3C1CF9FA2FA5F5A27F8C92B43E4F03CA0DE1B277E1B52246B220C12A35312AB5DB7DA75AF5A3F293C0EFEBB05C960F89A9D5A6FD3FB978B4601B2D1BFD290F1F868BFDF4F032B7C0C291FAB430E9F5E68F180D50FA8C1DE89334418BA2B67EC4E19045ABB50A3618F6CCE25CA02FCF9A8BEE25081AD14257782561CA27D150BAB40A06B76310E18F87D04661541B5B7AE8FB79109FC5BD97F91B65557A30BA12C65F79D9D5E6ABE98E16A150F75B25BF73ADA17BF968168D1DF9B97C603FC2D87B94708C0607EEB2CD84CC4E6C580DAA9B9945D95606C830FF38205831435CF2FCC3D070597DCF547EDBB6618B91F332A3F3DED7A039F50DEE4EDA647B59D9BC10025EDB48A90ADD89BCBCF1411A54B37D8568F2A85144708654C70A9AED8D659B11AEA48C9766C544E83D57940CE28692426F74ED2B3BD3A000C216BFC5FF597A07D0EBF9467F71CCA93844F1A82D97DC742A7E9566E96AFAA9C63E4838114CC6E29ACF4A3B799A416B15B493E15E6F0F5D688E65D5A9076CD0E3868B64566ECD7178C1C396BF034A8C58906FCD4488FC0DB399B92E1F523497A89979325AE16103527619FF8B2F6A1866FA2A8D5471B0F6B73B1C851625818BF41B613ABAE76CD109FFAFCB3E9D19091EF49755D3A1F54A8D8113D61A7E8FA4A9DE0B322FBB726702EB2A20645FA17577BDC953E7BAE588CBEDCA6475F9190FAB858FAE33649F3AC00028CF345B39F8AFA34CC501759E514DCD625AE900593C2A3B397D5CF531C7C2F00F7C1BAD053436CD34DB2F9E18E09FA2F7AE648CA695488A333A903F8B658CAC043D64A7E7F2AE48F70046058AC97B0CE73593751F93880A275888C48B16F85A4326B2A75C6B2F2DD993AB645794717727483F353A005BA9B52F991E890619FFCDEAC98BCF83E52C8656EC7C32E453065497DA70ACE7010B11C0E261D4E7C410BA6A92E897376F5C226C12737A0DF2D3230BEDD7D843E00B1BB07405B9B4C3DFF0BB05DBE0C50FB0797C6164B1C455B5C9478C43967E5D0928BBAFE74F513844E2A19BAE0D7A9E8B3F4276310971478E10E7843BC120E33BC45F7EB87E899A1096B003F0F0D87A54F070D3AE715B36E1A43F5AA592B149C5908F36E14B6B23DFA1D6A7D6F3569FE1CC65FC99FFB78812ABC74A8AF9F0FDFDF1064F47A16C127F587C8F08D3CD7C860E4146AE960CF28F4722C4746BFF139F2CE8BD28F17FADFF74A8AF2C23A6E8DD8EE2F637F569CBA4E670267E6C8CE7A3224E016673D3856143A7BBE717BB837D643ACCD7BEFCC6A4064910A25A6946F9254C224C0C26BA2C8A68A563BD9116714E6E626839B720E1B5847C24F499106903DE4BF4EB67EB6B33CBDB9A8F6D61438914AF8854784E88F16FBCD56A4CED14CFD0C9610EACCEA6569952CA1CF7D7F877C52DCE0AA31C3D39177A2387FA7DC6", + "enterprisebi.local@local*$4c817d0d93daec678d44fb5e$50e558c6d7becf81968dd7513f6c5c8f9915a1b543428fc1036120540512b5363315108feb1da6c0da6a1d70047776ad71fe844b7e1669fd598741c5eb6692a76aa72974b726700931f2ea1d385bb4c623fae312b1de1d8df4628b9d5637bf7e35276210714f21e2fe318d9dc85789c3be6b92d1ef87c0f81cc04b4e3bcda5223809c2c2c12a528fb386b721539c53dc383534c78b2bb357b796a2f2114caaf48c031c914493020a3d916852dfda75dfc7aae11f04826a4266514a06a2e64ffeac183e7bbd77330245726dda39d56121793f9fdc52a4552e74b32351d31242313f083749b6376bb54374abbca4cce546246742bd920d6ad916796896bf99771947c0ad74abcd254ad88dd6f55e1ed870762e13071040df856813cbb4e1ce6c1a3054beb9521d0c7f15ad0447e0835c5c31fc46b73de7aec2c5a37a1be3e7f89cc066abc28e37e6b957fadfb265f761dd783728dcbf590108255a315890384fafe9182fa345600fc6fab69abb18211050798f23c9f81f59ded4f7f7b07c356e393d86a960277c5c50a7ce4b556b61f1ab37b66220d5d16e91d66b58499b150fbb82e477c4b0c86ea52e75bc3eaec2f46dd4954a07f470e49131612b0f05afbf6f9d3c005ba66e3d1da770e30745e614c3b04321608c00fdfb27b9978f65e6689315fb343286bd93c381ca5f61e3cd12f65c15b1c3a513e59b0c0a98459f7f2132191a08befba0d319b9d48f79ae2e14a56098a308241bdb5e8f462a79b63407eb8949397305a37ec9999300f62da6ee7e868a9b587018c1e14298abb30c621c941fcc625008818f62e81fc7eb1d6131f5443185982bc349a2cd5040303801b5eb15fbffaefc2cfa6753fc4500d57bdb8f9e6509a532782a64d9d7e836c0e06d678eaae01e1d9c52cf2e40595efc87cc2e5899141ece8a96a44be41db1eaff63498eff14b69c0017e5c3b9aa8e0fe559a0338f1e027d8dc81a0bbf55fafc20e6d4be5df7016e5c2f593a44c7d7af4c049443b0c78c7ffe66073aa8ac8ec77204a5e45993e1c9e3f2b916431c2d035cbb51e4f4d5c8ecf7f3ebc77b6b626ec2a3d381ceb45a04a8893a5b9c27e0a2c571ac9f79cb9a3b0b07e66b256ac5cef31dc9a0d1c3be0153543e3c73fee4cb8c54114a2ee443ddb84ca7c7f77073df376b161930f65b518fb58213d0f5ec25d249dd96b8169e5b3f35ea37d447aa1d3863514917fdf4e4b03319ee9f6ee25383a3a80b88644ffd66fd6c790a551712806baade2ab7aedb26ea407fd5a3392a0351d23056898190bd4f5d6039c6b5728065719c299fc29e5525f27edd0ebfdecfea48497bd4433305cda5987c887d1fe7891276ec96636d06801e2c5bdfb21bd54d91346e68176012d75ebcd9db27389258db96ef408f357607a5ef3b4b091846edbd9f18f09b80dff2f9ccc6c1205b0fb0346923ef351f32227ab7c8316be356de9d58db0ad925b11fb22c3f274e22da7e55adbc8110c87d603b43c0519587a1a552edac2c117e123816cf9eb146012f60b0c8d9fffcc60c791510a14b2c5dccae5ca439e7927be2b87875269dfc974bcd25a8fd548e93c1f11667ee247802003ffa9680fc416be4e055b2863d35fef5c6f13ae02512b1acb18029f1babe4b9af68f7ada159ce9c2a9ddf633c7664cc98d091de2702b0d58491f86505f2235515f0cb88ed9926073d3bf1fa30121f3495d7dbce2b243d1f2ea897de0bb43f6ffc2de7b9fb71c4bff2e6de0572b35b7932b19ccbffb1197df8a681368838becaf7e2babc7361e289a0c46f2fcb273d694944c1ded1576bd9da511c540ce0dc11579e789c73b0b3846fd82d6289bd654a5f5b16df2caf3759fa0f123e03413149d7e71a7306262fba1a0d4c17124fe6448524d1940c317868e652a8f8b46c338a5afd3ce49845590380667e4f20709d686a8d3330153af1da90ad8d9cca48ed85e86a696ada1af0a8d8a4126a6767d6cf3ea9cdebf90668663b524216a8135bf7f3585b5df4e3418611bf373fd2142461411030d3fdf72d9dc69fb81bb704de83d81b0d3a9b541319285c0984e2aba0d0b75be3c938823224e060e1bae9e65e21fa3dbd4fcd35ef4dffcd65961aa61c4af7db46f752e37f9086f7a0dc29b044f18561b0fe447bebf0424c0cae3077ddfa44ebeb918798d554613bb40aff2f8eff342dba01e81e7e4a9607d816717272a5bee051b59772f95adabd3017255b3ecbf4c3c1cf9fa2fa5f5a27f8c92b43e4f03ca0de1b277e1b52246b220c12a35312ab5db7da75af5a3f293c0efebb05c960f89a9d5a6fd3fb978b4601b2d1bfd290f1f868bfdf4f032b7c0c291fab430e9f5e68f180d50fa8c1de89334418ba2b67ec4e19045abb50a3618f6cce25ca02fcf9a8bee25081ad14257782561ca27d150bab40a06b76310e18f87d04661541b5b7ae8fb79109fc5bd97f91b65557a30ba12c65f79d9d5e6abe98e16a150f75b25bf73ada17bf968168d1df9b97c603fc2d87b94708c0607eeb2cd84cc4e6c580daa9b9945d95606c830ff38205831435cf2fcc3d070597dcf547edbb6618b91f332a3f3ded7a039f50dee4eda647b59d9bc10025edb48a90add89bcbcf1411a54b37d8568f2a85144708654c70a9aed8d659b11aea48c9766c544e83d57940ce28692426f74ed2b3bd3a000c216bfc5ff597a07d0ebf9467f71cca93844f1a82d97dc742a7e9566e96afaa9c63e4838114cc6e29acf4a3b799a416b15b493e15e6f0f5d688e65d5a9076cd0e3868b64566ecd7178c1c396bf034a8c58906fcd4488fc0db399b92e1f523497a89979325ae16103527619ff8b2f6a1866fa2a8d5471b0f6b73b1c851625818bf41b613abae76cd109ffafcb3e9d19091ef49755d3a1f54a8d8113d61a7e8fa4a9de0b322fbb726702eb2a20645fa17577bdc953e7bae588cbedca6475f9190fab858fae33649f3ac00028cf345b39f8afa34cc501759e514dcd625ae900593c2a3b397d5cf531c7c2f00f7c1bad053436cd34db2f9e18e09fa2f7ae648ca695488a333a903f8b658cac043d64a7e7f2ae48f70046058ac97b0ce73593751f93880a275888c48b16f85a4326b2a75c6b2f2dd993ab645794717727483f353a005ba9b52f991e890619ffcdeac98bcf83e52c8656ec7c32e453065497da70ace7010b11c0e261d4e7c410ba6a92e897376f5c226c12737a0df2d3230bedd7d843e00b1bb07405b9b4c3dff0bb05dbe0c50fb0797c6164b1c455b5c9478c43967e5d0928bbafe74f513844e2a19bae0d7a9e8b3f4276310971478e10e7843bc120e33bc45f7eb87e899a1096b003f0f0d87a54f070d3ae715b36e1a43f5aa592b149c5908f36e14b6b23dfa1d6a7d6f3569fe1cc65fc99ffb78812abc74a8af9f0fdfdf1064f47a16c127f587c8f08d3cd7c860e4146ae960cf28f4722c4746bff139f2ce8bd28f17fadff74a8af2c23a6e8dd8ee2f637f569cba4e670267e6c8ce7a3224e016673d3856143a7bbe717bb837d643accd7befcc6a4064910a25a6946f9254c224c0c26ba2c8a68a563bd9116714e6e626839b720e1b5847c24f499106903de4bf4eb67eb6b33cbdb9a8f6d61438914af8854784e88f16fbcd56a4ced14cfd0c9610eaccea6569952ca1cf7d7f877c52dce0aa31c3d39177a2387fa7dc6", + "entire", + "entirely", + "entity", + "entries", + "entrusted", + "enu", + "enumerating", + "enumeration", + "envato", + "environment", + "environments", + "enzyme", + "eoi", + "eon", + "eop", + "eos", + "ep.", + "epa", + "ephesia.fr", + "epic", + "epicgames", + "epixmc", + "epo", + "eps", + "epsilonmc.fr", + "epsilonmc_forums.txt", + "ept", + "epy", + "eqN", + "eqn", + "eqq", + "equitableengineer", + "equivalent", + "eqx", + "er-", + "er/", + "er0", + "er504b", + "er6", + "era", + "erab", + "erb", + "ere", + "erfucsqvinyjomdp:2", + "erm", + "ern", + "ero", + "eronit'\u0430", + "err", + "error", + "error(1", + "errors", + "ers", + "ert", + "erv", + "ery", + "eryzia", + "eryzia.fr_3k.txt", + "erz", + "er\u00fa", + "es", + "es.mysellix.io/", + "es/", + "esbank", + "esc", + "escalation", + "escapecraft.net_phpbb_bcrypt_january_2019.txt", + "escaperestart.com_emails_db.txt", + "escrow", + "escrows", + "ese", + "eset", + "esh", + "esim", + "eskisehir", + "esp", + "especially", + "especialy", + "espn+", + "espresso", + "ess", + "est", + "estas", + "estate", + "este", + "esthetics", + "estockphoto.com", + "estupido", + "est\u00e1", + "et/", + "eta", + "etc", + "ete", + "eternityteam", + "eth", + "ethereum", + "ethically", + "ethics", + "ets", + "ett", + "ety", + "eu", + "eu]/seller", + "eum", + "eup", + "eur", + "euracraft", + "euro", + "europe", + "eux", + "ev", + "ev.", + "eva", + "evadav", + "evangelion", + "evasion", + "eve", + "even", + "evening", + "eventful", + "events", + "ever", + "everdesoto@indoamerica.edu.ec", + "everest", + "every", + "everybody", + "everyday", + "everyone", + "everything", + "everything(ProtonVPN", + "everything(protonvpn", + "everytime", + "everywhere", + "evgexacraft_338k.sql", + "evicende", + "evidence", + "evidently", + "evil", + "evm", + "evolucraft.fr", + "evonicraft", + "ewhoring", + "ewl", + "ewpt", + "ewptxv2", + "ews", + "exact", + "exactally", + "exactly", + "exam", + "examined", + "example", + "examples", + "exams", + "examservices", + "examservices#4864", + "examvm.citadel.corp", + "excalibur-craft.ru", + "excaliburcraft(hash", + "excel", + "excellent", + "except", + "exceptValueError", + "exceptvalueerror", + "exchange", + "exchanger", + "excited", + "exe", + "exec", + "executable", + "execute", + "executed", + "executor", + "exg", + "exist", + "existing", + "exit", + "exp", + "expect", + "expected", + "expenses", + "expensive", + "experation", + "experience", + "experienced", + "experimenting", + "expert", + "experts", + "expgods", + "expired", + "expires", + "expiry", + "explain", + "explained", + "explaining", + "explainnation", + "explicit", + "exploding", + "exploit", + "exploit.in", + "exploitation", + "exploitivzcm5dawzhe6c32bbylyggbjvh5dyvsvb5lkuz5ptmunkmqd.onion/topic/216942/", + "exportlist.bat", + "express", + "expressions", + "expressvpn", + "exprince", + "ext", + "extend", + "extended", + "extension", + "extent", + "extra", + "extract", + "extracted", + "extractor", + "extreme", + "exttract", + "ey+", + "ey9tqjie08nmrrwxqnmwemk7qnikxeu3ulzhy4b9hb0=", + "eya", + "eye", + "eyeem.com", + "eyes", + "eys", + "eza", + "ezftid", + "e\u2019s", + "f", + "f\"Attempting", + "f\"Open", + "f\"Recovered", + "f\"attempting", + "f\"open", + "f\"recovered", + "f'Recovered", + "f'recovered", + "f-8", + "f.", + "f.a.k", + "f.a.q", + "f00bc43c57625b018c293abafa38c66a4f52e215651205400306c8f3e65d16a4", + "f1", + "f113ea3ab", + "f2309c6d6cdd7dfc54b163f7ee252013943f5ba1", + "f23475446968f25d863f10b6939d61294971e0659c1120e4373821e29d54db42", + "f47", + "f586d0a409d89281b44333bd38f53927a009873ab9265061f41ff283b33e516f", + "f66", + "f6f46ef530720f83848c3ffbdbe0fd8dcceacb4a:54986831e", + "f76", + "f78", + "f8QwNoyXcW8OImbJyXnW8tkqGUuBPsAN", + "f8qwnoyxcw8oimbjyxnw8tkqguubpsan", + "f98", + "f:2", + "fJN", + "fM5SL9.zKqAZWUygjeBCGgNFhl2vhVY1TesBUjg", + "fSa", + "fabegezippo", + "fac4b69ab5112e6260c8dc9cf6349089fa499bcb08dca79cf32bb4af562a49eb:49Edkhpv2FvOYssF:2", + "fac4b69ab5112e6260c8dc9cf6349089fa499bcb08dca79cf32bb4af562a49eb:49edkhpv2fvoyssf:2", + "face", + "facebook", + "facey", + "fact", + "factasia", + "factions", + "factionslab_e-mails_900.txt", + "factors", + "facts", + "fadegen.pw.txt", + "fadehost.com_2.9k.txt", + "fags", + "failed", + "fails", + "fair", + "fairly", + "fais", + "faithful", + "faithful_buycraft.txt", + "faithfulhcf_buycraft_logs_1.8k.txt", + "faithfulhcf_buycraft_logs_30k.txt", + "faithfulhcf_ips_34k.txt", + "faithfulmc", + "fake", + "faker", + "fakes", + "fakkeeeee", + "falcon", + "fall", + "falling", + "false", + "family", + "fan", + "fancy", + "fansly", + "fanspicy", + "fantastic", + "fapping", + "faq", + "far", + "fargo", + "farisun.fr", + "farmcraft_buycraft_logs_35.csv", + "farmers", + "fast", + "fastalts.txt", + "faster", + "fastlycrafted_teamspeak_ips_240.csv", + "fastpeoplesearch.com", + "fault", + "favorite", + "fazymalone", + "fb", + "fbe9d6a646c04f793b314b737d119f3c96689b8b", + "fbi", + "fd91578878b20e08fec9580d0614b2b9538ca1f8", + "features", + "feb", + "feb.", + "feb16", + "feb17", + "feb18", + "feb19", + "feb20", + "feb21", + "febbonus", + "february", + "federal", + "fedex", + "fedex.com/seller", + "fedora", + "feds", + "fee", + "fee-", + "feed", + "feedback", + "feedbacks", + "feel", + "feeling", + "feelings", + "fees", + "fell", + "female", + "fer", + "feri6043", + "fesh", + "fetched", + "fetching", + "few", + "fez", + "fff", + "fffffffffffffff", + "fffffuck", + "ffy", + "fg2uqcjd", + "fg2uqcjdes", + "fic", + "fictional", + "fid", + "fiddler", + "fie", + "fifa", + "fifty", + "fig", + "fight", + "fightcraft.fr_2.5k.txt", + "figure", + "figured", + "fijos77", + "file", + "filehosts", + "filename", + "filenotfound", + "files", + "fill", + "filled", + "filmmagic.com", + "films", + "filtering", + "filters", + "final", + "finally", + "finance", + "finance-dc.tech.finance.corp", + "financial", + "find", + "finding", + "fine", + "finesse", + "fingerprint", + "fingerprints", + "fingers", + "fini", + "finish", + "finished", + "fire", + "fireeeeeeeeee", + "firewall", + "firmware", + "firs", + "first", + "firstName", + "firstname", + "fish", + "fishing", + "fit", + "fitbit", + "fitness+", + "fits", + "five", + "fix", + "fixed", + "fj", + "fjn", + "fkng", + "fl", + "fla", + "fla.", + "flagged", + "flags", + "flamebin.com", + "flar", + "fle", + "flexible).so", + "flies", + "flightradar24", + "flix", + "flood", + "floodkilla", + "flor3s", + "florida", + "flow", + "flowspy", + "fltyxy", + "flushing", + "fluurp", + "fly", + "fm", + "fm5sl9.zkqazwuygjebcggnfhl2vhvy1tesbujg", + "fnbo.com", + "fo4", + "focus", + "foege1001", + "foi", + "folder", + "folders", + "folk", + "follow", + "followers", + "following", + "food", + "for", + "forbidden", + "force", + "forcecraft_e-mails_50.txt", + "forcing", + "forensics", + "forever", + "forex", + "forget", + "forgive", + "forgot", + "fork", + "forlan12", + "form", + "format", + "formats", + "forms", + "fort", + "fortinet", + "fortnite", + "fortnitesweate", + "forum", + "forum.txt", + "forums", + "forums.txt", + "foruns", + "forward", + "fos", + "fot", + "foul", + "fouls", + "found", + "four", + "fourms", + "fourwars_forums_21k.txt", + "fox", + "foxpro#9141", + "foxy", + "fp", + "fr", + "fr+us+gb", + "frame", + "frame_dummy", + "frame_dummy_init_array_entry", + "frame_end", + "framework", + "framing", + "france", + "francis2609", + "frangipanidreamz@gmail.com;$P$BqgNRzXCsXv5SvNr.kpnPkmMD1fBzo/", + "frangipanidreamz@gmail.com;$p$bqgnrzxcsxv5svnr.kpnpkmmd1fbzo/", + "frankandersons2022", + "frankly", + "fraud", + "fraudulent", + "freashmeat.io", + "free", + "freeBSD", + "freebsd", + "freebuildminecraft_-_ips.txt", + "freedom", + "freegen", + "freegen.txt", + "freeide", + "freelancing", + "freemrbond", + "french", + "frenchsky_-_ips.txt", + "frenxie", + "fresh", + "freshest", + "freshly", + "freshmeat.io", + "freshtools.net", + "friday", + "friend", + "friendly", + "friends", + "friendzo", + "frivan", + "fro", + "from", + "fron", + "front", + "frontend", + "frontier_ips_1.8k.txt", + "frontierfactions_teamspeak_ips_730.txt", + "frontpage", + "frostland.pro_204.6k.txt", + "froums", + "frozencraft.ru_38.5k.sql", + "frozencraft.ru_38.5k.txt", + "frozenia", + "frusky", + "fs4", + "fs6", + "fsa", + "fstigale@cebridge.net", + "ft", + "ft/", + "ftp", + "fty", + "fubariceman", + "fubo", + "fubotv", + "fuck", + "fucked", + "fucking", + "fuckk", + "fucks", + "fuckthaotherside", + "fud", + "fud@", + "fugy34", + "ful", + "fulfill", + "full", + "full).txt", + "fullmetal", + "fully", + "fullz", + "fullzbazar", + "fun", + "funcloud", + "funcraft", + "funcraft.fr_41k.txt", + "function", + "functionality", + "functions", + "funds", + "funimation", + "funny", + "funparty.sql", + "further", + "fusionmc.txt", + "futtaim", + "future", + "futurecraft_65k.txt", + "futures", + "fvndz", + "fwapxmwsxmbdvodyuus", + "fyreuk_e-mails_26k.txt", + "g", + "g.", + "g1x", + "g2f", + "g3r", + "g47", + "g71", + "g90", + "g:2", + "gREAT", + "gTv", + "ga", + "ga.", + "gaia", + "gaiaserveur.fr_6.7k.csv", + "gaiaserveur.txt", + "gain", + "gal", + "galastar.txt", + "galore_teamspeak_ips_120.txt", + "gambling", + "game", + "gamefly", + "gamemaster", + "games", + "gamesmadeinpola", + "gaming", + "gamster", + "gamster_bedwars.sql", + "gamster_skywars.sql", + "gamsterbw_sw__user_ip.txt", + "gan", + "garant", + "garanti", + "gardenmc", + "gardenmc.txt", + "gas", + "gather", + "gave", + "gay", + "gaz", + "gb", + "gc", + "gd0", + "gdb", + "gdrive", + "ge", + "gearbest", + "gecko", + "ged", + "geee", + "geeza", + "geinwald", + "gel", + "gen", + "gen.", + "gender", + "general", + "generale", + "generate", + "generate(1", + "generate_passwords", + "generated", + "generator", + "generic", + "genesis", + "genesissecurity", + "genesisshop", + "genital", + "genius", + "geo", + "geogusser", + "ger", + "germany", + "ges", + "get", + "get_clipboard_data(&clipboard_data_size", + "gets", + "getting", + "gettyimages.in", + "gg", + "gg2", + "gga", + "ggg", + "ggh", + "ggs", + "ggservers.com_605.txt", + "ggy", + "ghh", + "gho", + "ght", + "giant", + "gic", + "gif", + "gift", + "gin", + "gin784joq", + "girls", + "git", + "github", + "github.com", + "gitlab", + "give", + "giveaway", + "given", + "gives", + "giving", + "gkKCOC0itXqUtBfvYXliomsLBhS7FXOVsvtdL6zNk6CJhjm8", + "gkkcoc0itxqutbfvyxliomslbhs7fxovsvtdl6znk6cjhjm8", + "gl", + "glacis", + "glad", + "gladly", + "glass", + "gle", + "gliderexpert", + "global", + "global_offset_table", + "glory", + "glws", + "gly", + "gmail", + "gmon_start", + "gne", + "gnome", + "gns", + "gnu", + "gnu_eh_frame_hdr", + "go", + "goacraft_e-mails_1k.txt", + "goals", + "goat", + "god", + "goddamn", + "godsend", + "goes", + "gofender", + "gofile", + "gofile.io", + "goin", + "goin'", + "going", + "goin\u2019", + "gold", + "golden", + "goldenagenetwork_e-mails_25.txt", + "goldmaster", + "goldmine", + "gon", + "gone", + "gonna", + "good", + "good review", + "goodness", + "goods", + "goodsoft", + "google", + "goooooooo", + "gor", + "gos", + "got", + "gotengen_logins_80.txt", + "gotten", + "gov", + "gov.", + "government", + "govoryu", + "gpay", + "gpd", + "gps", + "gpt", + "gq/", + "grab", + "grabber", + "grabbers", + "grabias", + "gracepau15161920", + "gracias", + "grade", + "grading", + "gradually", + "grammarly", + "grams", + "grant", + "grapheneos", + "graphic", + "grasp", + "grazie", + "great", + "greate", + "greatest", + "greatgreat", + "green", + "greengetsbunn", + "greet", + "greetings", + "gregorycontmr", + "grella1337", + "grimdale_teamspeak_ips_150.txt", + "grin", + "grizzly", + "groom", + "gross", + "grounds", + "group", + "groupezk.com_280.sql", + "groups", + "grow", + "growing", + "grtilley@cebridge.net", + "gry", + "gs]", + "gsm", + "gstar", + "gth", + "gtv", + "guarantee", + "guarantees", + "guarantoor", + "guarantor", + "gucci_teamspeak_ips_208.csv", + "gucci_teamspeak_ips_2k.txt", + "guccifer", + "gue", + "guess", + "guesser", + "gufi", + "gui", + "guide", + "guidelines", + "guides", + "guildcraft_e-mails_7.5k.txt", + "guilt", + "guilty", + "guitar", + "gulf", + "gumdrop", + "gun", + "guy", + "guys", + "guyss", + "gyk", + "gz", + "gzelfaqsnqvsvzprnrtsjqvdemtzzpgn", + "gzg", + "gzhUsnnHe1Yv1", + "gzhusnnhe1yv1", + "g\u8be5\u600e\u4e48\u4e0b\u8f7d", + "h", + "h.", + "h.f4cp0cu", + "h30", + "h4ms3c", + "h99", + "h@S", + "h@s", + "hDn5", + "hID", + "hMe", + "hQh", + "hYR", + "ha1", + "hack", + "hacked", + "hacker", + "hackermania", + "hackers", + "hackert123", + "hacking", + "hackinglord_ips_1.7k.txt", + "hackingrealm", + "had", + "hadaria.fr.txt", + "hah", + "haha", + "hahahah", + "hahahaha", + "hai", + "hai.vv195001@sis.hust.edu.vn", + "haircut", + "hakan@senmuhendislikproje.com", + "hakus", + "half", + "hallo", + "hallucinated.\u200b", + "ham", + "hamilton", + "han", + "hand", + "handbook", + "handed", + "handing", + "handle", + "hands", + "hang", + "happen", + "happened", + "happening", + "happens", + "happiness", + "happy", + "happyhg_staff_ips_30.txt", + "har", + "harambe_ghost_client_140.txt", + "hard", + "hardfight.fr_minecraft_server_sha1_201606.csv", + "hardfight.txt", + "hardware", + "harmful", + "harms", + "hartedd1", + "harvester", + "harvestors", + "has", + "hasbulla", + "hash", + "hash_attack", + "hashed", + "hashed].txt", + "hashes", + "hashing", + "hat", + "hate", + "hauts", + "have", + "havefun", + "haver", + "havin", + "havin'", + "having", + "havin\u2019", + "hayn", + "hbc", + "hbo", + "hbomax", + "hbovendor", + "hc", + "hcf", + "hcfpvp_buycraft_logs_85.csv", + "hcgames", + "hcgames_buycraft_logs_13k.txt", + "hcgames_ips_114k.txt", + "hcgames_ips_21k.txt", + "hcgames_ips_57.3k.txt", + "hcnations.txt", + "hcnations_emails_1k.txt", + "hcnations_teamspeak_ips_200.csv", + "hcriots_buycraft_logs_100.csv", + "hcriots_forums_143.txt", + "hcriots_forums_leak.txt", + "hcteams", + "hd", + "hdn5", + "hdr", + "he", + "he's", + "hea", + "header", + "header(s", + "headers", + "header}{user", + "headphones", + "headset", + "headspace", + "healfight", + "healthy", + "hear", + "heard", + "heart", + "heartless_teamspeak_ips_177.txt", + "heartless_teamspeak_ips_180.txt", + "heartsender", + "heating", + "heav'n", + "heavennetwork.txt", + "heavily", + "hector.torres.cagua@estudiantes.cordillera.edu.ec", + "hed", + "hedonism", + "heidrun", + "heidrun_-_ips.txt", + "hek", + "helium10", + "hell", + "hello", + "hello@", + "hello@ormosis(dot)com", + "hello@ormosis.com", + "helloscribe", + "help", + "helped", + "helpful", + "helping", + "helps", + "hem", + "hen", + "hence", + "her", + "herding", + "here", + "here'th", + "here/", + "heridia.txt", + "hes", + "het", + "heuristic", + "heuristics", + "hex", + "hex(ifnull(cast(count(table_name", + "hey", + "he\u2019s", + "hft", + "hggh", + "hh", + "hhh", + "hhhhhey", + "hhi", + "hhusky", + "hi", + "hialp", + "hic", + "hid", + "hidden", + "hide", + "hig", + "high", + "higher", + "highest", + "highly", + "hiiiiiiiiiiiiiiiiiiiiii", + "hijacker", + "hijacking", + "hilal", + "him", + "hin", + "hip", + "hiplay.pl_IPs_3.3k.txt", + "hiplay.pl_ips_3.3k.txt", + "hir", + "his", + "histories", + "historyItems", + "historyItems.length", + "historyItems[i].url", + "historyitems", + "historyitems.length", + "historyitems[i].url", + "hit", + "hitomi", + "hits", + "hitting", + "hive", + "hivercraft.txt", + "hiz", + "hj", + "hk", + "hka", + "hkn", + "hknsen156.hkn", + "hks", + "hl66646wtlp2naoqnhattngigjp5palgqmbwixepcjyq5i534acgqyad.onion", + "hly", + "hm", + "hma", + "hmavpn", + "hme", + "hmm", + "hmmm", + "hnk", + "hnx", + "hockey", + "hod", + "hold", + "holde", + "holder", + "holla", + "holy", + "home", + "hometownmc.com_4.5k.sql", + "hon", + "honest", + "honestly", + "hongkong", + "hoo", + "hop", + "hope", + "hopefull", + "hopefully", + "hops", + "hor", + "horiaq#5157", + "hos", + "host", + "host=\"site.com", + "hosted", + "hostedrmm.com", + "hosting", + "hostlink.com.au_IPs_1.3k.csv", + "hostlink.com.au_ips_1.3k.csv", + "hostname", + "hot", + "hotmail", + "hotspot", + "hotspotshield", + "hour", + "hours", + "house", + "how", + "how's", + "however", + "howlong", + "howmuch", + "how\u2019s", + "hq", + "hqfactions_buycraft_logs_55.csv", + "hqfactions_ips_230.txt", + "hqh", + "hrdp", + "hrs", + "hruldhmnvsm5bgho", + "hsbc", + "html", + "hto", + "hts", + "http", + "http(s", + "http/1.1", + "http://52rh4ydtapqtl36quxz6uedcmcygkef5fedb534dvgzqyufoj5xml7id.onion/", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/leak", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/signup", + "http://',xxxx_xxxx", + "xxxx(\"xxx\")',xxxx_xxxx", + "xxxx((xxx", + "xxxx(XX", + "xxxx(XXX", + "xxxx(Xxxx", + "xxxx(Xxxxx", + "xxxx(Xxxxx)Xxxx", + "xxxx(XxxxxXXX", + "xxxx(d", + "xxxx(x", + "xxxx(xdxx", + "xxxx(xx", + "xxxx(xxx", + "xxxx(xxx)xxx", + "xxxx(xxxx", + "xxxx(xxxx(d)))xxxx", + "xxxx(xxxx(d-(xx(xxx(xxx((xxxx", + "xxxx(xxxx(dd-(xx(xxx(xxx((xxxx", + "xxxx(xxxx(xxxx(xxxx_xxxx", + "xxxx(xxxx)xxxx", + "xxxx(xxxx.xx", + "xxxx(xxxx.xxxx", + "xxxx(xxxx.xxxx(d", + "xxxx)))\"-", + "xxxx))Xxx", + "xxxx))xxx", + "xxxx),dxdd", + "xxxx).xx", + "xxxx).xxx", + "xxxx).xxxx", + "xxxx)/xxxx", + "xxxx****@xxxx.xxx", + "xxxx+", + "xxxx+Xxxxx", + "xxxx+x", + "xxxx+xxxx", + "xxxx+xxxx+xx+xx", + "xxxx,[XXXX", + "xxxx,[xxxx", + "xxxx-", + "xxxx----", + "xxxx--dddd]Xxxx", + "xxxx--dddd]xxxx", + "xxxx-d", + "xxxx-dd.d.dd", + "xxxx-dddd", + "xxxx-xx.xxxx.xxxx.xxxx", + "xxxx-xx_x-xxxx_ddd.xxx", + "xxxx-xx_x-xxxx_dx.xxx", + "xxxx-xx_xxxx.xxx", + "xxxx-xx_xxxx_d.dx.xxx", + "xxxx-xxx.xx", + "xxxx-xxx.xxx.xxx/xxx", + "xxxx-xxxx-xxx-xxx.xxx", + "xxxx-xxxx.xx", + "xxxx-xxxx.xx.xxx", + "xxxx-xxxx.xx_d.dx.xxx", + "xxxx-xxxx.xx_dddx.xxx", + "xxxx-xxxx.xx_dx.xxx", + "xxxx-xxxx.xxx", + "xxxx-xxxx://xxxxdxxxxddxxxdxdxxxxdxxdddxxxx.xxxx/xxxx/dddd/", + "xxxx-xxxx_xxxx_d.dx.xxx", + "xxxx.XxxxxXxxxx-xx.xx", + "xxxx.d", + "xxxx.dddd", + "xxxx.xx", + "xxxx.xx.xx", + "xxxx.xx.xx_XXx_ddd.xxx", + "xxxx.xx.xx_xxx_ddd.xxx", + "xxxx.xx.xxx", + "xxxx.xx/@xxxx", + "xxxx.xx/xxxx", + "xxxx.xx_XXx_d.dx.xxx", + "xxxx.xx_Xxxxx_Xxxxx_d.dx.xxx", + "xxxx.xx_d.ddxxx.xxx", + "xxxx.xx_d.dx.xxx", + "xxxx.xx_dd.dx.xxx", + "xxxx.xx_ddd.dx.xxx", + "xxxx.xx_ddd.xxx", + "xxxx.xx_dddx.xxx", + "xxxx.xx_ddx.xxx", + "xxxx.xx_dx.xxx", + "xxxx.xx_xxx_d.dx.xxx", + "xxxx.xx_xxxd(xxxx)_dddd.xxx", + "xxxx.xx_xxxx.xxx", + "xxxx.xx_xxxx_d.dx.xxx", + "xxxx.xx_xxxx_dd.xxx", + "xxxx.xx_xxxx_xxxx_d.dx.xxx", + "xxxx.xx_xxxx_xxxx_xxxd_dddd.xxx", + "xxxx.xxd", + "xxxx.xxx", + "xxxx.xxx-xxxx.xxx", + "xxxx.xxx.xx", + "xxxx.xxx.xx_XXx_d.dx.xxx", + "xxxx.xxx.xx_xxx_d.dx.xxx", + "xxxx.xxx.xxx", + "xxxx.xxx.xxx/xxxx", + "xxxx.xxx/xxxx", + "xxxx.xxxXxxxx.xxXxxxxXxxxx.xxxXxxxx", + "xxxx.xxx_X-Xxxxx_dd.dx.xxx", + "xxxx.xxx_X-Xxxxx_ddd.xxx", + "xxxx.xxx_Xxxxx_dd.xxx", + "xxxx.xxx_d.dx.xxx", + "xxxx.xxx_d_xxxx.xxx", + "xxxx.xxx_dd.dx.xxx", + "xxxx.xxx_dd.dx.xxx.xxx", + "xxxx.xxx_dd.xxx", + "xxxx.xxx_ddd.dx.xxx", + "xxxx.xxx_ddd.xxx", + "xxxx.xxx_dddd.dd.dd.xxx", + "xxxx.xxx_dddx.xxx", + "xxxx.xxx_ddx.xxx", + "xxxx.xxx_ddx_xxxx_xxxx_dddd.xxx.xxx", + "xxxx.xxx_dx.xxx", + "xxxx.xxx_dx_dddd.xxx", + "xxxx.xxx_x-xxxx_dd.dx.xxx", + "xxxx.xxx_x-xxxx_ddd.xxx", + "xxxx.xxx_xxd_ddx_xxxx_dddd.xxx", + "xxxx.xxx_xxxx_dd.xxx", + "xxxx.xxx_xxxx_dddd.xxx", + "xxxx.xxx_xxxx_xx.xxx", + "xxxx.xxx_xxxx_xxxx_xxxx_dddd.xxx", + "xxxx.xxxx", + "xxxx.xxxx(d", + "xxxx.xxxx-xx.xx", + "xxxx.xxxx.d@xxxx.xxxx.xx", + "xxxx.xxxx.xx", + "xxxx.xxxx.xxXxxxx.xxxXxxxx(xxxx", + "xxxx.xxxx.xx_Xxxxx.xxx", + "xxxx.xxxx.xx_d.dx.xxx", + "xxxx.xxxx.xx_xxxx.xxx", + "xxxx.xxxx.xxx", + "xxxx.xxxx.xxx_ddd.dx.xxx", + "xxxx.xxxx.xxx_ddx.xxx", + "xxxx.xxxx.xxxx", + "xxxx.xxxx.xxxx(xxxx", + "xxxx.xxxx.xxxx.xxx", + "xxxx.xxxx.xxxx.xxx(['xxxx", + "xxxx.xxxx.xxxx.xxx(['xxxxXx", + "xxxx.xxxx.xxxx.xxx(['xxxxXxxxx", + "xxxx.xxxx.xxxx.xxxx", + "xxxx.xxxx.xxxx.xxxx(xxxx", + "xxxx.xxxx.xxxx@xxxx.xxxx.xxx.xx", + "xxxx.xxxx.xxxxXxxxxXxx(xxxx", + "xxxx.xxxx@xx.xxxx.xxx.xx", + "xxxx.xxxx@xxxx.xxx", + "xxxx.xxxx@xxxx.xxxx.xx", + "xxxx.xxxxXx", + "xxxx.xxxxXxxx.xxxx", + "xxxx.xxxxXxxxx", + "xxxx.xxxxXxxxx.xxxx", + "xxxx.xxxxXxxxx[x].xxxx", + "xxxx.xxxxXxxxx[x].xxxx.xxXxxxxXxxx", + "xxxx.xxxx[x].xxxx", + "xxxx.xxxx[x].xxxx.xxxx", + "xxxx.xxxx_Xxxxx_ddd.xxx", + "xxxx.xxxx_Xxxxx_ddx.xxx", + "xxxx.xxxx_ddx.xxx", + "xxxx.xxxx_xxxx_ddd.xxx", + "xxxx.xxxx_xxxx_ddx.xxx", + "xxxx.xxxx_xxxx_xxx_ddd.xxx", + "xxxx.xxxxd.xxx.xxx", + "xxxx.xxxxd@xxxx.xx", + "xxxx.xxxxdd@xxxx.xxx", + "xxxx.\u200b", + "xxxx/", + "xxxx//XxxxxXxx.xx=3.5.1,<3.6.0", + "description":"", + "author":"", + "email":"", + "url":"", + "license":"", + "spacy_git_version":"8153bd573", + "vectors":{ + "width":0, + "vectors":0, + "keys":0, + "name":null, + "mode":"default" + }, + "labels":{ + "transformer":[ + + ], + "textcat_multilabel":[ + "acknowledgement", + "actual advice", + "actual enquiry", + "bad review", + "bumping", + "good review", + "noise", + "self-advertisment (offering service or product)" + ] + }, + "pipeline":[ + "transformer", + "textcat_multilabel" + ], + "components":[ + "transformer", + "textcat_multilabel" + ], + "disabled":[ + + ], + "performance":{ + "cats_score":0.8789136525, + "cats_score_desc":"macro AUC", + "cats_micro_p":0.7614035088, + "cats_micro_r":0.6676923077, + "cats_micro_f":0.7114754098, + "cats_macro_p":0.7955283564, + "cats_macro_r":0.6769938739, + "cats_macro_f":0.7217587178, + "cats_macro_auc":0.8789136525, + "cats_f_per_type":{ + "acknowledgement":{ + "p":0.8352941176, + "r":0.816091954, + "f":0.8255813953 + }, + "actual advice":{ + "p":0.4444444444, + "r":0.4255319149, + "f":0.4347826087 + }, + "actual enquiry":{ + "p":0.7540983607, + "r":0.8214285714, + "f":0.7863247863 + }, + "bad review":{ + "p":0.8571428571, + "r":0.6666666667, + "f":0.75 + }, + "bumping":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "good review":{ + "p":0.6842105263, + "r":0.65, + "f":0.6666666667 + }, + "noise":{ + "p":0.9285714286, + "r":0.5, + "f":0.65 + }, + "self-advertisment (offering service or product)":{ + "p":0.8604651163, + "r":0.5362318841, + "f":0.6607142857 + } + }, + "transformer_loss":2.6683323057, + "textcat_multilabel_loss":0.3543148349 + } +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/textcat_multilabel/cfg b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/textcat_multilabel/cfg new file mode 100644 index 0000000000000000000000000000000000000000..3a3fd4449b070a06f546c38a15c399f3733bb854 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/textcat_multilabel/cfg @@ -0,0 +1,13 @@ +{ + "labels":[ + "acknowledgement", + "actual advice", + "actual enquiry", + "bad review", + "bumping", + "good review", + "noise", + "self-advertisment (offering service or product)" + ], + "threshold":0.5 +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/textcat_multilabel/model b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/textcat_multilabel/model new file mode 100644 index 0000000000000000000000000000000000000000..d027b45db6c78da8dcfbc224549611324e74267f --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/textcat_multilabel/model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90048c9915f5db4b062600b5ae6158437642c1760c18dffebb2877a26a6212b2 +size 15512687 diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/tokenizer b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/tokenizer new file mode 100644 index 0000000000000000000000000000000000000000..ba2f4615241984f45f222cb10735a0fb291f113b --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/tokenizer @@ -0,0 +1,3 @@ +‡­prefix_searchÚ ’^§|^%|^=|^—|^–|^\+(?![0-9])|^…|^……|^,|^:|^;|^\!|^\?|^¿|^ØŸ|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^ï¼|^,|^ã€|^ï¼›|^:|^~|^·|^।|^ØŒ|^Û”|^Ø›|^Ùª|^\.\.+|^…|^\'|^"|^â€|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^ã€|^『|^ã€|^(|^)|^〔|^〕|^ã€|^】|^《|^》|^〈|^〉|^〈|^〉|^⟦|^⟧|^\$|^£|^€|^Â¥|^฿|^US\$|^C\$|^A\$|^₽|^ï·¼|^â‚´|^â‚ |^â‚¡|^â‚¢|^â‚£|^₤|^â‚¥|^₦|^â‚§|^₨|^â‚©|^₪|^â‚«|^€|^â‚­|^â‚®|^₯|^â‚°|^₱|^₲|^₳|^â‚´|^₵|^â‚¶|^â‚·|^₸|^₹|^₺|^â‚»|^₼|^₽|^₾|^â‚¿|^[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]­suffix_searchÚ2™â€¦$|……$|,$|:$|;$|\!$|\?$|¿$|ØŸ$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|ï¼$|,$|ã€$|ï¼›$|:$|~$|·$|।$|ØŒ$|Û”$|Ø›$|Ùª$|\.\.+$|…$|\'$|"$|â€$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|ã€$|『$|ã€$|($|)$|〔$|〕$|ã€$|】$|《$|》$|〈$|〉$|〈$|〉$|⟦$|⟧$|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]$|'s$|'S$|’s$|’S$|—$|–$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|Â¥|฿|US\$|C\$|A\$|₽|ï·¼|â‚´|â‚ |â‚¡|â‚¢|â‚£|₤|â‚¥|₦|â‚§|₨|â‚©|₪|â‚«|€|â‚­|â‚®|₯|â‚°|₱|₲|₳|â‚´|₵|â‚¶|â‚·|₸|₹|₺|â‚»|₼|₽|₾|â‚¿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|Ñм|Ñм²|Ñм³|мм|мм²|мм³|нм|кг|г|мг|м/Ñ|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|Ù…|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[0-9a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F%²\-\+…|……|,|:|;|\!|\?|¿|ØŸ|¡|\(|\)|\[|\]|\{|\}|<|>|_|#|\*|&|。|?|ï¼|,|ã€|ï¼›|:|~|·|।|ØŒ|Û”|Ø›|Ùª(?:\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧)])\.$|(?<=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F][A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$®infix_finditerÚ>ü\.\.+|…|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]|(?<=[0-9])[+\-\*^](?=[0-9-])|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]),(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])(?:-|–|—|--|---|——|~)(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])[:<>=/](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])«token_matchÀ©url_matchÚ Õ(?u)^(?:(?:[\w\+\-\.]{2,})://)?(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[A-Za-z0-9\u00a1-\uffff][A-Za-z0-9\u00a1-\uffff_-]{0,62})?[A-Za-z0-9\u00a1-\uffff]\.)+(?:[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]{2,63}))(?::\d{2,5})?(?:[/?#]\S*)?$ªexceptionsÞC¡ ‘A¡ ¡ +‘A¡ +¡ ‘A¡ ¡'‘A¡'¢''‘A¢''¦'Cause‘‚A¦'CauseC§because¤'Cos‘‚A¤'CosC§because¤'Coz‘‚A¤'CozC§because¤'Cuz‘‚A¤'CuzC§because¢'S‘‚A¢'SC¢'s¥'bout‘‚A¥'boutC¥about¦'cause‘‚A¦'causeC§because¤'cos‘‚A¤'cosC§because¤'coz‘‚A¤'cozC§because¤'cuz‘‚A¤'cuzC§because¢'d‘A¢'d£'em‘‚A£'emC¤them£'ll‘‚A£'llC¤will¥'nuff‘‚A¥'nuffC¦enough£'re‘‚A£'reC£are¢'s‘‚A¢'sC¢'s¥(*_*)‘A¥(*_*)£(-8‘A£(-8£(-:‘A£(-:£(-;‘A£(-;¥(-_-)‘A¥(-_-)¥(._.)‘A¥(._.)¢(:‘A¢(:¢(;‘A¢(;¢(=‘A¢(=¥(>_<)‘A¥(>_<)¥(^_^)‘A¥(^_^)£(o:‘A£(o:§(¬_¬)‘A§(¬_¬)©(ಠ_ಠ)‘A©(ಠ_ಠ)½(╯°□°)╯︵┻â”â”»‘A½(╯°□°)╯︵┻â”â”»£)-:‘A£)-:¢):‘A¢):£-_-‘A£-_-¤-__-‘A¤-__-£._.‘A£._.£0.0‘A£0.0£0.o‘A£0.o£0_0‘A£0_0£0_o‘A£0_o¦10a.m.’A¢10‚A¤a.m.C¤a.m.¤10am’A¢10‚A¢amC¤a.m.¦10p.m.’A¢10‚A¤p.m.C¤p.m.¤10pm’A¢10‚A¢pmC¤p.m.¦11a.m.’A¢11‚A¤a.m.C¤a.m.¤11am’A¢11‚A¢amC¤a.m.¦11p.m.’A¢11‚A¤p.m.C¤p.m.¤11pm’A¢11‚A¢pmC¤p.m.¦12a.m.’A¢12‚A¤a.m.C¤a.m.¤12am’A¢12‚A¢amC¤a.m.¦12p.m.’A¢12‚A¤p.m.C¤p.m.¤12pm’A¢12‚A¢pmC¤p.m.¥1a.m.’A¡1‚A¤a.m.C¤a.m.£1am’A¡1‚A¢amC¤a.m.¥1p.m.’A¡1‚A¤p.m.C¤p.m.£1pm’A¡1‚A¢pmC¤p.m.¥2a.m.’A¡2‚A¤a.m.C¤a.m.£2am’A¡2‚A¢amC¤a.m.¥2p.m.’A¡2‚A¤p.m.C¤p.m.£2pm’A¡2‚A¢pmC¤p.m.¥3a.m.’A¡3‚A¤a.m.C¤a.m.£3am’A¡3‚A¢amC¤a.m.¥3p.m.’A¡3‚A¤p.m.C¤p.m.£3pm’A¡3‚A¢pmC¤p.m.¥4a.m.’A¡4‚A¤a.m.C¤a.m.£4am’A¡4‚A¢amC¤a.m.¥4p.m.’A¡4‚A¤p.m.C¤p.m.£4pm’A¡4‚A¢pmC¤p.m.¥5a.m.’A¡5‚A¤a.m.C¤a.m.£5am’A¡5‚A¢amC¤a.m.¥5p.m.’A¡5‚A¤p.m.C¤p.m.£5pm’A¡5‚A¢pmC¤p.m.¥6a.m.’A¡6‚A¤a.m.C¤a.m.£6am’A¡6‚A¢amC¤a.m.¥6p.m.’A¡6‚A¤p.m.C¤p.m.£6pm’A¡6‚A¢pmC¤p.m.¥7a.m.’A¡7‚A¤a.m.C¤a.m.£7am’A¡7‚A¢amC¤a.m.¥7p.m.’A¡7‚A¤p.m.C¤p.m.£7pm’A¡7‚A¢pmC¤p.m.¢8)‘A¢8)£8-)‘A£8-)£8-D‘A£8-D¢8D‘A¢8D¥8a.m.’A¡8‚A¤a.m.C¤a.m.£8am’A¡8‚A¢amC¤a.m.¥8p.m.’A¡8‚A¤p.m.C¤p.m.£8pm’A¡8‚A¢pmC¤p.m.¥9a.m.’A¡9‚A¤a.m.C¤a.m.£9am’A¡9‚A¢amC¤a.m.¥9p.m.’A¡9‚A¤p.m.C¤p.m.£9pm’A¡9‚A¢pmC¤p.m.£:'(‘A£:'(£:')‘A£:')¤:'-(‘A¤:'-(¤:'-)‘A¤:'-)¢:(‘A¢:(£:((‘A£:((¤:(((‘A¤:(((£:()‘A£:()¢:)‘A¢:)£:))‘A£:))¤:)))‘A¤:)))¢:*‘A¢:*£:-(‘A£:-(¤:-((‘A¤:-((¥:-(((‘A¥:-(((£:-)‘A£:-)¤:-))‘A¤:-))¥:-)))‘A¥:-)))£:-*‘A£:-*£:-/‘A£:-/£:-0‘A£:-0£:-3‘A£:-3£:->‘A£:->£:-D‘A£:-D£:-O‘A£:-O£:-P‘A£:-P£:-X‘A£:-X£:-]‘A£:-]£:-o‘A£:-o£:-p‘A£:-p£:-x‘A£:-x£:-|‘A£:-|£:-}‘A£:-}¢:/‘A¢:/¢:0‘A¢:0¢:1‘A¢:1¢:3‘A¢:3¢:>‘A¢:>¢:D‘A¢:D¢:O‘A¢:O¢:P‘A¢:P¢:X‘A¢:X¢:]‘A¢:]¢:o‘A¢:o£:o)‘A£:o)¢:p‘A¢:p¢:x‘A¢:x¢:|‘A¢:|¢:}‘A¢:}¥:’(‘A¥:’(¥:’)‘A¥:’)¦:’-(‘A¦:’-(¦:’-)‘A¦:’-)¢;)‘A¢;)£;-)‘A£;-)£;-D‘A£;-D¢;D‘A¢;D£;_;‘A£;_;£<.<‘A£<.<£‘A§¢=(‘A¢=(¢=)‘A¢=)¢=/‘A¢=/¢=3‘A¢=3¢=D‘A¢=D¢=[‘A¢=[¢=]‘A¢=]¢=|‘A¢=|£>.<‘A£>.<£>.>‘A£>.>£>:(‘A£>:(£>:o‘A£>:o§><(((*>‘A§><(((*>£@_@‘A£@_@¤Adm.‘A¤Adm.¥Ain't’A¢Ai‚A£n'tC£not¤Aint’A¢Ai‚A¢ntC£not§Ain’t’A¢Ai‚A¥n’tC£not£Ak.‘‚A£Ak.C¦Alaska¤Ala.‘‚A¤Ala.C§Alabama¤Apr.‘‚A¤Apr.C¥April¦Aren't’‚A£AreC£are‚A£n'tC£not¥Arent’‚A£AreC£are‚A¢ntC£not¨Aren’t’‚A£AreC£are‚A¥n’tC£not¥Ariz.‘‚A¥Ariz.C§Arizona¤Ark.‘‚A¤Ark.C¨Arkansas¤Aug.‘‚A¤Aug.C¦August¥Bros.‘A¥Bros.¥C'mon’‚A£C'mC¤comeA¢on£C++‘A£C++¦Calif.‘‚A¦Calif.CªCalifornia¥Can't’‚A¢CaC£can‚A£n'tC£not¨Can't've“‚A¢CaC£can‚A£n'tC£not‚A£'veC¤have¦Cannot’‚A£CanC£canA£not¤Cant’‚A¢CaC£can‚A¢ntC£not¦Cantve“‚A¢CaC£can‚A¢ntC£not‚A¢veC¤have§Can’t’‚A¢CaC£can‚A¥n’tC£not¬Can’t’ve“‚A¢CaC£can‚A¥n’tC£not‚A¥â€™veC¤have£Co.‘A£Co.¥Colo.‘‚A¥Colo.C¨Colorado¥Conn.‘‚A¥Conn.C«Connecticut¥Corp.‘A¥Corp.¨Could've’‚A¥CouldC¥couldA£'ve¨Couldn't’‚A¥CouldC¥could‚A£n'tC£not«Couldn't've“‚A¥CouldC¥could‚A£n'tC£not‚A£'veC¤have§Couldnt’‚A¥CouldC¥could‚A¢ntC£not©Couldntve“‚A¥CouldC¥could‚A¢ntC£not‚A¢veC¤haveªCouldn’t’‚A¥CouldC¥could‚A¥n’tC£not¯Couldn’t’ve“‚A¥CouldC¥could‚A¥n’tC£not‚A¥â€™veC¤have§Couldve’‚A¥CouldC¥couldA¢veªCould’ve’‚A¥CouldC¥couldA¥â€™ve§C’mon’‚A¥C’mC¤comeA¢on¤D.C.‘A¤D.C.§Daren't’‚A¤DareC¤dare‚A£n'tC£not¦Darent’‚A¤DareC¤dare‚A¢ntC£not©Daren’t’‚A¤DareC¤dare‚A¥n’tC£not¤Dec.‘‚A¤Dec.C¨December¤Del.‘‚A¤Del.C¨Delaware¦Didn't’‚A£DidC¢do‚A£n'tC£not©Didn't've“‚A£DidC¢do‚A£n'tC£not‚A£'veC¤have¥Didnt’‚A£DidC¢do‚A¢ntC£not§Didntve“‚A£DidC¢do‚A¢ntC£not‚A¢veC¤have¨Didn’t’‚A£DidC¢do‚A¥n’tC£not­Didn’t’ve“‚A£DidC¢do‚A¥n’tC£not‚A¥â€™veC¤have§Doesn't’‚A¤DoesC¤does‚A£n'tC£notªDoesn't've“‚A¤DoesC¤does‚A£n'tC£not‚A£'veC¤have¦Doesnt’‚A¤DoesC¤does‚A¢ntC£not¨Doesntve“‚A¤DoesC¤does‚A¢ntC£not‚A¢veC¤have©Doesn’t’‚A¤DoesC¤does‚A¥n’tC£not®Doesn’t’ve“‚A¤DoesC¤does‚A¥n’tC£not‚A¥â€™veC¤have¤Doin‘‚A¤DoinC¥doing¥Doin'‘‚A¥Doin'C¥doing§Doin’‘‚A§Doin’C¥doing¥Don't’‚A¢DoC¢do‚A£n'tC£not¨Don't've“‚A¢DoC¢do‚A£n'tC£not‚A£'veC¤have¤Dont’‚A¢DoC¢do‚A¢ntC£not¦Dontve“‚A¢DoC¢do‚A¢ntC£not‚A¢veC¤have§Don’t’‚A¢DoC¢do‚A¥n’tC£not¬Don’t’ve“‚A¢DoC¢do‚A¥n’tC£not‚A¥â€™veC¤have£Dr.‘A£Dr.¤E.G.‘A¤E.G.¤E.g.‘A¤E.g.¤Feb.‘‚A¤Feb.C¨February¤Fla.‘‚A¤Fla.C§Florida£Ga.‘‚A£Ga.C§Georgia¤Gen.‘A¤Gen.¤Goin‘‚A¤GoinC¥going¥Goin'‘‚A¥Goin'C¥going§Goin’‘‚A§Goin’C¥going¥Gonna’‚A£GonC¥going‚A¢naC¢to¥Gotta’‚A£GotC£got‚A¢taC¢to¤Gov.‘A¤Gov.¦Hadn't’‚A£HadC¤have‚A£n'tC£not©Hadn't've“‚A£HadC¤have‚A£n'tC£not‚A£'veC¤have¥Hadnt’‚A£HadC¤have‚A¢ntC£not§Hadntve“‚A£HadC¤have‚A¢ntC£not‚A¢veC¤have¨Hadn’t’‚A£HadC¤have‚A¥n’tC£not­Hadn’t’ve“‚A£HadC¤have‚A¥n’tC£not‚A¥â€™veC¤have¦Hasn't’‚A£HasC£has‚A£n'tC£not¥Hasnt’‚A£HasC£has‚A¢ntC£not¨Hasn’t’‚A£HasC£has‚A¥n’tC£not§Haven't’‚A¤HaveC¤have‚A£n'tC£not¦Havent’‚A¤HaveC¤have‚A¢ntC£not©Haven’t’‚A¤HaveC¤have‚A¥n’tC£not¥Havin‘‚A¥HavinC¦having¦Havin'‘‚A¦Havin'C¦having¨Havin’‘‚A¨Havin’C¦having¤He'd’‚A¢HeC¢he‚A¢'dC¢'d§He'd've“‚A¢HeC¢he‚A¢'dC¥would‚A£'veC¤have¥He'll’‚A¢HeC¢he‚A£'llC¤will¨He'll've“‚A¢HeC¢he‚A£'llC¤will‚A£'veC¤have¤He's’‚A¢HeC¢he‚A¢'sC¢'s£Hed’‚A¢HeC¢he‚A¡dC¢'d¥Hedve“‚A¢HeC¢he‚A¡dC¥would‚A¢veC¤have¦Hellve“‚A¢HeC¢he‚A¢llC¤will‚A¢veC¤have£Hes’‚A¢HeC¢heA¡s¦He’d’‚A¢HeC¢he‚A¤â€™dC¢'d«He’d’ve“‚A¢HeC¢he‚A¤â€™dC¥would‚A¥â€™veC¤have§He’ll’‚A¢HeC¢he‚A¥â€™llC¤will¬He’ll’ve“‚A¢HeC¢he‚A¥â€™llC¤will‚A¥â€™veC¤have¦He’s’‚A¢HeC¢he‚A¤â€™sC¢'s¥How'd’‚A£HowC£how‚A¢'dC¢'d¨How'd've“‚A£HowC£how‚A¢'dC¥would‚A£'veC¤have§How'd'y“‚A£HowC£howA¢'d‚A¢'yC£you¦How'll’‚A£HowC£how‚A£'llC¤will©How'll've“‚A£HowC£how‚A£'llC¤will‚A£'veC¤have¦How're’‚A£HowC£how‚A£'reC£are¥How's’‚A£HowC£how‚A¢'sC¢'s¦How've’‚A£HowC£howA£'ve¤Howd’‚A£HowC£how‚A¡dC¢'d¦Howdve“‚A£HowC£how‚A¡dC¥would‚A¢veC¤have¥Howll’‚A£HowC£how‚A¢llC¤will§Howllve“‚A£HowC£how‚A¢llC¤will‚A¢veC¤have¥Howre’‚A£HowC£how‚A¢reC£are¤Hows’‚A£HowC£howA¡s¥Howve’A£How‚A¢veC¤have§How’d’‚A£HowC£how‚A¤â€™dC¢'d¬How’d’ve“‚A£HowC£how‚A¤â€™dC¥would‚A¥â€™veC¤have«How’d’y“‚A£HowC£howA¤â€™d‚A¤â€™yC£you¨How’ll’‚A£HowC£how‚A¥â€™llC¤will­How’ll’ve“‚A£HowC£how‚A¥â€™llC¤will‚A¥â€™veC¤have¨How’re’‚A£HowC£how‚A¥â€™reC£are§How’s’‚A£HowC£how‚A¤â€™sC¢'s¨How’ve’‚A£HowC£howA¥â€™ve£I'd’‚A¡IC¡i‚A¢'dC¢'d¦I'd've“‚A¡IC¡i‚A¢'dC¥would‚A£'veC¤have¤I'll’‚A¡IC¡i‚A£'llC¤will§I'll've“‚A¡IC¡i‚A£'llC¤will‚A£'veC¤have£I'm’‚A¡IC¡i‚A¢'mC¢am¤I'ma“‚A¡IC¡i‚A¢'mC¢am‚A¡aC¥gonna¤I've’‚A¡IC¡i‚A£'veC¤have¤I.E.‘A¤I.E.¤I.e.‘A¤I.e.£Ia.‘‚A£Ia.C¤Iowa¢Id’‚A¡IC¡i‚A¡dC¢'d£Id.‘‚A£Id.C¥Idaho¤Idve“‚A¡IC¡i‚A¡dC¥would‚A¢veC¤have¤Ill.‘‚A¤Ill.C¨Illinois¥Illve“‚A¡IC¡i‚A¢llC¤will‚A¢veC¤have¢Im’‚A¡IC¡iA¡m£Ima“‚A¡IC¡i‚A¡mC¢am‚A¡aC¥gonna¤Inc.‘A¤Inc.¤Ind.‘‚A¤Ind.C§Indiana¥Isn't’‚A¢IsC¢is‚A£n'tC£not¤Isnt’‚A¢IsC¢is‚A¢ntC£not§Isn’t’‚A¢IsC¢is‚A¥n’tC£not¤It'd’‚A¢ItC¢it‚A¢'dC¢'d§It'd've“‚A¢ItC¢it‚A¢'dC¥would‚A£'veC¤have¥It'll’‚A¢ItC¢it‚A£'llC¤will¨It'll've“‚A¢ItC¢it‚A£'llC¤will‚A£'veC¤have¤It's’‚A¢ItC¢it‚A¢'sC¢'s£Itd’‚A¢ItC¢it‚A¡dC¢'d¥Itdve“‚A¢ItC¢it‚A¡dC¥would‚A¢veC¤have¤Itll’‚A¢ItC¢it‚A¢llC¤will¦Itllve“‚A¢ItC¢it‚A¢llC¤will‚A¢veC¤have¦It’d’‚A¢ItC¢it‚A¤â€™dC¢'d«It’d’ve“‚A¢ItC¢it‚A¤â€™dC¥would‚A¥â€™veC¤have§It’ll’‚A¢ItC¢it‚A¥â€™llC¤will¬It’ll’ve“‚A¢ItC¢it‚A¥â€™llC¤will‚A¥â€™veC¤have¦It’s’‚A¢ItC¢it‚A¤â€™sC¢'s£Ive’‚A¡IC¡i‚A¢veC¤have¥I’d’‚A¡IC¡i‚A¤â€™dC¢'dªI’d’ve“‚A¡IC¡i‚A¤â€™dC¥would‚A¥â€™veC¤have¦I’ll’‚A¡IC¡i‚A¥â€™llC¤will«I’ll’ve“‚A¡IC¡i‚A¥â€™llC¤will‚A¥â€™veC¤have¥I’m’‚A¡IC¡i‚A¤â€™mC¢am¦I’ma“‚A¡IC¡i‚A¤â€™mC¢am‚A¡aC¥gonna¦I’ve’‚A¡IC¡i‚A¥â€™veC¤have¤Jan.‘‚A¤Jan.C§January£Jr.‘A£Jr.¤Jul.‘‚A¤Jul.C¤July¤Jun.‘‚A¤Jun.C¤June¤Kan.‘‚A¤Kan.C¦Kansas¥Kans.‘‚A¥Kans.C¦Kansas£Ky.‘‚A£Ky.C¨Kentucky£La.‘‚A£La.C©Louisiana¥Let's’‚A£LetC£let‚A¢'sC¢us§Let’s’‚A£LetC£let‚A¤â€™sC¢us¥Lovin‘‚A¥LovinC¦loving¦Lovin'‘‚A¦Lovin'C¦loving¨Lovin’‘‚A¨Lovin’C¦loving¤Ltd.‘A¤Ltd.¥Ma'am‘‚A¥Ma'amC¥madam¤Mar.‘‚A¤Mar.C¥March¥Mass.‘‚A¥Mass.C­Massachusetts¦Mayn't’‚A£MayC£may‚A£n'tC£not©Mayn't've“‚A£MayC£may‚A£n'tC£not‚A£'veC¤have¥Maynt’‚A£MayC£may‚A¢ntC£not§Mayntve“‚A£MayC£may‚A¢ntC£not‚A¢veC¤have¨Mayn’t’‚A£MayC£may‚A¥n’tC£not­Mayn’t’ve“‚A£MayC£may‚A¥n’tC£not‚A¥â€™veC¤have§Ma’am‘‚A§Ma’amC¥madam£Md.‘A£Md.§Messrs.‘A§Messrs.¥Mich.‘‚A¥Mich.C¨Michigan¨Might've’‚A¥MightC¥mightA£'ve¨Mightn't’‚A¥MightC¥might‚A£n'tC£not«Mightn't've“‚A¥MightC¥might‚A£n'tC£not‚A£'veC¤have§Mightnt’‚A¥MightC¥might‚A¢ntC£not©Mightntve“‚A¥MightC¥might‚A¢ntC£not‚A¢veC¤haveªMightn’t’‚A¥MightC¥might‚A¥n’tC£not¯Mightn’t’ve“‚A¥MightC¥might‚A¥n’tC£not‚A¥â€™veC¤have§Mightve’‚A¥MightC¥mightA¢veªMight’ve’‚A¥MightC¥mightA¥â€™ve¥Minn.‘‚A¥Minn.C©Minnesota¥Miss.‘‚A¥Miss.C«Mississippi£Mo.‘A£Mo.¥Mont.‘A¥Mont.£Mr.‘A£Mr.¤Mrs.‘A¤Mrs.£Ms.‘A£Ms.£Mt.‘‚A£Mt.C¥Mount§Must've’‚A¤MustC¤mustA£'ve§Mustn't’‚A¤MustC¤must‚A£n'tC£notªMustn't've“‚A¤MustC¤must‚A£n'tC£not‚A£'veC¤have¦Mustnt’‚A¤MustC¤must‚A¢ntC£not¨Mustntve“‚A¤MustC¤must‚A¢ntC£not‚A¢veC¤have©Mustn’t’‚A¤MustC¤must‚A¥n’tC£not®Mustn’t’ve“‚A¤MustC¤must‚A¥n’tC£not‚A¥â€™veC¤have¦Mustve’‚A¤MustC¤mustA¢ve©Must’ve’‚A¤MustC¤mustA¥â€™ve¤N.C.‘‚A¤N.C.C®North Carolina¤N.D.‘‚A¤N.D.C¬North Dakota¤N.H.‘‚A¤N.H.C­New Hampshire¤N.J.‘‚A¤N.J.CªNew Jersey¤N.M.‘‚A¤N.M.CªNew Mexico¤N.Y.‘‚A¤N.Y.C¨New York¤Neb.‘‚A¤Neb.C¨Nebraska¥Nebr.‘‚A¥Nebr.C¨Nebraska§Needn't’‚A¤NeedC¤need‚A£n'tC£notªNeedn't've“‚A¤NeedC¤need‚A£n'tC£not‚A£'veC¤have¦Neednt’‚A¤NeedC¤need‚A¢ntC£not¨Needntve“‚A¤NeedC¤need‚A¢ntC£not‚A¢veC¤have©Needn’t’‚A¤NeedC¤need‚A¥n’tC£not®Needn’t’ve“‚A¤NeedC¤need‚A¥n’tC£not‚A¥â€™veC¤have¤Nev.‘‚A¤Nev.C¦Nevada¦Not've’‚A£NotC£not‚A£'veC¤have¦Nothin‘‚A¦NothinC§nothing§Nothin'‘‚A§Nothin'C§nothing©Nothin’‘‚A©Nothin’C§nothing¥Notve’‚A£NotC£not‚A¢veC¤have¨Not’ve’‚A£NotC£not‚A¥â€™veC¤have¤Nov.‘‚A¤Nov.C¨November¦Nuthin‘‚A¦NuthinC§nothing§Nuthin'‘‚A§Nuthin'C§nothing©Nuthin’‘‚A©Nuthin’C§nothing§O'clock‘‚A§O'clockC§o'clock£O.O‘A£O.O£O.o‘A£O.o£O_O‘A£O_O£O_o‘A£O_o¤Oct.‘‚A¤Oct.C§October¥Okla.‘‚A¥Okla.C¨Oklahoma¢Ol‘‚A¢OlC£old£Ol'‘‚A£Ol'C£old¥Ol’‘‚A¥Ol’C£old¤Ore.‘‚A¤Ore.C¦Oregon¨Oughtn't’‚A¥OughtC¥ought‚A£n'tC£not«Oughtn't've“‚A¥OughtC¥ought‚A£n'tC£not‚A£'veC¤have§Oughtnt’‚A¥OughtC¥ought‚A¢ntC£not©Oughtntve“‚A¥OughtC¥ought‚A¢ntC£not‚A¢veC¤haveªOughtn’t’‚A¥OughtC¥ought‚A¥n’tC£not¯Oughtn’t’ve“‚A¥OughtC¥ought‚A¥n’tC£not‚A¥â€™veC¤have©O’clock‘‚A©O’clockC§o'clock£Pa.‘‚A£Pa.C¬Pennsylvania¥Ph.D.‘A¥Ph.D.¥Prof.‘A¥Prof.¤Rep.‘A¤Rep.¤Rev.‘A¤Rev.¤S.C.‘‚A¤S.C.C®South Carolina¤Sen.‘A¤Sen.¤Sep.‘‚A¤Sep.C©September¥Sept.‘‚A¥Sept.C©September¦Shan't’‚A£ShaC¥shall‚A£n'tC£not©Shan't've“‚A£ShaC¥shall‚A£n'tC£not‚A£'veC¤have¥Shant’‚A£ShaC¥shall‚A¢ntC£not§Shantve“‚A£ShaC¥shall‚A¢ntC£not‚A¢veC¤have¨Shan’t’‚A£ShaC¥shall‚A¥n’tC£not­Shan’t’ve“‚A£ShaC¥shall‚A¥n’tC£not‚A¥â€™veC¤have¥She'd’‚A£SheC£she‚A¢'dC¢'d¨She'd've“‚A£SheC£she‚A¢'dC¥would‚A£'veC¤have¦She'll’‚A£SheC£she‚A£'llC¤will©She'll've“‚A£SheC£she‚A£'llC¤will‚A£'veC¤have¥She's’‚A£SheC£she‚A¢'sC¢'s¦Shedve“‚A£SheC£she‚A¡dC¥would‚A¢veC¤have§Shellve“‚A£SheC£she‚A¢llC¤will‚A¢veC¤have¤Shes’‚A£SheC£sheA¡s§She’d’‚A£SheC£she‚A¤â€™dC¢'d¬She’d’ve“‚A£SheC£she‚A¤â€™dC¥would‚A¥â€™veC¤have¨She’ll’‚A£SheC£she‚A¥â€™llC¤will­She’ll’ve“‚A£SheC£she‚A¥â€™llC¤will‚A¥â€™veC¤have§She’s’‚A£SheC£she‚A¤â€™sC¢'s©Should've’‚A¦ShouldC¦shouldA£'ve©Shouldn't’‚A¦ShouldC¦should‚A£n'tC£not¬Shouldn't've“‚A¦ShouldC¦should‚A£n'tC£not‚A£'veC¤have¨Shouldnt’‚A¦ShouldC¦should‚A¢ntC£notªShouldntve“‚A¦ShouldC¦should‚A¢ntC£not‚A¢veC¤have«Shouldn’t’‚A¦ShouldC¦should‚A¥n’tC£not°Shouldn’t’ve“‚A¦ShouldC¦should‚A¥n’tC£not‚A¥â€™veC¤have¨Shouldve’‚A¦ShouldC¦shouldA¢ve«Should’ve’‚A¦ShouldC¦shouldA¥â€™ve¨Somethin‘‚A¨SomethinC©something©Somethin'‘‚A©Somethin'C©something«Somethin’‘‚A«Somethin’C©something£St.‘A£St.¥Tenn.‘‚A¥Tenn.C©Tennessee¦That'd’‚A¤ThatC¤that‚A¢'dC¢'d©That'd've“‚A¤ThatC¤that‚A¢'dC¥would‚A£'veC¤have§That'll’‚A¤ThatC¤that‚A£'llC¤willªThat'll've“‚A¤ThatC¤that‚A£'llC¤will‚A£'veC¤have¦That's’‚A¤ThatC¤that‚A¢'sC¢'s¥Thatd’‚A¤ThatC¤that‚A¡dC¢'d§Thatdve“‚A¤ThatC¤that‚A¡dC¥would‚A¢veC¤have¦Thatll’‚A¤ThatC¤that‚A¢llC¤will¨Thatllve“‚A¤ThatC¤that‚A¢llC¤will‚A¢veC¤have¥Thats’‚A¤ThatC¤thatA¡s¨That’d’‚A¤ThatC¤that‚A¤â€™dC¢'d­That’d’ve“‚A¤ThatC¤that‚A¤â€™dC¥would‚A¥â€™veC¤have©That’ll’‚A¤ThatC¤that‚A¥â€™llC¤will®That’ll’ve“‚A¤ThatC¤that‚A¥â€™llC¤will‚A¥â€™veC¤have¨That’s’‚A¤ThatC¤that‚A¤â€™sC¢'s§There'd’‚A¥ThereC¥there‚A¢'dC¢'dªThere'd've“‚A¥ThereC¥there‚A¢'dC¥would‚A£'veC¤have¨There'll’‚A¥ThereC¥there‚A£'llC¤will«There'll've“‚A¥ThereC¥there‚A£'llC¤will‚A£'veC¤have¨There're’‚A¥ThereC¥there‚A£'reC£are§There's’‚A¥ThereC¥there‚A¢'sC¢'s¨There've’‚A¥ThereC¥thereA£'ve¦Thered’‚A¥ThereC¥there‚A¡dC¢'d¨Theredve“‚A¥ThereC¥there‚A¡dC¥would‚A¢veC¤have§Therell’‚A¥ThereC¥there‚A¢llC¤will©Therellve“‚A¥ThereC¥there‚A¢llC¤will‚A¢veC¤have§Therere’‚A¥ThereC¥there‚A¢reC£are¦Theres’‚A¥ThereC¥thereA¡s§Thereve’A¥There‚A¢veC¤have©There’d’‚A¥ThereC¥there‚A¤â€™dC¢'d®There’d’ve“‚A¥ThereC¥there‚A¤â€™dC¥would‚A¥â€™veC¤haveªThere’ll’‚A¥ThereC¥there‚A¥â€™llC¤will¯There’ll’ve“‚A¥ThereC¥there‚A¥â€™llC¤will‚A¥â€™veC¤haveªThere’re’‚A¥ThereC¥there‚A¥â€™reC£are©There’s’‚A¥ThereC¥there‚A¤â€™sC¢'sªThere’ve’‚A¥ThereC¥thereA¥â€™ve§These'd’‚A¥TheseC¥these‚A¢'dC¢'dªThese'd've“‚A¥TheseC¥these‚A¢'dC¥would‚A£'veC¤have¨These'll’‚A¥TheseC¥these‚A£'llC¤will«These'll've“‚A¥TheseC¥these‚A£'llC¤will‚A£'veC¤have¨These're’‚A¥TheseC¥these‚A£'reC£are¨These've’‚A¥TheseC¥theseA£'ve¦Thesed’‚A¥TheseC¥these‚A¡dC¢'d¨Thesedve“‚A¥TheseC¥these‚A¡dC¥would‚A¢veC¤have§Thesell’‚A¥TheseC¥these‚A¢llC¤will©Thesellve“‚A¥TheseC¥these‚A¢llC¤will‚A¢veC¤have§Thesere’‚A¥TheseC¥these‚A¢reC£are§Theseve’A¥These‚A¢veC¤have©These’d’‚A¥TheseC¥these‚A¤â€™dC¢'d®These’d’ve“‚A¥TheseC¥these‚A¤â€™dC¥would‚A¥â€™veC¤haveªThese’ll’‚A¥TheseC¥these‚A¥â€™llC¤will¯These’ll’ve“‚A¥TheseC¥these‚A¥â€™llC¤will‚A¥â€™veC¤haveªThese’re’‚A¥TheseC¥these‚A¥â€™reC£areªThese’ve’‚A¥TheseC¥theseA¥â€™ve¦They'd’‚A¤TheyC¤they‚A¢'dC¢'d©They'd've“‚A¤TheyC¤they‚A¢'dC¥would‚A£'veC¤have§They'll’‚A¤TheyC¤they‚A£'llC¤willªThey'll've“‚A¤TheyC¤they‚A£'llC¤will‚A£'veC¤have§They're’‚A¤TheyC¤they‚A£'reC£are§They've’‚A¤TheyC¤they‚A£'veC¤have¥Theyd’‚A¤TheyC¤they‚A¡dC¢'d§Theydve“‚A¤TheyC¤they‚A¡dC¥would‚A¢veC¤have¦Theyll’‚A¤TheyC¤they‚A¢llC¤will¨Theyllve“‚A¤TheyC¤they‚A¢llC¤will‚A¢veC¤have¦Theyre’‚A¤TheyC¤they‚A¢reC£are¦Theyve’‚A¤TheyC¤they‚A¢veC¤have¨They’d’‚A¤TheyC¤they‚A¤â€™dC¢'d­They’d’ve“‚A¤TheyC¤they‚A¤â€™dC¥would‚A¥â€™veC¤have©They’ll’‚A¤TheyC¤they‚A¥â€™llC¤will®They’ll’ve“‚A¤TheyC¤they‚A¥â€™llC¤will‚A¥â€™veC¤have©They’re’‚A¤TheyC¤they‚A¥â€™reC£are©They’ve’‚A¤TheyC¤they‚A¥â€™veC¤have¦This'd’‚A¤ThisC¤this‚A¢'dC¢'d©This'd've“‚A¤ThisC¤this‚A¢'dC¥would‚A£'veC¤have§This'll’‚A¤ThisC¤this‚A£'llC¤willªThis'll've“‚A¤ThisC¤this‚A£'llC¤will‚A£'veC¤have¦This's’‚A¤ThisC¤this‚A¢'sC¢'s¥Thisd’‚A¤ThisC¤this‚A¡dC¢'d§Thisdve“‚A¤ThisC¤this‚A¡dC¥would‚A¢veC¤have¦Thisll’‚A¤ThisC¤this‚A¢llC¤will¨Thisllve“‚A¤ThisC¤this‚A¢llC¤will‚A¢veC¤have¥Thiss’‚A¤ThisC¤thisA¡s¨This’d’‚A¤ThisC¤this‚A¤â€™dC¢'d­This’d’ve“‚A¤ThisC¤this‚A¤â€™dC¥would‚A¥â€™veC¤have©This’ll’‚A¤ThisC¤this‚A¥â€™llC¤will®This’ll’ve“‚A¤ThisC¤this‚A¥â€™llC¤will‚A¥â€™veC¤have¨This’s’‚A¤ThisC¤this‚A¤â€™sC¢'s§Those'd’‚A¥ThoseC¥those‚A¢'dC¢'dªThose'd've“‚A¥ThoseC¥those‚A¢'dC¥would‚A£'veC¤have¨Those'll’‚A¥ThoseC¥those‚A£'llC¤will«Those'll've“‚A¥ThoseC¥those‚A£'llC¤will‚A£'veC¤have¨Those're’‚A¥ThoseC¥those‚A£'reC£are¨Those've’‚A¥ThoseC¥thoseA£'ve¦Thosed’‚A¥ThoseC¥those‚A¡dC¢'d¨Thosedve“‚A¥ThoseC¥those‚A¡dC¥would‚A¢veC¤have§Thosell’‚A¥ThoseC¥those‚A¢llC¤will©Thosellve“‚A¥ThoseC¥those‚A¢llC¤will‚A¢veC¤have§Thosere’‚A¥ThoseC¥those‚A¢reC£are§Thoseve’A¥Those‚A¢veC¤have©Those’d’‚A¥ThoseC¥those‚A¤â€™dC¢'d®Those’d’ve“‚A¥ThoseC¥those‚A¤â€™dC¥would‚A¥â€™veC¤haveªThose’ll’‚A¥ThoseC¥those‚A¥â€™llC¤will¯Those’ll’ve“‚A¥ThoseC¥those‚A¥â€™llC¤will‚A¥â€™veC¤haveªThose’re’‚A¥ThoseC¥those‚A¥â€™reC£areªThose’ve’‚A¥ThoseC¥thoseA¥â€™ve£V.V‘A£V.V£V_V‘A£V_V£Va.‘‚A£Va.C¨Virginia¥Wash.‘‚A¥Wash.CªWashington¦Wasn't’‚A£WasC£was‚A£n'tC£not¥Wasnt’‚A£WasC£was‚A¢ntC£not¨Wasn’t’‚A£WasC£was‚A¥n’tC£not¤We'd’‚A¢WeC¢we‚A¢'dC¢'d§We'd've“‚A¢WeC¢we‚A¢'dC¥would‚A£'veC¤have¥We'll’‚A¢WeC¢we‚A£'llC¤will¨We'll've“‚A¢WeC¢we‚A£'llC¤will‚A£'veC¤have¥We're’‚A¢WeC¢we‚A£'reC£are¥We've’‚A¢WeC¢we‚A£'veC¤have£Wed’‚A¢WeC¢we‚A¡dC¢'d¥Wedve“‚A¢WeC¢we‚A¡dC¥would‚A¢veC¤have¦Wellve“‚A¢WeC¢we‚A¢llC¤will‚A¢veC¤have§Weren't’‚A¤WereC¤were‚A£n'tC£not¦Werent’‚A¤WereC¤were‚A¢ntC£not©Weren’t’‚A¤WereC¤were‚A¥n’tC£not¤Weve’‚A¢WeC¢we‚A¢veC¤have¦We’d’‚A¢WeC¢we‚A¤â€™dC¢'d«We’d’ve“‚A¢WeC¢we‚A¤â€™dC¥would‚A¥â€™veC¤have§We’ll’‚A¢WeC¢we‚A¥â€™llC¤will¬We’ll’ve“‚A¢WeC¢we‚A¥â€™llC¤will‚A¥â€™veC¤have§We’re’‚A¢WeC¢we‚A¥â€™reC£are§We’ve’‚A¢WeC¢we‚A¥â€™veC¤have¦What'd’‚A¤WhatC¤what‚A¢'dC¢'d©What'd've“‚A¤WhatC¤what‚A¢'dC¥would‚A£'veC¤have§What'll’‚A¤WhatC¤what‚A£'llC¤willªWhat'll've“‚A¤WhatC¤what‚A£'llC¤will‚A£'veC¤have§What're’‚A¤WhatC¤what‚A£'reC£are¦What's’‚A¤WhatC¤what‚A¢'sC¢'s§What've’‚A¤WhatC¤whatA£'ve¥Whatd’‚A¤WhatC¤what‚A¡dC¢'d§Whatdve“‚A¤WhatC¤what‚A¡dC¥would‚A¢veC¤have¦Whatll’‚A¤WhatC¤what‚A¢llC¤will¨Whatllve“‚A¤WhatC¤what‚A¢llC¤will‚A¢veC¤have¦Whatre’‚A¤WhatC¤what‚A¢reC£are¥Whats’‚A¤WhatC¤whatA¡s¦Whatve’A¤What‚A¢veC¤have¨What’d’‚A¤WhatC¤what‚A¤â€™dC¢'d­What’d’ve“‚A¤WhatC¤what‚A¤â€™dC¥would‚A¥â€™veC¤have©What’ll’‚A¤WhatC¤what‚A¥â€™llC¤will®What’ll’ve“‚A¤WhatC¤what‚A¥â€™llC¤will‚A¥â€™veC¤have©What’re’‚A¤WhatC¤what‚A¥â€™reC£are¨What’s’‚A¤WhatC¤what‚A¤â€™sC¢'s©What’ve’‚A¤WhatC¤whatA¥â€™ve¦When'd’‚A¤WhenC¤when‚A¢'dC¢'d©When'd've“‚A¤WhenC¤when‚A¢'dC¥would‚A£'veC¤have§When'll’‚A¤WhenC¤when‚A£'llC¤willªWhen'll've“‚A¤WhenC¤when‚A£'llC¤will‚A£'veC¤have§When're’‚A¤WhenC¤when‚A£'reC£are¦When's’‚A¤WhenC¤when‚A¢'sC¢'s§When've’‚A¤WhenC¤whenA£'ve¥Whend’‚A¤WhenC¤when‚A¡dC¢'d§Whendve“‚A¤WhenC¤when‚A¡dC¥would‚A¢veC¤have¦Whenll’‚A¤WhenC¤when‚A¢llC¤will¨Whenllve“‚A¤WhenC¤when‚A¢llC¤will‚A¢veC¤have¦Whenre’‚A¤WhenC¤when‚A¢reC£are¥Whens’‚A¤WhenC¤whenA¡s¦Whenve’A¤When‚A¢veC¤have¨When’d’‚A¤WhenC¤when‚A¤â€™dC¢'d­When’d’ve“‚A¤WhenC¤when‚A¤â€™dC¥would‚A¥â€™veC¤have©When’ll’‚A¤WhenC¤when‚A¥â€™llC¤will®When’ll’ve“‚A¤WhenC¤when‚A¥â€™llC¤will‚A¥â€™veC¤have©When’re’‚A¤WhenC¤when‚A¥â€™reC£are¨When’s’‚A¤WhenC¤when‚A¤â€™sC¢'s©When’ve’‚A¤WhenC¤whenA¥â€™ve§Where'd’‚A¥WhereC¥where‚A¢'dC¢'dªWhere'd've“‚A¥WhereC¥where‚A¢'dC¥would‚A£'veC¤have¨Where'll’‚A¥WhereC¥where‚A£'llC¤will«Where'll've“‚A¥WhereC¥where‚A£'llC¤will‚A£'veC¤have¨Where're’‚A¥WhereC¥where‚A£'reC£are§Where's’‚A¥WhereC¥where‚A¢'sC¢'s¨Where've’‚A¥WhereC¥whereA£'ve¦Whered’‚A¥WhereC¥where‚A¡dC¢'d¨Wheredve“‚A¥WhereC¥where‚A¡dC¥would‚A¢veC¤have§Wherell’‚A¥WhereC¥where‚A¢llC¤will©Wherellve“‚A¥WhereC¥where‚A¢llC¤will‚A¢veC¤have§Wherere’‚A¥WhereC¥where‚A¢reC£are¦Wheres’‚A¥WhereC¥whereA¡s§Whereve’A¥Where‚A¢veC¤have©Where’d’‚A¥WhereC¥where‚A¤â€™dC¢'d®Where’d’ve“‚A¥WhereC¥where‚A¤â€™dC¥would‚A¥â€™veC¤haveªWhere’ll’‚A¥WhereC¥where‚A¥â€™llC¤will¯Where’ll’ve“‚A¥WhereC¥where‚A¥â€™llC¤will‚A¥â€™veC¤haveªWhere’re’‚A¥WhereC¥where‚A¥â€™reC£are©Where’s’‚A¥WhereC¥where‚A¤â€™sC¢'sªWhere’ve’‚A¥WhereC¥whereA¥â€™ve¥Who'd’‚A£WhoC£who‚A¢'dC¢'d¨Who'd've“‚A£WhoC£who‚A¢'dC¥would‚A£'veC¤have¦Who'll’‚A£WhoC£who‚A£'llC¤will©Who'll've“‚A£WhoC£who‚A£'llC¤will‚A£'veC¤have¦Who're’‚A£WhoC£who‚A£'reC£are¥Who's’‚A£WhoC£who‚A¢'sC¢'s¦Who've’‚A£WhoC£whoA£'ve¤Whod’‚A£WhoC£who‚A¡dC¢'d¦Whodve“‚A£WhoC£who‚A¡dC¥would‚A¢veC¤have¥Wholl’‚A£WhoC£who‚A¢llC¤will§Whollve“‚A£WhoC£who‚A¢llC¤will‚A¢veC¤have¤Whos’‚A£WhoC£whoA¡s¥Whove’A£Who‚A¢veC¤have§Who’d’‚A£WhoC£who‚A¤â€™dC¢'d¬Who’d’ve“‚A£WhoC£who‚A¤â€™dC¥would‚A¥â€™veC¤have¨Who’ll’‚A£WhoC£who‚A¥â€™llC¤will­Who’ll’ve“‚A£WhoC£who‚A¥â€™llC¤will‚A¥â€™veC¤have¨Who’re’‚A£WhoC£who‚A¥â€™reC£are§Who’s’‚A£WhoC£who‚A¤â€™sC¢'s¨Who’ve’‚A£WhoC£whoA¥â€™ve¥Why'd’‚A£WhyC£why‚A¢'dC¢'d¨Why'd've“‚A£WhyC£why‚A¢'dC¥would‚A£'veC¤have¦Why'll’‚A£WhyC£why‚A£'llC¤will©Why'll've“‚A£WhyC£why‚A£'llC¤will‚A£'veC¤have¦Why're’‚A£WhyC£why‚A£'reC£are¥Why's’‚A£WhyC£why‚A¢'sC¢'s¦Why've’‚A£WhyC£whyA£'ve¤Whyd’‚A£WhyC£why‚A¡dC¢'d¦Whydve“‚A£WhyC£why‚A¡dC¥would‚A¢veC¤have¥Whyll’‚A£WhyC£why‚A¢llC¤will§Whyllve“‚A£WhyC£why‚A¢llC¤will‚A¢veC¤have¥Whyre’‚A£WhyC£why‚A¢reC£are¤Whys’‚A£WhyC£whyA¡s¥Whyve’A£Why‚A¢veC¤have§Why’d’‚A£WhyC£why‚A¤â€™dC¢'d¬Why’d’ve“‚A£WhyC£why‚A¤â€™dC¥would‚A¥â€™veC¤have¨Why’ll’‚A£WhyC£why‚A¥â€™llC¤will­Why’ll’ve“‚A£WhyC£why‚A¥â€™llC¤will‚A¥â€™veC¤have¨Why’re’‚A£WhyC£why‚A¥â€™reC£are§Why’s’‚A£WhyC£why‚A¤â€™sC¢'s¨Why’ve’‚A£WhyC£whyA¥â€™ve¤Wis.‘‚A¤Wis.C©Wisconsin¥Won't’‚A¢WoC¤will‚A£n'tC£not¨Won't've“‚A¢WoC¤will‚A£n'tC£not‚A£'veC¤have¤Wont’‚A¢WoC¤will‚A¢ntC£not¦Wontve“‚A¢WoC¤will‚A¢ntC£not‚A¢veC¤have§Won’t’‚A¢WoC¤will‚A¥n’tC£not¬Won’t’ve“‚A¢WoC¤will‚A¥n’tC£not‚A¥â€™veC¤have¨Would've’‚A¥WouldC¥wouldA£'ve¨Wouldn't’‚A¥WouldC¥would‚A£n'tC£not«Wouldn't've“‚A¥WouldC¥would‚A£n'tC£not‚A£'veC¤have§Wouldnt’‚A¥WouldC¥would‚A¢ntC£not©Wouldntve“‚A¥WouldC¥would‚A¢ntC£not‚A¢veC¤haveªWouldn’t’‚A¥WouldC¥would‚A¥n’tC£not¯Wouldn’t’ve“‚A¥WouldC¥would‚A¥n’tC£not‚A¥â€™veC¤have§Wouldve’‚A¥WouldC¥wouldA¢veªWould’ve’‚A¥WouldC¥wouldA¥â€™ve¢XD‘A¢XD£XDD‘A£XDD¥You'd’‚A£YouC£you‚A¢'dC¢'d¨You'd've“‚A£YouC£you‚A¢'dC¥would‚A£'veC¤have¦You'll’‚A£YouC£you‚A£'llC¤will©You'll've“‚A£YouC£you‚A£'llC¤will‚A£'veC¤have¦You're’‚A£YouC£you‚A£'reC£are¦You've’‚A£YouC£you‚A£'veC¤have¤Youd’‚A£YouC£you‚A¡dC¢'d¦Youdve“‚A£YouC£you‚A¡dC¥would‚A¢veC¤have¥Youll’‚A£YouC£you‚A¢llC¤will§Youllve“‚A£YouC£you‚A¢llC¤will‚A¢veC¤have¥Youre’‚A£YouC£you‚A¢reC£are¥Youve’‚A£YouC£you‚A¢veC¤have§You’d’‚A£YouC£you‚A¤â€™dC¢'d¬You’d’ve“‚A£YouC£you‚A¤â€™dC¥would‚A¥â€™veC¤have¨You’ll’‚A£YouC£you‚A¥â€™llC¤will­You’ll’ve“‚A£YouC£you‚A¥â€™llC¤will‚A¥â€™veC¤have¨You’re’‚A£YouC£you‚A¥â€™reC£are¨You’ve’‚A£YouC£you‚A¥â€™veC¤have£[-:‘A£[-:¢[:‘A¢[:¢[=‘A¢[=£\")‘A£\")¢\n‘A¢\n¢\t‘A¢\t¢]=‘A¢]=£^_^‘A£^_^¤^__^‘A¤^__^¥^___^‘A¥^___^¢a.‘A¢a.¤a.m.‘A¤a.m.¥ain't’A¢ai‚A£n'tC£not¤aint’A¢ai‚A¢ntC£not§ain’t’A¢ai‚A¥n’tC£not¦and/or‘‚A¦and/orC¦and/or¦aren't’‚A£areC£are‚A£n'tC£not¥arent’‚A£areC£are‚A¢ntC£not¨aren’t’‚A£areC£are‚A¥n’tC£not¢b.‘A¢b.¥c'mon’‚A£c'mC¤comeA¢on¢c.‘A¢c.¥can't’‚A¢caC£can‚A£n'tC£not¨can't've“‚A¢caC£can‚A£n'tC£not‚A£'veC¤have¦cannot’A£canA£not¤cant’‚A¢caC£can‚A¢ntC£not¦cantve“‚A¢caC£can‚A¢ntC£not‚A¢veC¤have§can’t’‚A¢caC£can‚A¥n’tC£not¬can’t’ve“‚A¢caC£can‚A¥n’tC£not‚A¥â€™veC¤have£co.‘A£co.¨could've’‚A¥couldC¥couldA£'ve¨couldn't’‚A¥couldC¥could‚A£n'tC£not«couldn't've“‚A¥couldC¥could‚A£n'tC£not‚A£'veC¤have§couldnt’‚A¥couldC¥could‚A¢ntC£not©couldntve“‚A¥couldC¥could‚A¢ntC£not‚A¢veC¤haveªcouldn’t’‚A¥couldC¥could‚A¥n’tC£not¯couldn’t’ve“‚A¥couldC¥could‚A¥n’tC£not‚A¥â€™veC¤have§couldve’‚A¥couldC¥couldA¢veªcould’ve’‚A¥couldC¥couldA¥â€™ve§c’mon’‚A¥c’mC¤comeA¢on¢d.‘A¢d.§daren't’‚A¤dareC¤dare‚A£n'tC£not¦darent’‚A¤dareC¤dare‚A¢ntC£not©daren’t’‚A¤dareC¤dare‚A¥n’tC£not¦didn't’‚A£didC¢do‚A£n'tC£not©didn't've“‚A£didC¢do‚A£n'tC£not‚A£'veC¤have¥didnt’‚A£didC¢do‚A¢ntC£not§didntve“‚A£didC¢do‚A¢ntC£not‚A¢veC¤have¨didn’t’‚A£didC¢do‚A¥n’tC£not­didn’t’ve“‚A£didC¢do‚A¥n’tC£not‚A¥â€™veC¤have§doesn't’‚A¤doesC¤does‚A£n'tC£notªdoesn't've“‚A¤doesC¤does‚A£n'tC£not‚A£'veC¤have¦doesnt’‚A¤doesC¤does‚A¢ntC£not¨doesntve“‚A¤doesC¤does‚A¢ntC£not‚A¢veC¤have©doesn’t’‚A¤doesC¤does‚A¥n’tC£not®doesn’t’ve“‚A¤doesC¤does‚A¥n’tC£not‚A¥â€™veC¤have¤doin‘‚A¤doinC¥doing¥doin'‘‚A¥doin'C¥doing§doin’‘‚A§doin’C¥doing¥don't’‚A¢doC¢do‚A£n'tC£not¨don't've“‚A¢doC¢do‚A£n'tC£not‚A£'veC¤have¤dont’‚A¢doC¢do‚A¢ntC£not¦dontve“‚A¢doC¢do‚A¢ntC£not‚A¢veC¤have§don’t’‚A¢doC¢do‚A¥n’tC£not¬don’t’ve“‚A¢doC¢do‚A¥n’tC£not‚A¥â€™veC¤have¢e.‘A¢e.¤e.g.‘A¤e.g.¢em‘‚A¢emC¤them¢f.‘A¢f.¢g.‘A¢g.¤goin‘‚A¤goinC¥going¥goin'‘‚A¥goin'C¥going§goin’‘‚A§goin’C¥going¥gonna’‚A£gonC¥going‚A¢naC¢to¥gotta’A£got‚A¢taC¢to¢h.‘A¢h.¦hadn't’‚A£hadC¤have‚A£n'tC£not©hadn't've“‚A£hadC¤have‚A£n'tC£not‚A£'veC¤have¥hadnt’‚A£hadC¤have‚A¢ntC£not§hadntve“‚A£hadC¤have‚A¢ntC£not‚A¢veC¤have¨hadn’t’‚A£hadC¤have‚A¥n’tC£not­hadn’t’ve“‚A£hadC¤have‚A¥n’tC£not‚A¥â€™veC¤have¦hasn't’‚A£hasC£has‚A£n'tC£not¥hasnt’‚A£hasC£has‚A¢ntC£not¨hasn’t’‚A£hasC£has‚A¥n’tC£not§haven't’‚A¤haveC¤have‚A£n'tC£not¦havent’‚A¤haveC¤have‚A¢ntC£not©haven’t’‚A¤haveC¤have‚A¥n’tC£not¥havin‘‚A¥havinC¦having¦havin'‘‚A¦havin'C¦having¨havin’‘‚A¨havin’C¦having¤he'd’‚A¢heC¢he‚A¢'dC¢'d§he'd've“‚A¢heC¢he‚A¢'dC¥would‚A£'veC¤have¥he'll’‚A¢heC¢he‚A£'llC¤will¨he'll've“‚A¢heC¢he‚A£'llC¤will‚A£'veC¤have¤he's’‚A¢heC¢he‚A¢'sC¢'s£hed’‚A¢heC¢he‚A¡dC¢'d¥hedve“‚A¢heC¢he‚A¡dC¥would‚A¢veC¤have¦hellve“‚A¢heC¢he‚A¢llC¤will‚A¢veC¤have£hes’‚A¢heC¢heA¡s¦he’d’‚A¢heC¢he‚A¤â€™dC¢'d«he’d’ve“‚A¢heC¢he‚A¤â€™dC¥would‚A¥â€™veC¤have§he’ll’‚A¢heC¢he‚A¥â€™llC¤will¬he’ll’ve“‚A¢heC¢he‚A¥â€™llC¤will‚A¥â€™veC¤have¦he’s’‚A¢heC¢he‚A¤â€™sC¢'s¥how'd’‚A£howC£how‚A¢'dC¢'d¨how'd've“‚A£howC£how‚A¢'dC¥would‚A£'veC¤have§how'd'y“A£howA¢'d‚A¢'yC£you¦how'll’‚A£howC£how‚A£'llC¤will©how'll've“‚A£howC£how‚A£'llC¤will‚A£'veC¤have¦how're’‚A£howC£how‚A£'reC£are¥how's’‚A£howC£how‚A¢'sC¢'s¦how've’‚A£howC£howA£'ve¤howd’‚A£howC£how‚A¡dC¢'d¦howdve“‚A£howC£how‚A¡dC¥would‚A¢veC¤have¥howll’‚A£howC£how‚A¢llC¤will§howllve“‚A£howC£how‚A¢llC¤will‚A¢veC¤have¥howre’‚A£howC£how‚A¢reC£are¤hows’‚A£howC£howA¡s¥howve’A£how‚A¢veC¤have§how’d’‚A£howC£how‚A¤â€™dC¢'d¬how’d’ve“‚A£howC£how‚A¤â€™dC¥would‚A¥â€™veC¤have«how’d’y“A£howA¤â€™d‚A¤â€™yC£you¨how’ll’‚A£howC£how‚A¥â€™llC¤will­how’ll’ve“‚A£howC£how‚A¥â€™llC¤will‚A¥â€™veC¤have¨how’re’‚A£howC£how‚A¥â€™reC£are§how’s’‚A£howC£how‚A¤â€™sC¢'s¨how’ve’‚A£howC£howA¥â€™ve£i'd’‚A¡iC¡i‚A¢'dC¢'d¦i'd've“‚A¡iC¡i‚A¢'dC¥would‚A£'veC¤have¤i'll’‚A¡iC¡i‚A£'llC¤will§i'll've“‚A¡iC¡i‚A£'llC¤will‚A£'veC¤have£i'm’‚A¡iC¡i‚A¢'mC¢am¤i'ma“‚A¡iC¡i‚A¢'mC¢am‚A¡aC¥gonna¤i've’‚A¡iC¡i‚A£'veC¤have¢i.‘A¢i.¤i.e.‘A¤i.e.¢id’‚A¡iC¡i‚A¡dC¢'d¤idve“‚A¡iC¡i‚A¡dC¥would‚A¢veC¤have¥illve“‚A¡iC¡i‚A¢llC¤will‚A¢veC¤have¢im’‚A¡iC¡iA¡m£ima“‚A¡iC¡i‚A¡mC¢am‚A¡aC¥gonna¥isn't’‚A¢isC¢is‚A£n'tC£not¤isnt’‚A¢isC¢is‚A¢ntC£not§isn’t’‚A¢isC¢is‚A¥n’tC£not¤it'd’‚A¢itC¢it‚A¢'dC¢'d§it'd've“‚A¢itC¢it‚A¢'dC¥would‚A£'veC¤have¥it'll’‚A¢itC¢it‚A£'llC¤will¨it'll've“‚A¢itC¢it‚A£'llC¤will‚A£'veC¤have¤it's’‚A¢itC¢it‚A¢'sC¢'s£itd’‚A¢itC¢it‚A¡dC¢'d¥itdve“‚A¢itC¢it‚A¡dC¥would‚A¢veC¤have¤itll’‚A¢itC¢it‚A¢llC¤will¦itllve“‚A¢itC¢it‚A¢llC¤will‚A¢veC¤have¦it’d’‚A¢itC¢it‚A¤â€™dC¢'d«it’d’ve“‚A¢itC¢it‚A¤â€™dC¥would‚A¥â€™veC¤have§it’ll’‚A¢itC¢it‚A¥â€™llC¤will¬it’ll’ve“‚A¢itC¢it‚A¥â€™llC¤will‚A¥â€™veC¤have¦it’s’‚A¢itC¢it‚A¤â€™sC¢'s£ive’‚A¡iC¡i‚A¢veC¤have¥i’d’‚A¡iC¡i‚A¤â€™dC¢'dªi’d’ve“‚A¡iC¡i‚A¤â€™dC¥would‚A¥â€™veC¤have¦i’ll’‚A¡iC¡i‚A¥â€™llC¤will«i’ll’ve“‚A¡iC¡i‚A¥â€™llC¤will‚A¥â€™veC¤have¥i’m’‚A¡iC¡i‚A¤â€™mC¢am¦i’ma“‚A¡iC¡i‚A¤â€™mC¢am‚A¡aC¥gonna¦i’ve’‚A¡iC¡i‚A¥â€™veC¤have¢j.‘A¢j.¢k.‘A¢k.¢l.‘A¢l.¥let's’A£let‚A¢'sC¢us§let’s’A£let‚A¤â€™sC¢us¢ll‘‚A¢llC¤will¥lovin‘‚A¥lovinC¦loving¦lovin'‘‚A¦lovin'C¦loving¨lovin’‘‚A¨lovin’C¦loving¢m.‘A¢m.¥ma'am‘‚A¥ma'amC¥madam¦mayn't’‚A£mayC£may‚A£n'tC£not©mayn't've“‚A£mayC£may‚A£n'tC£not‚A£'veC¤have¥maynt’‚A£mayC£may‚A¢ntC£not§mayntve“‚A£mayC£may‚A¢ntC£not‚A¢veC¤have¨mayn’t’‚A£mayC£may‚A¥n’tC£not­mayn’t’ve“‚A£mayC£may‚A¥n’tC£not‚A¥â€™veC¤have§ma’am‘‚A§ma’amC¥madam¨might've’‚A¥mightC¥mightA£'ve¨mightn't’‚A¥mightC¥might‚A£n'tC£not«mightn't've“‚A¥mightC¥might‚A£n'tC£not‚A£'veC¤have§mightnt’‚A¥mightC¥might‚A¢ntC£not©mightntve“‚A¥mightC¥might‚A¢ntC£not‚A¢veC¤haveªmightn’t’‚A¥mightC¥might‚A¥n’tC£not¯mightn’t’ve“‚A¥mightC¥might‚A¥n’tC£not‚A¥â€™veC¤have§mightve’‚A¥mightC¥mightA¢veªmight’ve’‚A¥mightC¥mightA¥â€™ve§must've’‚A¤mustC¤mustA£'ve§mustn't’‚A¤mustC¤must‚A£n'tC£notªmustn't've“‚A¤mustC¤must‚A£n'tC£not‚A£'veC¤have¦mustnt’‚A¤mustC¤must‚A¢ntC£not¨mustntve“‚A¤mustC¤must‚A¢ntC£not‚A¢veC¤have©mustn’t’‚A¤mustC¤must‚A¥n’tC£not®mustn’t’ve“‚A¤mustC¤must‚A¥n’tC£not‚A¥â€™veC¤have¦mustve’‚A¤mustC¤mustA¢ve©must’ve’‚A¤mustC¤mustA¥â€™ve¢n.‘A¢n.§needn't’‚A¤needC¤need‚A£n'tC£notªneedn't've“‚A¤needC¤need‚A£n'tC£not‚A£'veC¤have¦neednt’‚A¤needC¤need‚A¢ntC£not¨needntve“‚A¤needC¤need‚A¢ntC£not‚A¢veC¤have©needn’t’‚A¤needC¤need‚A¥n’tC£not®needn’t’ve“‚A¤needC¤need‚A¥n’tC£not‚A¥â€™veC¤have¦not've’A£not‚A£'veC¤have¦nothin‘‚A¦nothinC§nothing§nothin'‘‚A§nothin'C§nothing©nothin’‘‚A©nothin’C§nothing¥notve’A£not‚A¢veC¤have¨not’ve’A£not‚A¥â€™veC¤have¤nuff‘‚A¤nuffC¦enough¦nuthin‘‚A¦nuthinC§nothing§nuthin'‘‚A§nuthin'C§nothing©nuthin’‘‚A©nuthin’C§nothing§o'clock‘‚A§o'clockC§o'clock¢o.‘A¢o.£o.0‘A£o.0£o.O‘A£o.O£o.o‘A£o.o£o_0‘A£o_0£o_O‘A£o_O£o_o‘A£o_o¢ol‘‚A¢olC£old£ol'‘‚A£ol'C£old¥ol’‘‚A¥ol’C£old¨oughtn't’‚A¥oughtC¥ought‚A£n'tC£not«oughtn't've“‚A¥oughtC¥ought‚A£n'tC£not‚A£'veC¤have§oughtnt’‚A¥oughtC¥ought‚A¢ntC£not©oughtntve“‚A¥oughtC¥ought‚A¢ntC£not‚A¢veC¤haveªoughtn’t’‚A¥oughtC¥ought‚A¥n’tC£not¯oughtn’t’ve“‚A¥oughtC¥ought‚A¥n’tC£not‚A¥â€™veC¤have©o’clock‘‚A©o’clockC§o'clock¢p.‘A¢p.¤p.m.‘A¤p.m.¢q.‘A¢q.¢r.‘A¢r.¢s.‘A¢s.¦shan't’‚A£shaC¥shall‚A£n'tC£not©shan't've“‚A£shaC¥shall‚A£n'tC£not‚A£'veC¤have¥shant’‚A£shaC¥shall‚A¢ntC£not§shantve“‚A£shaC¥shall‚A¢ntC£not‚A¢veC¤have¨shan’t’‚A£shaC¥shall‚A¥n’tC£not­shan’t’ve“‚A£shaC¥shall‚A¥n’tC£not‚A¥â€™veC¤have¥she'd’‚A£sheC£she‚A¢'dC¢'d¨she'd've“‚A£sheC£she‚A¢'dC¥would‚A£'veC¤have¦she'll’‚A£sheC£she‚A£'llC¤will©she'll've“‚A£sheC£she‚A£'llC¤will‚A£'veC¤have¥she's’‚A£sheC£she‚A¢'sC¢'s¦shedve“‚A£sheC£she‚A¡dC¥would‚A¢veC¤have§shellve“‚A£sheC£she‚A¢llC¤will‚A¢veC¤have¤shes’‚A£sheC£sheA¡s§she’d’‚A£sheC£she‚A¤â€™dC¢'d¬she’d’ve“‚A£sheC£she‚A¤â€™dC¥would‚A¥â€™veC¤have¨she’ll’‚A£sheC£she‚A¥â€™llC¤will­she’ll’ve“‚A£sheC£she‚A¥â€™llC¤will‚A¥â€™veC¤have§she’s’‚A£sheC£she‚A¤â€™sC¢'s©should've’‚A¦shouldC¦shouldA£'ve©shouldn't’‚A¦shouldC¦should‚A£n'tC£not¬shouldn't've“‚A¦shouldC¦should‚A£n'tC£not‚A£'veC¤have¨shouldnt’‚A¦shouldC¦should‚A¢ntC£notªshouldntve“‚A¦shouldC¦should‚A¢ntC£not‚A¢veC¤have«shouldn’t’‚A¦shouldC¦should‚A¥n’tC£not°shouldn’t’ve“‚A¦shouldC¦should‚A¥n’tC£not‚A¥â€™veC¤have¨shouldve’‚A¦shouldC¦shouldA¢ve«should’ve’‚A¦shouldC¦shouldA¥â€™ve¨somethin‘‚A¨somethinC©something©somethin'‘‚A©somethin'C©something«somethin’‘‚A«somethin’C©something¢t.‘A¢t.¦that'd’‚A¤thatC¤that‚A¢'dC¢'d©that'd've“‚A¤thatC¤that‚A¢'dC¥would‚A£'veC¤have§that'll’‚A¤thatC¤that‚A£'llC¤willªthat'll've“‚A¤thatC¤that‚A£'llC¤will‚A£'veC¤have¦that's’‚A¤thatC¤that‚A¢'sC¢'s¥thatd’‚A¤thatC¤that‚A¡dC¢'d§thatdve“‚A¤thatC¤that‚A¡dC¥would‚A¢veC¤have¦thatll’‚A¤thatC¤that‚A¢llC¤will¨thatllve“‚A¤thatC¤that‚A¢llC¤will‚A¢veC¤have¥thats’‚A¤thatC¤thatA¡s¨that’d’‚A¤thatC¤that‚A¤â€™dC¢'d­that’d’ve“‚A¤thatC¤that‚A¤â€™dC¥would‚A¥â€™veC¤have©that’ll’‚A¤thatC¤that‚A¥â€™llC¤will®that’ll’ve“‚A¤thatC¤that‚A¥â€™llC¤will‚A¥â€™veC¤have¨that’s’‚A¤thatC¤that‚A¤â€™sC¢'s§there'd’‚A¥thereC¥there‚A¢'dC¢'dªthere'd've“‚A¥thereC¥there‚A¢'dC¥would‚A£'veC¤have¨there'll’‚A¥thereC¥there‚A£'llC¤will«there'll've“‚A¥thereC¥there‚A£'llC¤will‚A£'veC¤have¨there're’‚A¥thereC¥there‚A£'reC£are§there's’‚A¥thereC¥there‚A¢'sC¢'s¨there've’‚A¥thereC¥thereA£'ve¦thered’‚A¥thereC¥there‚A¡dC¢'d¨theredve“‚A¥thereC¥there‚A¡dC¥would‚A¢veC¤have§therell’‚A¥thereC¥there‚A¢llC¤will©therellve“‚A¥thereC¥there‚A¢llC¤will‚A¢veC¤have§therere’‚A¥thereC¥there‚A¢reC£are¦theres’‚A¥thereC¥thereA¡s§thereve’A¥there‚A¢veC¤have©there’d’‚A¥thereC¥there‚A¤â€™dC¢'d®there’d’ve“‚A¥thereC¥there‚A¤â€™dC¥would‚A¥â€™veC¤haveªthere’ll’‚A¥thereC¥there‚A¥â€™llC¤will¯there’ll’ve“‚A¥thereC¥there‚A¥â€™llC¤will‚A¥â€™veC¤haveªthere’re’‚A¥thereC¥there‚A¥â€™reC£are©there’s’‚A¥thereC¥there‚A¤â€™sC¢'sªthere’ve’‚A¥thereC¥thereA¥â€™ve§these'd’‚A¥theseC¥these‚A¢'dC¢'dªthese'd've“‚A¥theseC¥these‚A¢'dC¥would‚A£'veC¤have¨these'll’‚A¥theseC¥these‚A£'llC¤will«these'll've“‚A¥theseC¥these‚A£'llC¤will‚A£'veC¤have¨these're’‚A¥theseC¥these‚A£'reC£are¨these've’‚A¥theseC¥theseA£'ve¦thesed’‚A¥theseC¥these‚A¡dC¢'d¨thesedve“‚A¥theseC¥these‚A¡dC¥would‚A¢veC¤have§thesell’‚A¥theseC¥these‚A¢llC¤will©thesellve“‚A¥theseC¥these‚A¢llC¤will‚A¢veC¤have§thesere’‚A¥theseC¥these‚A¢reC£are§theseve’A¥these‚A¢veC¤have©these’d’‚A¥theseC¥these‚A¤â€™dC¢'d®these’d’ve“‚A¥theseC¥these‚A¤â€™dC¥would‚A¥â€™veC¤haveªthese’ll’‚A¥theseC¥these‚A¥â€™llC¤will¯these’ll’ve“‚A¥theseC¥these‚A¥â€™llC¤will‚A¥â€™veC¤haveªthese’re’‚A¥theseC¥these‚A¥â€™reC£areªthese’ve’‚A¥theseC¥theseA¥â€™ve¦they'd’‚A¤theyC¤they‚A¢'dC¢'d©they'd've“‚A¤theyC¤they‚A¢'dC¥would‚A£'veC¤have§they'll’‚A¤theyC¤they‚A£'llC¤willªthey'll've“‚A¤theyC¤they‚A£'llC¤will‚A£'veC¤have§they're’‚A¤theyC¤they‚A£'reC£are§they've’‚A¤theyC¤they‚A£'veC¤have¥theyd’‚A¤theyC¤they‚A¡dC¢'d§theydve“‚A¤theyC¤they‚A¡dC¥would‚A¢veC¤have¦theyll’‚A¤theyC¤they‚A¢llC¤will¨theyllve“‚A¤theyC¤they‚A¢llC¤will‚A¢veC¤have¦theyre’‚A¤theyC¤they‚A¢reC£are¦theyve’‚A¤theyC¤they‚A¢veC¤have¨they’d’‚A¤theyC¤they‚A¤â€™dC¢'d­they’d’ve“‚A¤theyC¤they‚A¤â€™dC¥would‚A¥â€™veC¤have©they’ll’‚A¤theyC¤they‚A¥â€™llC¤will®they’ll’ve“‚A¤theyC¤they‚A¥â€™llC¤will‚A¥â€™veC¤have©they’re’‚A¤theyC¤they‚A¥â€™reC£are©they’ve’‚A¤theyC¤they‚A¥â€™veC¤have¦this'd’‚A¤thisC¤this‚A¢'dC¢'d©this'd've“‚A¤thisC¤this‚A¢'dC¥would‚A£'veC¤have§this'll’‚A¤thisC¤this‚A£'llC¤willªthis'll've“‚A¤thisC¤this‚A£'llC¤will‚A£'veC¤have¦this's’‚A¤thisC¤this‚A¢'sC¢'s¥thisd’‚A¤thisC¤this‚A¡dC¢'d§thisdve“‚A¤thisC¤this‚A¡dC¥would‚A¢veC¤have¦thisll’‚A¤thisC¤this‚A¢llC¤will¨thisllve“‚A¤thisC¤this‚A¢llC¤will‚A¢veC¤have¥thiss’‚A¤thisC¤thisA¡s¨this’d’‚A¤thisC¤this‚A¤â€™dC¢'d­this’d’ve“‚A¤thisC¤this‚A¤â€™dC¥would‚A¥â€™veC¤have©this’ll’‚A¤thisC¤this‚A¥â€™llC¤will®this’ll’ve“‚A¤thisC¤this‚A¥â€™llC¤will‚A¥â€™veC¤have¨this’s’‚A¤thisC¤this‚A¤â€™sC¢'s§those'd’‚A¥thoseC¥those‚A¢'dC¢'dªthose'd've“‚A¥thoseC¥those‚A¢'dC¥would‚A£'veC¤have¨those'll’‚A¥thoseC¥those‚A£'llC¤will«those'll've“‚A¥thoseC¥those‚A£'llC¤will‚A£'veC¤have¨those're’‚A¥thoseC¥those‚A£'reC£are¨those've’‚A¥thoseC¥thoseA£'ve¦thosed’‚A¥thoseC¥those‚A¡dC¢'d¨thosedve“‚A¥thoseC¥those‚A¡dC¥would‚A¢veC¤have§thosell’‚A¥thoseC¥those‚A¢llC¤will©thosellve“‚A¥thoseC¥those‚A¢llC¤will‚A¢veC¤have§thosere’‚A¥thoseC¥those‚A¢reC£are§thoseve’A¥those‚A¢veC¤have©those’d’‚A¥thoseC¥those‚A¤â€™dC¢'d®those’d’ve“‚A¥thoseC¥those‚A¤â€™dC¥would‚A¥â€™veC¤haveªthose’ll’‚A¥thoseC¥those‚A¥â€™llC¤will¯those’ll’ve“‚A¥thoseC¥those‚A¥â€™llC¤will‚A¥â€™veC¤haveªthose’re’‚A¥thoseC¥those‚A¥â€™reC£areªthose’ve’‚A¥thoseC¥thoseA¥â€™ve¢u.‘A¢u.¢v.‘A¢v.¤v.s.‘A¤v.s.£v.v‘A£v.v£v_v‘A£v_v£vs.‘A£vs.¢w.‘A¢w.£w/o‘‚A£w/oC§without¦wasn't’‚A£wasC£was‚A£n'tC£not¥wasnt’‚A£wasC£was‚A¢ntC£not¨wasn’t’‚A£wasC£was‚A¥n’tC£not¤we'd’‚A¢weC¢we‚A¢'dC¢'d§we'd've“‚A¢weC¢we‚A¢'dC¥would‚A£'veC¤have¥we'll’‚A¢weC¢we‚A£'llC¤will¨we'll've“‚A¢weC¢we‚A£'llC¤will‚A£'veC¤have¥we're’‚A¢weC¢we‚A£'reC£are¥we've’‚A¢weC¢we‚A£'veC¤have£wed’‚A¢weC¢we‚A¡dC¢'d¥wedve“‚A¢weC¢we‚A¡dC¥would‚A¢veC¤have¦wellve“‚A¢weC¢we‚A¢llC¤will‚A¢veC¤have§weren't’‚A¤wereC¤were‚A£n'tC£not¦werent’‚A¤wereC¤were‚A¢ntC£not©weren’t’‚A¤wereC¤were‚A¥n’tC£not¤weve’‚A¢weC¢we‚A¢veC¤have¦we’d’‚A¢weC¢we‚A¤â€™dC¢'d«we’d’ve“‚A¢weC¢we‚A¤â€™dC¥would‚A¥â€™veC¤have§we’ll’‚A¢weC¢we‚A¥â€™llC¤will¬we’ll’ve“‚A¢weC¢we‚A¥â€™llC¤will‚A¥â€™veC¤have§we’re’‚A¢weC¢we‚A¥â€™reC£are§we’ve’‚A¢weC¢we‚A¥â€™veC¤have¦what'd’‚A¤whatC¤what‚A¢'dC¢'d©what'd've“‚A¤whatC¤what‚A¢'dC¥would‚A£'veC¤have§what'll’‚A¤whatC¤what‚A£'llC¤willªwhat'll've“‚A¤whatC¤what‚A£'llC¤will‚A£'veC¤have§what're’‚A¤whatC¤what‚A£'reC£are¦what's’‚A¤whatC¤what‚A¢'sC¢'s§what've’‚A¤whatC¤whatA£'ve¥whatd’‚A¤whatC¤what‚A¡dC¢'d§whatdve“‚A¤whatC¤what‚A¡dC¥would‚A¢veC¤have¦whatll’‚A¤whatC¤what‚A¢llC¤will¨whatllve“‚A¤whatC¤what‚A¢llC¤will‚A¢veC¤have¦whatre’‚A¤whatC¤what‚A¢reC£are¥whats’‚A¤whatC¤whatA¡s¦whatve’A¤what‚A¢veC¤have¨what’d’‚A¤whatC¤what‚A¤â€™dC¢'d­what’d’ve“‚A¤whatC¤what‚A¤â€™dC¥would‚A¥â€™veC¤have©what’ll’‚A¤whatC¤what‚A¥â€™llC¤will®what’ll’ve“‚A¤whatC¤what‚A¥â€™llC¤will‚A¥â€™veC¤have©what’re’‚A¤whatC¤what‚A¥â€™reC£are¨what’s’‚A¤whatC¤what‚A¤â€™sC¢'s©what’ve’‚A¤whatC¤whatA¥â€™ve¦when'd’‚A¤whenC¤when‚A¢'dC¢'d©when'd've“‚A¤whenC¤when‚A¢'dC¥would‚A£'veC¤have§when'll’‚A¤whenC¤when‚A£'llC¤willªwhen'll've“‚A¤whenC¤when‚A£'llC¤will‚A£'veC¤have§when're’‚A¤whenC¤when‚A£'reC£are¦when's’‚A¤whenC¤when‚A¢'sC¢'s§when've’‚A¤whenC¤whenA£'ve¥whend’‚A¤whenC¤when‚A¡dC¢'d§whendve“‚A¤whenC¤when‚A¡dC¥would‚A¢veC¤have¦whenll’‚A¤whenC¤when‚A¢llC¤will¨whenllve“‚A¤whenC¤when‚A¢llC¤will‚A¢veC¤have¦whenre’‚A¤whenC¤when‚A¢reC£are¥whens’‚A¤whenC¤whenA¡s¦whenve’A¤when‚A¢veC¤have¨when’d’‚A¤whenC¤when‚A¤â€™dC¢'d­when’d’ve“‚A¤whenC¤when‚A¤â€™dC¥would‚A¥â€™veC¤have©when’ll’‚A¤whenC¤when‚A¥â€™llC¤will®when’ll’ve“‚A¤whenC¤when‚A¥â€™llC¤will‚A¥â€™veC¤have©when’re’‚A¤whenC¤when‚A¥â€™reC£are¨when’s’‚A¤whenC¤when‚A¤â€™sC¢'s©when’ve’‚A¤whenC¤whenA¥â€™ve§where'd’‚A¥whereC¥where‚A¢'dC¢'dªwhere'd've“‚A¥whereC¥where‚A¢'dC¥would‚A£'veC¤have¨where'll’‚A¥whereC¥where‚A£'llC¤will«where'll've“‚A¥whereC¥where‚A£'llC¤will‚A£'veC¤have¨where're’‚A¥whereC¥where‚A£'reC£are§where's’‚A¥whereC¥where‚A¢'sC¢'s¨where've’‚A¥whereC¥whereA£'ve¦whered’‚A¥whereC¥where‚A¡dC¢'d¨wheredve“‚A¥whereC¥where‚A¡dC¥would‚A¢veC¤have§wherell’‚A¥whereC¥where‚A¢llC¤will©wherellve“‚A¥whereC¥where‚A¢llC¤will‚A¢veC¤have§wherere’‚A¥whereC¥where‚A¢reC£are¦wheres’‚A¥whereC¥whereA¡s§whereve’A¥where‚A¢veC¤have©where’d’‚A¥whereC¥where‚A¤â€™dC¢'d®where’d’ve“‚A¥whereC¥where‚A¤â€™dC¥would‚A¥â€™veC¤haveªwhere’ll’‚A¥whereC¥where‚A¥â€™llC¤will¯where’ll’ve“‚A¥whereC¥where‚A¥â€™llC¤will‚A¥â€™veC¤haveªwhere’re’‚A¥whereC¥where‚A¥â€™reC£are©where’s’‚A¥whereC¥where‚A¤â€™sC¢'sªwhere’ve’‚A¥whereC¥whereA¥â€™ve¥who'd’‚A£whoC£who‚A¢'dC¢'d¨who'd've“‚A£whoC£who‚A¢'dC¥would‚A£'veC¤have¦who'll’‚A£whoC£who‚A£'llC¤will©who'll've“‚A£whoC£who‚A£'llC¤will‚A£'veC¤have¦who're’‚A£whoC£who‚A£'reC£are¥who's’‚A£whoC£who‚A¢'sC¢'s¦who've’‚A£whoC£whoA£'ve¤whod’‚A£whoC£who‚A¡dC¢'d¦whodve“‚A£whoC£who‚A¡dC¥would‚A¢veC¤have¥wholl’‚A£whoC£who‚A¢llC¤will§whollve“‚A£whoC£who‚A¢llC¤will‚A¢veC¤have¤whos’‚A£whoC£whoA¡s¥whove’A£who‚A¢veC¤have§who’d’‚A£whoC£who‚A¤â€™dC¢'d¬who’d’ve“‚A£whoC£who‚A¤â€™dC¥would‚A¥â€™veC¤have¨who’ll’‚A£whoC£who‚A¥â€™llC¤will­who’ll’ve“‚A£whoC£who‚A¥â€™llC¤will‚A¥â€™veC¤have¨who’re’‚A£whoC£who‚A¥â€™reC£are§who’s’‚A£whoC£who‚A¤â€™sC¢'s¨who’ve’‚A£whoC£whoA¥â€™ve¥why'd’‚A£whyC£why‚A¢'dC¢'d¨why'd've“‚A£whyC£why‚A¢'dC¥would‚A£'veC¤have¦why'll’‚A£whyC£why‚A£'llC¤will©why'll've“‚A£whyC£why‚A£'llC¤will‚A£'veC¤have¦why're’‚A£whyC£why‚A£'reC£are¥why's’‚A£whyC£why‚A¢'sC¢'s¦why've’‚A£whyC£whyA£'ve¤whyd’‚A£whyC£why‚A¡dC¢'d¦whydve“‚A£whyC£why‚A¡dC¥would‚A¢veC¤have¥whyll’‚A£whyC£why‚A¢llC¤will§whyllve“‚A£whyC£why‚A¢llC¤will‚A¢veC¤have¥whyre’‚A£whyC£why‚A¢reC£are¤whys’‚A£whyC£whyA¡s¥whyve’A£why‚A¢veC¤have§why’d’‚A£whyC£why‚A¤â€™dC¢'d¬why’d’ve“‚A£whyC£why‚A¤â€™dC¥would‚A¥â€™veC¤have¨why’ll’‚A£whyC£why‚A¥â€™llC¤will­why’ll’ve“‚A£whyC£why‚A¥â€™llC¤will‚A¥â€™veC¤have¨why’re’‚A£whyC£why‚A¥â€™reC£are§why’s’‚A£whyC£why‚A¤â€™sC¢'s¨why’ve’‚A£whyC£whyA¥â€™ve¥won't’‚A¢woC¤will‚A£n'tC£not¨won't've“‚A¢woC¤will‚A£n'tC£not‚A£'veC¤have¤wont’‚A¢woC¤will‚A¢ntC£not¦wontve“‚A¢woC¤will‚A¢ntC£not‚A¢veC¤have§won’t’‚A¢woC¤will‚A¥n’tC£not¬won’t’ve“‚A¢woC¤will‚A¥n’tC£not‚A¥â€™veC¤have¨would've’‚A¥wouldC¥wouldA£'ve¨wouldn't’‚A¥wouldC¥would‚A£n'tC£not«wouldn't've“‚A¥wouldC¥would‚A£n'tC£not‚A£'veC¤have§wouldnt’‚A¥wouldC¥would‚A¢ntC£not©wouldntve“‚A¥wouldC¥would‚A¢ntC£not‚A¢veC¤haveªwouldn’t’‚A¥wouldC¥would‚A¥n’tC£not¯wouldn’t’ve“‚A¥wouldC¥would‚A¥n’tC£not‚A¥â€™veC¤have§wouldve’‚A¥wouldC¥wouldA¢veªwould’ve’‚A¥wouldC¥wouldA¥â€™ve¢x.‘A¢x.¢xD‘A¢xD£xDD‘A£xDD¥y'all’‚A¢y'C£youA£all¢y.‘A¢y.¤yall’‚A¡yC£youA£all¥you'd’‚A£youC£you‚A¢'dC¢'d¨you'd've“‚A£youC£you‚A¢'dC¥would‚A£'veC¤have¦you'll’‚A£youC£you‚A£'llC¤will©you'll've“‚A£youC£you‚A£'llC¤will‚A£'veC¤have¦you're’‚A£youC£you‚A£'reC£are¦you've’‚A£youC£you‚A£'veC¤have¤youd’‚A£youC£you‚A¡dC¢'d¦youdve“‚A£youC£you‚A¡dC¥would‚A¢veC¤have¥youll’‚A£youC£you‚A¢llC¤will§youllve“‚A£youC£you‚A¢llC¤will‚A¢veC¤have¥youre’‚A£youC£you‚A¢reC£are¥youve’‚A£youC£you‚A¢veC¤have§you’d’‚A£youC£you‚A¤â€™dC¢'d¬you’d’ve“‚A£youC£you‚A¤â€™dC¥would‚A¥â€™veC¤have¨you’ll’‚A£youC£you‚A¥â€™llC¤will­you’ll’ve“‚A£youC£you‚A¥â€™llC¤will‚A¥â€™veC¤have¨you’re’‚A£youC£you‚A¥â€™reC£are¨you’ve’‚A£youC£you‚A¥â€™veC¤have§y’all’‚A¤y’C£youA£all¢z.‘A¢z.¢Â ‘‚A¢Â C¢ «Â¯\(ツ)/¯‘A«Â¯\(ツ)/¯¤Â°C.“A¢Â°A¡CA¡.¤Â°F.“A¢Â°A¡FA¡.¤Â°K.“A¢Â°A¡KA¡.¤Â°c.“A¢Â°A¡cA¡.¤Â°f.“A¢Â°A¡fA¡.¤Â°k.“A¢Â°A¡kA¡.£Ã¤.‘A£Ã¤.£Ã¶.‘A£Ã¶.£Ã¼.‘A£Ã¼.§à² _ಠ‘A§à² _ಠ©à² ï¸µà² ‘A©à² ï¸µà² £â€”‘A£â€”¤â€˜S‘‚A¤â€˜SC¢'s¤â€˜s‘‚A¤â€˜sC¢'s£â€™‘A£â€™¨â€™Cause‘‚A¨â€™CauseC§because¦â€™Cos‘‚A¦â€™CosC§because¦â€™Coz‘‚A¦â€™CozC§because¦â€™Cuz‘‚A¦â€™CuzC§because¤â€™S‘‚A¤â€™SC¢'s§â€™bout‘‚A§â€™boutC¥about¨â€™cause‘‚A¨â€™causeC§because¦â€™cos‘‚A¦â€™cosC§because¦â€™coz‘‚A¦â€™cozC§because¦â€™cuz‘‚A¦â€™cuzC§because¤â€™d‘A¤â€™d¥â€™em‘‚A¥â€™emC¤them¥â€™ll‘‚A¥â€™llC¤will§â€™nuff‘‚A§â€™nuffC¦enough¥â€™re‘‚A¥â€™reC£are¤â€™s‘‚A¤â€™sC¢'s¦â€™â€™‘A¦â€™â€™±faster_heuristicsà \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/transformer/cfg b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/transformer/cfg new file mode 100644 index 0000000000000000000000000000000000000000..49e87fa2939155f6c67351f544b111359a0ce279 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/transformer/cfg @@ -0,0 +1,3 @@ +{ + "max_batch_items":4096 +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/vocab/key2row b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/vocab/key2row new file mode 100644 index 0000000000000000000000000000000000000000..5416677bc7dab0c8bec3f5bf44d7d28b4ff73b13 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/vocab/key2row @@ -0,0 +1 @@ +€ \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/vocab/lookups.bin b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/vocab/lookups.bin new file mode 100644 index 0000000000000000000000000000000000000000..c66317f8d354f32911b0beb802a18ab12b6507c9 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/vocab/lookups.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71 +size 1 diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/vocab/strings.json b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/vocab/strings.json new file mode 100644 index 0000000000000000000000000000000000000000..03bda9a9fd33dc161495927ee5a78e73f6c36a97 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_batch/model-last/vocab/strings.json @@ -0,0 +1,29404 @@ +[ + "\t", + "\n", + "\n\n", + "\n\n\n", + "\n\n\n\n", + "\n\n\n\n\n", + "\n\n\n\n\n\n\n\n\n\n\n\n", + "\n\n\n\n\n\n ", + "\n\n\n\n ", + "\n\n\n\n \n\n", + "\n\n ", + "\n\n \n\n ", + "\n\n ", + "\n\n \n\n\n", + "\n\n ", + "\n\n\u00a0 ", + "\n ", + "\n \n", + "\n \n ", + "\n ", + "\n\u00a0 ", + " ", + " \n", + " \n\n", + " \n\n\n", + " \n\n\n\n ", + " \n ", + " ", + " \n\n\n", + " \n\n\n\n", + " \n\n\n\n\n", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "!", + "!!1", + "!\"-", + "\"", + "\"(\u903c", + "\"XL", + "\"ip", + "\"xl", + "#", + "$", + "%", + "&", + "&t2", + "'", + "''", + "'-(", + "'-)", + "'Cause", + "'Cos", + "'Coz", + "'Cuz", + "'S", + "'X", + "'Xxx", + "'Xxxxx", + "'am", + "'bout", + "'cause", + "'cos", + "'coz", + "'cuz", + "'d", + "'ed", + "'em", + "'ll", + "'m", + "'nuff", + "'re", + "'rs", + "'s", + "'th", + "'ve", + "'x", + "'xx", + "'xxx", + "'xxxx", + "'y", + "(", + "(((", + "(*>", + "(*_*)", + "(-8", + "(-:", + "(-;", + "(-_-)", + "(-d", + "(._.)", + "(:", + "(;", + "(=", + "(>_<)", + "(Us", + "(WE", + "(^_^)", + "(as", + "(o:", + "(us", + "(we", + "(x:", + "(x_x)", + "(\u00ac_\u00ac)", + "(\u0ca0_\u0ca0)", + "(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35\u253b\u2501\u253b", + ")", + ")\"-", + ")))", + ")-:", + ")/\u00af", + "):", + "*", + "**/", + "+", + "+++", + "+10", + "+1188", + "+1300", + "+1xxxxxxxxxx", + "+20", + "+4d", + "+6", + "+800", + "+CR", + "+DL", + "+GB", + "+JP", + "+RN", + "+cr", + "+d", + "+dd", + "+ddd", + "+dddd", + "+dl", + "+dxxxx", + "+gb", + "+jp", + "+rn", + ",", + ",00", + "-", + "-((", + "-))", + "--", + "---", + "----", + "----------------", + "--------------------------------------------------------------------------------", + "------------YWJkMTQzNDcw", + "------------YWJkMTQzNDcw--", + "------------ywjkmtqzndcw", + "------------ywjkmtqzndcw--", + "-----BEGIN", + "-----END", + "-----begin", + "-----end", + "----XXX", + "----XXXX", + "----XXXxXXXxXXxx", + "----XXXxXXXxXXxx--", + "----xxx", + "----xxxx", + "----xxxx--", + "--current", + "--dbms", + "--dbs", + "--demangle", + "--dompdf", + "--flush", + "--hex", + "--inject", + "--length", + "--level=5", + "--no", + "--num", + "--random", + "--risk=3", + "--string=\"XL", + "--string=\"xl", + "--tamper", + "--threads", + "--time", + "--url=\"ip", + "--wordlist", + "--xx", + "--xxx", + "--xxx=\"xx", + "--xxxx", + "--xxxx=\"XX", + "--xxxx=\"xx", + "--xxxx=d", + "--|", + "-/", + "-/**/", + "-0", + "-1", + "-1k", + "-2", + "-3", + "-8", + "->Telegram<-", + "->Xxxxx<-", + "->telegram<-", + "->xxxx<-", + "-BOA", + "-Builder", + "-CAPITOL", + "-CHASE", + "-COMPLETE", + "-D", + "-Dark", + "-I", + "-Manual", + "-O", + "-P", + "-Panel", + "-Q", + "-Systeme", + "-TRUIST", + "-WELLS", + "-X", + "-XXX", + "-XXXX", + "-Xxxx", + "-Xxxxx", + "-_-", + "-__-", + "-bit", + "-boa", + "-builder", + "-c", + "-capitol", + "-chase", + "-complete", + "-d", + "-dark", + "-dx", + "-https://magicproducts.sellix.io/", + "-i", + "-ik", + "-l", + "-l/--length", + "-lurlmon", + "-manual", + "-n", + "-n/--num", + "-no", + "-o", + "-on", + "-p", + "-panel", + "-q", + "-schizo", + "-systeme", + "-t", + "-truist", + "-u", + "-v3", + "-w", + "-w/--wordlist", + "-wells", + "-x", + "-x/--xxx", + "-x/--xxxx", + "-xd", + "-xx", + "-xxx", + "-xxxx", + "-xxxx://xxxx.xxxx.xx/", + "-|", + "-\u041f\u041e\u041b\u041d\u041e\u0415", + "-\u043f\u043e\u043b\u043d\u043e\u0435", + "-\u0442\u043e", + "-\u261a-", + ".", + "..", + "...", + "....", + ".....", + "......", + ".......", + ".........................", + "..................................", + "./", + "./scripts", + "./xxxx", + ".0", + ".00", + ".01", + ".04", + ".05", + ".08", + ".10", + ".11", + ".12", + ".13", + ".14", + ".15", + ".16", + ".17", + ".18", + ".19", + ".20", + ".21", + ".22", + ".23", + ".24", + ".25", + ".26", + ".27", + ".28", + ".29", + ".30", + ".31", + ".32", + ".33", + ".34", + ".35", + ".36", + ".37", + ".38", + ".39", + ".40", + ".41", + ".42", + ".43", + ".44", + ".45", + ".46", + ".47", + ".48", + ".49", + ".50", + ".51", + ".52", + ".53", + ".54", + ".55", + ".56", + ".57", + ".58", + ".59", + ".60", + ".61", + ".62", + ".63", + ".64", + ".65", + ".66", + ".67", + ".68", + ".69", + ".70", + ".71", + ".72", + ".73", + ".74", + ".75", + ".76", + ".77", + ".78", + ".79", + ".80", + ".81", + ".82", + ".83", + ".84", + ".85", + ".86", + ".87", + ".88", + ".89", + ".90", + ".91", + ".92", + ".93", + ".94", + ".95", + ".96", + ".97", + ".98", + ".99", + ".A.", + ".B.", + ".BE", + ".C.", + ".D.", + ".DE", + ".E.", + ".Edu(mail", + ".G.", + ".H.", + ".J.", + ".LI", + ".M.", + ".S.", + ".SE", + ".So", + ".U.", + ".Xxx(xxxx", + ".Y.", + "._.", + ".a.", + ".ajax", + ".au", + ".b.", + ".be", + ".br", + ".c.", + ".cc", + ".cm", + ".co", + ".com", + ".cr", + ".d", + ".db", + ".de", + ".do", + ".e.", + ".each(urls", + ".ec", + ".edu(mail", + ".es", + ".eu", + ".fm", + ".fr", + ".g.", + ".hr", + ".id", + ".if", + ".im", + ".in", + ".io", + ".is", + ".jo", + ".jp", + ".li", + ".m.", + ".md", + ".me", + ".mx", + ".no", + ".nz", + ".onion", + ".pem", + ".pl", + ".pw", + ".py", + ".ru", + ".s.", + ".sc", + ".se", + ".so", + ".then((response", + ".then(async", + ".to", + ".tr", + ".tv", + ".txt", + ".u.", + ".uk", + ".url", + ".vc", + ".vn", + ".ws", + ".xinitrc", + ".xx", + ".xxx", + ".xxx(xxxx", + ".xxxx", + ".xxxx((xxxx", + ".xxxx(xxxx", + ".\u0438\u043c", + "/", + "/*/", + "//", + "//*/", + "/06", + "/10", + "/11", + "/22", + "/23", + "/26", + "/3", + "/59", + "/>>Help", + "132.251.135.14:3389>>>Help;hquispe;back238", + "132.251.135.14:3389>>>back238", + "132.251.135.14:3389>>>help", + "132.251.135.14:3389>>>help;hquispe;back238", + "132.251.135.14:3389>>>hquispe", + "133", + "134", + "134.101.174.5", + "134.101.222.178", + "134.102.44.193", + "134.106.186.116", + "134.247.0.45", + "134.247.0.46", + "134.247.10.66", + "134.247.13.150", + "134.247.172.26", + "134.76.241.7", + "134.91.134.2", + "134.91.6.189", + "134.91.7.189", + "134.93.123.203", + "135", + "135.125.224.179", + "135.37k", + "136", + "137", + "137.221.37.130", + "137.221.37.134", + "137.221.39.40", + "138", + "138.124.150.69", + "138.124.151.33", + "139", + "139.1.128.219", + "139.17.7.5", + "139.28.245.11", + "139.4.50.98", + "13b1dbf4fd9c264dadb9d463833881a0d46ea8cfc3233ee41d91012250f53f76", + "13e", + "13inch", + "13k", + "14", + "14.02k", + "14.35k", + "14/02/22", + "140", + "1402", + "141", + "141.10.48.36", + "141.17.49.10", + "141.2.253.17", + "141.31.128.5", + "141.58.145.250", + "141.58.15.135", + "141.58.2.249", + "141.68.233.114", + "141.80.236.1", + "141.91.210.146", + "141.91.210.172", + "141.91.211.10", + "141.91.211.190", + "1417", + "142", + "143", + "144", + "144.208.212.50", + "144.24.171.17", + "145", + "145.14.231.120", + "145.253.111.115", + "145.253.118.100", + "145.253.118.30", + "145.253.128.238", + "145.253.135.30", + "145.253.141.131", + "145.253.141.132", + "145.253.148.34", + "145.253.158.148", + "145.253.158.254", + "145.253.162.78", + "145.253.170.140", + "145.253.173.34", + "145.253.175.140", + "145.253.181.100", + "145.253.206.78", + "145.253.227.87", + "145.253.237.44", + "145.253.242.188", + "145.253.242.196", + "145.253.245.2", + "145.253.246.195", + "145.253.248.166", + "145.253.66.66", + "145.253.75.34", + "145.253.94.242", + "145.253.94.243", + "145.253.98.102", + "145.253.98.104", + "145.253.98.98", + "145.253.99.46", + "145.87k", + "146", + "146.0.119.165", + "146.234.10.106", + "146.234.10.149", + "146.234.10.96", + "146.234.10.97", + "146.234.199.74", + "146.234.6.158", + "146.234.86.155", + "146.37k", + "146.52.49.220", + "147", + "148", + "148.153.115.42", + "149", + "149.154.149.12", + "149.224.163.73", + "149.233.157.101", + "149.233.165.252", + "149.233.5.128", + "149.6.139.3", + "149.6.140.130", + "149.6.140.146", + "14k", + "14th", + "15", + "15,000", + "15.01k", + "15/02/2023", + "15/05/2023", + "150", + "150.230.147.216", + "1500", + "151", + "151.189.129.162", + "151.248.101.129", + "151.248.101.181", + "151.252.124.41", + "152", + "152.101.81.81", + "153", + "153.92.81.94", + "153.92.92.149", + "153.92.93.10", + "15330.20196", + "153by6N4PPwfxoNkvP7c2uijPAq4XTi429", + "153by6n4ppwfxonkvp7c2uijpaq4xti429", + "154", + "154.14.101.242", + "154.14.170.106", + "154.14.171.6", + "154.14.192.106", + "154.14.192.114", + "154.14.194.138", + "154.14.194.18", + "154.14.195.98", + "154.14.196.34", + "154.14.198.18", + "154.14.31.186", + "154.14.47.70", + "154.14.64.94", + "154.52.0.104", + "154.52.0.109", + "154.52.0.110", + "154.52.0.117", + "154.52.0.120", + "154.52.0.128", + "154.52.0.136", + "154.52.0.143", + "154.52.0.145", + "154.52.0.151", + "154.52.0.153", + "154.52.0.154", + "154.52.0.156", + "154.52.0.17", + "154.52.0.19", + "154.52.0.194", + "154.52.0.196", + "154.52.0.202", + "154.52.0.204", + "154.52.0.207", + "154.52.0.216", + "154.52.0.218", + "154.52.0.222", + "154.52.0.223", + "154.52.0.230", + "154.52.0.243", + "154.52.0.25", + "154.52.0.26", + "154.52.0.29", + "154.52.0.32", + "154.52.0.33", + "154.52.0.45", + "154.52.0.46", + "154.52.0.47", + "154.52.0.49", + "154.52.0.50", + "154.52.0.58", + "154.52.0.66", + "154.52.0.68", + "154.52.0.72", + "154.52.0.77", + "154.52.0.85", + "154.52.0.87", + "155", + "155a5d45482cf29592bda58a268beab8b41064a4741d921d2868a22ff4302b40:5gFdhs1zYi8kXjdw:2", + "155a5d45482cf29592bda58a268beab8b41064a4741d921d2868a22ff4302b40:5gfdhs1zyi8kxjdw:2", + "156", + "156.67.160.139", + "156.67.165.12", + "156.67.167.86", + "156.67.168.2", + "156.67.168.237", + "156.67.172.224", + "156.67.176.138", + "156.67.176.37", + "156.67.178.250", + "156.67.180.144", + "156.67.181.2", + "156.67.181.4", + "156.67.183.252", + "156.67.187.230", + "156.67.190.221", + "156.67.190.245", + "156.67.224.38", + "156.67.224.42", + "156.67.224.45", + "157", + "157.90.84.251", + "157.97.98.21", + "157.97.98.8", + "158", + "159", + "159.69.226.254", + "159.69.227.218", + "159.69.231.204", + "15:00", + "15D", + "15_4_1", + "15d", + "15k", + "15th", + "16", + "16*d27ca94e71564c7e3ca651083008301a*d683d0067eafe5edbf7d10f5d37eee3a*397fda80cd7641af7c94ee505b819a596c8e549927340be11796dee0fc67b508", + "16.6.4", + "16.60k", + "16.7", + "16/", + "16/02/2023", + "16/2", + "16/7", + "160", + "160.44.229.173", + "161", + "161.156.126.18", + "161190", + "162", + "162.255.49.43", + "162.43.146.7", + "162.55.33.188", + "163", + "164", + "164.138.195.67", + "164.138.195.70", + "165", + "166", + "167", + "167.235.100.232", + "1676476724|star7|Fullshot77|Lobby|en_US|", + "1676476724|star7|fullshot77|lobby|en_us|", + "168", + "169", + "16f", + "16k", + "17", + "17.00", + "17.13k", + "170", + "170.133.21.56", + "171", + "172", + "173", + "174", + "174.127.65.20", + "174.127.65.32", + "175", + "176", + "176.52.200.74", + "176.52.204.158", + "176.9.42.123", + "176.94.110.41", + "176.94.141.26", + "176.94.17.205", + "176.94.186.112", + "176.94.188.10", + "176.94.201.46", + "176.94.239.202", + "176.94.240.153", + "176.94.250.46", + "176.94.32.122", + "176.94.82.240", + "176.94.98.151", + "176.95.138.221", + "176.95.138.42", + "176.95.140.9", + "176.95.143.171", + "176.95.162.229", + "176.95.169.128", + "176.95.169.186", + "176.95.180.247", + "176.95.181.132", + "176.95.193.86", + "176.95.197.177", + "176.95.197.44", + "176.95.199.218", + "176.95.199.76", + "176.95.201.44", + "176.95.209.119", + "176.95.212.31", + "176.95.212.35", + "176.95.212.48", + "176.95.220.9", + "176.95.222.225", + "176.95.225.130", + "176.95.226.138", + "176.95.227.130", + "176.95.228.181", + "176.95.231.88", + "176.95.232.215", + "176.95.240.148", + "176.95.244.176", + "176.95.249.239", + "176.95.255.93", + "176.95.65.140", + "176.95.70.90", + "176.95.71.130", + "176.95.82.16", + "176.95.83.154", + "177", + "178", + "178.1.253.61", + "178.13.120.194", + "178.13.13.120", + "178.13.15.177", + "178.13.227.225", + "178.13.238.21", + "178.13.244.133", + "178.13.248.54", + "178.13.249.161", + "178.13.252.49", + "178.13.27.42", + "178.13.65.184", + "178.13.65.22", + "178.13.65.242", + "178.13.67.111", + "178.13.68.19", + "178.13.74.126", + "178.13.79.48", + "178.13.80.86", + "178.13.82.119", + "178.13.88.127", + "178.13.91.192", + "178.13.95.218", + "178.142.166.6", + "178.142.23.126", + "178.142.9.8", + "178.15.126.88", + "178.15.134.135", + "178.15.135.237", + "178.15.135.4", + "178.15.135.5", + "178.15.146.70", + "178.15.168.242", + "178.15.173.2", + "178.15.208.122", + "178.15.239.176", + "178.15.37.186", + "178.15.51.218", + "178.15.58.20", + "178.15.58.21", + "178.15.81.82", + "178.172.152.157:3389>>>Fans", + "178.172.152.157:3389>>>ManagerOne", + "178.172.152.157:3389>>>ManagerOne;Fans;ManagerTwo", + "178.172.152.157:3389>>>ManagerTwo", + "178.172.152.157:3389>>>fans", + "178.172.152.157:3389>>>managerone", + "178.172.152.157:3389>>>managerone;fans;managertwo", + "178.172.152.157:3389>>>managertwo", + "178.19.85.57", + "178.19.90.248", + "178.19.94.205", + "178.200.215.67", + "178.201.134.18", + "178.208.114.50", + "178.239.67.174", + "178.239.76.114", + "178.248.216.6", + "178.249.30.4", + "178.25.142.51", + "178.250.160.155", + "178.250.160.70", + "178.250.161.116", + "178.250.166.2", + "178.251.118.4", + "178.251.119.10", + "178.251.13.190", + "178.251.90.51", + "178.27.15.75", + "178.27.160.115", + "178.27.255.194", + "178.63.183.1", + "179", + "17:01:30", + "17:01:31", + "17:07:16", + "17:07:44", + "17:07:56", + "17:12:50", + "17B00150.E", + "17T00:00:00Z", + "17b00150.e", + "17k", + "17t00:00:00z", + "18", + "18.13k", + "18.159.84.209", + "18.192.138.119", + "18.192.47.130", + "18.196.53.221", + "18.198.218.224", + "18.198.252.75", + "18.198.80.40", + "18.77k", + "18/", + "180", + "181", + "182", + "18205708", + "183", + "1833Millie@", + "1833millie@", + "184", + "184.104.207.73", + "185", + "185.101.250.19", + "185.101.250.31", + "185.101.5.237", + "185.103.232.86", + "185.104.162.41", + "185.11.56.10", + "185.11.56.15", + "185.11.56.20", + "185.11.56.43", + "185.11.56.6", + "185.110.126.226", + "185.113.146.143", + "185.116.99.164", + "185.124.197.26", + "185.124.75.76", + "185.125.172.74", + "185.127.208.39", + "185.13.28.40", + "185.13.28.44", + "185.13.31.125", + "185.130.22.5", + "185.134.108.108", + "185.134.109.82", + "185.141.64.204", + "185.143.168.70", + "185.150.32.207", + "185.153.142.102", + "185.158.182.84", + "185.159.32.66", + "185.160.249.188", + "185.160.249.22", + "185.160.249.238", + "185.161.176.2", + "185.168.161.9", + "185.169.56.34", + "185.169.57.178", + "185.169.57.26", + "185.169.57.34", + "185.17.244.114", + "185.170.140.134", + "185.171.79.45", + "185.171.79.46", + "185.176.16.212", + "185.186.121.154", + "185.19.233.254", + "185.194.64.34", + "185.200.8.84", + "185.201.85.102", + "185.204.103.0", + "185.204.103.7", + "185.206.89.227", + "185.207.62.74", + "185.209.132.252", + "185.209.132.5", + "185.209.132.6", + "185.209.133.25", + "185.209.67.208", + "185.211.16.138", + "185.215.237.43", + "185.218.197.10", + "185.219.211.190", + "185.219.211.22", + "185.219.211.38", + "185.219.211.63", + "185.219.211.70", + "185.220.0.70", + "185.220.2.129", + "185.223.146.178", + "185.230.86.208", + "185.230.86.210", + "185.233.220.34", + "185.239.82.123", + "185.239.82.179", + "185.241.152.8", + "185.243.15.74", + "185.249.169.146", + "185.25.165.115", + "185.253.12.74", + "185.254.127.38", + "185.254.127.39", + "185.26.26.38", + "185.35.218.18", + "185.35.218.20", + "185.35.218.251", + "185.35.219.62", + "185.35.235.198", + "185.36.117.166", + "185.36.117.6", + "185.36.120.114", + "185.36.120.146", + "185.37.136.251", + "185.37.155.238", + "185.37.248.37", + "185.37.249.202", + "185.39.104.15", + "185.45.240.172", + "185.45.240.47", + "185.45.241.226", + "185.45.241.228", + "185.47.233.190", + "185.5.169.42", + "185.58.28.179", + "185.59.15.18", + "185.62.150.35", + "185.62.88.14", + "185.62.88.22", + "185.63.126.20", + "185.65.193.177", + "185.65.195.11", + "185.65.4.2", + "185.65.4.6", + "185.66.65.224", + "185.70.147.212", + "185.71.122.54", + "185.71.123.28", + "185.71.123.44", + "185.74.216.218", + "185.74.216.22", + "185.76.160.50", + "185.78.61.163", + "185.8.228.42", + "185.89.24.14", + "185.9.182.34", + "185.93.117.86", + "185.94.28.148", + "185.94.36.103", + "185.94.37.198", + "185.95.212.190", + "185.98.241.82", + "186", + "187", + "188", + "188.1.239.218", + "188.111.104.157", + "188.111.40.238", + "188.111.41.197", + "188.111.53.58", + "188.172.113.222", + "188.172.121.34", + "188.172.124.62", + "188.174.196.166", + "188.174.202.231", + "188.174.53.239", + "188.174.57.109", + "188.192.1.63", + "188.192.65.75", + "188.192.81.142", + "188.193.69.104", + "188.193.88.16", + "188.210.43.242", + "188.210.46.14", + "188.244.102.188", + "188.244.102.98", + "188.34.145.148", + "188.64.249.74", + "188.92.133.164", + "188.93.221.37", + "189", + "18B", + "18b", + "18k", + "19", + "19.41k", + "19.56k", + "19.71k", + "19.86k", + "19/01/23", + "190", + "191", + "192", + "192.109.223.135", + "192.109.231.182", + "192.109.235.144", + "192.166.9.5", + "192.168.0.1", + "192.168.0.255", + "193", + "193.100.249.11", + "193.102.25.4", + "193.110.178.164", + "193.110.43.159", + "193.111.174.5", + "193.122.15.46", + "193.138.117.8", + "193.138.158.143", + "193.158.180.241", + "193.158.212.36", + "193.158.47.110", + "193.158.51.93", + "193.158.69.2", + "193.158.93.122", + "193.158.96.114", + "193.158.99.106", + "193.159.169.250", + "193.159.169.252", + "193.159.17.145", + "193.159.176.236", + "193.159.185.203", + "193.159.185.205", + "193.159.185.206", + "193.16.3.7", + "193.17.178.1", + "193.17.22.14", + "193.17.22.2", + "193.17.22.5", + "193.17.22.8", + "193.17.28.67", + "193.174.193.59", + "193.174.67.93", + "193.19.180.218", + "193.196.160.1", + "193.196.199.18", + "193.197.169.7", + "193.202.107.86", + "193.218.21.16", + "193.22.115.5", + "193.22.174.26", + "193.22.24.117", + "193.23.56.2", + "193.23.56.38", + "193.238.8.109", + "193.25.201.205", + "193.26.96.78", + "193.27.156.126", + "193.27.252.10", + "193.29.252.69", + "193.3.45.2", + "193.3.45.6", + "193.37.79.174", + "193.38.40.1", + "193.41.121.70", + "193.93.2.14", + "193.93.3.40", + "193.99.160.123", + "193.99.214.46", + "194", + "194.107.128.1", + "194.113.137.120", + "194.113.160.251", + "194.115.120.152", + "194.116.168.1", + "194.127.107.12", + "194.15.166.22", + "194.150.189.194", + "194.156.214.10", + "194.195.1.99", + "194.195.9.222", + "194.231.113.108", + "194.246.46.66", + "194.25.111.78", + "194.25.154.162", + "194.25.157.126", + "194.25.170.178", + "194.25.172.131", + "194.25.172.134", + "194.25.172.151", + "194.25.172.152", + "194.25.172.165", + "194.25.203.18", + "194.25.214.195", + "194.25.28.146", + "194.25.44.18", + "194.25.44.20", + "194.25.80.91", + "194.25.80.93", + "194.25.87.114", + "194.25.99.234", + "194.31.70.43", + "194.34.243.31", + "194.50.58.253", + "194.55.195.16", + "194.77.132.229", + "194.77.132.233", + "194.77.163.161", + "194.8.206.226", + "194.8.215.34", + "194.8.216.162", + "194.8.218.102", + "194.8.221.254", + "194.8.222.34", + "194.9.11.8", + "194.93.103.1", + "194.93.103.10", + "194.94.157.249", + "194.94.47.130", + "194.94.65.1", + "194.95.197.4", + "194.95.197.6", + "194.95.221.254", + "194.97.143.209", + "194.97.145.195", + "194.97.146.108", + "194.97.156.226", + "195", + "195.110.27.82", + "195.110.27.85", + "195.110.27.86", + "195.110.27.88", + "195.110.27.89", + "195.123.104.124", + "195.135.144.57", + "195.135.158.228", + "195.14.193.175", + "195.14.208.38", + "195.14.209.150", + "195.14.209.36", + "195.14.209.58", + "195.14.210.122", + "195.14.211.10", + "195.14.211.111", + "195.14.211.28", + "195.14.211.29", + "195.14.211.47", + "195.14.211.52", + "195.14.211.61", + "195.14.211.65", + "195.14.211.74", + "195.14.211.75", + "195.14.211.83", + "195.14.211.86", + "195.14.211.92", + "195.14.211.93", + "195.14.211.95", + "195.14.211.96", + "195.14.211.98", + "195.14.225.10", + "195.14.242.25", + "195.14.243.174", + "195.14.246.54", + "195.14.248.82", + "195.14.253.253", + "195.145.108.108", + "195.145.108.166", + "195.145.124.50", + "195.145.139.171", + "195.145.139.82", + "195.145.171.108", + "195.145.171.120", + "195.145.171.121", + "195.145.199.194", + "195.145.216.9", + "195.145.25.6", + "195.145.39.250", + "195.145.79.116", + "195.160.160.100", + "195.160.231.186", + "195.160.231.198", + "195.160.231.25", + "195.160.231.26", + "195.160.231.28", + "195.185.168.18", + "195.185.185.70", + "195.185.209.26", + "195.191.69.220", + "195.191.69.221", + "195.192.203.13", + "195.216.198.118", + "195.219.156.124", + "195.219.156.5", + "195.219.62.155", + "195.226.112.6", + "195.226.171.34", + "195.226.174.194", + "195.226.177.218", + "195.227.100.195", + "195.227.137.145", + "195.227.137.177", + "195.227.137.209", + "195.227.137.225", + "195.227.137.33", + "195.227.137.41", + "195.227.137.57", + "195.227.139.1", + "195.227.139.65", + "195.227.171.1", + "195.227.171.145", + "195.227.171.201", + "195.227.171.249", + "195.227.171.57", + "195.227.179.137", + "195.227.179.145", + "195.227.179.161", + "195.227.179.217", + "195.227.179.65", + "195.227.179.81", + "195.227.183.121", + "195.227.183.137", + "195.227.183.209", + "195.227.183.217", + "195.227.183.249", + "195.227.183.81", + "195.227.183.89", + "195.227.186.121", + "195.227.186.153", + "195.227.186.161", + "195.227.186.17", + "195.227.186.33", + "195.227.186.73", + "195.227.186.9", + "195.227.199.1", + "195.227.199.121", + "195.227.199.233", + "195.227.199.81", + "195.227.202.253", + "195.227.203.229", + "195.227.206.245", + "195.227.212.117", + "195.227.212.237", + "195.227.214.109", + "195.227.214.201", + "195.227.215.217", + "195.227.215.253", + "195.227.220.97", + "195.234.34.1", + "195.243.132.90", + "195.243.132.91", + "195.243.134.134", + "195.243.145.98", + "195.243.153.178", + "195.243.156.2", + "195.243.156.3", + "195.243.158.92", + "195.243.159.2", + "195.243.18.254", + "195.243.187.133", + "195.243.189.36", + "195.243.198.170", + "195.243.210.110", + "195.243.211.242", + "195.243.230.254", + "195.243.55.54", + "195.243.62.140", + "195.243.67.50", + "195.243.99.98", + "195.244.239.12", + "195.248.145.10", + "195.248.145.11", + "195.248.145.30", + "195.248.145.8", + "195.252.147.142", + "195.30.102.189", + "195.30.104.109", + "195.30.105.113", + "195.30.112.49", + "195.30.116.146", + "195.30.116.68", + "195.30.123.49", + "195.30.126.113", + "195.30.126.121", + "195.30.126.23", + "195.30.126.65", + "195.30.126.68", + "195.30.126.9", + "195.30.133.1", + "195.30.137.81", + "195.30.142.17", + "195.30.193.10", + "195.30.23.2", + "195.30.23.25", + "195.30.62.81", + "195.37.12.38", + "195.37.16.16", + "195.37.181.129", + "195.37.181.133", + "195.37.188.146", + "195.37.231.235", + "195.37.231.242", + "195.37.231.64", + "195.37.46.240", + "195.37.64.7", + "195.38.159.226", + "195.50.139.194", + "195.50.148.18", + "195.50.149.190", + "195.50.153.42", + "195.50.154.115", + "195.50.174.194", + "195.50.174.250", + "195.52.114.53", + "195.52.219.68", + "195.63.129.217", + "195.63.141.46", + "195.63.141.57", + "195.63.195.19", + "195.63.201.108", + "195.8.104.253", + "195.80.200.11", + "195.80.200.2", + "195.80.200.36", + "195.82.35.226", + "195.82.56.133", + "195.82.56.58", + "195.82.56.68", + "195.82.61.146", + "195.82.61.53", + "195.82.67.166", + "195.85.218.46", + "195.94.29.86", + "196", + "197", + "197.20k", + "198", + "199", + "199.233.203.9", + "199.59.229.65", + "1991agency.com", + "1998", + "19:03:24", + "19:03:26", + "19:03:28", + "19:03:33", + "19:03:34", + "19:13:34", + "19k", + "1:14", + "1:17", + "1:29", + "1:32", + "1:42", + "1:44", + "1:47", + "1:51", + "1:57", + "1=1", + "1ADD", + "1CHASE", + "1DM2JWiRukHWRZtKCXR1wet6t3yj8UjoWh", + "1M4", + "1O3", + "1TB+", + "1V2", + "1a.m", + "1a.m.", + "1aB", + "1ab", + "1add", + "1b880197c5db2aecd2ffc3489591f6f78075149991e7069badcb49d9774a142c", + "1c0", + "1c9", + "1chase", + "1d66985148f83ddbfd7dad388bffbcb13f58e68b:973d7088f", + "1d8", + "1dm2jwirukhwrztkcxr1wet6t3yj8ujowh", + "1f0", + "1f8", + "1k", + "1k$", + "1m4", + "1nz", + "1o3", + "1oo@\u0435\u043a\u0441\u043f\u043b\u043e\u0439\u0442.\u0438\u043c", + "1p.m", + "1p.m.", + "1p2", + "1st", + "1tb+", + "1v2", + "1wwolbwz", + "1x", + "1xx", + "1ze", + "2", + "2,1),1,1", + "2,4k.txt", + "2,500", + "2.0", + "2.0.0", + "2.0.1", + "2.01k", + "2.04k", + "2.05k", + "2.07k", + "2.08k", + "2.1", + "2.1.6", + "2.100", + "2.13k", + "2.16", + "2.19k", + "2.2", + "2.202.44.76", + "2.203.12.8", + "2.203.159.231", + "2.203.205.12", + "2.207.129.67", + "2.207.129.69", + "2.207.129.77", + "2.207.137.114", + "2.207.138.62", + "2.207.143.170", + "2.207.148.146", + "2.207.148.150", + "2.207.156.195", + "2.207.188.98", + "2.207.194.62", + "2.207.205.154", + "2.207.209.226", + "2.207.237.178", + "2.207.238.13", + "2.207.238.62", + "2.207.244.179", + "2.207.247.40", + "2.207.51.196", + "2.20k", + "2.23.15.206", + "2.29k", + "2.3", + "2.30k", + "2.31k", + "2.37k", + "2.4", + "2.40k", + "2.5", + "2.57k", + "2.58k", + "2.59k", + "2.6", + "2.61k", + "2.63k", + "2.7", + "2.8", + "2.81k", + "2.89k", + "2.txt", + "2/13/2023", + "2/14/2023", + "2/15/2023", + "2/16/2023", + "2/17/2023", + "2/18/2023", + "2/19/2023", + "2/20/2023", + "2/21/2023", + "2/22/2023", + "2/23/2023", + "2/24/2023", + "2/25/2023", + "2/26/2023", + "2/27/2023", + "2/28/2023", + "2/8/2023", + "20", + "20$/1000", + "20,000", + "20.00", + "20.04", + "20.11.2022", + "20.113.35.4", + "20.113.43.117", + "20.218.114.186", + "20.218.116.65", + "20.52.185.254", + "20.52.194.83", + "20.52.60.55", + "20.79.205.185", + "20.79.77.119", + "20.79.92.85", + "20/", + "200", + "2000", + "20000", + "2004", + "2007/2010/2013/2016", + "200K+", + "200M+", + "200k+", + "200m+", + "201", + "2011", + "2012.csv", + "2013", + "2014", + "2014.csv", + "20140307@miucateci.edu.do", + "2015.csv", + "2016", + "2016).txt", + "2016.csv", + "2017", + "2017).txt", + "2017.csv", + "20178669878917959", + "2018", + "2018.csv", + "2019", + "2019).txt", + "2019.csv", + "20190125", + "20190468@miucateci.edu.do", + "202", + "202.0.77.15", + "2020", + "2020).txt", + "2020.csv", + "2020.txt", + "2021", + "2021).txt", + "2021.csv", + "2021.txt", + "20210974@miucateci.edu.do", + "2022", + "2022,best", + "20222", + "2023", + "2023.xlsx:$office$*2013", + "2024", + "2025", + "2027", + "203", + "203.202.224.8", + "204", + "205", + "206", + "207", + "207.89.102.142", + "208", + "208bd3290ed7ecbc8cd510f0cc31eca18ac4fe32fb1dffc1b1f01c220b4bb5a2", + "209", + "209.206.39.10", + "20k", + "21", + "21.02.2023", + "21.42k", + "21.75k", + "21/", + "21/02/2023", + "21/03/2023", + "210", + "210.184.82.25", + "210\u043a$", + "211", + "212", + "212.100.43.162", + "212.102.240.100", + "212.102.240.109", + "212.11.227.13", + "212.110.115.131", + "212.110.115.132", + "212.110.115.134", + "212.110.115.137", + "212.110.115.139", + "212.110.115.147", + "212.110.115.148", + "212.110.115.149", + "212.110.115.150", + "212.110.208.172", + "212.111.241.140", + "212.114.138.107", + "212.114.139.14", + "212.114.176.226", + "212.114.177.6", + "212.114.203.170", + "212.114.222.247", + "212.114.226.52", + "212.114.227.205", + "212.114.247.231", + "212.114.254.154", + "212.114.255.64", + "212.115.173.82", + "212.117.66.133", + "212.117.66.158", + "212.117.66.30", + "212.117.66.38", + "212.117.67.190", + "212.117.68.42", + "212.117.70.190", + "212.117.81.74", + "212.117.82.34", + "212.117.87.234", + "212.117.89.241", + "212.117.90.130", + "212.117.93.32", + "212.117.94.129", + "212.118.201.106", + "212.118.204.108", + "212.118.204.36", + "212.118.223.122", + "212.12.63.82", + "212.121.130.42", + "212.121.131.36", + "212.121.131.37", + "212.123.210.21", + "212.123.255.150", + "212.123.255.58", + "212.124.50.114", + "212.125.105.42", + "212.125.114.2", + "212.144.114.22", + "212.144.220.198", + "212.144.227.244", + "212.144.231.252", + "212.144.234.174", + "212.144.234.5", + "212.144.237.228", + "212.144.249.122", + "212.144.4.99", + "212.144.97.28", + "212.16.245.210", + "212.161.22.122", + "212.161.22.202", + "212.161.22.243", + "212.172.19.34", + "212.172.19.58", + "212.172.2.77", + "212.172.206.42", + "212.172.219.82", + "212.172.219.94", + "212.172.228.2", + "212.172.4.42", + "212.172.6.19", + "212.18.11.163", + "212.18.193.200", + "212.18.214.16", + "212.18.217.219", + "212.184.10.18", + "212.184.109.194", + "212.184.140.135", + "212.184.167.187", + "212.184.185.194", + "212.184.20.114", + "212.184.218.3", + "212.184.222.202", + "212.184.87.138", + "212.184.94.162", + "212.185.105.220", + "212.185.105.80", + "212.185.111.66", + "212.185.15.22", + "212.185.199.2", + "212.185.206.29", + "212.185.226.162", + "212.185.27.42", + "212.185.27.44", + "212.185.28.178", + "212.185.28.179", + "212.185.31.125", + "212.185.40.154", + "212.185.40.42", + "212.185.51.186", + "212.185.51.188", + "212.185.54.26", + "212.185.74.194", + "212.185.87.218", + "212.19.33.130", + "212.2.67.132", + "212.201.100.70", + "212.201.131.29", + "212.201.131.42", + "212.201.131.51", + "212.202.108.162", + "212.202.109.82", + "212.202.133.210", + "212.202.148.58", + "212.202.152.56", + "212.202.222.73", + "212.202.223.217", + "212.202.237.246", + "212.202.239.10", + "212.202.240.82", + "212.202.241.130", + "212.202.96.123", + "212.204.38.34", + "212.204.38.38", + "212.204.38.70", + "212.204.92.147", + "212.211.214.75", + "212.211.215.122", + "212.211.215.60", + "212.218.10.174", + "212.218.11.18", + "212.218.12.81", + "212.218.135.21", + "212.218.14.38", + "212.218.15.243", + "212.218.16.40", + "212.218.195.11", + "212.218.212.54", + "212.218.212.62", + "212.218.229.132", + "212.218.253.17", + "212.218.33.118", + "212.218.63.53", + "212.218.66.66", + "212.218.90.134", + "212.222.117.50", + "212.222.150.166", + "212.23.143.50", + "212.23.145.11", + "212.23.150.82", + "212.23.154.166", + "212.237.160.105", + "212.237.160.121", + "212.237.160.145", + "212.237.160.17", + "212.237.160.177", + "212.237.160.209", + "212.237.160.225", + "212.237.160.33", + "212.237.160.41", + "212.237.160.65", + "212.237.162.33", + "212.237.162.57", + "212.237.162.65", + "212.237.170.77", + "212.237.170.89", + "212.29.38.142", + "212.29.42.10", + "212.3.67.238", + "212.3.76.162", + "212.3.76.58", + "212.3.76.82", + "212.3.80.226", + "212.3.81.98", + "212.3.84.242", + "212.3.85.214", + "212.3.86.162", + "212.3.87.18", + "212.3.87.34", + "212.3.87.50", + "212.3.88.86", + "212.3.88.98", + "212.3.89.94", + "212.3.91.202", + "212.3.91.230", + "212.3.91.74", + "212.3.92.126", + "212.3.92.134", + "212.3.92.142", + "212.3.92.154", + "212.3.92.173", + "212.3.92.218", + "212.37.47.234", + "212.37.49.70", + "212.37.49.78", + "212.37.54.84", + "212.37.54.86", + "212.4.174.13", + "212.4.174.40", + "212.4.174.55", + "212.4.21.134", + "212.53.208.187", + "212.59.32.105", + "212.59.35.17", + "212.59.37.192", + "212.59.43.20", + "212.6.84.4", + "212.60.130.238", + "212.60.207.4", + "212.60.220.11", + "212.60.220.12", + "212.60.220.20", + "212.60.220.37", + "212.60.222.153", + "212.60.223.241", + "212.60.232.68", + "212.60.232.72", + "212.60.247.116", + "212.62.196.10", + "212.62.197.130", + "212.62.201.226", + "212.62.206.3", + "212.63.82.119", + "212.65.1.54", + "212.65.12.44", + "212.7.191.19", + "212.77.162.82", + "212.79.54.130", + "212.79.58.182", + "212.79.58.183", + "212.80.250.54", + "212.82.62.162", + "212.82.62.3", + "212.87.159.202", + "212.88.131.226", + "212.89.128.81", + "212.89.146.87", + "212.9.178.93", + "212.90.129.235", + "212.90.130.163", + "212.93.12.83", + "212.95.101.181", + "212.95.103.138", + "212.95.115.179", + "212.99.165.145", + "212.99.165.45", + "212.99.166.225", + "212.99.166.233", + "212.99.167.113", + "212.99.167.241", + "212.99.171.129", + "212.99.171.17", + "212.99.199.173", + "212.99.212.35", + "212.99.216.236", + "212.99.217.210", + "212.99.221.114", + "212.99.222.178", + "212.99.222.221", + "212.99.222.222", + "213", + "213.128.141.58", + "213.128.149.40", + "213.131.229.166", + "213.135.5.134", + "213.135.5.34", + "213.135.6.209", + "213.135.7.113", + "213.135.8.29", + "213.135.9.22", + "213.138.40.134", + "213.139.129.150", + "213.139.144.92", + "213.144.11.222", + "213.144.3.2", + "213.144.31.218", + "213.146.235.138", + "213.146.252.10", + "213.148.142.242", + "213.148.153.210", + "213.148.153.225", + "213.148.159.246", + "213.153.88.133", + "213.153.88.42", + "213.155.74.4", + "213.157.2.86", + "213.157.25.37", + "213.157.30.2", + "213.157.7.111", + "213.160.14.194", + "213.160.21.189", + "213.160.21.196", + "213.160.27.75", + "213.160.9.12", + "213.164.67.228", + "213.164.74.4", + "213.164.75.53", + "213.164.81.113", + "213.164.81.54", + "213.164.81.98", + "213.164.82.34", + "213.164.93.162", + "213.164.93.58", + "213.164.94.20", + "213.168.102.197", + "213.168.102.198", + "213.168.102.20", + "213.168.102.39", + "213.168.102.5", + "213.168.117.221", + "213.168.125.194", + "213.168.127.42", + "213.168.205.193", + "213.168.206.60", + "213.168.207.134", + "213.168.208.134", + "213.168.208.205", + "213.168.208.4", + "213.168.208.52", + "213.168.208.60", + "213.168.216.219", + "213.168.221.106", + "213.168.66.37", + "213.168.67.178", + "213.168.67.180", + "213.168.67.186", + "213.168.67.189", + "213.168.67.190", + "213.168.69.44", + "213.168.79.34", + "213.168.93.178", + "213.168.99.130", + "213.168.99.186", + "213.172.105.114", + "213.172.112.50", + "213.172.116.170", + "213.172.123.122", + "213.172.125.202", + "213.178.19.134", + "213.178.24.138", + "213.179.129.236", + "213.179.147.2", + "213.179.148.62", + "213.179.151.14", + "213.183.162.34", + "213.183.170.82", + "213.183.184.34", + "213.183.70.250", + "213.183.90.197", + "213.183.90.6", + "213.183.92.18", + "213.183.94.30", + "213.187.77.21", + "213.187.89.98", + "213.187.92.4", + "213.188.109.146", + "213.191.40.149", + "213.196.223.254", + "213.196.233.202", + "213.198.10.132", + "213.202.255.226", + "213.202.255.230", + "213.203.201.180", + "213.203.206.2", + "213.203.211.46", + "213.203.211.54", + "213.206.174.30", + "213.206.177.39", + "213.206.177.41", + "213.206.177.45", + "213.208.26.78", + "213.209.114.234", + "213.209.114.6", + "213.209.117.164", + "213.214.13.129", + "213.214.13.19", + "213.214.13.35", + "213.214.13.39", + "213.214.13.41", + "213.214.13.45", + "213.214.13.49", + "213.214.13.53", + "213.214.13.57", + "213.216.0.233", + "213.216.0.37", + "213.216.1.250", + "213.216.10.202", + "213.216.10.3", + "213.216.12.34", + "213.216.19.146", + "213.216.19.198", + "213.216.2.200", + "213.216.20.130", + "213.216.21.195", + "213.216.21.9", + "213.216.22.155", + "213.216.24.26", + "213.216.27.236", + "213.216.3.40", + "213.216.5.42", + "213.216.6.248", + "213.216.7.110", + "213.216.8.94", + "213.216.9.158", + "213.216.9.26", + "213.227.169.193", + "213.227.187.1", + "213.23.102.106", + "213.23.104.162", + "213.23.110.235", + "213.23.127.202", + "213.23.253.122", + "213.23.75.229", + "213.23.86.163", + "213.251.56.177", + "213.254.222.22", + "213.30.239.131", + "213.61.101.156", + "213.61.139.164", + "213.61.141.34", + "213.61.147.242", + "213.61.151.124", + "213.61.160.131", + "213.61.172.99", + "213.61.174.189", + "213.61.178.138", + "213.61.190.227", + "213.61.193.2", + "213.61.206.146", + "213.61.224.4", + "213.61.245.234", + "213.61.255.26", + "213.61.39.5", + "213.61.62.75", + "213.61.87.227", + "213.61.92.166", + "213.86.11.99", + "213.86.128.3", + "213.86.17.37", + "213.86.17.42", + "213.86.98.69", + "213.95.15.81", + "213.95.161.132", + "213.95.247.52", + "213.95.33.236", + "214", + "215", + "216", + "216.172.75.67", + "216.83.212.252", + "217", + "217.110.103.122", + "217.110.120.178", + "217.110.143.36", + "217.110.143.42", + "217.110.154.197", + "217.110.175.148", + "217.110.175.153", + "217.110.175.77", + "217.110.194.228", + "217.110.196.214", + "217.110.196.218", + "217.110.202.90", + "217.110.202.91", + "217.110.222.138", + "217.110.238.207", + "217.110.243.195", + "217.110.32.54", + "217.110.64.10", + "217.110.74.70", + "217.110.88.90", + "217.110.95.122", + "217.111.0.2", + "217.111.0.58", + "217.111.1.246", + "217.111.122.54", + "217.111.48.19", + "217.111.5.62", + "217.111.69.248", + "217.111.73.190", + "217.111.79.20", + "217.114.75.50", + "217.114.79.170", + "217.114.79.173", + "217.114.79.174", + "217.146.132.237", + "217.146.20.169", + "217.151.156.54", + "217.16.160.5", + "217.19.180.130", + "217.19.186.184", + "217.19.187.227", + "217.19.189.138", + "217.19.191.178", + "217.210.115.163", + "217.22.198.204", + "217.224.43.60", + "217.225.255.237", + "217.225.81.229", + "217.227.100.117", + "217.227.33.246", + "217.228.231.154", + "217.230.116.4", + "217.230.85.27", + "217.230.87.112", + "217.230.95.183", + "217.231.28.176", + "217.232.188.10", + "217.232.201.158", + "217.233.117.202", + "217.234.205.189", + "217.234.240.47", + "217.235.53.92", + "217.236.190.232", + "217.236.251.52", + "217.237.161.182", + "217.237.163.122", + "217.237.165.245", + "217.237.187.234", + "217.238.213.102", + "217.238.229.157", + "217.239.129.243", + "217.239.152.156", + "217.239.159.116", + "217.239.171.179", + "217.239.171.3", + "217.239.171.4", + "217.239.171.6", + "217.239.183.230", + "217.239.192.226", + "217.239.2.56", + "217.239.203.122", + "217.239.212.82", + "217.239.221.178", + "217.239.226.68", + "217.239.251.250", + "217.24.205.188", + "217.24.232.11", + "217.24.52.8", + "217.24.55.46", + "217.240.79.137", + "217.243.138.34", + "217.243.138.35", + "217.243.138.39", + "217.243.138.8", + "217.243.138.9", + "217.243.187.230", + "217.243.199.250", + "217.243.208.106", + "217.243.208.109", + "217.243.238.66", + "217.244.14.228", + "217.244.14.230", + "217.244.210.171", + "217.245.38.108", + "217.245.53.106", + "217.245.57.218", + "217.246.206.30", + "217.246.208.113", + "217.246.210.4", + "217.246.211.125", + "217.246.213.147", + "217.246.214.245", + "217.246.52.87", + "217.246.57.51", + "217.246.59.24", + "217.246.92.63", + "217.248.32.230", + "217.248.67.61", + "217.248.81.23", + "217.249.172.127", + "217.250.122.26", + "217.251.18.240", + "217.252.194.33", + "217.254.118.250", + "217.254.246.191", + "217.254.250.30", + "217.254.45.31", + "217.254.9.50", + "217.255.224.51", + "217.26.246.78", + "217.28.98.52", + "217.5.129.98", + "217.5.148.18", + "217.5.149.114", + "217.5.152.246", + "217.5.153.123", + "217.5.232.130", + "217.5.234.3", + "217.5.254.2", + "217.6.117.222", + "217.6.136.138", + "217.6.14.142", + "217.6.149.90", + "217.6.171.22", + "217.6.176.171", + "217.6.184.92", + "217.6.187.102", + "217.6.188.98", + "217.6.196.34", + "217.6.198.4", + "217.6.21.148", + "217.6.225.66", + "217.6.235.218", + "217.6.246.50", + "217.6.31.122", + "217.6.34.170", + "217.6.39.195", + "217.6.42.90", + "217.6.70.98", + "217.64.173.174", + "217.64.173.66", + "217.64.175.2", + "217.64.175.50", + "217.64.175.74", + "217.68.161.213", + "217.69.239.205", + "217.69.240.29", + "217.69.245.209", + "217.69.247.34", + "217.7.112.162", + "217.7.113.10", + "217.7.12.42", + "217.7.137.154", + "217.7.140.226", + "217.7.141.2", + "217.7.144.82", + "217.7.182.122", + "217.7.182.146", + "217.7.185.250", + "217.7.189.106", + "217.7.19.106", + "217.7.193.214", + "217.7.198.187", + "217.7.202.50", + "217.7.203.128", + "217.7.205.102", + "217.7.206.143", + "217.7.213.245", + "217.7.217.5", + "217.7.223.84", + "217.7.225.180", + "217.7.226.140", + "217.7.226.166", + "217.7.229.235", + "217.7.238.33", + "217.7.242.163", + "217.7.243.10", + "217.7.244.166", + "217.7.248.163", + "217.7.251.143", + "217.7.3.194", + "217.70.160.219", + "217.70.168.186", + "217.72.216.107", + "217.72.219.18", + "217.72.223.93", + "217.76.100.18", + "217.76.100.186", + "217.76.100.187", + "217.76.100.189", + "217.76.101.112", + "217.76.101.211", + "217.78.142.169", + "217.78.161.135", + "217.78.163.10", + "217.79.210.242", + "217.80.171.211", + "217.80.23.78", + "217.81.115.208", + "217.81.134.140", + "217.81.201.65", + "217.81.217.63", + "217.81.228.209", + "217.81.248.124", + "217.81.249.175", + "217.82.74.166", + "217.82.84.95", + "217.83.160.118", + "217.83.163.30", + "217.83.165.79", + "217.83.50.51", + "217.84.11.1", + "217.84.163.23", + "217.84.169.37", + "217.84.171.107", + "217.84.171.128", + "217.84.221.135", + "217.85.161.220", + "217.86.134.246", + "217.86.135.129", + "217.86.141.117", + "217.86.142.103", + "217.86.154.141", + "217.86.155.253", + "217.86.156.60", + "217.86.159.172", + "217.86.164.113", + "217.86.174.136", + "217.86.176.214", + "217.86.176.26", + "217.86.177.60", + "217.86.180.35", + "217.86.183.27", + "217.86.188.213", + "217.86.190.49", + "217.86.196.229", + "217.86.201.29", + "217.86.203.68", + "217.86.206.215", + "217.86.207.113", + "217.86.209.48", + "217.86.223.96", + "217.86.226.190", + "217.86.230.205", + "217.86.235.81", + "217.86.242.111", + "217.86.248.44", + "217.86.250.212", + "217.86.43.203", + "217.86.47.219", + "217.86.89.254", + "217.87.45.120", + "217.88.127.67", + "217.88.20.226", + "217.89.130.59", + "217.89.146.70", + "217.89.153.18", + "217.89.157.2", + "217.89.158.50", + "217.89.159.106", + "217.89.161.90", + "217.89.175.250", + "217.89.180.130", + "217.89.184.122", + "217.89.38.82", + "217.89.38.84", + "217.89.40.219", + "217.89.50.130", + "217.89.50.131", + "217.89.75.115", + "217.9.101.93", + "217.9.108.254", + "217.9.111.162", + "217.9.121.233", + "217.9.45.219", + "217.91.1.49", + "217.91.102.211", + "217.91.107.231", + "217.91.109.60", + "217.91.113.168", + "217.91.113.200", + "217.91.115.167", + "217.91.115.212", + "217.91.119.22", + "217.91.125.55", + "217.91.128.86", + "217.91.13.253", + "217.91.134.90", + "217.91.140.207", + "217.91.141.229", + "217.91.143.2", + "217.91.145.141", + "217.91.146.62", + "217.91.147.218", + "217.91.149.60", + "217.91.151.14", + "217.91.157.249", + "217.91.158.87", + "217.91.164.169", + "217.91.171.111", + "217.91.172.239", + "217.91.173.244", + "217.91.175.97", + "217.91.181.113", + "217.91.183.199", + "217.91.185.112", + "217.91.192.124", + "217.91.194.108", + "217.91.196.221", + "217.91.196.95", + "217.91.200.12", + "217.91.201.244", + "217.91.209.101", + "217.91.215.76", + "217.91.215.91", + "217.91.216.43", + "217.91.217.6", + "217.91.219.1", + "217.91.22.113", + "217.91.22.170", + "217.91.223.45", + "217.91.244.126", + "217.91.244.97", + "217.91.249.207", + "217.91.25.178", + "217.91.25.237", + "217.91.251.53", + "217.91.26.40", + "217.91.28.129", + "217.91.32.221", + "217.91.33.120", + "217.91.34.245", + "217.91.35.228", + "217.91.43.108", + "217.91.43.74", + "217.91.45.226", + "217.91.49.185", + "217.91.6.90", + "217.91.66.153", + "217.91.70.131", + "217.91.72.55", + "217.91.72.86", + "217.91.73.119", + "217.91.74.207", + "217.91.75.159", + "217.91.81.209", + "217.91.84.48", + "217.91.86.94", + "217.91.87.72", + "217.91.89.69", + "217.91.90.138", + "217.91.90.90", + "217.92.0.208", + "217.92.103.78", + "217.92.106.26", + "217.92.119.185", + "217.92.120.213", + "217.92.131.34", + "217.92.132.126", + "217.92.135.122", + "217.92.147.205", + "217.92.147.231", + "217.92.149.55", + "217.92.163.116", + "217.92.164.133", + "217.92.165.39", + "217.92.167.223", + "217.92.170.209", + "217.92.176.248", + "217.92.181.26", + "217.92.189.35", + "217.92.19.220", + "217.92.191.39", + "217.92.192.11", + "217.92.193.48", + "217.92.226.205", + "217.92.230.146", + "217.92.230.157", + "217.92.232.246", + "217.92.233.159", + "217.92.233.249", + "217.92.237.206", + "217.92.25.188", + "217.92.25.205", + "217.92.251.82", + "217.92.27.243", + "217.92.28.86", + "217.92.28.94", + "217.92.3.176", + "217.92.37.20", + "217.92.39.51", + "217.92.43.206", + "217.92.50.195", + "217.92.50.200", + "217.92.52.163", + "217.92.57.243", + "217.92.64.157", + "217.92.64.248", + "217.92.66.159", + "217.92.67.8", + "217.92.69.55", + "217.92.73.154", + "217.92.74.219", + "217.92.81.124", + "217.92.87.61", + "217.92.89.159", + "217.92.9.203", + "217.92.9.42", + "217.93.10.248", + "217.93.107.185", + "217.93.11.97", + "217.93.14.40", + "217.94.100.52", + "218", + "219", + "21k", + "21o", + "22", + "22.03.2023", + "22.92k", + "22/", + "22/03/2023", + "220", + "220.57k", + "2200", + "221", + "222", + "223", + "224", + "225", + "226", + "227", + "228", + "229", + "22bcs11631@cuchd.in", + "22k", + "23", + "23.72k", + "23.Feb.2023", + "23.feb.2023", + "23/02/2023", + "23/04/2023", + "230", + "230102", + "230224", + "231", + "2316bbd98ad247f5f2fd561aa9aab76444c867bb", + "232", + "233", + "234", + "235", + "236", + "237", + "238", + "239", + "23Q", + "23k", + "23q", + "24", + "24.02.2023", + "24.134.103.145", + "24.134.110.229", + "24.134.127.73", + "24.134.149.65", + "24.134.161.181", + "24.134.170.217", + "24.134.172.217", + "24.134.176.165", + "24.134.214.93", + "24.134.219.137", + "24.134.23.69", + "24.134.242.189", + "24.134.251.145", + "24.134.4.53", + "24.134.47.177", + "24.134.71.237", + "24.134.75.205", + "24.134.96.109", + "24.54k", + "24/", + "24/7", + "24/7/365", + "240", + "2401", + "241", + "242", + "243", + "244", + "245", + "246", + "247", + "248", + "249", + "24h", + "24k", + "25", + "25$.", + "25/02/23", + "250", + "251", + "252", + "253", + "254", + "255", + "256", + "256.14k", + "256.37k", + "258", + "259", + "25k", + "26", + "26-", + "26.02.2023", + "26.2.0.125", + "26.66k", + "26/", + "26/02/23", + "260", + "261", + "262", + "263", + "265", + "266", + "269", + "269.51k", + "26k", + "27", + "27.36k", + "27/", + "27/02/23", + "270", + "2703", + "271", + "272", + "273", + "279", + "27T00:00:00Z", + "27k", + "27t00:00:00z", + "28", + "28.11.22", + "28/02/23", + "280", + "281260fb90c7ce1e960bfa6c2e810c13b1d9e713:0d9765eb0", + "283", + "288", + "28e", + "29", + "29.41k", + "291", + "294", + "2942", + "297", + "299", + "29k", + "2:00", + "2:02", + "2:05", + "2:11", + "2:12", + "2:13", + "2:18", + "2:2", + "2:29", + "2:30", + "2:37", + "2>1", + "2AE", + "2BEE", + "2C2P", + "2C66069514F7817CF2CE156605054FCB2056136C529BCABDFAA8F83DB24C942B1234AA442580", + "2OY", + "2a.m", + "2a.m.", + "2ae", + "2b4", + "2bee", + "2c2p", + "2c66069514f7817cf2ce156605054fcb2056136c529bcabdfaa8f83db24c942b1234aa442580", + "2fa", + "2k", + "2oy", + "2p.m", + "2p.m.", + "2vV", + "2vv", + "2y$10$0AeYLLRygfhHMmyMSuGnIO7tDvfDtJWt5.6dDCPTdPi36OeuLWtw", + "2y$10$0Ds3Jg2CJWGnaplhM55YaOt", + "2y$10$0aeyllrygfhhmmymsugnio7tdvfdtjwt5.6ddcptdpi36oeulwtw", + "2y$10$0ds3jg2cjwgnaplhm55yaot", + "2y$10$1n1Z0FTPnLnN6kiEBCVXzOs16EJ4sBkbR239LuyBAemH0Uku9PD9u", + "2y$10$1n1z0ftpnlnn6kiebcvxzos16ej4sbkbr239luybaemh0uku9pd9u", + "2y$10$7XRzuNVPbRsciwp5zFzmXuMc7LfTtiV", + "2y$10$7xrzunvpbrsciwp5zfzmxumc7lfttiv", + "2y$10$HbA1iKSmKXbMfsdFJ.Ko7ukOCEo36.ZiT5VK.fMITfy44quDT.uw2", + "2y$10$Spv0lfEImA5Tw86b9SRj7eV.6onSb9UV8Bc6Z.KE5318iodS1.jz2", + "2y$10$VVzvpbgSExG", + "2y$10$YPS", + "2y$10$ZKYbgokC1NBpq3i", + "2y$10$cF5Q5KXEQFwZ6lNrdBNICu16MZ9qeR2tWFd8iEk", + "2y$10$cKZNPPCpDQKAWULFCpbiPuh2ofkOd3DLPN", + "2y$10$cf5q5kxeqfwz6lnrdbnicu16mz9qer2twfd8iek", + "2y$10$ckznppcpdqkawulfcpbipuh2ofkod3dlpn", + "2y$10$hba1iksmkxbmfsdfj.ko7ukoceo36.zit5vk.fmitfy44qudt.uw2", + "2y$10$oyUOn6mXZlIWUpN6y4a3OOEAXaNPwDxJAiijykRODPbAtMyih6fSa", + "2y$10$oyuon6mxzliwupn6y4a3ooeaxanpwdxjaiijykrodpbatmyih6fsa", + "2y$10$spv0lfeima5tw86b9srj7ev.6onsb9uv8bc6z.ke5318iods1.jz2", + "2y$10$v/93QYRnkoQtyU5E1O3", + "2y$10$v/93qyrnkoqtyu5e1o3", + "2y$10$vvzvpbgsexg", + "2y$10$yps", + "2y$10$zkybgokc1nbpq3i", + "3", + "3.0", + "3.06k", + "3.07k", + "3.1", + "3.120.95.66", + "3.121.142.225", + "3.121.142.37", + "3.121.31.244", + "3.121.96.79", + "3.122.131.225", + "3.122.133.238", + "3.122.240.149", + "3.124.39.26", + "3.124.54.65", + "3.127.187.233", + "3.12k", + "3.2", + "3.2.5", + "3.22k", + "3.27k", + "3.29k", + "3.3", + "3.4", + "3.5", + "3.57k", + "3.6", + "3.6.1.2", + "3.60k", + "3.65.148.197", + "3.66.118.146", + "3.68.24.226", + "3.68k", + "3.69.89.48", + "3.7", + "3.70k", + "3.71k", + "3.74.136.198", + "3.74.145.156", + "3.800", + "3.9", + "3.txt", + "3/1/2023", + "30", + "30.00", + "300", + "301", + "304", + "307", + "309", + "30K.txt", + "30KK", + "30k", + "30k.txt", + "30kk", + "30kvalid_base_80%_2023", + "31", + "31.13.190.226", + "31.150.132.109", + "31.17.146.28", + "31.17.236.1", + "31.172.104.78", + "31.172.107.153", + "31.172.108.194", + "31.172.109.85", + "31.18.114.77", + "31.18.208.40", + "31.18.56.7", + "31.187.77.122", + "31.187.90.142", + "31.187.90.73", + "31.187.91.24", + "31.19.104.234", + "31.19.142.141", + "31.19.41.55", + "31.19.98.14", + "31.209.127.19", + "31.209.186.170", + "31.22.30.178", + "31.22.30.99", + "31.25.159.153", + "31.25.159.170", + "31.31.208.133", + "31.31.208.138", + "31.31.208.139", + "31.31.208.141", + "31.31.208.144", + "31.31.208.161", + "31.47.225.6", + "31.47.230.129", + "31.47.82.98", + "31.47.84.102", + "31.47.84.203", + "31.47.84.59", + "31.47.84.77", + "310", + "312", + "314", + "315", + "316", + "319", + "31A", + "31a", + "31e", + "31k", + "32", + "32,0,5)))))kDjP", + "32,0,5)))))kdjp", + "320", + "321", + "322", + "323", + "324", + "328", + "32k", + "33", + "33.91k", + "331", + "3315", + "332", + "333", + "335", + "337", + "338", + "33k", + "34.09k", + "34.141.43.46", + "34.94k", + "34/", + "340", + "344", + "346", + "34c", + "35", + "35.156.146.136", + "35.158.193.43", + "35.246.151.60", + "35.93k", + "35/", + "350", + "352", + "3569webb", + "357", + "359", + "35k", + "36", + "36.91k", + "36/", + "360", + "361", + "362", + "365", + "366", + "368", + "36dff9949c24be5a063efa21eceae5c639014d85", + "36k", + "37.123.122.243", + "37.148.137.150", + "37.156.80.54", + "37.157.253.179", + "37.16.70.61", + "37.16.71.210", + "37.209.84.91", + "37.228.140.69", + "37.228.187.65", + "37.24.0.170", + "37.24.1.238", + "37.24.100.115", + "37.24.103.138", + "37.24.125.242", + "37.24.127.82", + "37.24.133.210", + "37.24.141.162", + "37.24.155.154", + "37.24.157.162", + "37.24.16.194", + "37.24.163.154", + "37.24.165.100", + "37.24.167.211", + "37.24.167.213", + "37.24.167.215", + "37.24.167.218", + "37.24.167.221", + "37.24.178.41", + "37.24.195.242", + "37.24.201.178", + "37.24.201.215", + "37.24.218.31", + "37.24.226.18", + "37.24.232.82", + "37.24.28.98", + "37.24.29.17", + "37.24.38.222", + "37.24.39.114", + "37.24.42.189", + "37.24.43.154", + "37.24.46.144", + "37.24.47.120", + "37.24.51.92", + "37.24.60.24", + "37.24.76.218", + "37.24.83.174", + "37.24.83.189", + "37.24.85.78", + "37.247.65.222", + "37.247.68.146", + "37.252.248.156", + "37.26.202.241", + "37.26.230.6", + "37.44.2.242", + "37.60.1.172", + "37.60.174.190", + "37.60.175.227", + "37.60.200.129", + "37.60.7.246", + "37.72.148.222", + "37.80.70.121", + "37.81.96.161", + "37.82.107.153", + "37.82.185.197", + "37.83.106.24", + "37.83.30.21", + "37.83.70.197", + "370k", + "371297098784005", + "371297098784005=270320178669878917959", + "372", + "374", + "376", + "378", + "37FC", + "37fc", + "37k", + "38", + "380", + "387", + "38c", + "38k", + "39.24k", + "39.30k", + "392", + "393", + "394", + "395", + "396", + "397", + "399", + "39d", + "39k", + "3:10", + "3:2", + "3:26", + "3:28", + "3:38", + "3:49", + "3:51", + "3F3", + "3J279L", + "3MO", + "3Subs", + "3a.m", + "3a.m.", + "3ab", + "3ae", + "3bN", + "3bn", + "3c1", + "3ds", + "3e8", + "3f3", + "3j279l", + "3k", + "3l3", + "3mo", + "3month", + "3nd", + "3p.m", + "3p.m.", + "3rd", + "3subs", + "3w8", + "3wm", + "3\u0433\u043f\u043f", + "4", + "4,780", + "4.0", + "4.01", + "4.06k", + "4.09k", + "4.1", + "4.1/5", + "4.2", + "4.2.2", + "4.21k", + "4.3", + "4.31k", + "4.33k", + "4.38k", + "4.4", + "4.42k", + "4.5", + "4.50", + "4.6", + "4.7", + "4.7.2", + "4.7.3", + "4.75k", + "4.8", + "4.82k", + "4.88k", + "4.95k", + "4.cool", + "4/6", + "4/7", + "40", + "40,000", + "40/", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "40k", + "41.66k", + "411", + "4117740000006265", + "4117740000006265=24012010000000000000", + "415", + "416", + "417", + "41ded3c74f9c6617b19adcb987af8002bec7b087a0d2c8ddf1433d8e5e6bda09", + "41k", + "42/", + "421", + "426", + "4261de8b72d128f33477e508564b8359d16a8023a4d9fef22f9cdab892a0d33f:6uio2zy7jsKDZmng:2", + "4261de8b72d128f33477e508564b8359d16a8023a4d9fef22f9cdab892a0d33f:6uio2zy7jskdzmng:2", + "429", + "42c", + "42k", + "43", + "430", + "432", + "433", + "438", + "438K.txt", + "438k.txt", + "43k", + "44", + "44.87k", + "4406da7fc134705e02c62b343ac787296b8e1d895a67ecd6cef69f34e57c45d4", + "441", + "443", + "444", + "446", + "447", + "45.13.20.58", + "45.133.188.10", + "45.143.228.34", + "45.150.69.253", + "45.155.136.11", + "45.92.189.39", + "45/", + "452", + "455", + "456", + "457", + "459", + "46.114.187.27", + "46.114.191.249", + "46.114.26.62", + "46.114.29.188", + "46.114.29.211", + "46.114.58.204", + "46.114.60.199", + "46.128.85.52", + "46.142.212.181", + "46.142.238.109", + "46.142.81.219", + "46.142.91.138", + "46.16.218.30", + "46.165.172.82", + "46.165.173.214", + "46.183.46.42", + "46.183.47.100", + "46.183.99.211", + "46.189.16.106", + "46.189.19.245", + "46.19.89.202", + "46.19.89.62", + "46.19.92.198", + "46.22.158.43", + "46.22.39.204", + "46.22.46.164", + "46.223.119.226", + "46.223.190.172", + "46.227.217.189", + "46.231.237.252", + "46.231.49.26", + "46.231.89.100", + "46.232.186.235", + "46.232.187.12", + "46.232.228.70", + "46.243.75.250", + "46.243.75.254", + "46.245.178.74", + "46.245.178.76", + "46.245.218.86", + "46.245.221.98", + "46.245.223.197", + "46.252.130.50", + "46.252.131.140", + "46.252.131.218", + "46.252.135.86", + "46.252.140.34", + "46.253.18.30", + "46.28.36.250", + "46.30.74.71", + "46.31.216.143", + "46.31.218.2", + "46.31.218.56", + "46.35.32.56", + "46.35.34.109", + "46.35.34.113", + "46.4.192.66", + "46.5.122.93", + "46.80.246.131", + "46.80.252.243", + "46.92.204.232", + "46.94.88.137", + "46.95.198.31", + "460", + "463", + "465", + "466", + "46k", + "47.254.149.226", + "47.65.1.35", + "47.91.86.223", + "473", + "474", + "474341590891102219", + "475", + "477", + "4772", + "4789=4789", + "47E", + "47ac4b42f0b485c5a57d3da6fc0b50f3370bfded", + "47e", + "48", + "480", + "481", + "482", + "483", + "484", + "485", + "488", + "489", + "49.12.90.74", + "492", + "494", + "494CVV", + "494cvv", + "496", + "498", + "49c", + "49k", + "4:00", + "4:09", + "4BE", + "4M8", + "4N/", + "4Shared", + "4_1", + "4a.m", + "4a.m.", + "4be", + "4c5", + "4cw", + "4dd2c8907fbe72516ceb1abc2f0402aed2cc949c", + "4f306b60887b19731329d61458aed4908359cfc5:0oWNIjyqO", + "4f306b60887b19731329d61458aed4908359cfc5:0ownijyqo", + "4ff", + "4k", + "4lo", + "4m8", + "4n/", + "4nd", + "4oA", + "4oa", + "4ok", + "4p.m", + "4p.m.", + "4shared", + "4th", + "4xx", + "5", + "5$.", + "5,000", + "5.0", + "5.0.0", + "5.0.12", + "5.09k", + "5.1", + "5.10.168.220", + "5.10.169.186", + "5.10.177.178", + "5.10.181.99", + "5.10.187.250", + "5.10.220.129", + "5.100.135.94", + "5.102.163.26", + "5.102.163.28", + "5.145.130.200", + "5.145.131.26", + "5.145.133.162", + "5.145.134.94", + "5.145.184.62", + "5.146.226.96", + "5.147.251.18", + "5.147.41.101", + "5.158.171.114", + "5.158.171.116", + "5.158.171.117", + "5.158.171.119", + "5.159.60.145", + "5.183.48.50", + "5.183.49.2", + "5.18k", + "5.199.138.194", + "5.199.176.86", + "5.199.241.17", + "5.2", + "5.254.104.186", + "5.254.104.98", + "5.254.68.2", + "5.3", + "5.4", + "5.4.0", + "5.45.0.109", + "5.5", + "5.59k", + "5.6", + "5.61.80.98", + "5.61.85.2", + "5.61.87.230", + "5.7", + "5.70k", + "5.8", + "5.83.189.189", + "5.9.5.28", + "5/10", + "5/17/2017", + "50", + "500", + "500$-1k$", + "5000", + "50000", + "500px", + "500\u043c\u0435\u0442\u0440\u043e\u0432", + "502", + "50266e76eafe26f4e36e633fad036ab35e4ce3b31c15a83ca7c4ca4f4a65b4f0:4SwQGZlZHKoN4uAu:2", + "50266e76eafe26f4e36e633fad036ab35e4ce3b31c15a83ca7c4ca4f4a65b4f0:4swqgzlzhkon4uau:2", + "503", + "505", + "508", + "50Gb", + "50gb", + "50k", + "50usd", + "51", + "51.116.129.150", + "51.116.172.167", + "51.116.172.205", + "51.116.239.125", + "51.77.74.36", + "510", + "511", + "512", + "51722", + "51773", + "51794", + "51795", + "518", + "51k", + "52,0,32)))))xHft", + "52,0,32)))))xhft", + "52.28.4.157", + "52.28.87.23", + "52.58.38.9", + "52/", + "521", + "522", + "523", + "526", + "529", + "53", + "53.comseller", + "530", + "532", + "535", + "538", + "539", + "54", + "540", + "542", + "545", + "546", + "547", + "54k", + "550", + "551", + "5518=5518", + "552", + "553", + "554", + "556", + "558", + "55a79c85a6fad621b9695e1850c21ec464af6312d9dc2c86649694672bb02346", + "56/", + "561", + "562", + "564", + "565", + "568", + "56k", + "57.191.0.10", + "57.191.0.24", + "57.191.0.25", + "57.191.0.43", + "57.191.0.46", + "57.191.0.53", + "57.191.0.62", + "57.191.0.65", + "57.191.0.67", + "57.191.0.71", + "57.191.0.75", + "57.191.0.81", + "57.191.4.10", + "57.191.4.16", + "57.191.4.27", + "57.191.4.7", + "57.31k", + "57/", + "570RM", + "570rm", + "571", + "574", + "575", + "577", + "57k", + "58/", + "580", + "581", + "582", + "583", + "586", + "587", + "58k", + "59.93k", + "590", + "595", + "597", + "59k", + "5:01", + "5:02", + "5:21", + "5:26", + "5:38", + "5:39", + "5BCB80569AC334FDA5B7806ABC05DDFE3AF8F126E08D0EA6D21DA3C13B43F164188C3EEE89E9", + "5Nw", + "5T2", + "5a.m", + "5a.m.", + "5a2", + "5a2393e86181d5dc978f57fca0a6529ea9ac75ba:7m9ICoQEz", + "5a2393e86181d5dc978f57fca0a6529ea9ac75ba:7m9icoqez", + "5bcb80569ac334fda5b7806abc05ddfe3af8f126e08d0ea6d21da3c13b43f164188c3eee89e9", + "5c2", + "5cdb95f3f52061ca1d99d92a70c5f1eb6f8a9358:0b98844c5", + "5d4", + "5d5ad44f41d372a98b484daccf373de1f4a87279", + "5e4", + "5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/signup", + "5g=", + "5headgaming.com_1.1k.sql", + "5k", + "5kp4dHYx", + "5kp4dhyx", + "5nw", + "5p.m", + "5p.m.", + "5sU", + "5su", + "5t2", + "5th", + "5xx", + "6", + "6.0", + "6.09k", + "6.1", + "6.16k", + "6.2", + "6.3", + "6.32k", + "6.36k", + "6.4", + "6.5", + "6.6", + "6.7", + "6.74k", + "6.75k", + "6.8", + "6.9", + "6.90k", + "6.95k", + "6/2", + "6/7", + "60", + "60/", + "600", + "60000", + "602", + "604", + "604.1", + "604710868@ina.cr", + "605.1.15", + "606", + "609", + "609|ORANGE|TX|77632|male|4097795242|dezrick.powell@yahoo.com", + "609|orange|tx|77632|male|4097795242|dezrick.powell@yahoo.com", + "60ACF1C0BB648D321C492F5F17282D54674ECE279EE2F20EF255A4DB7D531565EEE4208E9B07", + "60acf1c0bb648d321c492f5f17282d54674ece279ee2f20ef255a4db7d531565eee4208e9b07", + "60k", + "610", + "6100", + "611", + "612", + "613", + "617", + "61k", + "62.134.53.106", + "62.134.67.202", + "62.138.209.236", + "62.138.209.44", + "62.138.215.228", + "62.138.215.252", + "62.138.227.68", + "62.138.245.180", + "62.140.30.170", + "62.140.30.183", + "62.140.30.186", + "62.140.8.5", + "62.144.140.132", + "62.144.140.204", + "62.144.22.218", + "62.144.225.219", + "62.144.253.162", + "62.144.64.74", + "62.144.67.10", + "62.146.0.65", + "62.146.10.100", + "62.146.10.106", + "62.146.10.108", + "62.146.10.70", + "62.146.10.85", + "62.146.10.96", + "62.146.16.27", + "62.146.9.82", + "62.152.162.177", + "62.152.162.225", + "62.152.171.10", + "62.152.180.178", + "62.152.189.220", + "62.152.191.58", + "62.153.108.237", + "62.153.132.234", + "62.153.165.146", + "62.153.172.226", + "62.153.174.249", + "62.153.196.230", + "62.153.215.243", + "62.153.223.162", + "62.153.230.117", + "62.153.230.58", + "62.153.235.211", + "62.153.245.37", + "62.153.245.38", + "62.153.26.182", + "62.153.68.100", + "62.153.90.130", + "62.153.90.131", + "62.153.90.132", + "62.153.94.190", + "62.154.136.2", + "62.154.137.42", + "62.154.137.43", + "62.154.137.44", + "62.154.137.46", + "62.154.183.251", + "62.154.203.196", + "62.154.206.222", + "62.154.253.233", + "62.156.155.100", + "62.156.166.250", + "62.156.176.73", + "62.156.180.254", + "62.156.184.150", + "62.156.204.162", + "62.156.252.210", + "62.156.46.130", + "62.157.130.195", + "62.157.181.239", + "62.157.181.254", + "62.157.226.98", + "62.158.111.159", + "62.159.137.2", + "62.159.14.186", + "62.159.146.126", + "62.159.17.163", + "62.159.210.30", + "62.159.214.99", + "62.159.234.102", + "62.159.28.46", + "62.159.34.10", + "62.159.34.7", + "62.159.35.239", + "62.159.41.149", + "62.159.42.46", + "62.159.65.162", + "62.159.66.202", + "62.159.79.21", + "62.176.244.219", + "62.176.248.61", + "62.201.161.43", + "62.204.162.196", + "62.204.162.202", + "62.209.34.29", + "62.209.34.30", + "62.209.34.35", + "62.209.34.37", + "62.209.34.38", + "62.209.34.39", + "62.209.34.41", + "62.209.34.43", + "62.209.34.45", + "62.209.34.46", + "62.214.149.226", + "62.214.152.220", + "62.214.157.19", + "62.214.160.103", + "62.214.19.130", + "62.214.2.142", + "62.214.2.99", + "62.214.20.20", + "62.214.50.219", + "62.214.6.27", + "62.214.78.122", + "62.214.82.4", + "62.216.223.83", + "62.216.223.87", + "62.216.223.88", + "62.220.28.142", + "62.220.28.146", + "62.224.158.32", + "62.224.159.152", + "62.225.117.226", + "62.225.153.60", + "62.225.153.62", + "62.225.155.19", + "62.225.185.75", + "62.225.37.162", + "62.225.50.171", + "62.225.59.35", + "62.225.61.146", + "62.225.7.5", + "62.225.7.6", + "62.225.74.68", + "62.23.211.85", + "62.23.217.102", + "62.24.13.6", + "62.245.142.86", + "62.245.143.146", + "62.245.147.51", + "62.245.155.58", + "62.245.159.19", + "62.245.166.114", + "62.245.168.124", + "62.245.168.219", + "62.245.169.18", + "62.245.187.18", + "62.245.200.172", + "62.245.201.98", + "62.245.220.145", + "62.245.221.145", + "62.245.231.52", + "62.245.233.28", + "62.245.236.228", + "62.245.250.248", + "62.246.132.127", + "62.246.136.186", + "62.246.136.198", + "62.246.154.132", + "62.246.59.179", + "62.246.76.75", + "62.246.92.45", + "62.26.138.46", + "62.26.138.70", + "62.26.146.58", + "62.27.236.81", + "62.27.63.6", + "62.40.25.225", + "62.40.27.121", + "62.54.211.2", + "62.54.217.194", + "62.54.229.44", + "62.54.229.45", + "62.54.243.35", + "62.55.136.235", + "62.55.196.90", + "62.55.224.82", + "62.55.236.90", + "62.55.238.194", + "62.55.245.146", + "62.67.234.18", + "62.67.28.226", + "62.72.67.76", + "62.80.122.38", + "62.91.108.61", + "62.91.137.226", + "62.91.84.6", + "62.91.95.138", + "62.93.29.47", + "62.93.3.208", + "62.93.4.91", + "62.96.1.4", + "62.96.11.84", + "62.96.139.3", + "62.96.16.8", + "62.96.176.190", + "62.96.190.138", + "62.96.225.250", + "62.96.225.251", + "62.96.225.58", + "62.96.227.203", + "62.96.249.218", + "62.96.43.34", + "62.96.69.90", + "62.96.73.162", + "62.96.97.66", + "62/", + "621", + "623", + "624", + "625", + "626", + "62k", + "63.247.197.2", + "63/", + "631", + "633", + "634", + "636", + "637", + "638", + "638a513e77733b028096960fb6f2dc70fb1497721b0df77693f5909d12858d87", + "63k", + "64", + "64,0,5)))))kDjP", + "64,0,5)))))kdjp", + "64.27", + "64.40.224.4", + "64.so.2", + "64/", + "640", + "643", + "644", + "647", + "649", + "64k", + "65.229.159.226", + "65/", + "650,00", + "653", + "65535", + "657", + "658", + "65k", + "66.22.104.15", + "66.22.120.255", + "661", + "663", + "666", + "667", + "668", + "669", + "66k", + "67/", + "671", + "673", + "675", + "67M$", + "67k", + "67m$", + "68/", + "680", + "683", + "684", + "686", + "687", + "688", + "68a7dw1jvtbHSY0Hrhm3QW5H0XB", + "68a7dw1jvtbhsy0hrhm3qw5h0xb", + "68k", + "69", + "690", + "691", + "692", + "693", + "694", + "695560DFE158FCD5E4F5E161DAA6A080CF935C61DBADAD484DA6BA6D3DFFF50B74DEA2EF67AC", + "695560dfe158fcd5e4f5e161daa6a080cf935c61dbadad484da6ba6d3dfff50b74dea2ef67ac", + "696", + "6:10", + "6:24", + "6:25", + "6:39", + "6:40", + "6:45", + "6:56", + "6Bb", + "6P.", + "6a.m", + "6a.m.", + "6a/", + "6a4", + "6bb", + "6d1", + "6db", + "6f2", + "6fecbabbf35e66d26538ba7a588978f6", + "6p.", + "6p.m", + "6p.m.", + "6r0", + "6xc", + "7", + "7.1", + "7.18k", + "7.2", + "7.3", + "7.30k", + "7.4", + "7.5", + "7.6", + "7.7", + "7.8", + "7.97k", + "7/1/2022", + "7/5/2022", + "7/8", + "70", + "70$-month", + "70/", + "700", + "700k", + "703", + "706", + "708", + "709", + "70c4d57dd01177231b6bc01f378b3fa191229324:6oOhq7sAU", + "70c4d57dd01177231b6bc01f378b3fa191229324:6oohq7sau", + "70k", + "71.51k", + "71/", + "710", + "712", + "715", + "717", + "718", + "719", + "71k", + "72", + "72/", + "722", + "724", + "725", + "726", + "727", + "728", + "729", + "72k", + "73/", + "732", + "733", + "734", + "735", + "737", + "737.72k", + "737k.txt", + "738", + "73F3", + "73f3", + "73r", + "740", + "742", + "744", + "745", + "747", + "748", + "749", + "74d95c60c0b7e25b6d0da0de34cbd9f569bab846a342ffa016cef5de818efe77", + "74k", + "75.187.191.160", + "75.187.240.89", + "75/", + "750", + "751", + "753", + "756", + "758", + "75k", + "76/", + "761", + "766", + "768", + "76a", + "76b", + "77.0.184.182", + "77.0.36.70", + "77.180.141.225", + "77.189.34.0", + "77.190.106.29", + "77.190.22.98", + "77.20.210.218", + "77.20.89.146", + "77.22.114.157", + "77.235.161.218", + "77.24.112.73", + "77.24.121.97", + "77.24.125.233", + "77.244.107.23", + "77.244.98.165", + "77.245.45.210", + "77.246.118.234", + "77.246.121.194", + "77.37.106.175", + "77.37.110.88", + "77.37.5.210", + "77.4.3.246", + "77.47.113.235", + "77.6.39.70", + "77.67.54.44", + "77.7.110.58", + "77.72.129.188", + "77.72.219.68", + "77.73.250.35", + "77.73.250.37", + "77.73.252.1", + "77.73.255.200", + "77.77.173.217", + "7700", + "772", + "773", + "774", + "775", + "776", + "777", + "778", + "77k", + "77store.cc", + "77store.me", + "78.11k", + "78.138.80.14", + "78.34.132.238", + "78.34.133.70", + "78.34.135.18", + "78.34.205.249", + "78.34.89.148", + "78.35.13.226", + "78.35.14.66", + "78.35.144.44", + "78.35.22.90", + "78.35.27.94", + "78.35.40.100", + "78.35.40.103", + "78.35.40.109", + "78.35.40.111", + "78.35.40.113", + "78.35.40.122", + "78.35.40.129", + "78.35.40.144", + "78.35.40.151", + "78.35.40.168", + "78.35.40.170", + "78.35.40.172", + "78.35.40.177", + "78.35.40.198", + "78.35.40.201", + "78.35.40.209", + "78.35.40.210", + "78.35.40.216", + "78.35.40.231", + "78.35.40.232", + "78.35.40.233", + "78.35.40.250", + "78.35.40.35", + "78.35.40.38", + "78.35.40.40", + "78.35.40.43", + "78.35.40.5", + "78.35.40.56", + "78.35.40.62", + "78.35.40.66", + "78.35.40.72", + "78.35.40.78", + "78.35.40.87", + "78.35.40.92", + "78.35.42.138", + "78.35.42.22", + "78.35.44.178", + "78.35.47.118", + "78.35.7.139", + "78.42.203.35", + "78.43.55.72", + "78.47.89.195", + "78.94.122.178", + "78.94.129.70", + "78.94.136.38", + "78.94.140.206", + "78.94.141.222", + "78.94.160.2", + "78.94.17.98", + "78.94.170.138", + "78.94.172.122", + "78.94.174.14", + "78.94.193.18", + "78.94.203.174", + "78.94.214.20", + "78.94.22.30", + "78.94.220.238", + "78.94.23.74", + "78.94.232.219", + "78.94.238.178", + "78.94.24.150", + "78.94.247.154", + "78.94.32.234", + "78.94.36.18", + "78.94.41.172", + "78.94.46.218", + "78.94.60.206", + "78.94.68.90", + "78.94.69.146", + "78.94.76.202", + "78.94.78.70", + "78.94.79.226", + "78.94.79.46", + "78.94.84.130", + "78.94.90.90", + "78.94.93.134", + "780", + "781", + "782", + "78352", + "784", + "784666005888696380", + "786", + "78669878917959", + "786c5b9a4402bc1c718c29799234d70a9af689a8ba2fe4047431666c2c30fe05", + "787", + "788", + "789", + "78k", + "79", + "79.136.64.183", + "79.136.76.146", + "79.136.76.196", + "79.136.76.200", + "79.136.76.42", + "79.140.179.210", + "79.140.185.65", + "79.140.187.37", + "79.140.189.214", + "79.171.179.194", + "79.171.179.219", + "79.171.182.6", + "79.171.90.170", + "79.192.204.158", + "79.194.67.12", + "79.195.202.136", + "79.195.211.251", + "79.196.182.67", + "79.198.225.34", + "79.199.120.89", + "79.199.204.214", + "79.199.69.165", + "79.201.197.7", + "79.204.173.79", + "79.205.162.86", + "79.205.210.1", + "79.205.224.7", + "79.205.95.143", + "79.207.181.44", + "79.207.95.212", + "79.208.58.235", + "79.211.71.223", + "79.211.74.148", + "79.213.15.197", + "79.213.48.126", + "79.214.34.46", + "79.215.118.162", + "79.217.188.248", + "79.217.45.144", + "79.219.208.197", + "79.220.54.111", + "79.221.123.251", + "79.222.238.138", + "79.223.47.243", + "79.223.80.66", + "79.225.68.251", + "79.226.0.236", + "79.226.210.38", + "79.226.220.24", + "79.228.117.138", + "79.230.117.169", + "79.230.31.189", + "79.230.82.210", + "79.231.153.176", + "79.232.212.147", + "79.233.125.251", + "79.233.179.104", + "79.235.155.122", + "79.236.134.133", + "79.236.27.244", + "79.236.30.248", + "79.236.30.86", + "79.237.68.195", + "79.237.72.45", + "79.238.113.20", + "79.238.226.189", + "79.240.173.147", + "79.242.145.23", + "79.242.27.90", + "79.243.197.163", + "79.243.213.153", + "79.243.249.210", + "79.243.76.54", + "79.244.33.4", + "79.246.163.44", + "79.246.55.212", + "79.246.55.239", + "79.248.181.185", + "79.248.250.29", + "79.249.146.115", + "79.250.155.200", + "79.250.230.19", + "79.251.27.153", + "79.252.197.211", + "79.252.38.133", + "79.253.149.24", + "79.253.162.103", + "79.253.26.86", + "79.99.96.161", + "79/", + "790", + "791", + "793", + "794", + "795", + "797", + "798", + "799", + "79L", + "79k", + "79l", + "7:00", + "7:01", + "7:07", + "7:13", + "7:2", + "7:25", + "7:32", + "7:42", + "7:47", + "7:48", + "7:50", + "7:51", + "7:55", + "7AC", + "7DFFA421CF18F77F3BB974A27646DE9DD985C1943584B48433BEB4A96F118621DAD8BEF69561", + "7FC", + "7HN", + "7M$", + "7M-", + "7W0", + "7Z1", + "7Zip", + "7a.m", + "7a.m.", + "7a10306c5ab46781", + "7ac", + "7b043d29f54c9a4bcf911b3c80af98ba42c2f6d1", + "7bb", + "7bc8c87aa29715d9e9ead1dea727cf9e0213f4dbc9f46a3aa79217e090cc9c18", + "7d2", + "7d9", + "7dffa421cf18f77f3bb974a27646de9dd985c1943584b48433beb4a96f118621dad8bef69561", + "7fc", + "7hn", + "7k", + "7m$", + "7m-", + "7nv", + "7p.m", + "7p.m.", + "7usd", + "7w0", + "7z1", + "7zip", + "8", + "8)", + "8-", + "8-)", + "8-D", + "8-d", + "8.0", + "8.05k", + "8.1", + "8.17k", + "8.2", + "8.211.14.94", + "8.3", + "8.36k", + "8.4", + "8.41k", + "8.5", + "8.6", + "8.7", + "8.8", + "8.9", + "80", + "80.128.228.109", + "80.128.230.115", + "80.129.43.182", + "80.130.217.230", + "80.131.112.192", + "80.132.186.167", + "80.132.203.47", + "80.132.30.147", + "80.132.30.185", + "80.133.118.124", + "80.133.238.1", + "80.134.142.143", + "80.134.143.233", + "80.134.244.150", + "80.135.21.254", + "80.135.221.227", + "80.135.30.10", + "80.136.211.111", + "80.136.218.106", + "80.137.202.43", + "80.137.220.180", + "80.138.119.20", + "80.138.250.238", + "80.139.122.214", + "80.139.64.130", + "80.140.91.123", + "80.141.246.12", + "80.142.229.81", + "80.143.20.225", + "80.143.41.235", + "80.145.78.145", + "80.146.162.18", + "80.146.166.5", + "80.146.193.123", + "80.146.198.76", + "80.146.211.106", + "80.146.228.231", + "80.146.247.252", + "80.146.247.254", + "80.147.0.67", + "80.147.103.247", + "80.147.105.50", + "80.147.109.126", + "80.147.110.127", + "80.147.118.216", + "80.147.120.128", + "80.147.123.247", + "80.147.129.84", + "80.147.13.249", + "80.147.132.142", + "80.147.133.75", + "80.147.138.173", + "80.147.142.173", + "80.147.147.194", + "80.147.148.39", + "80.147.148.83", + "80.147.149.28", + "80.147.15.82", + "80.147.154.62", + "80.147.159.208", + "80.147.160.161", + "80.147.163.252", + "80.147.165.123", + "80.147.168.14", + "80.147.169.241", + "80.147.176.183", + "80.147.186.30", + "80.147.187.241", + "80.147.187.244", + "80.147.190.222", + "80.147.192.109", + "80.147.194.106", + "80.147.195.141", + "80.147.195.88", + "80.147.200.226", + "80.147.201.140", + "80.147.205.29", + "80.147.206.119", + "80.147.211.40", + "80.147.213.194", + "80.147.214.71", + "80.147.22.157", + "80.147.220.59", + "80.147.223.117", + "80.147.224.106", + "80.147.224.188", + "80.147.224.2", + "80.147.234.47", + "80.147.237.137", + "80.147.237.174", + "80.147.242.124", + "80.147.3.124", + "80.147.31.65", + "80.147.35.215", + "80.147.38.110", + "80.147.39.129", + "80.147.4.82", + "80.147.42.6", + "80.147.50.88", + "80.147.52.140", + "80.147.56.134", + "80.147.56.147", + "80.147.58.184", + "80.147.64.206", + "80.147.65.51", + "80.147.66.179", + "80.147.71.113", + "80.147.72.153", + "80.147.72.231", + "80.147.77.31", + "80.147.84.179", + "80.147.88.237", + "80.147.89.112", + "80.147.92.200", + "80.147.93.59", + "80.147.96.58", + "80.147.99.92", + "80.148.10.138", + "80.148.14.67", + "80.149.112.178", + "80.149.125.18", + "80.149.130.244", + "80.149.143.58", + "80.149.150.10", + "80.149.180.213", + "80.149.197.162", + "80.149.205.170", + "80.149.47.10", + "80.149.57.59", + "80.149.60.236", + "80.149.69.51", + "80.149.70.66", + "80.149.75.228", + "80.149.85.115", + "80.150.109.50", + "80.150.131.138", + "80.150.198.68", + "80.150.240.122", + "80.150.246.130", + "80.151.1.181", + "80.151.101.200", + "80.151.103.253", + "80.151.103.66", + "80.151.104.124", + "80.151.108.154", + "80.151.109.13", + "80.151.11.122", + "80.151.11.141", + "80.151.11.241", + "80.151.11.248", + "80.151.11.70", + "80.151.113.14", + "80.151.119.227", + "80.151.120.241", + "80.151.125.224", + "80.151.126.192", + "80.151.13.3", + "80.151.130.208", + "80.151.130.53", + "80.151.133.173", + "80.151.135.229", + "80.151.138.194", + "80.151.140.150", + "80.151.142.233", + "80.151.147.239", + "80.151.149.176", + "80.151.149.214", + "80.151.150.73", + "80.151.160.176", + "80.151.161.247", + "80.151.163.15", + "80.151.165.207", + "80.151.166.169", + "80.151.166.90", + "80.151.167.186", + "80.151.170.66", + "80.151.172.205", + "80.151.172.222", + "80.151.173.217", + "80.151.174.18", + "80.151.180.117", + "80.151.180.241", + "80.151.185.58", + "80.151.192.246", + "80.151.193.166", + "80.151.196.100", + "80.151.197.12", + "80.151.202.228", + "80.151.206.158", + "80.151.209.58", + "80.151.211.4", + "80.151.216.200", + "80.151.218.27", + "80.151.222.235", + "80.151.227.220", + "80.151.227.59", + "80.151.228.9", + "80.151.229.123", + "80.151.229.50", + "80.151.229.94", + "80.151.236.78", + "80.151.239.85", + "80.151.240.1", + "80.151.240.41", + "80.151.244.24", + "80.151.244.244", + "80.151.245.200", + "80.151.246.22", + "80.151.247.30", + "80.151.248.235", + "80.151.27.65", + "80.151.28.119", + "80.151.33.17", + "80.151.41.204", + "80.151.42.231", + "80.151.45.48", + "80.151.48.246", + "80.151.5.235", + "80.151.5.92", + "80.151.51.96", + "80.151.55.111", + "80.151.62.28", + "80.151.71.55", + "80.151.72.118", + "80.151.72.20", + "80.151.72.98", + "80.151.79.219", + "80.151.79.31", + "80.151.81.60", + "80.151.85.176", + "80.151.86.128", + "80.151.89.84", + "80.151.91.95", + "80.151.96.178", + "80.151.97.186", + "80.151.99.115", + "80.151.99.77", + "80.152.128.99", + "80.152.129.226", + "80.152.134.28", + "80.152.136.128", + "80.152.136.83", + "80.152.137.230", + "80.152.139.206", + "80.152.151.56", + "80.152.154.81", + "80.152.157.144", + "80.152.159.250", + "80.152.160.223", + "80.152.165.97", + "80.152.167.106", + "80.152.167.33", + "80.152.169.72", + "80.152.177.144", + "80.152.178.39", + "80.152.179.140", + "80.152.181.3", + "80.152.181.84", + "80.152.183.197", + "80.152.187.144", + "80.152.191.251", + "80.152.193.222", + "80.152.200.124", + "80.152.200.94", + "80.152.202.114", + "80.152.205.162", + "80.152.207.183", + "80.152.209.139", + "80.152.211.243", + "80.152.216.205", + "80.152.226.26", + "80.152.227.186", + "80.152.228.216", + "80.152.235.25", + "80.152.246.173", + "80.152.255.128", + "80.152.3.183", + "80.152.30.162", + "80.152.7.60", + "80.153.103.153", + "80.153.109.58", + "80.153.110.162", + "80.153.111.60", + "80.153.115.242", + "80.153.122.180", + "80.153.127.192", + "80.153.129.211", + "80.153.131.131", + "80.153.134.228", + "80.153.135.148", + "80.153.135.21", + "80.153.138.155", + "80.153.139.5", + "80.153.145.67", + "80.153.168.123", + "80.153.169.142", + "80.153.177.95", + "80.153.184.192", + "80.153.187.146", + "80.153.188.137", + "80.153.189.79", + "80.153.190.68", + "80.153.194.3", + "80.153.196.9", + "80.153.198.151", + "80.153.204.8", + "80.153.205.22", + "80.153.209.103", + "80.153.213.71", + "80.153.214.145", + "80.153.215.241", + "80.153.216.159", + "80.153.22.111", + "80.153.222.233", + "80.153.228.79", + "80.153.233.224", + "80.153.240.253", + "80.153.25.114", + "80.153.26.82", + "80.153.35.6", + "80.153.38.199", + "80.153.45.157", + "80.153.46.191", + "80.153.47.56", + "80.153.48.216", + "80.153.5.54", + "80.153.51.1", + "80.153.55.218", + "80.153.57.124", + "80.153.61.173", + "80.153.61.236", + "80.153.64.101", + "80.153.64.14", + "80.153.71.79", + "80.153.78.117", + "80.153.78.228", + "80.153.79.182", + "80.153.98.229", + "80.154.112.210", + "80.154.116.218", + "80.154.12.154", + "80.154.120.120", + "80.154.125.42", + "80.154.14.90", + "80.154.200.114", + "80.154.202.242", + "80.154.216.130", + "80.154.25.90", + "80.154.26.3", + "80.154.3.142", + "80.154.6.234", + "80.155.136.146", + "80.155.145.194", + "80.155.146.146", + "80.155.148.70", + "80.155.149.138", + "80.155.153.138", + "80.155.153.140", + "80.155.153.142", + "80.155.164.174", + "80.155.173.202", + "80.155.181.170", + "80.155.24.180", + "80.155.26.90", + "80.155.37.35", + "80.155.37.50", + "80.155.47.154", + "80.155.58.188", + "80.155.58.189", + "80.155.58.190", + "80.155.58.245", + "80.155.63.222", + "80.155.7.98", + "80.156.1.155", + "80.156.1.157", + "80.156.1.158", + "80.156.16.162", + "80.156.16.202", + "80.156.168.156", + "80.156.208.244", + "80.156.21.125", + "80.156.227.74", + "80.156.26.66", + "80.156.26.68", + "80.156.77.22", + "80.156.8.250", + "80.156.91.234", + "80.157.185.218", + "80.157.190.108", + "80.157.5.238", + "80.157.78.158", + "80.190.143.194", + "80.228.112.34", + "80.228.113.214", + "80.228.113.38", + "80.228.13.211", + "80.228.22.236", + "80.228.22.68", + "80.228.226.132", + "80.228.226.82", + "80.228.226.86", + "80.228.244.186", + "80.228.244.20", + "80.228.247.229", + "80.228.249.60", + "80.228.251.110", + "80.228.26.83", + "80.228.28.20", + "80.228.31.230", + "80.228.31.6", + "80.228.36.110", + "80.228.36.91", + "80.228.37.227", + "80.228.44.178", + "80.228.60.226", + "80.228.61.18", + "80.228.61.26", + "80.228.64.66", + "80.228.66.34", + "80.228.69.34", + "80.228.72.138", + "80.228.72.44", + "80.228.76.30", + "80.228.78.42", + "80.228.79.170", + "80.228.80.11", + "80.228.91.62", + "80.237.140.180", + "80.237.140.245", + "80.237.141.102", + "80.237.178.12", + "80.237.179.84", + "80.237.219.132", + "80.239.144.254", + "80.242.164.242", + "80.242.171.105", + "80.243.204.70", + "80.243.204.86", + "80.243.204.94", + "80.243.56.94", + "80.244.213.219", + "80.244.213.70", + "80.244.214.218", + "80.244.214.226", + "80.244.214.253", + "80.244.214.254", + "80.244.215.90", + "80.244.218.26", + "80.252.109.226", + "80.66.6.204", + "80.67.236.113", + "80.69.200.11", + "80.69.200.2", + "80.69.206.170", + "80.69.206.172", + "80.69.206.173", + "80.69.206.242", + "80.72.131.26", + "80.74.48.179", + "80.74.48.25", + "80.74.56.58", + "80.74.60.237", + "80.74.63.2", + "80.74.63.82", + "80.75.19.158", + "80.78.164.110", + "80.81.10.251", + "80.81.15.38", + "80.81.17.189", + "80.81.2.135", + "80.81.30.178", + "80.81.8.1", + "80.81.9.53", + "80.82.202.149", + "80.83.103.174", + "80.86.187.140", + "80.90.145.160", + "80.90.145.212", + "80.90.145.74", + "800", + "801", + "802", + "804", + "8040", + "8041", + "80460", + "806", + "808", + "80XSBn8a", + "80k", + "80xsbn8a", + "81.16.20.36", + "81.173.166.189", + "81.173.206.249", + "81.173.216.254", + "81.173.242.112", + "81.173.242.134", + "81.173.242.136", + "81.173.242.140", + "81.173.242.148", + "81.173.242.153", + "81.173.242.160", + "81.173.242.162", + "81.173.242.168", + "81.173.242.171", + "81.173.242.174", + "81.173.242.179", + "81.173.242.184", + "81.173.242.190", + "81.173.242.201", + "81.173.242.205", + "81.173.242.210", + "81.173.242.211", + "81.173.242.213", + "81.173.242.22", + "81.173.242.29", + "81.173.242.38", + "81.173.242.80", + "81.173.242.88", + "81.173.244.76", + "81.173.245.94", + "81.20.116.207", + "81.20.140.227", + "81.201.109.122", + "81.201.148.118", + "81.201.148.134", + "81.201.156.68", + "81.229.67.180", + "81.235.178.31", + "81.251.38.123", + "81.27.115.129", + "81.27.115.144", + "81.89.198.133", + "811", + "813", + "814", + "819", + "81k", + "82.100.204.51", + "82.100.212.172", + "82.100.219.250", + "82.100.224.2", + "82.100.224.91", + "82.100.229.249", + "82.100.241.155", + "82.100.250.42", + "82.100.252.210", + "82.115.102.178", + "82.115.103.199", + "82.119.164.200", + "82.119.170.54", + "82.119.176.107", + "82.119.179.134", + "82.135.108.11", + "82.135.11.114", + "82.135.11.162", + "82.135.20.206", + "82.135.22.20", + "82.135.22.21", + "82.135.22.28", + "82.135.22.29", + "82.135.22.30", + "82.135.28.66", + "82.135.35.114", + "82.135.37.206", + "82.135.62.79", + "82.135.63.246", + "82.135.65.22", + "82.139.198.1", + "82.144.33.38", + "82.144.55.34", + "82.149.171.83", + "82.193.226.52", + "82.193.227.70", + "82.193.237.18", + "82.193.240.38", + "82.194.104.219", + "82.194.104.80", + "82.194.104.93", + "82.194.112.212", + "82.195.75.17", + "82.198.209.109", + "82.198.218.133", + "82.212.32.100", + "82.214.223.164", + "82.214.223.84", + "82.96.89.150", + "82.96.96.100", + "82/", + "820", + "822", + "823", + "824", + "826", + "8266", + "828", + "829", + "82k", + "83.135.18.10", + "83.135.18.11", + "83.135.18.13", + "83.135.18.162", + "83.135.25.24", + "83.135.34.36", + "83.135.36.130", + "83.135.56.132", + "83.135.58.4", + "83.135.63.170", + "83.135.63.172", + "83.135.70.85", + "83.136.73.3", + "83.136.83.178", + "83.137.65.72", + "83.137.68.30", + "83.221.247.27", + "83.226.40.178", + "83.236.131.194", + "83.236.141.110", + "83.236.142.90", + "83.236.165.221", + "83.236.169.155", + "83.236.176.186", + "83.236.189.198", + "83.236.189.26", + "83.236.193.248", + "83.236.196.202", + "83.236.217.135", + "83.236.221.130", + "83.236.225.222", + "83.236.242.90", + "83.242.62.227", + "83.242.63.103", + "83.250.92.33", + "83.251.146.162", + "83.251.152.103", + "83.251.194.167", + "83.251.194.203", + "83.251.201.197", + "83.251.74.177", + "830", + "831A6AFA29CBC70211151A1FAC3A5FE8FB28479E8B1A1928AC6F0360F7FDCC20590A0C9B1036", + "831a6afa29cbc70211151a1fac3a5fe8fb28479e8b1a1928ac6f0360f7fdcc20590a0c9b1036", + "834", + "836", + "837", + "839", + "83b", + "84.11.49.150", + "84.11.99.66", + "84.128.209.22", + "84.128.209.99", + "84.131.122.246", + "84.133.153.51", + "84.133.170.18", + "84.135.137.141", + "84.135.228.17", + "84.136.143.23", + "84.136.60.105", + "84.137.166.114", + "84.139.90.217", + "84.141.66.14", + "84.142.114.144", + "84.143.118.139", + "84.143.125.200", + "84.143.160.248", + "84.143.161.56", + "84.143.165.85", + "84.143.191.210", + "84.143.241.165", + "84.143.61.117", + "84.143.84.36", + "84.144.59.131", + "84.145.139.148", + "84.145.252.87", + "84.146.129.86", + "84.146.161.2", + "84.146.162.95", + "84.146.166.206", + "84.148.239.45", + "84.149.107.41", + "84.151.81.230", + "84.153.178.118", + "84.153.214.67", + "84.153.97.90", + "84.154.4.3", + "84.155.147.6", + "84.155.150.5", + "84.155.169.65", + "84.155.23.164", + "84.155.27.135", + "84.156.206.183", + "84.156.233.251", + "84.157.106.237", + "84.158.237.100", + "84.158.239.48", + "84.16.236.156", + "84.160.106.118", + "84.160.248.77", + "84.161.216.122", + "84.162.169.136", + "84.163.20.146", + "84.164.117.215", + "84.164.195.147", + "84.164.211.156", + "84.164.73.39", + "84.166.145.53", + "84.166.38.12", + "84.167.207.243", + "84.168.158.244", + "84.168.31.64", + "84.169.79.117", + "84.170.176.156", + "84.171.217.42", + "84.173.207.22", + "84.173.250.71", + "84.175.236.210", + "84.175.53.47", + "84.176.184.132", + "84.176.184.196", + "84.176.255.97", + "84.177.12.99", + "84.177.215.1", + "84.178.175.7", + "84.179.199.94", + "84.180.113.73", + "84.180.210.179", + "84.180.237.96", + "84.181.112.130", + "84.181.118.184", + "84.181.126.132", + "84.181.138.128", + "84.181.140.97", + "84.181.201.192", + "84.181.60.167", + "84.181.89.122", + "84.181.95.68", + "84.182.188.153", + "84.183.131.170", + "84.183.77.16", + "84.184.107.119", + "84.185.127.15", + "84.185.185.153", + "84.185.186.234", + "84.185.73.243", + "84.186.125.23", + "84.186.157.105", + "84.186.56.185", + "84.187.155.41", + "84.187.206.77", + "84.187.94.113", + "84.188.94.131", + "84.190.10.165", + "84.190.134.230", + "84.191.30.207", + "84.242.21.172", + "84.242.23.12", + "84.245.130.228", + "84.245.131.106", + "84.245.137.66", + "84.245.141.17", + "84.246.254.76", + "84.38.192.13", + "84.38.192.6", + "84.39.152.245", + "84.39.66.188", + "84.39.67.242", + "84.44.172.244", + "84.44.174.150", + "84.46.102.73", + "84.46.65.110", + "84.46.88.218", + "84.46.89.192", + "84.46.92.218", + "84.46.92.237", + "84.46.96.158", + "84.58.115.67", + "84.60.210.10", + "84.61.173.221", + "84.61.65.244", + "84.63.48.176", + "840", + "843", + "844", + "845", + "848", + "849", + "85", + "85-", + "85.115.14.229", + "85.115.15.35", + "85.115.16.196", + "85.115.6.130", + "85.118.248.10", + "85.132.221.114", + "85.14.247.50", + "85.14.251.243", + "85.14.254.45", + "85.158.1.178", + "85.158.5.163", + "85.16.113.110", + "85.16.113.198", + "85.16.133.106", + "85.16.67.75", + "85.16.70.170", + "85.16.71.53", + "85.16.71.6", + "85.16.73.17", + "85.16.75.191", + "85.16.76.12", + "85.16.76.209", + "85.183.126.28", + "85.183.14.87", + "85.183.148.135", + "85.183.152.119", + "85.183.154.21", + "85.183.16.80", + "85.183.17.131", + "85.190.177.194", + "85.190.178.238", + "85.190.198.66", + "85.195.97.122", + "85.197.41.200", + "85.199.125.186", + "85.199.73.14", + "85.199.88.8", + "85.22.136.127", + "85.22.137.5", + "85.22.138.130", + "85.22.138.233", + "85.22.143.98", + "85.22.151.57", + "85.22.153.109", + "85.22.153.248", + "85.22.153.7", + "85.22.153.71", + "85.22.153.9", + "85.22.156.107", + "85.22.172.11", + "85.22.172.41", + "85.220.135.170", + "85.220.141.98", + "85.220.161.74", + "85.220.175.36", + "85.220.196.203", + "85.220.196.204", + "85.220.197.90", + "85.230.76.24", + "85.232.30.177", + "85.236.193.45", + "85.236.45.164", + "85.236.49.244", + "85.25.23.182", + "85.8.113.203", + "85.8.117.126", + "85.8.67.214", + "85.8.70.252", + "85.8.93.108", + "85.8.93.98", + "85/", + "851", + "852", + "853", + "854", + "856", + "859", + "85bf29702d6adf5218f46e3da0f70b9b98a08e5c", + "86", + "86.103.254.148", + "86.111.159.180", + "861", + "863", + "864", + "865", + "869", + "86k", + "86p", + "87.118.74.29", + "87.122.185.122", + "87.122.245.74", + "87.123.120.41", + "87.128.0.70", + "87.128.1.97", + "87.128.10.125", + "87.128.106.107", + "87.128.11.213", + "87.128.160.164", + "87.128.160.166", + "87.128.17.148", + "87.128.202.125", + "87.128.202.222", + "87.128.21.2", + "87.128.22.38", + "87.128.22.64", + "87.128.26.229", + "87.128.29.51", + "87.128.29.75", + "87.128.29.8", + "87.128.32.143", + "87.128.32.146", + "87.128.32.147", + "87.128.32.161", + "87.128.32.164", + "87.128.37.76", + "87.128.39.153", + "87.128.39.210", + "87.128.48.126", + "87.128.48.91", + "87.128.50.160", + "87.128.56.99", + "87.128.59.177", + "87.128.59.47", + "87.128.59.7", + "87.128.62.29", + "87.128.69.228", + "87.128.8.53", + "87.128.9.166", + "87.129.13.154", + "87.129.131.164", + "87.129.132.117", + "87.129.132.121", + "87.129.132.95", + "87.129.183.162", + "87.129.194.242", + "87.129.197.123", + "87.129.197.124", + "87.129.20.242", + "87.129.20.243", + "87.129.202.34", + "87.129.206.228", + "87.129.210.34", + "87.129.210.82", + "87.129.240.67", + "87.129.245.70", + "87.129.35.10", + "87.129.40.116", + "87.130.10.59", + "87.130.100.58", + "87.130.117.164", + "87.130.12.106", + "87.130.12.171", + "87.130.13.132", + "87.130.17.77", + "87.130.18.98", + "87.130.2.130", + "87.130.2.18", + "87.130.22.74", + "87.130.25.18", + "87.130.29.154", + "87.130.33.29", + "87.130.44.234", + "87.130.45.98", + "87.130.71.234", + "87.130.76.110", + "87.132.115.146", + "87.133.144.50", + "87.133.69.52", + "87.137.71.74", + "87.137.75.156", + "87.138.126.47", + "87.138.126.74", + "87.138.132.8", + "87.138.138.135", + "87.138.138.142", + "87.138.139.109", + "87.138.139.241", + "87.138.142.21", + "87.138.143.119", + "87.138.144.2", + "87.138.151.229", + "87.138.168.247", + "87.138.174.234", + "87.138.174.82", + "87.138.185.249", + "87.138.188.190", + "87.138.190.217", + "87.138.191.98", + "87.138.199.122", + "87.138.209.77", + "87.138.210.230", + "87.138.215.123", + "87.138.220.34", + "87.138.222.225", + "87.138.223.87", + "87.138.224.138", + "87.138.226.199", + "87.138.234.191", + "87.138.234.6", + "87.138.239.93", + "87.138.240.1", + "87.138.247.102", + "87.138.70.61", + "87.138.75.183", + "87.138.76.197", + "87.138.83.134", + "87.138.86.167", + "87.138.89.58", + "87.138.97.46", + "87.138.99.204", + "87.138.99.56", + "87.139.101.159", + "87.139.107.250", + "87.139.112.79", + "87.139.115.125", + "87.139.124.173", + "87.139.125.228", + "87.139.126.89", + "87.139.134.165", + "87.139.136.153", + "87.139.144.235", + "87.139.148.203", + "87.139.15.216", + "87.139.150.170", + "87.139.181.29", + "87.139.181.30", + "87.139.182.124", + "87.139.185.72", + "87.139.186.94", + "87.139.187.88", + "87.139.193.37", + "87.139.197.125", + "87.139.2.104", + "87.139.200.36", + "87.139.208.89", + "87.139.217.226", + "87.139.217.50", + "87.139.217.52", + "87.139.217.61", + "87.139.217.62", + "87.139.217.86", + "87.139.221.195", + "87.139.227.8", + "87.139.229.179", + "87.139.229.193", + "87.139.235.193", + "87.139.236.91", + "87.139.239.245", + "87.139.244.60", + "87.139.246.219", + "87.139.246.49", + "87.139.250.228", + "87.139.254.15", + "87.139.29.156", + "87.139.31.175", + "87.139.32.173", + "87.139.33.30", + "87.139.36.90", + "87.139.38.76", + "87.139.5.16", + "87.139.55.164", + "87.139.55.208", + "87.139.58.102", + "87.139.60.224", + "87.139.61.230", + "87.139.62.239", + "87.139.64.136", + "87.139.68.122", + "87.139.68.27", + "87.139.7.136", + "87.139.71.169", + "87.139.71.238", + "87.139.74.192", + "87.139.76.18", + "87.139.81.33", + "87.139.83.199", + "87.139.90.100", + "87.139.94.252", + "87.140.10.218", + "87.140.106.213", + "87.140.110.100", + "87.140.113.1", + "87.140.113.32", + "87.140.114.155", + "87.140.117.214", + "87.140.120.113", + "87.140.125.198", + "87.140.125.63", + "87.140.17.142", + "87.140.28.230", + "87.140.29.240", + "87.140.3.183", + "87.140.37.223", + "87.140.37.87", + "87.140.41.122", + "87.140.41.185", + "87.140.49.10", + "87.140.49.22", + "87.140.50.228", + "87.140.52.228", + "87.140.53.174", + "87.140.54.99", + "87.140.57.152", + "87.140.61.101", + "87.140.61.55", + "87.140.63.14", + "87.140.7.75", + "87.140.72.235", + "87.140.72.80", + "87.140.76.108", + "87.140.76.127", + "87.140.78.132", + "87.140.79.35", + "87.140.81.105", + "87.140.81.106", + "87.140.82.169", + "87.140.82.170", + "87.140.83.76", + "87.140.85.51", + "87.140.86.48", + "87.140.9.13", + "87.140.90.4", + "87.140.97.11", + "87.140.99.227", + "87.142.142.250", + "87.143.145.174", + "87.143.34.97", + "87.144.26.54", + "87.144.55.129", + "87.144.94.79", + "87.145.174.127", + "87.145.227.73", + "87.145.51.48", + "87.146.247.33", + "87.147.100.107", + "87.147.125.86", + "87.148.224.91", + "87.150.244.183", + "87.150.246.181", + "87.150.247.186", + "87.150.248.92", + "87.151.163.147", + "87.153.106.145", + "87.154.217.207", + "87.154.63.224", + "87.155.106.57", + "87.155.206.217", + "87.155.58.134", + "87.157.152.50", + "87.158.224.40", + "87.160.13.179", + "87.161.124.84", + "87.163.77.81", + "87.165.130.238", + "87.166.200.187", + "87.166.76.224", + "87.172.49.48", + "87.172.55.19", + "87.172.57.242", + "87.172.60.50", + "87.173.186.50", + "87.173.26.150", + "87.174.170.15", + "87.174.47.131", + "87.176.144.197", + "87.176.203.37", + "87.176.65.160", + "87.178.186.134", + "87.178.39.201", + "87.178.84.113", + "87.179.217.201", + "87.179.220.43", + "87.180.107.195", + "87.180.157.59", + "87.180.231.46", + "87.181.170.44", + "87.181.37.202", + "87.181.39.199", + "87.182.16.86", + "87.182.16.87", + "87.182.17.103", + "87.182.21.188", + "87.182.218.108", + "87.182.23.42", + "87.182.94.36", + "87.184.116.220", + "87.184.175.244", + "87.184.221.167", + "87.184.241.165", + "87.187.143.169", + "87.187.47.19", + "87.188.181.32", + "87.188.215.134", + "87.188.71.159", + "87.188.75.228", + "87.189.35.155", + "87.190.0.2", + "87.190.17.210", + "87.190.249.10", + "87.190.251.188", + "87.190.252.234", + "87.190.252.237", + "87.190.26.170", + "87.190.3.74", + "87.190.3.76", + "87.190.33.245", + "87.190.35.38", + "87.190.35.45", + "87.190.43.82", + "87.190.45.186", + "87.190.7.91", + "87.191.134.61", + "87.191.141.116", + "87.191.141.61", + "87.191.142.221", + "87.191.143.254", + "87.191.145.25", + "87.191.146.105", + "87.191.147.219", + "87.191.153.115", + "87.191.155.250", + "87.191.156.114", + "87.191.159.211", + "87.191.163.55", + "87.191.167.178", + "87.191.170.63", + "87.191.171.76", + "87.191.18.54", + "87.191.180.196", + "87.191.182.46", + "87.191.183.235", + "87.191.19.250", + "87.191.190.87", + "87.191.191.92", + "87.191.196.166", + "87.191.198.121", + "87.191.207.176", + "87.191.21.170", + "87.191.231.216", + "87.191.236.205", + "87.191.34.18", + "87.191.37.154", + "87.191.37.181", + "87.191.37.66", + "87.191.38.3", + "87.191.41.226", + "87.191.46.26", + "87.191.51.18", + "87.193.1.98", + "87.193.138.46", + "87.193.183.35", + "87.193.193.74", + "87.193.196.246", + "87.193.227.210", + "87.193.240.242", + "87.193.247.127", + "87.193.61.222", + "87.230.121.132", + "87.230.122.196", + "87.230.123.156", + "87.230.123.172", + "87.230.123.52", + "87.230.127.228", + "87.230.39.184", + "87.230.50.232", + "87.234.243.146", + "87.234.248.50", + "87.234.250.13", + "87.234.41.130", + "87.234.43.58", + "87.234.44.206", + "87.234.60.133", + "87.234.61.92", + "87.234.62.60", + "87.245.18.250", + "87.245.21.195", + "87.245.23.88", + "87.253.171.98", + "87.60k", + "87.78.129.215", + "87.78.179.226", + "87.78.56.142", + "87.78.96.235", + "87.79.0.194", + "87.79.0.226", + "87.79.108.150", + "87.79.12.94", + "87.79.200.136", + "87.79.200.189", + "87.79.237.47", + "87.79.29.138", + "87.79.29.182", + "87.79.34.50", + "87.79.36.237", + "87.79.39.36", + "87.79.5.203", + "87.79.65.44", + "87.79.67.48", + "87.79.70.34", + "87.79.71.201", + "87.79.74.4", + "87.79.76.7", + "87.79.78.77", + "87.79.79.143", + "87.79.79.156", + "87.79.89.189", + "87.79.91.149", + "87.79.92.231", + "87.79.94.169", + "87.79.95.114", + "87/", + "871", + "873", + "87488", + "875", + "876", + "879", + "87c391aad60a0fc1fc2e469e97f97d37", + "87k", + "88.130.18.103", + "88.130.209.90", + "88.133.180.213", + "88.134.208.54", + "88.134.86.151", + "88.134.87.36", + "88.134.91.226", + "88.150.15.47", + "88.198.217.182", + "88.198.226.244", + "88.198.228.202", + "88.205.125.32", + "88.208.191.154", + "88.217.136.219", + "88.217.137.34", + "88.217.140.144", + "88.217.140.43", + "88.217.142.68", + "88.217.145.230", + "88.217.152.106", + "88.217.163.210", + "88.217.174.250", + "88.217.175.67", + "88.217.185.8", + "88.217.198.50", + "88.217.224.12", + "88.217.225.80", + "88.217.236.123", + "88.217.248.126", + "88.217.250.139", + "88.217.250.143", + "88.217.26.207", + "88.217.67.29", + "88.217.75.184", + "88.217.75.224", + "88.64.151.95", + "88.65.210.66", + "88.65.29.198", + "88.68.134.130", + "88.70.36.4", + "88.73.118.171", + "88.79.104.117", + "88.79.114.250", + "88.79.220.90", + "88.79.243.108", + "88.79.245.180", + "88.79.251.90", + "88.79.253.237", + "88.99.91.197", + "880", + "881", + "882", + "883", + "884", + "885", + "886p", + "887", + "888", + "889", + "88f", + "88k", + "89", + "89-", + "89.0.28.10", + "89.1.135.4", + "89.1.21.234", + "89.1.236.18", + "89.1.33.42", + "89.1.36.4", + "89.1.77.249", + "89.1.82.218", + "89.1.82.244", + "89.1.82.6", + "89.1.83.194", + "89.1.94.90", + "89.106.219.218", + "89.107.164.63", + "89.15.248.138", + "89.163.159.19", + "89.163.159.22", + "89.163.229.134", + "89.163.229.26", + "89.163.234.199", + "89.166.131.192", + "89.191.91.51", + "89.202.113.164", + "89.202.21.131", + "89.202.21.174", + "89.202.38.146", + "89.202.39.177", + "89.202.43.56", + "89.233.209.183", + "89.233.213.16", + "89.233.215.53", + "89.233.220.61", + "89.233.221.163", + "89.233.221.184", + "89.233.221.91", + "89.233.225.132", + "89.233.88.247", + "89.244.119.78", + "89.244.150.234", + "89.244.169.6", + "89.245.149.220", + "89.245.153.20", + "89.245.186.34", + "89.246.111.121", + "89.246.112.23", + "89.246.114.108", + "89.246.151.18", + "89.246.71.147", + "89.246.80.210", + "89.247.128.205", + "89.247.176.57", + "89.247.194.14", + "89.247.196.4", + "89.247.41.84", + "89.27.157.228", + "89.27.158.167", + "89.28.143.112", + "89.28.143.122", + "89.28.143.205", + "89.43.121.79", + "89.57.48.18", + "890", + "894", + "896", + "899", + "89k", + "89kJAN", + "89kjan", + "8:02", + "8:09", + "8:11", + "8:13", + "8:2", + "8:29", + "8:37", + "8:42", + "8D", + "8Dd", + "8F/", + "8Hf", + "8KK", + "8VK", + "8a.m", + "8a.m.", + "8a1efb8cd913e5a4526c1254bb132a8b2fa7c089:566277477", + "8b4237659faddb46b932ebfe1e67f28962f862615c6a060241a428d6a2302f47", + "8d", + "8db", + "8dd", + "8efb664a08427b4ce4996457703b553656d8d6b32bd99649cc91d9b35c66711a", + "8f/", + "8f6", + "8hf", + "8k", + "8kk", + "8lbrv5T2", + "8lbrv5t2", + "8lk", + "8minecraft.ru_54.5k.sql", + "8p.m", + "8p.m.", + "8pl", + "8uu", + "8vk", + "8vr", + "9", + "9.1", + "9.2", + "9.3", + "9.37k", + "9.5", + "9.6", + "9.60k", + "9.7", + "9.8", + "9.87k", + "9/10", + "9/22/2022", + "90", + "90.187.110.173", + "90.187.114.225", + "90.187.118.209", + "90.187.125.245", + "90.187.161.21", + "90.187.187.193", + "90.187.218.221", + "90.187.65.45", + "90.187.84.133", + "90.187.86.145", + "90/", + "900", + "901", + "903", + "906", + "907", + "908", + "909", + "90A0", + "90a0", + "90aaa5f8f5f772badab308dd34d1eeff2545df67e99c9eb730bf51bf6e2c376a", + "90k", + "91.103.115.170", + "91.103.115.171", + "91.103.240.121", + "91.103.8.129", + "91.106.122.162", + "91.106.122.50", + "91.106.126.35", + "91.106.135.252", + "91.106.138.153", + "91.106.176.124", + "91.106.179.94", + "91.11.160.20", + "91.11.160.29", + "91.11.160.99", + "91.11.180.28", + "91.132.76.233", + "91.132.76.234", + "91.132.76.236", + "91.137.102.144", + "91.137.117.106", + "91.137.122.181", + "91.137.57.251", + "91.14.10.179", + "91.14.137.176", + "91.15.20.87", + "91.15.6.112", + "91.15.95.155", + "91.16.73.244", + "91.16.79.221", + "91.16.98.23", + "91.18.35.58", + "91.19.161.183", + "91.198.238.246", + "91.2.31.180", + "91.20.40.123", + "91.209.159.30", + "91.21.215.149", + "91.21.230.44", + "91.211.10.210", + "91.212.221.59", + "91.212.221.62", + "91.220.56.36", + "91.224.226.57", + "91.23.161.34", + "91.23.170.184", + "91.23.171.224", + "91.23.171.234", + "91.23.171.254", + "91.231.204.3", + "91.248.101.104", + "91.248.161.192", + "91.248.161.42", + "91.249.133.162", + "91.249.134.82", + "91.249.135.72", + "91.249.137.210", + "91.249.142.82", + "91.249.155.130", + "91.249.155.82", + "91.249.163.207", + "91.249.172.154", + "91.249.173.2", + "91.249.186.219", + "91.249.187.18", + "91.249.199.90", + "91.249.202.209", + "91.249.205.154", + "91.249.220.138", + "91.249.230.190", + "91.249.234.18", + "91.249.242.210", + "91.25.112.146", + "91.25.135.162", + "91.25.136.194", + "91.25.136.210", + "91.25.140.218", + "91.25.144.226", + "91.25.153.138", + "91.25.164.163", + "91.25.168.107", + "91.25.174.20", + "91.25.182.7", + "91.25.193.147", + "91.25.196.122", + "91.25.200.123", + "91.25.206.76", + "91.25.207.242", + "91.25.216.75", + "91.25.230.85", + "91.25.252.250", + "91.25.81.226", + "91.25.83.139", + "91.25.94.2", + "91.26.0.162", + "91.26.114.211", + "91.26.16.251", + "91.26.26.58", + "91.26.3.250", + "91.26.30.34", + "91.26.32.162", + "91.26.40.67", + "91.26.50.162", + "91.26.55.42", + "91.26.6.114", + "91.26.72.20", + "91.26.73.211", + "91.26.76.226", + "91.26.86.178", + "91.26.86.194", + "91.26.90.153", + "91.3.240.105", + "91.32.24.113", + "91.32.86.128", + "91.33.18.72", + "91.33.210.19", + "91.34.251.71", + "91.35.12.84", + "91.35.8.199", + "91.36.192.84", + "91.36.202.220", + "91.37.220.186", + "91.37.253.168", + "91.37.255.34", + "91.37.34.234", + "91.37.47.50", + "91.38.147.39", + "91.39.45.37", + "91.39.70.156", + "91.39.74.121", + "91.39.75.226", + "91.39.76.20", + "91.39.85.189", + "91.4.117.31", + "91.4.214.13", + "91.4.214.187", + "91.4.216.135", + "91.4.217.178", + "91.4.235.133", + "91.4.49.22", + "91.4.63.178", + "91.41.210.41", + "91.42.155.236", + "91.42.158.148", + "91.42.196.166", + "91.42.207.56", + "91.43.144.198", + "91.43.251.39", + "91.43.252.132", + "91.43.252.162", + "91.44.17.34", + "91.44.232.54", + "91.44.64.160", + "91.45.167.162", + "91.45.209.55", + "91.45.33.137", + "91.45.57.156", + "91.46.42.4", + "91.46.80.2", + "91.46.85.249", + "91.47.241.216", + "91.47.99.162", + "91.48.157.7", + "91.48.221.2", + "91.48.240.59", + "91.5.124.191", + "91.5.14.231", + "91.5.174.45", + "91.5.21.124", + "91.50.229.49", + "91.51.194.235", + "91.51.59.36", + "91.51.83.214", + "91.51.94.59", + "91.52.0.7", + "91.52.139.87", + "91.54.34.235", + "91.54.37.68", + "91.55.28.90", + "91.58.116.18", + "91.59.242.173", + "91.59.248.250", + "91.59.49.253", + "91.60.103.232", + "91.61.134.11", + "91.61.134.98", + "91.61.168.30", + "91.61.172.245", + "91.62.12.147", + "91.63.19.161", + "91.63.248.16", + "91.64.70.194", + "91.65.173.49", + "91.66.218.83", + "91.66.237.140", + "91.7.249.247", + "91.9.122.164", + "91.9.215.217", + "91.96.28.148", + "91.97.175.64", + "914", + "915", + "917", + "919", + "91k", + "92.117.21.133", + "92.117.78.7", + "92.119.209.253", + "92.122.177.73", + "92.194.117.205", + "92.194.215.20", + "92.194.64.29", + "92.195.152.117", + "92.195.201.190", + "92.198.10.164", + "92.198.25.93", + "92.198.33.250", + "92.198.33.252", + "92.198.33.82", + "92.198.34.130", + "92.198.38.250", + "92.198.4.204", + "92.198.45.98", + "92.198.46.218", + "92.198.47.138", + "92.198.49.253", + "92.198.56.137", + "92.200.186.23", + "92.200.254.142", + "92.211.134.27", + "92.217.246.197", + "92.39.119.245", + "92.39.25.205", + "92.39.25.250", + "92.50.101.242", + "92.50.109.115", + "92.50.109.70", + "92.50.110.106", + "92.50.110.242", + "92.50.113.34", + "92.50.120.170", + "92.50.124.54", + "92.50.64.66", + "92.50.67.138", + "92.50.68.69", + "92.50.68.70", + "92.50.69.186", + "92.50.69.242", + "92.50.78.210", + "92.50.93.190", + "92.50.96.156", + "92.51.178.196", + "92.52", + "92.60.212.67", + "92.60.213.64", + "92.73.158.95", + "92.77.205.245", + "92.77.63.170", + "92.79.107.194", + "92.79.113.147", + "92.79.114.146", + "92.79.116.114", + "92.79.116.98", + "92.79.119.50", + "92.79.124.106", + "92.79.128.236", + "92.79.134.224", + "92.79.135.121", + "92.79.31.2", + "92.79.62.66", + "92.79.72.109", + "92.79.74.210", + "92.79.74.212", + "92.79.77.211", + "92.79.86.132", + "92.79.90.60", + "92/", + "920", + "921", + "922", + "928", + "929", + "92k", + "93.104.122.48", + "93.104.192.82", + "93.104.200.98", + "93.104.205.10", + "93.104.218.82", + "93.104.237.4", + "93.104.243.45", + "93.104.243.59", + "93.104.245.122", + "93.104.38.178", + "93.104.42.33", + "93.104.75.122", + "93.104.78.238", + "93.104.84.32", + "93.104.96.232", + "93.122.68.197", + "93.122.69.198", + "93.122.69.216", + "93.122.80.171", + "93.122.92.108", + "93.122.92.172", + "93.122.92.73", + "93.122.92.94", + "93.127.227.40", + "93.127.241.163", + "93.127.241.193", + "93.159.100.4", + "93.159.117.23", + "93.159.249.66", + "93.159.249.78", + "93.159.249.79", + "93.180.77.18", + "93.180.77.210", + "93.180.77.50", + "93.180.77.82", + "93.184.178.6", + "93.184.178.8", + "93.184.179.147", + "93.184.188.162", + "93.186.11.109", + "93.186.12.233", + "93.186.9.90", + "93.188.25.41", + "93.192.199.12", + "93.192.34.165", + "93.193.118.101", + "93.193.123.215", + "93.193.174.152", + "93.193.24.183", + "93.194.16.73", + "93.195.77.65", + "93.196.114.160", + "93.198.114.160", + "93.198.38.59", + "93.198.40.136", + "93.198.60.218", + "93.199.199.104", + "93.199.91.249", + "93.200.241.162", + "93.200.249.153", + "93.200.250.142", + "93.200.254.21", + "93.201.147.57", + "93.201.159.137", + "93.201.247.96", + "93.202.177.117", + "93.202.56.38", + "93.205.104.212", + "93.205.164.181", + "93.205.171.195", + "93.205.175.5", + "93.205.215.185", + "93.206.170.173", + "93.207.126.14", + "93.209.81.230", + "93.210.214.14", + "93.211.142.126", + "93.211.158.242", + "93.211.22.29", + "93.213.62.73", + "93.215.163.202", + "93.215.185.34", + "93.215.223.23", + "93.216.48.5", + "93.216.53.125", + "93.217.233.251", + "93.218.135.143", + "93.219.146.17", + "93.219.255.56", + "93.220.177.171", + "93.220.31.240", + "93.221.140.217", + "93.222.205.75", + "93.223.178.119", + "93.223.179.82", + "93.224.101.98", + "93.224.102.25", + "93.224.105.186", + "93.225.101.190", + "93.225.236.27", + "93.225.74.4", + "93.225.99.19", + "93.226.175.187", + "93.226.177.228", + "93.227.209.88", + "93.227.34.192", + "93.229.92.54", + "93.230.147.114", + "93.230.162.52", + "93.231.12.10", + "93.231.143.97", + "93.231.186.136", + "93.232.11.230", + "93.232.113.181", + "93.232.18.188", + "93.232.254.235", + "93.232.29.74", + "93.232.31.143", + "93.233.230.72", + "93.233.43.212", + "93.234.171.178", + "93.234.177.144", + "93.234.83.69", + "93.236.133.28", + "93.236.187.12", + "93.237.106.73", + "93.237.149.78", + "93.237.219.193", + "93.238.167.88", + "93.238.174.10", + "93.239.152.126", + "93.239.200.207", + "93.239.6.45", + "93.239.8.254", + "93.240.100.188", + "93.240.100.60", + "93.240.101.234", + "93.240.106.67", + "93.240.110.229", + "93.240.119.230", + "93.240.120.125", + "93.240.121.4", + "93.240.123.9", + "93.240.125.133", + "93.240.125.95", + "93.240.126.126", + "93.240.127.172", + "93.240.127.84", + "93.240.129.123", + "93.240.137.251", + "93.240.138.162", + "93.240.138.166", + "93.240.143.107", + "93.240.143.108", + "93.240.162.194", + "93.240.164.18", + "93.240.165.106", + "93.240.167.146", + "93.240.172.98", + "93.240.176.146", + "93.240.180.138", + "93.240.181.178", + "93.240.185.245", + "93.240.199.178", + "93.240.201.250", + "93.240.202.42", + "93.240.208.51", + "93.240.219.162", + "93.240.22.100", + "93.240.220.226", + "93.240.224.210", + "93.240.225.42", + "93.240.230.107", + "93.240.232.187", + "93.240.247.90", + "93.240.248.250", + "93.240.25.208", + "93.240.250.58", + "93.240.253.58", + "93.240.27.186", + "93.240.27.79", + "93.240.3.107", + "93.240.32.23", + "93.240.33.195", + "93.240.37.220", + "93.240.37.223", + "93.240.37.29", + "93.240.4.43", + "93.240.42.115", + "93.240.42.179", + "93.240.44.221", + "93.240.46.60", + "93.240.52.37", + "93.240.53.54", + "93.240.58.172", + "93.240.80.112", + "93.240.82.44", + "93.240.85.219", + "93.240.86.237", + "93.240.90.164", + "93.240.95.107", + "93.240.95.202", + "93.240.95.32", + "93.240.97.99", + "93.240.98.214", + "93.241.193.188", + "93.241.199.42", + "93.241.201.250", + "93.241.207.89", + "93.241.210.179", + "93.241.211.74", + "93.241.213.35", + "93.241.213.48", + "93.241.214.153", + "93.241.216.246", + "93.241.217.70", + "93.241.220.59", + "93.241.221.82", + "93.241.222.235", + "93.241.232.212", + "93.241.233.44", + "93.241.233.5", + "93.241.240.189", + "93.241.241.128", + "93.241.244.19", + "93.241.244.80", + "93.241.247.76", + "93.241.249.189", + "93.241.250.71", + "93.241.253.44", + "93.241.255.192", + "93.241.26.155", + "93.241.26.158", + "93.241.27.58", + "93.241.38.10", + "93.241.64.68", + "93.241.65.137", + "93.241.67.226", + "93.241.73.82", + "93.241.75.228", + "93.241.76.1", + "93.241.76.42", + "93.241.78.174", + "93.241.8.52", + "93.241.81.252", + "93.241.82.86", + "93.241.83.211", + "93.241.84.25", + "93.241.84.44", + "93.241.86.85", + "93.241.87.97", + "93.241.88.136", + "93.241.88.165", + "93.241.95.215", + "93.242.198.127", + "93.245.10.48", + "93.245.45.102", + "93.88.17.135", + "93.90.136.28", + "93.94.86.10", + "93.94.86.170", + "93.94.86.26", + "93.94.86.82", + "93.95.133.30", + "93.95.135.243", + "930", + "932", + "9353fd2ce988216a131efaaa9aa7da8fc1b1ddf2eab56b61190cdfac497039f1:1cJ7vnoj0axp9qE3:2", + "9353fd2ce988216a131efaaa9aa7da8fc1b1ddf2eab56b61190cdfac497039f1:1cj7vnoj0axp9qe3:2", + "937", + "939", + "93k", + "94.100.70.115", + "94.100.70.14", + "94.101.33.229", + "94.114.197.45", + "94.130.195.233", + "94.134.137.141", + "94.134.159.172", + "94.16.17.48", + "94.16.6.214", + "94.16.6.245", + "94.16.7.66", + "94.16.98.44", + "94.186.179.114", + "94.186.183.82", + "94.186.198.146", + "94.186.219.173", + "94.186.234.59", + "94.186.235.11", + "94.217.218.239", + "94.219.236.147", + "94.79.133.154", + "94.79.135.49", + "94.79.154.122", + "94.79.162.242", + "94.79.162.70", + "94.79.163.6", + "94.79.167.222", + "94.79.175.62", + "94.79.175.94", + "94.79.177.54", + "94.79.186.62", + "94.79.188.38", + "94/", + "941", + "942", + "944", + "94k", + "95", + "95.100.196.73", + "95.128.17.198", + "95.130.162.17", + "95.130.162.209", + "95.130.163.137", + "95.130.163.233", + "95.130.164.143", + "95.130.166.187", + "95.130.167.111", + "95.130.167.180", + "95.131.96.186", + "95.208.114.220", + "95.223.139.219", + "95.223.213.165", + "95.33.69.89", + "95.33.71.169", + "95.88.42.95", + "95.91.109.94", + "95/", + "953", + "958", + "959", + "95k", + "960", + "963", + "964", + "967", + "969", + "97", + "97.80k", + "97110508089", + "9719", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "97k", + "98.98.164.218", + "982", + "984", + "989", + "98E646E037B5E692E76BBBBC809F60E20E73FE57", + "98e646e037b5e692e76bbbbc809f60e20e73fe57", + "98k", + "98k.txt", + "99", + "99/", + "993", + "994", + "996", + "998", + "999", + "99999", + "9:00", + "9:06", + "9:09", + "9:13", + "9:14", + "9:19", + "9:2", + "9:43", + "9:46", + "9:47", + "9:50", + "9:55", + "9E2", + "9E9", + "9FF", + "9H/", + "9PE", + "9a.m", + "9a.m.", + "9ad", + "9ad9a407643acde8e6f5857601aebad7cebf4647", + "9b78af9365ebfed2c0d082a32fb7892e72cbcd8f6598ce03b5a7eca018ce53c1", + "9d93bc6aa5af6076d36c4a579aaa2d0465c22a8acc6bd00a0befe5f0f4284140:50eesdmJhaGtUubG:2", + "9d93bc6aa5af6076d36c4a579aaa2d0465c22a8acc6bd00a0befe5f0f4284140:50eesdmjhagtuubg:2", + "9e2", + "9e7c339b856b5f599cb8e3367425630f31ff8ef846d5ecd1420fa7b0306d87af:7rPXKfvRkmxRTQgTDUIgZl3XsZRwvSc9", + "9e7c339b856b5f599cb8e3367425630f31ff8ef846d5ecd1420fa7b0306d87af:7rpxkfvrkmxrtqgtduigzl3xszrwvsc9", + "9e9", + "9f5602d53a5126d2146b82b9470ac457359db42ed8f61a5d90f574b6254d26db", + "9ff", + "9h/", + "9j5", + "9p.m", + "9p.m.", + "9pe", + ":", + ":'(", + ":')", + ":'-(", + ":'-)", + ":(", + ":((", + ":(((", + ":()", + ":)", + ":))", + ":)))", + ":*", + ":-(", + ":-((", + ":-(((", + ":-)", + ":-))", + ":-)))", + ":-*", + ":-/", + ":-0", + ":-3", + ":->", + ":-D", + ":-O", + ":-P", + ":-X", + ":-]", + ":-d", + ":-o", + ":-p", + ":-x", + ":-|", + ":-}", + ":/", + ":0", + ":00", + ":01", + ":02", + ":03", + ":05", + ":06", + ":07", + ":08", + ":09", + ":1", + ":10", + ":11", + ":12", + ":13", + ":14", + ":15", + ":16", + ":17", + ":18", + ":19", + ":20", + ":21", + ":22", + ":23", + ":24", + ":25", + ":26", + ":27", + ":28", + ":29", + ":3", + ":30", + ":31", + ":32", + ":33", + ":34", + ":35", + ":36", + ":37", + ":38", + ":39", + ":40", + ":42", + ":43", + ":44", + ":45", + ":46", + ":47", + ":48", + ":49", + ":50", + ":51", + ":52", + ":53", + ":54", + ":55", + ":56", + ":57", + ":58", + ":59", + ":>", + ":D", + ":O", + ":P", + ":X", + ":]", + ":d", + ":o", + ":o)", + ":p", + ":x", + ":x)", + ":|", + ":}", + ":\u2019(", + ":\u2019)", + ":\u2019-(", + ":\u2019-)", + ";", + ";)", + ";-)", + ";-D", + ";-X", + ";-d", + ";D", + ";X", + ";_;", + ";d", + "<", + "<.<", + "", + "", + "=", + "=(", + "=)", + "=/", + "=28", + "=3", + "=D", + "=X", + "=[", + "=]", + "=d", + "=x", + "=|", + ">", + ">.<", + ">.>", + ">:(", + ">:o", + ">:x", + "><(((*>", + "?", + "@", + "@2", + "@AspidSnake", + "@C5pider", + "@CCHuckster", + "@Desec0x", + "@EmailGuy", + "@FOOBLE", + "@G1venchy", + "@H0oligandz", + "@Iam_Zuwa", + "@ItsVladimirputin", + "@KYP", + "@Moderator", + "@OGYessine", + "@OrmosisBot", + "@Orpheusrefund", + "@ROShelper", + "@RonyKingSourcingINC", + "@StarLinkCloud", + "@The_Bl4ck_h4nd", + "@VaultedRef", + "@Wq552211", + "@XXX", + "@XXXX", + "@XXXxxxx", + "@Xdxxxx", + "@Xxdddd", + "@XxxXxxxx", + "@Xxx_Xxdxx_xdxx", + "@Xxx_Xxxx", + "@XxxxXxxxXxxxx", + "@XxxxXxxxXxxxxXXX", + "@Xxxxx", + "@XxxxxXxx", + "@XxxxxXxxxx", + "@Xxxxxdx", + "@_@", + "@abroni17", + "@anyuhq", + "@aspidsnake", + "@babayyagga", + "@babyclipper_bot", + "@buyingdata", + "@c5pider", + "@cadeacedocs", + "@cchuckster", + "@d", + "@desec0x", + "@devxstudio", + "@emailguy", + "@fooble", + "@g1venchy", + "@h0oligandz", + "@iam_zuwa", + "@itsvladimirputin", + "@klaailonari", + "@kyp", + "@makiveli_bhf", + "@marktraffdev", + "@mkdiretc", + "@moderator", + "@moretrust_cc", + "@noobplayer009", + "@ogyessine", + "@ormosisbot", + "@orpheusrefund", + "@oxygen", + "@prom_66", + "@r3nin", + "@resetmyname", + "@ronykingsourcinginc", + "@roshelper", + "@starlinkcloud", + "@sucker", + "@the_bl4ck_h4nd", + "@udodov228", + "@vaultedref", + "@wq552211", + "@xdxxx", + "@xdxxxx", + "@xxdddd", + "@xxx", + "@xxx_xxdxx_xdxx", + "@xxx_xxxx", + "@xxxx", + "@xxxx_dd", + "@xxxx_xx", + "@xxxx_xxx", + "@xxxxdd", + "@xxxxddd", + "@xxxxdx", + "@yoy", + "A", + "A++", + "A+++", + "A.1718130568", + "A.1751189463", + "A.2200283667", + "A.K", + "A.Q", + "A00", + "A1", + "A101|Pottstown|PA|19464|Male|6103277777|hurstheatherl@gmail.com|11|11|1979|15/1/2023", + "AA", + "AB", + "ABA", + "ABI", + "ABOUT", + "ABOVE", + "ABSOLUTELY", + "ABU", + "AC", + "ACCES", + "ACCOUNT", + "ACCOUNTS", + "ACCS", + "ACE", + "ACH", + "ACK", + "ACT", + "AD", + "ADA", + "ADCB", + "ADD", + "ADDED", + "ADDRESS", + "ADDRESS^", + "ADE", + "ADS", + "ADSLDP00000P03.local:10389@local*$695F1D110EC238E971C1EAFE5C15FBA7$74EC4511F166400E653056FC5B83ED7D58E2227FD77C2859DA77D19EA8B5279643421049A68A650AD631BE6EADBF524A3662F96CAF5FAE8C309E7D7CC2C1E2164926DDC2D5157810DCF62525DC6009ED98AAD7C41D26F51D53E75749A3303727D60A4F5B2DF1AEC517F5968F9E1ADE8C08C849F6E502A320AD614267F05F4F6E08959F4DCA107836BF5EAE9DDD152E3C27CE38503F672EA9A35C565324797B414BD36C6726DA6D87CE512C3C667861BFD65C08A6F802DB1A48FB1482A92E17B368859B819298B790BB72BFF90361FD41635D5309EED39B4ABE502F71872ABBFA11AFCCB5884535CD312F93320FDE80EF046FE6882C55EA5C0384D29276BE7F5621EA3C2DB83B7C3398CF9CF06D0382DAEBF22A7451E34348724BC2B091EABB8231727AD1B247369158B7FD04852E11EDF69C2E14575847B55F3F16F742AC07EDF3BBA301A17A485D728E2A13037CBEB5A72BA5A0A285EE3DE00EE44BD6E21E60E3B3B30789285B5B4CAFBC5388813F6D75A928674FEFE04F593833FD543F6CEB75172A537DC95B108B919CA99455456F0520A7FBA6FA14855B9A5DC3A52832E1A33FE5165E28B7D60BF3F9B427A459EDFB3B52B59D7704A943D4A779FE1C8CE03BD3D1B316FD4E65D46BB38D0E59D98FF53AA2D6A64F4E4E15EC02D61F78BCA79806BFC18F27BBBB0159891F52FA0534A0547FCC6D470B3974039D4A5DB5637EA712DC1C507E9B31655D2DDB09974C9A82C7A098DE876E28C3DA4ED5A75499F393AE9F535CA9C2EF98F008AF624131C42BC8E0EA1B1574C6EEACA7536DAC8ADB9E5D7D4FF046C93A32C660F8935815EA30E13B1E0B449DE46E2B3566F83C02895886BD0BBB4BE2EF2B641F920100967914554E87A5AC5C52596379A3198DE84E335A339F8A305B3A9FA7E0C7F778514424840F4E6D919E08B39899CF6C784C6CFE48988D89473E85AE23F106359E24FEE80EB1CA92FAC4F51D4250FB8B75F544E7EC7C0405270E0C434AC92B29A355A215938C22FA238274923153F8B3207C15DDBFE665FD49DC8B70C16491BF36EAC7641AC507BB55EC37D409E78D131DAC7E35799B9B5CAE7D2E82BAAF6F10276A07BD29DC31BFE22BA8076B87F80A464F679D5401CBA597F68217D6779A76F71999FB20F885294FF3662D6A1885EA477AED523729DC0966205E55E50D649FF4EC2AB6D25BE66A5C988DBA15D4152D7949043976409704303F731B9F9FA54F3AA80621A56A8A591204F8C6612C611967C56956E7FD8D75D36B5FCE21CF864911C69B5814A62FC9A788BBBEFAA9FA768DEB396DECADEE5E482333E0B2163272CA3B49003CDADC512F1BD9027B126760728F01541ABC507A49F9DE50C3AA33F849F2FA814E5F51350D0ED8EBCE5F8A58FD48BDB502C8E08ADC344C6A9ACC97C57794B7C8A7126C1966EF377AE596F8AF7F38FD2C57D79159913E6484A924B361F6B482DF7DBE89A11232F6FE7CE90DA2D57ADEEF9A11F1FE932CC1BD997BF9C3256FBE56D0EF7E7EB24A64406B7E3BF56F73ADDF5F21BDE563ACBCB5B60360A0ADDAE91CEE62C14CC9CAB29CE382E9A1ED3A60BAB3C22F0850729F6E5ED7766BC0250B1E0A0058356969ED68448AEFC7B5CCC1D41796D790728EB9359F3015C89898EB0DDD953E7B87AB81807ED843E01860F4B7C0F8D189DA6C986337F51B65E929F1B4AAF77A355A327A769AB90CB0121ACD5995F6B52C69F1EFD9C595ACB1CC902B36643E1699604C6A78375E6586E9076F834C6400DAEDB558BC48B64FB4AFC22C566BF1216BCFA384DA7F60E49EE69E8E5D31EC81353CD8D85BADE65FDD7FC669F465C3AC999671A90DF2CE1E1567EDE188DA5673AB7FBE898C5BF1326482BE15EA44D14445C95A19E8B04298811AB4315EE99C52D3179D382F7EE321A7CE9C6887CF7779E435D47C66E6EB03EE1C929BE97799B4606861495D7EF6A81C27C9AA0E737C2EF18E2E733A4C9570481475E44432F8EA27C01E4C79F29797064762B015FD255677FFAF90A505D94D733E13C31C710164580EB774B2DAED254A1855A77A35E5287C51C7040EE65BF347056EF44A6F93230B03F060704AB4B6E4E6E4436CEABD37EA71F0A434921DBB92D6C523255DD877352B75D5A668FB556689EA77AE1EF996A5E67F8C7F40261DE920BA085714837BD11D1C28D1150F4F551236C7F2393CE2BCC46C9AF772B439CADC4D8A3389F57FD6AE78A70BAD6D3472CB8FB59A2675A689C13B1F318003CA0EEDF1F99870D41654B62F1B2254B57C82717ABB8FF1D07C8B62A10DF90C3B6E0F4445FD9FD72CA1179F9F3BC8550889668BCC0E0527826D6D4DBE7AB0556EB7B4DF112A13A559CBB489EC3CFF53DCFFDFCF71A577626B083513B8AD2AFFDA2A34C199438E33CE72CE1A9141A1CEDDFBB9EA54B174A60B0D9167E6E25BB641E43CDB6AC93E38CBFB76AD2F23A06AF27DB43A611E05653D173808B0540C2CBF42B8343857389D0C6B8584D4DC9BD2749126A20C132B4B83114E159E1AF4A76843BA7D3A054A8BDCF249A5AF500C6ED1AEB53515E8A612B99DBE5EF6A071EF27B05C70CE29D621E3913BAE4BC6E56580D50252E9DD2819603A0167EAC811AC495DCFEFC259FC2D7F18F27DB747F14AEA8E7E9E58D5BE1CA25D3411D313ED91B6A24EB2E23D090508C3CD6FA4770AAFE39087F4AB047ADC4671A40C4E155F260AC94293D8E9ABCF54894FC27699382F85163376E4DEABF8F75BAD390CD6756C676B413568A6466D9AA2EF98B6CC55902E5C6C6CF5749DF50A8CC7755A7A51E5C71E44FEE8FDDC6AA0C64A9AF4DAE83530DEA51CB89F9FF679E4520A386F6A18ED82A78F6DE7D3DD1E94703DE429F0613B0C509205F8F9B4576A69E135F3EC2563826429A4D16B1BE275B97149F76B07A28EB66380C3488EB77D0C30577426920C5BEF42C2D607893D9B9D5F5BD1C88A3F83EDA0B775F8490713340DA5E300035C98AECBAFA0C455CF8439DE1B1E10F8297AEF5100C06F6C386936D82259D82FF44E4E4644F45EA7600D8F493A139C3355A7345EEC868AEB7BFC5BDBA74EA4D60C8222F6A615C1D6E033F4869F0D953DC09FF1FA59B19A10D9E922A88D7FCC5F39C0DCE071D59A4B543258C566CABB7C5B0D9923EE2720FA91782AB8B734569778ED74FB7A00AD87F8EE2C2DC5BF37BCD88C417FC6F3B25DB5E5C95EA27C56695077DFA0474FE1A89855498BE127399CA4E70B2C518C15B5C78507A0AF76416167345DEC527E92707101AB66D07621F1A8D9EE8870F9F9D6485C148DCA7C14A520EFCB1672BE30973254C6DA8B469D0465CF06740A5ADEAD5987A54043B5549A5B8BC80C29E443CC397C7C519E6B67B5B14C10B090E600E9B84640788A5B23F3ACD76376829AD42A3407C2CC85AF42992B9DE859CC8D4FB603A85A72523B5155327913EA20185DBF332D3816EBF28FDD4455C6721B1096B4DD1AD7C3190D1B9258FBD14C2421370C572FDA16B14836FDF5E90EC771FDD0C072BEEEC7697D89FC2BCCC86C22A7F5FBA2C951E41AC80BEBEE400C53C133D0EE0FC2B3BC243E139EC018EAA5A7018ECDD11E00B71C410705245FDED6E8C30E9D85810C4DBEF0ABF6B551E75B553214DA05A530E67B54B3DBF744CD56536DB336BA6F0375018DC6373BF500724CA1CA836716019E5238A53098", + "ADVISED", + "AE", + "AEI", + "AEON", + "AEx", + "AF", + "AFAIK", + "AFE", + "AFT", + "AFTER", + "AF_INET", + "AGAIN", + "AGE", + "AGREEMENT", + "AGRICOLA", + "AI", + "AI(chatgpt", + "AID", + "AIK", + "AIL", + "AIM", + "AIN", + "AIO", + "AKE", + "AKP", + "AL", + "ALE", + "ALIBABA", + "ALK", + "ALKHAIMAH", + "ALL", + "ALS", + "ALSO", + "ALWAYS", + "ALY", + "ALhamdulilah", + "AM", + "AMAZON", + "AMAZON.COM.BE", + "AMAZON.SE", + "AMC+", + "AME", + "AMMdefi", + "AMOUNT", + "AMZ", + "AN", + "AN+RN", + "AN+RN+NAME", + "ANA", + "AND", + "ANDROID", + "ANK", + "ANNOUNCMENT", + "ANOMALY", + "ANS", + "ANT", + "ANTIPUBLIC", + "ANY", + "ANYTIME", + "ANZ", + "AOO", + "API", + "APIs", + "APK", + "APPLE", + "APPS", + "APTRA", + "AR", + "ARAB", + "ARD", + "ARE", + "ARGyw9ht6z0wKFOhmI.", + "ARI", + "ARKANIAZ_mds_35k.txt.txt", + "ARM", + "ARP", + "ARRESTED", + "ARRIS", + "ARS", + "ART", + "ARY", + "AS", + "ASAP", + "ASE", + "ASI", + "ASK", + "ASP", + "ASPX", + "ASS", + "ASSIST", + "AST", + "AT", + "ATA", + "ATE", + "ATM", + "ATZ", + "AU", + "AUD", + "AV", + "AVA", + "AVAILABILITY", + "AVAILABLE", + "AVAST", + "AVE", + "AVOID", + "AVs", + "AWAY", + "AWIDIAWDJ", + "AYS", + "AYUDHYA", + "AZ", + "AZN", + "Abhinav6", + "About", + "Abraham", + "Absolutely", + "Academy", + "Accept", + "Access", + "AccessMan44", + "Account", + "Accounts", + "Accumulator", + "Ace", + "AceHCF", + "AceHCF_IPs_95.txt", + "Active", + "Actual", + "Actually", + "Ad", + "Adams", + "Add", + "AddMeFast", + "Added", + "Address", + "Adgasgsagg", + "Adidas", + "Adm", + "Adm.", + "Admin", + "Administrador:41860187edd10b3ea37bb3092d081830", + "Administrator", + "Adobe", + "Ads", + "Advance", + "Afghanistan", + "Afo", + "African", + "After", + "Aged", + "Agency", + "Agent", + "Agreed", + "Ah", + "Ai", + "Air", + "AirPods", + "Aj|", + "Ak", + "Ak.", + "Al", + "Ala", + "Ala.", + "Alabama", + "Alaska", + "Albayrak", + "Alberta", + "AlbinBerrycloth", + "Alcachofo", + "Alchemist", + "Alferia.eu", + "Alipay", + "All", + "All.txt", + "AllForOneSurvival", + "Alles4you", + "Allison", + "Alpha_Teamspeak_IPs_205.csv", + "Already", + "Alright", + "Also", + "Altho", + "Alvaris", + "Always", + "Am", + "Ama", + "Amazing", + "Amazon", + "Ambition", + "America", + "Americanexpress.com/seller", + "Amia", + "Amount", + "Amounts", + "Amz.one", + "AnK", + "AnarchyHCF_IPs_480.txt", + "And", + "Andaria", + "Andrew", + "Android", + "Anti", + "Antibots", + "Antivirus", + "Any", + "Anyone", + "Anyway", + "Anyways", + "Apache", + "Apart", + "App", + "Apparently", + "Appeal", + "Apple", + "AppleWebKit/605.1.15", + "Applefight.fr", + "Applies", + "Appreciate", + "Apr", + "Apr.", + "April", + "Apt", + "Arcade", + "Archived", + "Arcosia-PvP.fr", + "Are", + "Arefy_XF.sql", + "Argos", + "ArgumentParser", + "Arium_IPs_435.txt", + "Arivi.pl", + "Ariz", + "Ariz.", + "Arizona", + "ArizonaHCF", + "Ark", + "Ark.", + "Arkadia", + "Arkansas", + "Around", + "ArticleNinja", + "As", + "Ashitbag", + "Ask", + "Assalamualaikum", + "Assured", + "Astro_Buycraft_Logs_130.csv", + "At", + "Aternos.org-dehashed.txt", + "Aternos.org_899k.txt", + "Athenia", + "AtomicSkull_IPs_345.txt", + "Aton2.com_Buycraft_DB.txt", + "Attackers", + "Attention", + "Aug", + "Aug.", + "August", + "Aurelius", + "Aus-Craft.net_Emails_DB.txt", + "AussieMC_Buycraft_Logs_300.csv", + "Australia", + "Australian", + "Austria", + "AuthMe", + "AuthMe.txt", + "AuthenticationException", + "Authme.txt", + "Authorization", + "Auto", + "Auto+Garant", + "AutoAddPolicy", + "Autobuy", + "Autochthonous", + "Automating", + "Available", + "Avatar", + "AverFight", + "Average", + "AviatorCraft", + "AviatorCraft_Buycraft_Logs_2.2k.txt", + "AviatorCraft_ForumSQL.txt", + "Avoid", + "Awesome", + "AxinaMC.fr", + "AzoniaGames.fr", + "Azulos", + "AzurixePvP.fr", + "B", + "B'd", + "B.S.C.", + "B07", + "B16", + "B17", + "B18", + "B19", + "B20", + "B21", + "B2B", + "B2C", + "B4117740000006265", + "B4117740000006265^SHEA", + "B83131", + "B8B", + "B:2", + "BA", + "BAB", + "BACK", + "BAI", + "BAN", + "BANCO", + "BANGKOK", + "BANK", + "BANKASI", + "BANKBOSS", + "BANKS", + "BANKTHAIPUBLIC", + "BANNED", + "BARCLAYS", + "BARODA", + "BARTSHOP", + "BASE", + "BE", + "BE/", + "BEC", + "BEE", + "BEEN", + "BEING", + "BELOW", + "BER", + "BEST", + "BETTING", + "BETWEEN", + "BEWARE", + "BF", + "BFk", + "BG", + "BIG", + "BIGGEST", + "BILLION", + "BINs", + "BIT", + "BITCOIN", + "BITDEFENDER", + "BJS", + "BLACKBULLET", + "BLANK", + "BLE", + "BLOCK-----", + "BLY", + "BMS", + "BNPL", + "BOA", + "BOHOO", + "BOOKS", + "BOS", + "BOT", + "BOTH", + "BOTNET", + "BOX", + "BR", + "BRO", + "BROKI", + "BROO", + "BROOO", + "BROOOOO", + "BROOOOOOOO", + "BSD", + "BSG777@exploit.im", + "BTC", + "BTC\\USDT", + "BUG", + "BUILDER", + "BUMP", + "BUMPPP~~~~", + "BUNCH", + "BUSINESS", + "BUT", + "BUY", + "BUYER", + "BY", + "BZ", + "Baceux", + "Back", + "Backdoors", + "BacklinkMaker", + "Backlinks", + "Backstab", + "Backstab@thesecure.biz", + "Baki", + "Balance", + "Balrog777", + "Ban", + "BandaliCraft_IPs_57.4k.csv", + "Bank", + "Banks", + "BanterUHC_Buycraft_Logs_470.txt", + "BariHonk", + "Base", + "Based", + "Bash", + "Battle.net", + "Bay", + "Bayron", + "Be", + "BeastPrisons", + "Become", + "Been", + "Before", + "Believe", + "Belk.com", + "Bella", + "Below", + "Benefit", + "Benefits", + "Bennett@#899334238323", + "Berat", + "Berkmetal54949692", + "Best", + "BestChange", + "BestLink", + "Bestbuy.com", + "Bestbuy.com/seller", + "Better", + "BfJ", + "Bi6tuqJ5", + "Big", + "BigProof", + "Biggest", + "Billing", + "Bin", + "Binance", + "Binder", + "Bing", + "Bis", + "Bitcoin", + "Bjorka", + "Bjv", + "Black", + "BlackSpigotMC", + "BladeXXL", + "Blaster", + "Blitz", + "Blizzard5", + "Blockchain", + "Blockedup_Emails_DB.txt", + "Blockmadness.com_Buycraft_DB.txt", + "BluTV", + "Blue", + "BlueHairLiberal", + "Bluevine", + "Bob", + "Bodies", + "Bodyguard", + "BofA", + "Bolt", + "Bombings", + "Bong", + "Bonjour", + "Book", + "Bot", + "Both", + "Botnet", + "Botnets", + "Bots", + "Bottertopg", + "Bought", + "Brain.fm", + "Braintree", + "Brazil", + "Brazzers", + "BreachForum", + "BreachForums", + "Breached", + "Breaking", + "BreakingSecurity", + "BriKK", + "Brian", + "Bright", + "Brightdata", + "Bring", + "Brion|Richards|33", + "Britain", + "BritneY321", + "Bro", + "BrokerService@local*$076CF2D441C38149EE67CE12F0AD0D60$CFFC7AE3E52789CB4B53F1F3B50A4C7D8AD3787BE1580D0462CAB351A537FFF4D6C12C6EBD8DD51D927EC6C5C5F35E3EF509306B4FC5E8D00898E70A203764702E92CD567899763AE6D4EBE9309BB332184C9BDEFE81D9F602795B76FAC22A222BD7019C7DE6DB03A000EEB7B307207C312A70F448E06F7207B99106C39E9808EF4897F560B92D6B0FDB8837AFAACF2A0A164FA5EF319BFFE79B95D59A74787B2A7F85194E707890F9CCE7EDF2E7972A83BB138979B69F12CD22F81731CBE99EA3C45C50CE391B8B21D80AF5CDC1C49B4D32E5D8FEC5A228C1B9C8406D4A9265591F6403DE12CE9483F53060B327F12F708DB0B60C3C925228179859C62627EF66B11F11584B87AC5DD87B508E867D233134403EBCB205FA616C2C485BDAD3B5370226331C0EAC2A939D85488FCE0741DF5E52D5921FD172FEEF4102DC7F72E90F0A546552A76C7D61F5084FA7735E24B483E573FAF2BEC186136620952DCBD01AE014CFE0CD1E40F3BC0B7B21AD7AB5521233AE9FCF3985A7E2E374A761DB3693C295989A72E5C6476231301D446988F78A076CC60A0FF74F918FA521099DE71C2DBBC15787DB16166D6B481549C6914C0A75B8C7B2BF4F121A4D03F28ED3072944E900050EE3844E8ECB678B230F5EF5867A625DB6C4767D31C9C2C2CD29D1FC68A86A59C0D90D585B9BC865EA1FA26AFA381D479F9FF20E727319DE448C52F331F1AB140225AA21367671E7788F2BFCF617392670E7A80CDD3E00FD9FFF53D6D6B1F2424E260EA7D2BA4B56F24F06C88A414BC9B1C3D8C448F302331362B8FA3EFB5A1D4CE3E0523ECE1683FDF65B6D0BEC0203951E0040B0D3A6DE02D59487D9BEDFB031900915A78ABA946B3AD2C3C3D82C1DC89C8C02E64C7BEA127D87409AFC3D9277FBFA08E917E2F4B21BF2A33569559129EDD912EF4B2FB24C3AB9D3A22661E760D95EFB4D434EF80C40104308C1D9E89D0FF7D87172895546FB37845A553132B40DBB7A4DE2F90E2AB9E045C888C25980DD3888122E3C345740D994A319F34582F50F70FC9A1EC0EB6A93032E924D5496F8881CA7C460B3A4D2BAE60FFFF572AB9E6F359A6D8A022B7B42636264B069A378696407377FCB3A151CA623452E8BFDE35C0D2186A6D2CB901CF5CE223B50FCC616FC3FC327884BACBD0B82CAEEEB6E90099C5F14DD9C53D482E613C33791D2527D09C2431892AE0BD27BDFCC44D9945787B2BFDD5C345E102C2773B1B5C0D862F29834D5772996602F73412FA2358E2175456B0763E20799589B79B1D22DEEDC8A3EE3CB6F053396C4085A8DCB7C4428EB3B35C457D4AEED35E6B14AD81E1B8F3191BBD64EB3810A841F5D3EEACDE382481EEFFEBAB2AA24811DA200DBDAA8B4DB3A4A75D0D37795F3382B83EB0BED6E0D97586BE27C249A4C2043140CFF01DEA3CE85812BA5D2A27A8A9C3EA16A44A13B83DF2A27994B299E3A4FF5C32D569FADC3571651E3D9854518FCF370BB27DF83BF84CE3D65B34DB787A1CAA0984E15FEBEA3057DE56BF99BBB0C4A359A6780BE06BCF350952D7B6F8A222D3DA9C98B477D3358A1BD05D098C329E5912C13F5AC83B42FF6C1D2E4C2B55844D4CEE52DF93E66F26F914BFE2314D7E7ECE5B140EE9CAE1A58129334191524E9894165F94CB2040F7D68F5843DF363C9EBFC81E0513FF395284F40E7872AD0BE9BABA36A40765193FA75128DBFA5F76219273D2A70EAC0E3CA0AF2377C0A5A35C1B7B43D47C951C473538898A961834F713E112C344335E4A3B8CC4D903C461ECBBC1ADC1293C92F3D73B236FB0DCB62725016C35CE9C96C967F5F269F9CA74E998D341BCC39DC3390E3C95D5531D2F3D5B19F8C9153F2F2E9F2BB228DEE83700F00CDE2D67CDD4156E231CD93A1A1EEB663E8D8546DED29439A2A110AA29803BD001B342A45384B4C622CAC9E1ECA7361D5C0A42694109B20D6BE7DFF645353A96681A1286A7E311751CBF8390726851097093C30BFD4B872E6DF7441B089AB1F807594FF3697DDFFE9EA38BA60B7AAEDBA5A61878885C97193D3086C4E792F7BA623CD3334FC2AEA9C2F156D6AC6A95E055266FDC796DE497CBD1A12B33FA91F6E3634E4353AB708AC4F5AA5E9BA06C304DFF31D203D3C28897A1EDFF3429752B5B4A940D9FE43D5860234FD8DE1FF13B336D6234CE607AA9A547C25AD176B765694DC676CF1C5FAEE7F7CDDBC81A906A01434480A3255CFF48C259AA6CE57DF2DF7A9BC8408C98E6A171D6EA06F7ECF918E577BD7591437F78781AD011420ABAB4600F3E86A7D53792C21D6323D2C8679E7BC0C2029AB973E0770999EA78861D6F2D8BF7CEDFEA2B46B3BB07446FC236A64C05943734B699D0631E342403E951D3B5924203678B50FBE81E4C85E88195EB520937EA684CB41A60FE4A337C8B0CBCCC04359D2A558DA078DAACAE9616ADB1F8C5DDEC5F933BB1A2606210635B36DD761EE33FB63DC468F40FBF6C1F73616FEE6B58C3168B7CE8D9A5D8F71DD2F4E22CBA72D45DABBD608EFBFF8E53627D78C06A272F67A5BF1E6A0610CA4E133006DFCAC25A19920D9346D81DF4DB806B71FC25C1F1C54251B705DD0CC240EFA854EF35A7BA6851FEED0B07DDE79BD030AA2BC63BFC53B93EE7CD0C943083AA110EE36CA6087FD9507DAE7CC8443B798D4AE5D2C1FE8C500E6630660F5971C39908CA72A5DFA9299D0495C384B1B16FBE66DD4EB1BFBB9975163C06A5B628E4D5F0FFCD973D66BE7CAF67044D1A3555B630D92A5CB4215AA8C6927FEE0CE08823D0E10139D7495E3D9500B54A739E64C4480111C91CF22B4E68AEDCE3CE5C115C8DC25665A7B0760D17D1C44747E82DC692C416E11065166BAC35A2A35CF73CF4A3565EF707ADE24DB37894E99BE3A81820F30417A7C61D80C2DDC8092EA4FA9BD3F8016652AFC73CD7068AA5153BB418E63CC9D6B8D0B080781C11587B2F162A3843B341F4B370E2EB1B60B150194E919BA7A07B212A713D1ECED57A7C50B43089D46CCBB28E3061D35BC3387D4D889B98C598F48BEDD6832DB5664F909C0A9CA0F3CA2A5EFB025E391489FC5ADB712E3A26E4DB982BF4908304F4BFABBD06A6430E066FCECC23F3CF4E2448D5771FB6C5A1CCA8495F7DFD3935DFDAF363680196015D6A8453448A14861A33851AC0E9FC468E575C0A0A1AC446726C5B6DE5F21DA55FEC3E7D1223EEB555AE438FD5A5404B1CCB8050CDE263A5D10C3283C000502BEFA992A90CC43276A387628A9245F9EE0C783D8588D919DE072F3F8F88BF1FC36D2AFE16B4F6C6B35490C216E995EBBF01FF65A3B095EC79FECD9A4647232BCF89C591A553EBE9A10080016C30E80ADB29D30DF41A0B25D90F0AFB764239CFBE46CB32E01563F619A217EDDDF90536F94108B2BBE807382011EB827100DA7EAA0A35C1953BD6A74DB15A204837F5D9F740D3C668D347E88B477274DBACABF0A5DBA6AF73010165D5C995DEF0EFCCE2A03D03F4EBC3357F79E63E911BD318827D3FE93447F6DA3953A95FA8B07383AB78C9B4D5FD8C4CECD908D913EF5EECCBAA550B8FE2258EE5672C37649304B1202401EAC3CB018360DCFCF4A580B3FE5A3F0CCBB037F6F07FD636CBFAC30A98A10C498FD25193AE68D8799A43FE816C4DC1F129B4E6F92F30CAA7DD5FDAE4128A7B634A7047E", + "Bros", + "Bros.", + "Brother", + "Brothers", + "Browser", + "Bruh", + "Brush", + "Brutal", + "BrutalFactions_Staff_50.txt", + "Bruteforcer", + "Bubble", + "Bucha", + "Budget", + "Buffalo", + "Build", + "BuildAndCraft.eu", + "BuildCraft_1.3k.txt", + "BuildID", + "Builder", + "Bulk", + "Bullet", + "Bump", + "Bumping", + "Bumpington", + "Bundles", + "Burp", + "Bush", + "Business", + "But", + "Buy", + "Buycraft.txt", + "Buyer", + "Buyers", + "Buying", + "Buzzplex_E-Mails_100.txt", + "BvDvWI8Hf", + "Bw7", + "Bx", + "By", + "Bypass", + "Bypassed", + "C", + "C'm", + "C)2", + "C++", + "C.", + "C.U.", + "C09", + "C1", + "C2", + "C20", + "C206T15", + "C2AE", + "C2Matrix", + "C2P", + "C9FF", + "C:2", + "CA", + "CAA", + "CAL", + "CAM", + "CAN", + "CANADA", + "CANNOT", + "CARD", + "CARTP", + "CAT3K_CAA", + "CAUSE", + "CAg", + "CB", + "CB2", + "CBS", + "CC", + "CCC", + "CCO", + "CCS", + "CCscan", + "CDN", + "CE5", + "CEEF869BE89CAA98228F8E5AEE23E1C48609F8646F61840BD969C7974D3EAC0E3D03306DCEE5", + "CEM", + "CENTRE", + "CES", + "CFR", + "CG3700EMR-1CMNDS", + "CH", + "CHANGE", + "CHARTERED", + "CHAT", + "CHECK", + "CHECKER", + "CHECKERS", + "CHIME", + "CIMB", + "CIS", + "CITADEL", + "CITADEL.CORP", + "CITRIX", + "CLICK", + "CLOSE", + "CLOUD", + "CM8", + "CMS", + "CO", + "COBALTSTRIKE", + "COCK.LI", + "COINBASE", + "COINIFY", + "COINPOT", + "COMBO", + "COMBOS", + "COMING", + "COMMERCIAL", + "COMMUNITY", + "COMPANY", + "CONFIGS", + "CONS", + "CONTACT", + "CONTAINS", + "CONTENT", + "COOKIES", + "COOL", + "COR", + "CORP", + "CORPORATE", + "CORPS", + "COURSE", + "COi", + "CPANELS", + "CPENT", + "CPN", + "CPU", + "CR", + "CR2DCmrZK1S", + "CREDIT", + "CRITICAL", + "CRSN47", + "CRTE", + "CRTO", + "CRTP", + "CRUNCHYROLL", + "CRYPT", + "CRYPTO", + "CS", + "CS+CR", + "CSCOE+", + "CSP", + "CT", + "CTF", + "CTR", + "CTS", + "CVV", + "CZ", + "C_Reative", + "Ca", + "Calif", + "Calif.", + "California", + "Californium", + "Call", + "Calls", + "Calm", + "CameFromBreachForums", + "Campaigns", + "Can", + "Canada", + "Canva", + "Capital(zelle", + "Capture", + "Captured", + "Carbon", + "Card", + "Carding", + "Cards", + "Carfyue", + "Carroll", + "CarterCartier", + "Cashapp", + "Cashout", + "Casino", + "Cassandra|Burke|200", + "Catcher", + "Cause", + "Cc", + "Ccg1998", + "Cdep3890", + "CeaserRodregaz", + "Ceci", + "CentrixPvP_E-Mails_10.3k.txt", + "Cert", + "Certificate", + "Certificates", + "Certified", + "Certs", + "Cesar240908", + "Challenges", + "Changing", + "Channel", + "Channels", + "Chapple", + "Chapter", + "Chase", + "Chat", + "ChatGPT", + "Cheap", + "Cheapest", + "Check", + "Checker", + "Checking", + "Checks", + "Cheers", + "Chemical", + "Chessium_IPs_7.1k.txt", + "China", + "Chinese", + "Chocolia.eu", + "Choice", + "ChooChoosMC_E-Mails_1k.txt", + "Choosing", + "Christ", + "ChromeMC_Buycraft_DB.txt", + "Ci/", + "Cisco", + "Citrux", + "City", + "CityCraft_Forums_29k.txt", + "CityPrison_IPs_16k.txt", + "Claim", + "Claimed", + "Clean", + "Cleanse", + "Clearing", + "Click", + "Clips4sale", + "Cloud", + "CloudEscape_Emails_3.5k.csv", + "Cloudflare", + "Cloudnet", + "ClyroPvP", + "ClyroPvP.txt", + "Co", + "Co.", + "Cobalt", + "CobaltStrike", + "Code", + "CodeRedTestServer.txt", + "CodeSign", + "Codeacademy", + "Codecademy", + "Coder", + "Codes", + "Coins", + "ColdNetwork.txt", + "ColdNetwork_Buycraft_Logs_732.txt", + "Colo", + "Colo.", + "Colombia", + "Colorado", + "Combo", + "Combolist", + "Combos", + "Come", + "Coming", + "Command", + "Comment", + "Community", + "Company", + "Compile", + "Compromised", + "Congratulations", + "Conn", + "Conn.", + "Connecticut", + "Connection", + "Consider", + "Considering", + "Construction", + "Contact", + "Contacts", + "Content", + "Contextual", + "Contribute", + "Contributing", + "Cookie", + "Cookies", + "Cool", + "CoolNet", + "Cooper", + "Copywriting", + "Coronavac", + "Corp", + "Corp.", + "Corps", + "Cos", + "CosmicPvP_Forums_200k.csv", + "CosmouzX", + "Could", + "Countries", + "Country", + "Courage_Teamspeak_IPs_246.csv", + "Courses", + "Coz", + "Cpn", + "Cpp", + "Crack", + "Cracked", + "Cracking", + "Cracks.txt", + "Craft", + "CraftBlock_E-Mails_2.5k.txt", + "CraftRealms_Buycraft_DB_2012.txt", + "Create", + "Creation", + "Creative", + "Creator", + "Credential", + "Credentials", + "Credit", + "Crediting", + "Credits", + "CrossFire_1k.txt", + "CrowdStrike", + "Crunchyroll", + "Crypt", + "Crypting", + "Crypto", + "Ctrl+F", + "CuddlyBear", + "Cup", + "Curbside", + "Curiosity", + "Curiositystream", + "Currently", + "Custom", + "Customer", + "Customers", + "Cuz", + "Cybersecurity", + "Cylance", + "Cypher", + "Czech", + "C\u2019m", + "D", + "D.", + "D.B.", + "D.C.", + "D1", + "D18B", + "D1SCLA1M4", + "D27CC19D390182BE7935139A927979F09DAE82427ED4AD4B3EF006236220D44CB608E1593CE5", + "D4RDVL", + "D5B12aki3DOpp0", + "D5qZFLHwc", + "D7", + "D8v", + "D9u", + "DA", + "DAILY", + "DANTE", + "DATABASE", + "DAY", + "DAZN", + "DB", + "DB.txt", + "DBMS", + "DBMSes", + "DC", + "DC.CITADEL.COR", + "DC.GLACIS.CORP", + "DC1", + "DC6", + "DCAngel", + "DCB", + "DCS-930LB1", + "DDD", + "DDDD", + "DDF4", + "DDoS", + "DE", + "DEALS", + "DEBUG", + "DED", + "DEEM", + "DEFPUB", + "DEFPUB.LOCAL", + "DEL", + "DEN", + "DEO", + "DER", + "DEVELOPMENT", + "DF4", + "DF78", + "DGE", + "DGLN24XU537AMCM8gHfNmqfsYkXRGNKc9k", + "DHABI", + "DIAMOND", + "DIDN'T", + "DIFFERENT", + "DIR-100", + "DIR-600", + "DISCORD", + "DISCOUNT", + "DISCRETION", + "DISTINCT(IFNULL(CAST(schema_name", + "DIT", + "DIY", + "DJonson", + "DK", + "DL", + "DLE", + "DM", + "DM'd", + "DMC", + "DMCA", + "DMSecRansomware", + "DNA", + "DNAing", + "DNS", + "DO", + "DOB", + "DOC", + "DOCS", + "DOCSIS", + "DOCUMENTS", + "DOCX", + "DOES", + "DOM", + "DOMINOS", + "DON'T", + "DONE", + "DONORS", + "DONT", + "DORK", + "DORKER", + "DORKING", + "DOS", + "DOWNLOAD", + "DP/", + "DPs", + "DR2", + "DSP", + "DUBAI", + "DUE", + "DUMPER", + "DUMPING", + "DUPE", + "DUTY", + "DVL", + "DW", + "DYNAMIC", + "Daily", + "Dame", + "Damn", + "Dang", + "Danny", + "DarceCraft", + "Darcecraft.com.txt", + "Dare", + "Dark", + "DarkAngelOF1", + "DarkFadePvP_Buycraft_Logs_30.txt", + "Darkfight", + "Darkheroesmc.txt", + "Dashboard", + "DatPixel_Emails_DB.txt", + "Data", + "Database", + "Databases", + "Datacenter", + "Date", + "Date).getTime", + "Date:2023", + "Dates", + "Dating", + "DawnCraft_Buycraft_Logs_745.csv", + "Days", + "Dazn", + "Db.txt", + "Dbz_Logins_5.8k.txt", + "Dcw", + "DeFi", + "Dead", + "Dear", + "Death", + "DeathNote", + "Dec", + "Dec.", + "December", + "DecimatePvP", + "DecimatePvP.com.txt", + "Dedicated", + "Deezer", + "Defence", + "Defender", + "Defiance_TeamSpeak_IPs_180.txt", + "Defiance_Teamspeak_IPs_45.txt", + "Definitely", + "Definition_Teamspeak_IPs_20.txt", + "Dehash", + "Del", + "Del.", + "Delaware", + "Delivery", + "DeltaHCF_E-Mails_100.txt", + "Demo", + "Demon", + "Demons_Teamspeak_IPs_140.txt", + "Denji", + "Denmark", + "Dentistry", + "Depends", + "Deposits", + "Derycube.fr", + "Desktop", + "Desteria_E-Mails_25.9k.txt", + "Desteria_IPs_908.8k.txt", + "DestinyPvP", + "Detailed", + "Detector", + "Detectors", + "Detuschland", + "Developer", + "Development", + "Device", + "Dey1337", + "Dezrick|Powell|2600", + "Diabolic", + "Diamond", + "DiamondFox", + "Did", + "Different", + "DigiKeyboard.sendKeyStroke(0", + "Digital", + "DildoFagins", + "DimmuBurgor", + "DinastyMC", + "DirCloner", + "DirecTV", + "Direct", + "DirectTV", + "Directory", + "Disc0rd", + "Discord", + "Discord:-", + "DiscordTokenLogin", + "Discount", + "Discover.com", + "Discovery", + "Discoverycraft.de", + "Disney", + "Disney+", + "Disposition", + "DjP", + "Djon3Volta", + "Dm", + "Dn5", + "Dndndndnnddp", + "Do", + "DoKitO", + "DoS", + "Doc+Docx", + "Document", + "Documents", + "Doe", + "Does", + "DogTv", + "Dogecoin", + "Doigcraft", + "Doin", + "Doin'", + "Doin\u2019", + "Domain", + "Dominos", + "Donate", + "Donating", + "Donation", + "Done", + "Doorbell", + "Doordash", + "Dork", + "Double", + "Doubtful", + "Download", + "Downloader", + "Downloads", + "Dr", + "Dr.", + "Draining", + "Drake_Teamspeak_IPs_155.csv", + "Drakoria.fr", + "Drawlife.eu", + "Drena_Teamspeak_IPs_25.txt", + "Drive", + "Driving", + "Dropbox", + "Droplets", + "Drugwars_IPs_13.txt", + "DtS", + "Dude", + "Dujunayan", + "Dump", + "DumpMen", + "Dumping", + "Duolingo", + "During", + "Duty", + "Dvze", + "DwP", + "Dwight", + "Dynam1c", + "Dynam1c@thesecure.biz", + "E", + "E'd", + "E.G.", + "E.g", + "E.g.", + "E/", + "E38xgMzDoUhCKHcz5v", + "E46", + "E57", + "E66", + "E6jjds37HN", + "E75E9544618128DDD730C68467BEEF57BCF8303BF493B5EFB77C6094D684AD3F339ADCDF2CB2", + "EACH", + "EAD", + "EAK", + "EAM", + "EAR", + "EAS", + "EASIEST", + "EAST", + "EAT", + "EB", + "EB'd", + "ECH", + "ECK", + "ECT", + "ECs", + "EDIT", + "EDITOR", + "EDR", + "EDUCATIONAL", + "EDs", + "EE5", + "EED", + "EEE", + "EEM", + "EEN", + "EEP", + "EEc", + "EGA", + "EIN", + "ELF", + "ELL", + "ELS", + "ELSE", + "ELY", + "EMAIL", + "EME", + "EMI", + "EMIRATES", + "EMPLOYER", + "EMY", + "ENABLED", + "END", + "ENG", + "ENJOY", + "ENT", + "EOI", + "EON", + "EOS", + "EPA", + "EPICGAMES", + "ER-", + "ER6", + "ERE", + "ERO", + "ERROR", + "ERS", + "ERY", + "ES", + "ESBANK", + "ESCROW", + "ESE", + "ESET", + "ESH", + "ESKISEHIR", + "ESP", + "ESPN+", + "ESS", + "EST", + "ETE", + "ETHEREUM", + "ETS", + "EU", + "EUM", + "EURO", + "EU]/seller", + "EV", + "EVERY", + "EVERYTHING", + "EVM", + "EXCHANGE", + "EXE", + "EXEC", + "EXT", + "EXTREME", + "EYE", + "EYS", + "EZFTID", + "EagleHCF", + "EagleHCF_IPs_87.6k.txt", + "Eaq", + "Earnapp", + "Eclozia.fr", + "Edencraft.fr", + "Edit", + "Edited", + "Edition", + "Edu", + "Education", + "Educations", + "Efficiency", + "EgypthiaMC.fr", + "Eight", + "Eisenhower", + "Ekstazy.eu", + "Electrical", + "Elenox.net", + "Elitios", + "ElixirPvP_E-Mails_30.csv", + "Ellens", + "Elm", + "Elorzia", + "Eltek", + "Email", + "Emails", + "Emails.txt", + "Emails.zip", + "Emmeellee#1", + "EmpireEyes.fr", + "EmpireMinecraft_E-Mails_7.7k.csv", + "EmpireMinecraft_Emails_DB.txt", + "Ended", + "EnderCraft_BuyCraft_DB.txt", + "Endinrio", + "EnergyFIGHT", + "EnforcedMC_Buycraft_Logs_1.3k.txt", + "Enforcement", + "Engine", + "Engineering", + "English", + "Enjoy", + "EnjoyGen_Logins_400.txt", + "EnozFaction.net", + "Enter", + "Enterprise", + "Enumerating", + "Enumeration", + "Envato", + "Environments", + "Enzyme", + "Ephesia.fr", + "EpixMC", + "EpsilonMC.fr", + "EpsilonMC_Forums.txt", + "EquitableEngineer", + "Eqx", + "Er504B", + "Eronit'\u0430", + "Error", + "Error(1", + "Eryzia", + "Esc", + "Escalation", + "EscapeRestart.com_Emails_DB.txt", + "Escrow", + "Espn+", + "Estate", + "EternityTeam", + "Ethereum", + "Ethics", + "EuraCraft", + "Europe", + "Evadav", + "Evangelion", + "Eve", + "Even", + "Everest", + "Every", + "Everyday", + "Everything", + "Evidently", + "Evil", + "EvoluCraft.fr", + "EvoniCraft", + "ExG", + "Exam", + "ExamServices", + "ExamServices#4864", + "ExamVM.CITADEL.CORP", + "Excalibur-craft.ru", + "ExcaliburCraft(hash", + "Excel", + "Excellent", + "Except", + "Exchange", + "Execute", + "Executor", + "Existing", + "Expires", + "Expiry", + "Exploding", + "Exploit", + "Exploit.in", + "Exploitation", + "Express", + "ExpressVPN", + "ExpressVpn", + "Extractor", + "Ey9TQjIe08NmrRwXqNMweMk7qNIkxEU3ULZHY4b9Hb0=", + "Eye", + "F", + "F.", + "F.A.K", + "F.A.Q", + "F1", + "F78", + "F:2", + "FACEBOOK", + "FAKKEEEEE", + "FANSLY", + "FAQ", + "FARGO", + "FARMERS", + "FAULT", + "FB", + "FBE9D6A646C04F793B314B737D119F3C96689B8B", + "FBI", + "FEB16", + "FEB17", + "FEB18", + "FEB19", + "FEB20", + "FEB21", + "FEBbonus", + "FEDs", + "FER", + "FID", + "FIE", + "FIFA", + "FILE", + "FINANCE", + "FINANCIAL", + "FIND", + "FIRST", + "FIT", + "FITBIT", + "FJ", + "FL", + "FLEXIBLE).So", + "FOOD", + "FOR", + "FORT", + "FORTNITE", + "FOS", + "FP", + "FR", + "FR+US+GB", + "FRAME_END", + "FREE", + "FRESH", + "FRESHLY", + "FROM", + "FRONT", + "FRONTEND", + "FS6", + "FT", + "FTP", + "FUD", + "FUD@", + "FULL", + "FULLZ", + "FUTTAIM", + "FWapXmWsXMbDvOdYuuS", + "FabegeZippo", + "Facebook", + "Factasia", + "Factions", + "FactionsLab_E-Mails_900.txt", + "Fadegen.pw.txt", + "FaithfulHCF_Buycraft_Logs_1.8k.txt", + "FaithfulHCF_Buycraft_Logs_30k.txt", + "FaithfulHCF_IPs_34k.txt", + "FaithfulMC", + "Faithful_Buycraft.txt", + "Fake", + "Falcon", + "False", + "Family", + "Fapping", + "Farisun.fr", + "FarmCraft_Buycraft_Logs_35.csv", + "Fast", + "FastlyCrafted_Teamspeak_IPs_240.csv", + "FazyMalone", + "Features", + "Feb", + "Feb.", + "February", + "FedEx", + "Fedex.com/seller", + "Fedora", + "Fee-", + "Feedback", + "Feel", + "Feeling", + "Fees", + "Fesh", + "Fez", + "Fffffuck", + "Fg2Uqcjd", + "Fg2UqcjdES", + "Fiddler", + "Fifty", + "Fight", + "Figured", + "File", + "Files", + "Films", + "Filters", + "Finally", + "Find", + "Fingerprint", + "First", + "Fitbit", + "Fitness+", + "Five", + "Fla", + "Fla.", + "FlightRadar24", + "Flix", + "FloRida", + "Flood", + "FloodKilla", + "Flor3s", + "Florida", + "FlowSpy", + "Fltyxy", + "Fly", + "Fo4", + "Follow", + "Food", + "For", + "Forbidden", + "ForceCraft_E-Mails_50.txt", + "Forex", + "Form", + "Format", + "Formats", + "Fortinet", + "FortniteSweate", + "Forum", + "Forum.txt", + "Forums", + "Forums.txt", + "Found", + "Fourwars_Forums_21k.txt", + "Fox", + "FoxPro#9141", + "FoxY", + "France", + "Frankly", + "Free", + "FreeBSD", + "FreeGen", + "FreeGen.txt", + "FreeMrBond", + "FreebuildMinecraft_-_IPs.txt", + "Freedom", + "French", + "FrenchSky_-_IPs.txt", + "Fresh", + "Freshtools.net", + "Friday", + "Friend", + "Friendly", + "Friends", + "Frivan", + "From", + "FrontierFactions_TeamSpeak_IPs_730.txt", + "Frontier_IPs_1.8k.txt", + "Frozenia", + "Frusky", + "Fubo", + "FuboTV", + "Fuck", + "Fuckthaotherside", + "Full", + "Fullmetal", + "Fullz", + "FullzBazar", + "FunCloud", + "FunParty.sql", + "Funcraft", + "Funimation", + "FusionMC.txt", + "FutureCraft_65k.txt", + "FyreUK_E-Mails_26k.txt", + "G", + "G1X", + "G2f", + "G:2", + "GA", + "GAL", + "GAMBLING", + "GAME", + "GAMES", + "GATHER", + "GB", + "GC", + "GDB", + "GDRIVE", + "GE", + "GEARBEST", + "GEN", + "GENERAL", + "GENERALE", + "GENERATOR", + "GES", + "GET", + "GETTING", + "GGG", + "GHT", + "GIFT", + "GIN", + "GIN784jOQ", + "GL", + "GLACIS", + "GLE", + "GLOBAL_OFFSET_TABLE", + "GLWS", + "GNOME", + "GNU", + "GNU_EH_FRAME_HDR", + "GO", + "GOD", + "GOLDEN", + "GOOD", + "GOOGLE", + "GOS", + "GOV", + "GOVERNMENT", + "GPAY", + "GPS", + "GPT", + "GPd", + "GRABIAS", + "GRAMMARLY", + "GSM", + "GSTAR", + "GS]", + "GUARANTEE", + "GUARANTOR", + "GUI", + "GUIDE", + "GULF", + "GUY", + "GYK", + "Ga", + "Ga.", + "Gaia", + "GaiaServeur.txt", + "Galastar.txt", + "Galore_Teamspeak_IPs_120.txt", + "Gambling", + "Game", + "GameFly", + "Games", + "GamesMadeInPola", + "Gaming", + "Gamster", + "GamsterBW_SW__User_IP.txt", + "Gamster_Bedwars.sql", + "Gamster_SkyWars.sql", + "Garant", + "GardenMC", + "GardenMC.txt", + "Gas", + "Gd0", + "Gecko", + "Geinwald", + "Gen", + "Gen.", + "General", + "Generator", + "Genesis", + "Geo", + "GeoGusser", + "Georgia", + "Germany", + "Get", + "Gg2", + "Gift", + "Girls", + "GitHub", + "Github", + "Gitlab", + "Given", + "Gmail", + "Go", + "GoaCraft_E-Mails_1k.txt", + "God", + "Gofile", + "Goin", + "Goin'", + "Goin\u2019", + "GoldenAgeNetwork_E-Mails_25.txt", + "Goldmaster", + "Gon", + "Good", + "Goods", + "Google", + "Got", + "GotenGen_Logins_80.txt", + "Gotten", + "Gov", + "Gov.", + "Grabber", + "GracePau15161920", + "Grammarly", + "GrapheneOS", + "Grazie", + "Great", + "GreenGetsBunn", + "Greet", + "Greetings", + "GregoryContmr", + "Grella1337", + "Grimdale_Teamspeak_IPs_150.txt", + "Grin", + "Grizzly", + "Group", + "Groups", + "Grtilley@cebridge.net", + "Guarantee", + "Gucci_Teamspeak_IPs_208.csv", + "Gucci_Teamspeak_IPs_2k.txt", + "Guccifer", + "Guesser", + "Gufi", + "Guide", + "Guides", + "GuildCraft_E-Mails_7.5k.txt", + "Guitar", + "Guy", + "GzelfaqsnQVsVZpRNrtSjqVdeMTZzPGn", + "Gzg", + "G\u8be5\u600e\u4e48\u4e0b\u8f7d", + "H", + "H.F4CP0cu", + "H30", + "H4ms3c", + "H99", + "HAI", + "HAND", + "HAPPY", + "HARD", + "HAT", + "HAVE", + "HAVING", + "HBO", + "HBOMAX", + "HBOVendor", + "HCF", + "HCFPvP_Buycraft_Logs_85.csv", + "HCGames", + "HCGames_Buycraft_Logs_13k.txt", + "HCGames_IPs_114k.txt", + "HCGames_IPs_21k.txt", + "HCGames_IPs_57.3k.txt", + "HCNations.txt", + "HCNations_Emails_1k.txt", + "HCNations_Teamspeak_IPs_200.csv", + "HCRiots_Buycraft_Logs_100.csv", + "HCRiots_Forums_143.txt", + "HCRiots_Forums_Leak.txt", + "HCTeams", + "HD", + "HDR", + "HEA", + "HEM", + "HER", + "HERE", + "HES", + "HEX(IFNULL(CAST(COUNT(table_name", + "HH", + "HHusky", + "HI", + "HIDDEN", + "HIGH", + "HILAL", + "HIR", + "HIS", + "HITOMI", + "HIZ", + "HLY", + "HMA", + "HMAVPN", + "HOD", + "HOO", + "HOP", + "HOT", + "HOUSE", + "HOW", + "HQ", + "HQFactions_Buycraft_Logs_55.csv", + "HQFactions_IPs_230.txt", + "HRDP", + "HSBC", + "HTML", + "HTTP", + "HTTP(s", + "HTTP/1.1", + "HUB", + "HULU", + "HVNC", + "HYA", + "HYx", + "Hacked", + "Hacker", + "HackerT123", + "Hacking", + "HackingRealm", + "Hackinglord_IPs_1.7k.txt", + "Had", + "Hadaria.fr.txt", + "Hahahaha", + "Hallo", + "Hamilton", + "Handbook", + "Happiness", + "Happy", + "HappyHG_Staff_IPs_30.txt", + "Harambe_Ghost_Client_140.txt", + "HardFight.fr_Minecraft_Server_SHA1_201606.csv", + "HardFight.txt", + "Hartedd1", + "Harvester", + "Has", + "Hasbulla", + "Hash", + "Hashed", + "Hashed].txt", + "Hashes", + "Hat", + "Hauts", + "Have", + "Havin", + "Havin'", + "Havin\u2019", + "Hayn", + "He", + "He's", + "HeadSpace", + "Headers", + "HealFight", + "HeartSender", + "Heartless_Teamspeak_IPs_177.txt", + "Heartless_Teamspeak_IPs_180.txt", + "Heating", + "Heav'n", + "HeavenNetwork.txt", + "Heidrun", + "Heidrun_-_IPs.txt", + "Helium10", + "Hell", + "Hello", + "Helloscribe", + "Help", + "Helpful", + "Here", + "Here'th", + "Heridia.txt", + "Hey", + "He\u2019s", + "Hft", + "Hhi", + "Hi", + "Hidden", + "High", + "Highest", + "Hijacker", + "Hive", + "HiverCraft.txt", + "Hkn", + "Hknsen156.Hkn", + "Hm", + "Hmm", + "Holde", + "Holla", + "Holy", + "Home", + "Honestly", + "Hongkong", + "Hope", + "Hopefully", + "Host", + "Hosting", + "Hotmail", + "Hotspot", + "HotspotShield", + "How", + "How's", + "However", + "How\u2019s", + "HrULdHmNVSm5bgho", + "Hub", + "Hulu", + "Hundreds", + "HunterFight.txt", + "Hunterpas", + "Huntington", + "Hurst|Archdesign|430", + "Hwc", + "HydraPvP_E-Mails_7.1k.csv", + "HydraPvP_IPs_9.4k.txt", + "HydroMC_Buycraft_Logs_200.csv", + "HyperMine.net", + "Hyversal_Emails_560.txt", + "I", + "I'M", + "I.E.", + "I.e", + "I.e.", + "I3xi7446", + "IA", + "IAL", + "IAM", + "IAS", + "IAmVirus", + "IBAN", + "ICE", + "ICEOI", + "ICK", + "ICQ", + "ICS", + "ID+SELFIE+SSN", + "IDE", + "IDs", + "IE", + "IED", + "IES", + "IEXML", + "IF", + "IFA", + "IFT", + "IFY", + "IG", + "IGH", + "IGS", + "IHm", + "III", + "IKE", + "IL", + "ILE", + "ILL", + "ILLINOIS]/seller", + "ILO", + "ILS", + "ILY", + "IM", + "IMB", + "IME", + "IMEI", + "IMPOSTORS", + "IMSI", + "IN", + "IN/", + "INC", + "IND", + "INFO", + "INFORMATION_SCHEMA.SCHEMATA", + "INFORMATION_SCHEMA.TABLES", + "INFOS", + "ING", + "INK", + "INS", + "INSIDERS", + "INSTAGRAM", + "INSTANT", + "INSTANTLY", + "INSTANTLY.When", + "INSTOCK", + "INT", + "INTERNATIONAL", + "INTERPAYMENT", + "INVITES", + "INs", + "ION", + "IOS", + "IOT", + "IO_stdin_used", + "IP", + "IP's.txt", + "IP).txt", + "IP.txt", + "IP2.txt", + "IP3.txt", + "IPAddress", + "IPCAM", + "IPR", + "IPS", + "IPTV", + "IPVANISH", + "IPVanish", + "IPs", + "IPs.txt", + "IPv4Address", + "IRE", + "IS", + "ISA", + "ISC)2", + "ISE", + "ISH", + "ISLAMIC", + "ISO", + "ISP", + "IST", + "IT", + "ITE", + "ITH", + "ITM_deregisterTMCloneTable", + "ITM_registerTMCloneTable", + "ITY", + "IUM", + "IVE", + "Ia", + "Ia.", + "IceSword.txt", + "Icloud", + "Id", + "Id.", + "Idaho", + "Identifying", + "If", + "Ignored", + "Iheart", + "Ill", + "Ill.", + "Illinois", + "Images", + "Imperia", + "Impersonation", + "Important", + "Impossible", + "Imsi", + "In", + "Inc", + "Inc.", + "Included", + "Ind", + "Ind.", + "India", + "Indiana", + "Industry", + "Infarium_-_AuthMe.txt", + "Info", + "Information", + "Injector", + "Insational_Teamspeak_IPs_110.csv", + "Instagram", + "Install", + "Instant", + "Instead", + "Instruct", + "Instruction", + "Instructions", + "Integral", + "IntelBroker", + "Intelyc_E-Mails_40.txt", + "Interested", + "Interesting", + "Internal", + "Internet", + "Intimshop", + "Invalid", + "Involved", + "IonCraft_Buycraft_2k.txt", + "IonCraft_Buycraft_Logs_2k.csv", + "Iowa", + "Iqz", + "Iranian", + "Iraq", + "Iraq_IPs_57.txt", + "Iraq_Teamspeak_IPs_201.csv", + "IratusPvP_Buycraft_Logs_1.8k.csv", + "IratusPvP_IPs_10k.txt", + "Iratus_Buycraft_logs.txt", + "Ironcraft", + "Ironically", + "Is", + "IslandClash_Buycraft_Logs_2.8k.txt", + "It", + "It's", + "Italy", + "Item", + "Its", + "Itsco.1751356617", + "Itsn't", + "Itzme", + "It\u2019s", + "J", + "J'aime", + "JAH", + "JAN", + "JANUARY", + "JAVA", + "JB", + "JID", + "JJm", + "JM", + "JMjk3EAfo", + "JOB", + "JOHN", + "JOIN", + "JOW", + "JOY", + "JP", + "JPG", + "JPremium", + "JPremium.txt", + "JS", + "JSC", + "JSON", + "JUST", + "JVM", + "JXOsUlqnxoMkFDU7:2", + "Jabb3r", + "Jabber", + "JahCoin#5396", + "Jahoida", + "Jammer", + "Jan", + "Jan.", + "January", + "Japan", + "JartexNetwork_E-Mails_90.txt", + "Jason", + "Java", + "JawsPvP_IPs_830.txt", + "Jay23Q", + "Je", + "Jeff2069@cebridge.net", + "Jeremy69969", + "Jesus", + "Jewish", + "Jhg", + "Jnice05", + "Job", + "JohnDoe", + "Johnny|Hall|4813", + "Join", + "JokeTTT", + "Josemogu54", + "Jov", + "Jp1", + "Jpy", + "Jr", + "Jr.", + "Judge#2977", + "Jul", + "Jul.", + "July", + "Jumping", + "Jun", + "Jun.", + "June", + "Jungle", + "JuniorHacker", + "Just", + "JustLikeMusk", + "Jvlius1337", + "K", + "K.", + "K1S", + "K3MO", + "K881aB", + "K:2", + "KASIKORN", + "KASIKORNBANK", + "KB", + "KC#3044", + "KDE", + "KE", + "KEEP", + "KEKER", + "KEN", + "KER", + "KET", + "KEY", + "KEYS", + "KHRESCHATYK", + "KHTML", + "KI", + "KILLER", + "KK", + "KKK", + "KL", + "KNEW", + "KO", + "KOK", + "KOV", + "KRAKEN", + "KRUNG", + "KRUNGSRI", + "KRUNGSRIAYUDHYA", + "KRUNGTHAI", + "KURATORMSK", + "KW", + "KYP", + "KaBob", + "Kahnville", + "Kali", + "Kan", + "Kan.", + "Kans", + "Kans.", + "Kansas", + "KasemSH99", + "Kaseya", + "Kaspersky", + "Keep", + "Kentucky", + "Keralis_Buycraft_Logs_6.9k.txt", + "Kerb", + "Ketasinee", + "Key", + "Key.com/seller", + "Keylogger", + "Keys", + "Keyword", + "KicR6cf63bE4w3xEuMZpezxVjDrMwqOURzXwoTI1zXEGaaxXO25Az4NYy58Z2qxa", + "Kid", + "Kikibosum", + "Kill", + "King", + "KingWar", + "Kingdom", + "Kjjj", + "Klaa", + "Kleinanzeigen", + "KnowlesMC", + "Kodex", + "KoonKraft_Buycraft_Logs_18.7k.txt", + "Koonkraft_buycraft_db.txt", + "KrakoziaMC", + "Kranesia.txt", + "Kratos9944", + "Kremlin", + "Kreto2137", + "Kronos_IPs_835.csv", + "Kurama", + "Ky", + "Ky.", + "Kyushlin", + "L", + "L.L.C.", + "L1", + "L1_BHN_v1.4.41", + "L6", + "L8b", + "L99", + "LACOSTE", + "LAL", + "LARI", + "LAST", + "LATELY", + "LAY", + "LB1", + "LBSG.net_MD5_12M_January_2016.txt", + "LEACHERS", + "LEADS", + "LEAK", + "LEASE", + "LEAVE", + "LED", + "LEECH", + "LEECHER", + "LEECHERS", + "LEGAL", + "LEM", + "LER", + "LES", + "LET", + "LETS", + "LEY", + "LIC", + "LID", + "LIFETIME", + "LIIIIKE", + "LIKE", + "LIMIT", + "LIMITED", + "LINES", + "LINK", + "LINKS)/seller", + "LIT", + "LIX", + "LK9", + "LLC", + "LLE", + "LLS", + "LLY", + "LLZ", + "LM3hYR", + "LMAOO", + "LNK", + "LODGE", + "LOG", + "LOGS", + "LOL", + "LONG", + "LOOKING", + "LOVE", + "LOW", + "LOX", + "LPN", + "LPT", + "LSB", + "LSE", + "LSO", + "LSSAS", + "LTC", + "LTD", + "LTF/", + "LTSC", + "LUCK", + "LUNA", + "LUS", + "LUXURY", + "LVE", + "LWS", + "LY", + "LY|", + "LZA", + "La", + "La.", + "LaboCraft.txt", + "Labuy", + "Laden", + "Land", + "Landing", + "Laos", + "Large", + "Last", + "LastCraft_Forums_46k.sql", + "Late", + "Latest", + "LattyCraft", + "Law", + "LawDogUSA", + "Laybuy", + "Lead", + "Leads", + "League", + "Leak", + "LeakBase", + "LeakGOD", + "Leaked", + "LeakedSquid", + "Leaks", + "Learn", + "Leecher", + "Leechers", + "LeftBoob_Teamspeak_IPs_1.8k.txt", + "LeftBoob_Teamspeak_IPs_125.txt", + "Legacia.txt", + "LegacyFight.txt", + "LegendaryHell", + "Legends", + "LegitLogs", + "LegitPlay_200k.txt", + "LegitPlay_Full_200k.csv", + "Length", + "Less", + "Let", + "Let's", + "Lets", + "Let\u2019s", + "Lexus", + "Library", + "LibreNMS", + "Libya", + "Licence", + "License", + "Life", + "LifeCraftV2", + "Lifetime", + "Lightshot", + "Like", + "Likes", + "LilLeech", + "LilTrader", + "Lili", + "Limit", + "Limited", + "LinEnum0", + "Lincoln", + "Lines", + "Link", + "Linkedin", + "Linux", + "List", + "Liste", + "Liste-Serveur.fr.txt", + "Listed", + "Lists", + "LiteBans", + "LiteBans.txt", + "Litebans", + "Litebans.txt", + "Litecoin", + "Livadia.txt", + "Live", + "Livesafe", + "Lkxc8iRkM", + "Lmaorip_Teamspeak_IPs_120.txt", + "Lnk", + "Loaders", + "Local", + "Log.txt", + "LogMeIn", + "Login", + "Logins", + "LogonPoint", + "Logs", + "Logs]/seller", + "Lol", + "Long", + "Look", + "LookUp", + "Looking", + "Lookup", + "Lorazia.txt", + "LordFight.txt", + "Lots", + "Louisiana", + "Lounge", + "Love", + "Lovin", + "Lovin'", + "Lovin\u2019", + "Ltd", + "Ltd.", + "Lucas", + "Lucas#1337", + "Lumosity", + "LunariaSDL_-_IPs.txt", + "Lunazia", + "Luvs", + "Luxotica", + "Lvb2hRwFS", + "Lycaria", + "Lyman", + "Lynaria_Web.txt", + "Lyrania_-_BungeeAuthenticator.txt", + "Lyrania_-_Litebans.txt", + "Lyrania_Build_-_Essentials.txt", + "Lyrania_FFARush_-_Essentials.txt", + "Lyrania_PvPBox_-_Essentials.txt", + "Lyzeria", + "M", + "M&T", + "M'd", + "M68gut9psitrexY465Gas", + "M7/", + "MA", + "MADE", + "MAH", + "MAIL", + "MAILS", + "MAIN", + "MAJID", + "MAKI_LOGS]", + "MALICIOUS", + "MALWARE", + "MALWAREBYTES", + "MAN", + "MANY", + "MARIA.txt", + "MARKET", + "MASHREQ", + "MASHREQBANK", + "MASTERCARD]/seller", + "MAX", + "MAYBE", + "MB", + "MBA", + "MBC", + "MBO", + "MC", + "MC+", + "MC-Bazaar_E-Mails_130.txt", + "MC-Central_IPs_13mil.txt", + "MC-Drugs_Buycraft_Logs_2.5k.csv", + "MC-Legends_IPs_5.6k.csv", + "MC-Market.sql", + "MC-Nova.net", + "MC-Warz_IPs_55.csv", + "MCA", + "MCBans_136k.csv", + "MCBans_IPs_1.5mil.txt", + "MCBusinessCraft_E-Mails_185.sql", + "MCCritz_Slack_E-Mails_55.csv", + "MCGamerZone_Staff_23.txt", + "MCLeaks_Logins_2.3k.txt", + "MCSell_E-Mails_15.7k.doc", + "MCSniper.co", + "MCSniper_IPs_20k.txt", + "MCSniper_Logins_8k.csv", + "MCSniper_PayPal_Emails_1k.txt", + "MCTrades_Staff_11.txt", + "MD", + "MD5", + "ME", + "ME-", + "MED", + "MEDIAFIRE", + "MEGA", + "MEGANZ", + "MEI", + "MER", + "MERCHANT", + "MERIWEST", + "MES", + "MESSAGE", + "MESSAGE-----", + "METHOD", + "METHODS", + "MEYE", + "MI", + "MIC", + "MICROSOFT", + "MID((SELECT", + "MIDDLE", + "MILLION$zoom", + "MIMIKATZ", + "MIN", + "MIND", + "MINDHUNTER#8058", + "MINECRAFT", + "MINUTES", + "MISSUSE", + "MIT", + "MIX", + "MLB", + "MMC", + "MN", + "MOBILE", + "MODULES", + "MOMENT", + "MONTH", + "MONTHS", + "MOR", + "MORE", + "MOROCCO", + "MOUSE", + "MQ", + "MS01", + "MSI", + "MSK", + "MSKd94FBfJ", + "MSM", + "MSSQL", + "MTA", + "MTP", + "MT_SOFT", + "MULTIPART", + "MULTIPLE", + "MUST", + "MUmDSlO3", + "MUmDSlO3M", + "MY", + "MY0", + "MYFULLZ", + "Ma'am", + "Mac", + "MacBook", + "MacOS", + "Macbooks", + "Machine", + "Machines", + "Made", + "Magento", + "MagicMinecraft_Logins_86.2k.sql", + "Magisto", + "Mai", + "Mail", + "Mailers", + "Main", + "Mains.ps1", + "Make", + "MakeAWishKid", + "Maltego", + "Malware", + "Malwarebytes", + "Malwares", + "Man", + "ManaCube", + "ManaCube_Forums.txt", + "Manage", + "Management", + "MangoJack", + "Manjaro", + "Many", + "Manyvids", + "MapleCraft_IPs_11.6k.txt", + "Mar", + "Mar.", + "March", + "Marcus", + "MariaDB", + "Market", + "Marketing", + "Marketplace", + "Marriott.com/seller", + "Mary|Prettyman|793", + "Mass", + "Mass.", + "Massachusetts", + "Master", + "Mater", + "Mathway", + "MatrixGlitch", + "Max", + "May", + "Maybe", + "Mayve", + "Ma\u2019am", + "McAfee", + "Md", + "Md.", + "Me", + "Meanwhile", + "Medibank", + "Member", + "Memrise", + "Men", + "Mendez62102638", + "Mendung_Ireng", + "Mepo", + "MerchInformer", + "MerchNinja", + "MerchTitans", + "Merchant", + "Merrickbank.com/seller", + "Message", + "Messrs", + "Messrs.", + "Meta", + "Meta_Teamspeak_IPs_100.txt", + "Metasia", + "Metasploit", + "Meterpreter", + "Method", + "Methodology", + "Methods", + "Mexico", + "Mich", + "Mich.", + "Michigan", + "Microsoft", + "Middleman", + "Midnight_Teamspeak_IPs_200.csv", + "Midnight_Teamspeak_IPs_460.csv", + "Might", + "Mikayla", + "Mike", + "Mikikatz", + "Miley", + "Million", + "Mine", + "MineDisney", + "MineHeroes_E-Mails_16.9k.csv", + "MineHeroes_E-Mails_52.1k.txt", + "MineLand", + "MineLatino", + "MineMarket", + "MineSerwer.txt", + "MineTime_IPs_170.txt", + "MineVast_Buycraft_Logs_6k.csv", + "MineWhite_-_Emails.txt", + "MineagePvP_E-Mails_18k.txt", + "MineagePvP_E-Mails_27k.sql", + "MineagePvP_E-Mails_27k.txt", + "MineagePvP_IPs_136.4k.txt", + "Minecon_Emails_3.7k.sql", + "Minecraft", + "Minecraft.Porn_Teamspeak_IPs_201.txt", + "MinecraftForgeFrance.fr_SHA1(SALT)_2016.sql", + "MinecraftForgeFrance.txt", + "MinecraftRip_Teamspeak_IPs_35.csv", + "MinecraftTunnel_Buycraft_Logs_940.csv", + "Minecraft_HCGames_Buycraft.txt", + "Minecraft_HCRiots_Forums", + "Minecraft_HCRiots_buycraft.csv", + "Minecraft_MoltresPvP_Forums(user", + "Minecraft_Valux_Buycraft.txt", + "Minecraftrip_Teamspeak_IPs_201.txt", + "Minedy_E-Mails_920.txt", + "Mineleaks.cc", + "Minemen", + "MinemenClub", + "MinemenClub_Forums_200k.sql", + "Mineplex_BuyCraft_1k.txt", + "Mineplex_Staff_245.csv", + "Mineplex_Usernames_1.5m.txt", + "Miner", + "Minestia", + "Mini", + "Minn", + "Minn.", + "Minnesota", + "Mins", + "Miracle", + "Mirror", + "Mirrored", + "Miss", + "Miss.", + "Mississippi", + "Missy68", + "Mo", + "Mo.", + "MoPharma", + "Mobile", + "Mobile/15E148", + "Moderator", + "Modern", + "ModernMC_Buycraft_Logs_15.csv", + "ModuleNotFoundError", + "Moku_IPs_4.5k.txt", + "Molotov", + "Moment", + "MondialCraft_-_Authme.txt", + "Money", + "MoneyTeam_Teamspeak_IPs_745.csv", + "Moneyleon", + "Mont", + "Mont.", + "Month", + "Monthly", + "Months", + "Moon", + "More", + "Most", + "Mostly", + "Motorola", + "Mount", + "Moved", + "Moves", + "Mozilla/5.0", + "Mqt", + "Mr", + "Mr.", + "MrPandaBear", + "Mrs", + "Mrs.", + "Ms", + "Ms.", + "Ms2", + "Mt", + "Mt.", + "Mta", + "Much", + "Muh", + "Multilingual", + "Multiple", + "Munchies_MDP.txt", + "MunchyMC_Teamspeak_IPs_600.txt", + "Music", + "Must", + "MvWild_-_Web.txt", + "My", + "MyCanal", + "MyCube.txt", + "MySQL", + "Mybb", + "Mz6", + "N", + "N'T", + "N(s", + "N.C.", + "N.D.", + "N.H.", + "N.J.", + "N.M.", + "N.Y.", + "N3RoX", + "N47", + "NAL", + "NAME+ADDRESS+AN+RN", + "NAME-", + "NATIONAL", + "NBA", + "NBD", + "NC", + "NCE", + "NCH", + "NCHAR),0x20", + "NCL_Teamspeak_IPs_400.csv", + "NCO", + "NCR", + "ND", + "NDS", + "NED", + "NEED", + "NER", + "NERO", + "NES", + "NESyjgfQm7SCitlZ:2", + "NET", + "NETFLIX", + "NETGEAR", + "NETS", + "NETWORK", + "NEVER", + "NEW", + "NEXT", + "NEY", + "NFL", + "NFO", + "NFUO2", + "NFX", + "NGE", + "NGS", + "NIGERIA", + "NIM", + "NITRO", + "NJ", + "NKS", + "NL", + "NLY", + "NMS", + "NOOR", + "NORTON", + "NOS", + "NOT", + "NOTE", + "NOVA", + "NOVBV", + "NOW", + "NPL", + "NPT", + "NRAF", + "NSFW", + "NT2", + "NTA", + "NTE", + "NTH", + "NTO#1337", + "NTS", + "NTY", + "NULLED", + "NUMBER", + "NV", + "NY", + "Na", + "Nadeyus", + "Nah", + "Name", + "Namz", + "Napster", + "Naruto", + "Nationwide.com", + "Nato", + "Naughty", + "Navigate", + "Navy", + "NavyFederal", + "Neb", + "Neb.", + "Nebr", + "Nebr.", + "Nebraska", + "Need", + "Negative", + "Nemerya", + "NerdLand.txt", + "Net", + "Netflix", + "Netherlands", + "Network", + "Networks", + "Nev", + "Nev.", + "Nevada", + "Never", + "New", + "New Hampshire", + "New Jersey", + "New Mexico", + "New York", + "Nexion.txt", + "Nice", + "NightMC.sql", + "Nimori", + "Ninja", + "Nitro", + "NjRAT", + "No", + "NoCryi", + "NoVBV", + "Nobody", + "Noctalia", + "Noctalia_1.9k.txt", + "Nod", + "NodusForums_50k.txt", + "Non", + "Nontia.txt", + "Norania.txt", + "Nord", + "NordVPN", + "NordVpn", + "Nordvpn", + "North Carolina", + "North Dakota", + "NostalgiaMC.txt", + "Not", + "NotSoSmart", + "Note", + "Nothic", + "Nothin", + "Nothin'", + "Nothing", + "Nothin\u2019", + "Nov", + "Nov.", + "November", + "Now", + "NpQHvuHmZgAzGB7u:2", + "NsA", + "Nubile", + "Nukepit_IPs_220.txt", + "Nullbyte", + "Nulled", + "Number", + "Numbers", + "Nutanix", + "Nuthin", + "Nuthin'", + "Nuthin\u2019", + "Nz0", + "O", + "O'clock", + "O.O", + "O.o", + "O3M", + "O3i", + "O:2", + "OAD", + "OB2", + "OCA", + "OCK", + "OCS", + "OCX", + "ODA", + "ODS", + "OE+", + "OES", + "OF", + "OF1", + "OFFER", + "OFFICE365", + "OFT", + "OG", + "OGS", + "OG_Emails_2.4k.txt", + "OH", + "OHN", + "OID", + "OIN", + "OIP", + "OJSC", + "OK", + "OKI", + "OKS", + "OLA", + "OLL", + "OLS", + "OME", + "OMG", + "OMGGGGGG", + "OMI", + "ON", + "OND", + "ONE", + "ONG", + "ONLY", + "ONLYFANS", + "ONNvMy2nDOV8PkzX:2", + "ONS", + "ONT", + "OOD", + "OOF", + "OOG", + "OOK", + "OOL", + "OON", + "OOO", + "OOR", + "OP", + "OPCraft_Staff_IPs_110.txt", + "OPEBULLET", + "OPEN", + "OPENBULLET", + "OPS", + "OPSEC", + "OR", + "ORD", + "ORE", + "ORIGIN", + "ORK", + "ORM", + "ORN", + "ORP", + "ORS", + "ORT", + "OS", + "OSCP", + "OSE", + "OSINT", + "OSS", + "OST", + "OTE", + "OTF_IPs_180.txt", + "OTH", + "OTHER", + "OTP", + "OThers", + "OUD", + "OUR", + "OUS", + "OUT", + "OVA", + "OVE", + "OVERSEAS", + "OWA", + "OXY", + "O_O", + "O_o", + "Oakley", + "Oasis-MC_Emails_6.7k.txt", + "Obama", + "ObbyRaidz_Teamspeak_Logs_3k.csv", + "Obviously", + "Ocean", + "Oct", + "Oct.", + "October", + "Octonya.fr", + "Oculate_Buycraft_Logs_108.txt", + "Oculate_IPs_485.txt", + "OdeliaMC", + "OdinShop", + "Of", + "Of19LKoSEdOsx6F5f9dEfLvegG8yMMs2", + "Offer", + "Office", + "Official", + "Oh", + "OhGaming_E-Mails_11.1k.csv", + "OhMineGod", + "OhMineGod_Buycraft_Logs_670.csv", + "Ok", + "OkiMC_Teamspeak_IPs_165.csv", + "Okla", + "Okla.", + "Oklahoma", + "Ol", + "Ol'", + "Old", + "OluxP", + "OluxP.io", + "Olympa", + "Ol\u2019", + "OmegaCraft.txt", + "OmegaCraft_11k.txt", + "OmegaRealm_E-Mails_27.9k.txt", + "On", + "Once", + "One", + "OneLand_E-Mails_127.9k.txt", + "OneNote(\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435", + "Oneblock", + "Online", + "Only", + "Open", + "OpenBullet", + "OpenCart", + "Opera/9.20", + "Operating", + "Or", + "Orange", + "Order", + "Orders", + "Ore", + "Ore.", + "Oregon", + "OreoCraft_Emails_38.txt", + "Origin", + "Orion", + "Ormosis", + "Ormosis#5344", + "OstiaPvP_Buycraft_Logs_4k.csv", + "OstiaPvP_E-Mails_1.1k.txt", + "OstiaPvP_IPs_3.1k_Map_5.txt", + "OstiaPvP_IPs_4.4k_Maps_1-4.txt", + "OstiaPvP_IPs_4.7k_Map_6.txt", + "Other", + "Otherwise", + "Otvetil", + "Ought", + "Our", + "Oushen#6732", + "Out", + "Outlook", + "Over2Craft_-_Web.txt", + "OxPvP_Buycraft_Logs_1k.txt", + "OxPvP_IPs_21.3k.txt", + "Oxygen", + "O\u2019clock", + "P", + "P$B", + "P$B1NVMF1bQ.z4pIkhZEiENe9Nq77cCi/", + "P$B1OaVazbdDNRGeT75l8AO6OE/18gxp0", + "P$B3Qhk3w7Xy6wd9s0BFk", + "P$B3VX3Aty8bVM.poQmJT3pcwofElv8F/", + "P$B3VX3Aty8bVM.poQmJT3pcwofElv8F/:Crm1234", + "P$B5PbZIIakiVR.Ym3", + "P$B6flR.XK7viCAg", + "P$B90hozf2pyNIQPAvJ.0XV6o", + "P$BA7yv53imhQzyhZ6YzVTiAMcRmqZTE1", + "P$BAC3qTJsHJYuDikiH75AHArAEx", + "P$BB8MS2A2lHiCuRmAueYKd5BaH4rQGm", + "P$BBCg5sU", + "P$BBtfDhEQrnDgleo84Q.0nwyUoqbhbc", + "P$BDUqkXw4eURiPOFDXJjjws3AsbMsbI1", + "P$BFIHSJDvVzkTBP6.RIgnGnAufPvsUd", + "P$BFV.TEXYIkqlbViPnclV1rDsc3LiIN/", + "P$BHs4MoJbf4FhpJfSBo22i1ZVZxP9os1", + "P$BJZHIQFs6xwIxuM5c1EeLQhuJlDUGd0", + "P$BK0sMnnjxnjV6ApE5j1kQRqBoc96Xp1", + "P$BKgZfOMce4A0Zvt1yBj7TNO.Cubanq1", + "P$BL0D7FksE02Qzkl3B42jfLrpiLc8X7/", + "P$BLVXB3bPA6cmGmn8dCowZ026waxTg90", + "P$BMqlo3DqIxicjfZW7Zxn9UmsvkGQ481", + "P$BOwiEr", + "P$BQ5TqH5TeLPXJFP8Y", + "P$BQkY6jhbSd1OLIwYyFKAhXkXDVIWJp1", + "P$BRgc1hklsS0YLakPEu.3AO29X/3irk/", + "P$BRizgCNvjq2TEaq", + "P$BRx4SQBqsWXgAMbvgTaIEDVTzpq", + "P$BTLI2eiRx.4wcfylgWCzYuVmEzan6a/", + "P$BU1BAdEc4hzdtjhIOHR7BVlt3iquQL1", + "P$BXyoGQBwd0tiAn7dH6wDCIxFXXpiM7/", + "P$BZW5Lx0Go63CHVmOgvr0oGl.zDTx011", + "P$BbsZvR8iCCLtPpX6.oE0yDvFu", + "P$Bczj0YiTbT9CfR3mbGG4ARuRQoSG7Z1", + "P$BeGW6TkXO4rwpR3SqbTZ5Q43sT287W0", + "P$BeyhCvKeJzwF7DsAVU3iZBgS5m4/6P.", + "P$BfD28N1G48lKxIFSqTzhTAEwofqhxA0", + "P$Bg3P7wJWYbK8Yth.2WwgF8Noq04Pck0", + "P$BjuvzpKjpXmWl6oT3mKeE3RKRsEy9H/", + "P$BkjwRXUUVptAtEDSEd2CAkq9nBxV6r0", + "P$BkpC.QqgBQH1m.jmxcKsjmIGmadwNz0", + "P$BkpGJVM", + "P$BkrnQODfRTC.s1UTCg3dx5vSoX0lmu", + "P$BnO3i", + "P$BpKSayLCNNS0fhiMSfUnD2wVXG6Gzg", + "P$BqMJsl7nv", + "P$BrZ7oK.kUqgs52pxvbfShMUSL/5TS80", + "P$Bso08Ud2EvFQH00kh2jgTKXgJQzYqW/", + "P$BtXZSmow.dXhcRmIh2TeXvjfDSLsuO0", + "P$Bv.7gY8otjmpJ5ftKTQUaA2k2mPurq1", + "P$BvRRewJ8wbI0NQlmKN7k5BiFb5x0DC1", + "P$Bvv6QrKnCJfPp3JI8x1umWwl4Ccggq/", + "P$BwBx86HycQv2ebswGPRtsyMRQ3PjA00", + "P$BzMFREkIUGxXj6BThps7si5yQ3fJov", + "P(s", + "P.J.S.C.", + "P1", + "P10", + "P11", + "P12", + "P13", + "P14", + "P15", + "P17", + "P18", + "P19", + "P2", + "P21", + "P23", + "P2P", + "P3", + "P5", + "P6", + "P7", + "P8", + "P8Y", + "P9", + "P9xA09twTZNJaNF7Gg2", + "PA", + "PACK", + "PACKAGE", + "PAGES", + "PAL", + "PARTNERS", + "PASS", + "PASSPORT", + "PASSWORD", + "PASSWORDS", + "PAWSRV.CITADEL.CORP", + "PAY", + "PAYLOAD", + "PAYPAL", + "PAulu$", + "PBN", + "PC", + "PEB", + "PEN", + "PEOPLE", + "PER", + "PERCENTAGE", + "PERSONAL", + "PERSONALLY", + "PEforums.txt", + "PEn", + "PGP", + "PGn", + "PHILO", + "PHONE", + "PHOTOS", + "PHP", + "PHPSESSID=4df39c5a430", + "PHT", + "PICS", + "PIN", + "PIs", + "PJSC", + "PL", + "PLAID", + "PLAY", + "PLC", + "PLE", + "PLEAS", + "PLEASE", + "PLUS", + "PLW1000v2", + "PLY", + "PLZ", + "PM", + "PM'ed", + "PMTA&SMTP", + "PMs", + "PN+", + "PNC", + "PNG", + "PNPT", + "POCA", + "POLLWORKERS", + "POOG", + "POP", + "PORNHUB", + "PORPOUSES", + "POST", + "POSTS", + "POT", + "PPS", + "PPY", + "PR", + "PREMIUM", + "PREORDERS", + "PREPAID", + "PRIATE", + "PRICE", + "PRICES", + "PRIVATE", + "PRIVATEALPS.NET", + "PRIVATE].sql", + "PROBABLY", + "PRODUCTS", + "PROFILE", + "PROFILES", + "PRONLEM", + "PROOF", + "PROXY", + "PROXYLESS", + "PS", + "PS4", + "PS5", + "PSC", + "PSN", + "PT", + "PTO", + "PTV", + "PUB", + "PUBLIC", + "P^2401201000000000000000000000000", + "Pa", + "Pa.", + "Package", + "Packmaker_Teamspeak_IPs_75.csv", + "Pactify11k", + "Pad", + "Page", + "Pakistan", + "Pal", + "PaladiumPvP.txt", + "Pan", + "Panda", + "PandakMC", + "PandoraUHC.txt", + "Pandoria.txt", + "Panel", + "Panels", + "ParaPots_E-Mails_2.5k_Partial.txt", + "ParaPots_Emails_2.8k.txt", + "ParaPvP_Staff_386.csv", + "Paradise-MC_E-Mails_2k.txt", + "Parameter", + "Paramount", + "Paramount+", + "ParinaCraft_E-Mails_4k.txt", + "Paris", + "Parker", + "Parkin", + "Parsed.csv", + "Particle", + "Partners", + "Pass", + "Passcore", + "Passport", + "Password", + "Passwords", + "Pasted", + "Path", + "Paul", + "Pay", + "PayPal", + "PayPay", + "Payload", + "Payloads", + "Payment", + "Paypal", + "Pdf", + "Peace", + "PeaceBis", + "Peaceful", + "Peacock", + "PeacockTV", + "Pengantar", + "Pennsylvania", + "Pentest", + "Penthouse", + "People", + "Perfect", + "Performance", + "Permanent", + "Pernat1y", + "Persistence", + "Personal", + "Personally", + "Ph", + "Ph.D.", + "Phantom-MC_E-Mails_600.csv", + "Phishing", + "Phone", + "Photopea", + "Photoshop", + "PhpBB", + "Pi", + "Piano", + "Piece", + "PigTeam011", + "PilliGream3301", + "PinePhone", + "Ping", + "Pinner", + "Pinterest", + "Pivoting", + "PixWorld", + "PixelLegends_E-Mails_490.csv", + "Pixelax", + "PixelmonFR", + "Pixor", + "PjcGURdragSuW", + "Pkt", + "PlanC", + "Playboy", + "Players", + "Playstation", + "Please", + "Plex", + "Plex.tv", + "Pls", + "Plus", + "Plutonia", + "Plz", + "Pm", + "Pnc.com(with", + "Podium.com/seller", + "Point", + "Poisoning", + "PokeMaster.txt", + "PokePixel", + "PokeVerse_E-Mails_1k.csv", + "PokeVerse_E-Mails_1k.txt", + "Pokelandia_-_IPs.txt", + "Pokelandia_-_Web.txt", + "PokemonPixel", + "Pokimane", + "Poppin", + "Porn", + "Porn(s", + "PornHub", + "PornHub|", + "Pornhub", + "PortalWorld.txt", + "Portugal", + "Pos", + "Positive", + "Post", + "PotsGG_Buycraft_Logs_300.csv", + "Power", + "PowerDrop", + "PowerMTA", + "PowerPoint", + "Powershell", + "PrAnK", + "Premier", + "Premium", + "Premiums.txt", + "Prep", + "Present", + "PressVpn", + "Pressing", + "Prestige", + "Pretending", + "Price", + "Prices", + "Prime", + "Prison", + "PrivEsc", + "Private", + "PrivateLayer.txt", + "Privilege", + "Privileges", + "Pro", + "Product", + "Products", + "Prof", + "Prof.", + "Professional", + "Profitable", + "Project", + "ProjectMayhem_E-Mails_2.5k.txt", + "Promise((res", + "Proofing", + "Propertysex", + "Prophet", + "Protect", + "Protection", + "Protector", + "Protectors", + "Proton", + "ProtonMail", + "Provide", + "Provided", + "Psyphon", + "Publisher", + "Pulse", + "PulsePvP", + "PulsePvP_Buycraft_Logs_1.7k.csv", + "PulsePvP_E-Mails_390.csv", + "Puma", + "Punishment", + "Purchase", + "Pure", + "PurePractice_Buycraft_Logs_70.csv", + "PurePvP_IPs_560.txt", + "PurgePots_Buycraft_Logs_1.4k.csv", + "PurpleKingdom_IPs_60.txt", + "Purpose", + "PvP", + "PvPBonsko_Forums_23k.txt", + "PvPLounge_IPs_335.txt", + "PvPLounge_IPs_470.csv", + "PvPLounge_Teamspeak_IPs_130.txt", + "PvPingMC_Emails_7.6k.txt", + "PvPingNetwork_E-Mails_395.csv", + "Pwn3rzs", + "PyHTools", + "Pyrelia_-_Emails.txt", + "Python", + "Python-", + "Q", + "Q-1", + "Q-2", + "Q-3", + "Q-4", + "Q-5", + "Q-6", + "QBIPiJEZ4lCv/1jGNlP/", + "QEz", + "QGm", + "QL1", + "QLI", + "QProxies.com", + "QQTUBE", + "QUALITY", + "QUE", + "QUIC", + "Qataria.txt", + "Qonto", + "Qta", + "Quad", + "Qubes", + "Que", + "Quick", + "Quickbooks", + "Quote", + "Qvc.com/seller", + "QzvxVj0BPJ2b4jMP1lES20E79GdTC", + "R", + "R3F", + "R7121", + "R71xx", + "R7500", + "RAB", + "RAF", + "RAKBANK", + "RAL", + "RAM", + "RAMAKOV", + "RANDOM", + "RANSOMWARE", + "RAS", + "RAT", + "RCH", + "RDP", + "RDP/", + "RDPWeb", + "RDPs", + "RDR2", + "RDS", + "REACTIVATED", + "READ", + "REASON", + "RECEIVING", + "RECOVERING", + "RED", + "REDOXADMIN", + "REDUCE", + "REE", + "REF", + "REFUSE", + "REGULARLY", + "RELEASE", + "REMOVER", + "REPALCEMENT", + "REPLY", + "REPORT", + "REPORTED", + "REPUTABLE", + "REQ", + "REQUEST", + "RES", + "RESPECT", + "RESPONSABILITY", + "REVOLVE", + "RFID", + "RGA", + "RGO", + "RIA", + "RIGHT", + "RIOT", + "RIS", + "RIX", + "RKS", + "RL99", + "RLD", + "RLY", + "RMM", + "RMS", + "RN", + "ROBLOX", + "ROI", + "ROM", + "ROO", + "ROR", + "ROSE.txt", + "ROW", + "RPS", + "RRY", + "RSE", + "RSMV_Buycraft_Logs_120.txt", + "RST", + "RTE", + "RTO", + "RTP", + "RTS", + "RU", + "Radikula", + "RaidCraft_Buycraft_Logs_255.csv", + "Rakuten", + "Random", + "Random_Forums_1.1k.txt", + "Random_IPs_10.8k.txt", + "Random_IPs_105.txt", + "Random_IPs_12k.txt", + "Random_IPs_160.txt", + "Random_IPs_200.txt", + "Random_IPs_418.txt", + "Randomizer", + "RangeGroup", + "RankBeast", + "Ranking", + "Ransomware", + "Ransomwares", + "Rapeflix", + "RapidGator", + "Rapidgator", + "RaptorHost.txt", + "RastaFarEye", + "Rates", + "Ray", + "ReaQta", + "Reach", + "Ready", + "Real", + "RealTime", + "Realize", + "Really", + "Realm", + "ReaperHQ.txt", + "ReaperMC_IPs_5k.txt", + "ReaperMC_Teamspeak_IPs_225.txt", + "Reason", + "Reasonable", + "Recently", + "Recieved", + "RecklessHCF_IPs_365.txt", + "RecklessNetwork_1.1k.sql", + "Recon", + "Reddit", + "RedeLegit", + "ReedMC.DE", + "Ref", + "Refer", + "Referer", + "Refreshes", + "Refund", + "Refunds", + "Regards", + "Regazon", + "Region", + "Regions", + "Registered", + "Reid", + "Reinstated", + "Rel.38797", + "Released", + "Relevant", + "Remember", + "Remote", + "Rep", + "Rep.", + "Replaced", + "Replacement", + "Replacements", + "Replacer", + "Replied", + "Reply", + "Report", + "Reports", + "Reposting", + "Republic", + "Reputation", + "Requested", + "Resellers", + "Reserve", + "Respect", + "Respon", + "Restrictions", + "Result", + "Results", + "Rev", + "Rev.", + "Reveal", + "Revealer", + "Revenue", + "Reverse", + "ReverseHCF_IPs_750.txt", + "Review", + "Revolut", + "Rhadamanthys", + "Rhadamanthys@exploit.im", + "Rights", + "Riley", + "Rinaorc", + "Ring", + "Rise", + "RkM", + "Rmc", + "RoX", + "Rogue", + "Roni", + "Roobet", + "Root", + "Router", + "Royal", + "RoyalPixel_-_Emails.txt", + "Royalbank.com/seller", + "RoyalityMC", + "RoyaltyPvP_Buycraft_Logs_5.5k.txt", + "RoyaltyPvP_E-Mails_1k.txt", + "RoyaltyPvP_IPs_11k.txt", + "Ruby", + "Rule", + "Rules", + "RunOnce", + "Running", + "Runtime", + "Rushy_-_Authme.txt", + "Russian", + "Russians", + "Rvf8zL3bN", + "RyanKole2899", + "Ryushi", + "S", + "S.A.", + "S.C.", + "S01", + "S80", + "SAA", + "SAFE", + "SAP", + "SAS", + "SAVINGS", + "SBC", + "SC", + "SCAMMED", + "SCAMMER", + "SCAMMERS", + "SCEM", + "SCH", + "SCJ", + "SCOTIA", + "SCP", + "SCRAPER", + "SDA", + "SDR", + "SDT", + "SDxf_user.txt", + "SDxf_user_authenticate.txt", + "SE", + "SE'd", + "SE'ing", + "SE'rs", + "SEARCH", + "SEARCHER", + "SEAT", + "SEC", + "SED", + "SEE", + "SELECT", + "SELECT(SLEEP(32-(IF(ORD(MID((SELECT", + "SELECT(SLEEP(5)))PDwP", + "SELECT(SLEEP(5-(IF(ORD(MID((SELECT", + "SELFIE", + "SELL", + "SELLER", + "SELLING", + "SEMI", + "SEND", + "SENTRYMBA", + "SEPA", + "SER", + "SERIAL", + "SERIOUS", + "SERVER", + "SERVICE", + "SERVICES", + "SES", + "SET", + "SEd", + "SEing", + "SEs", + "SFW", + "SHA256", + "SHA512", + "SHARE", + "SHARING", + "SHARJAH", + "SHELL", + "SHELLS", + "SHINA.txt", + "SHOPPING", + "SHOPPY", + "SHOPS", + "SHOW", + "SIAM", + "SIG", + "SIGNATURE-----", + "SIGNED", + "SILVER", + "SIM", + "SINSAP", + "SIP", + "SIS", + "SKINNER", + "SKRILL", + "SLAYER", + "SLEEP", + "SLOWER", + "SLY", + "SMALL", + "SMS", + "SMSPOOFER", + "SMSSpoof", + "SMTP", + "SMTPS", + "SNIPR", + "SNKMCFR", + "SNS", + "SNUXfm3w8", + "SO", + "SO2", + "SOCIETE", + "SOCK_STREAM", + "SOFTWARE", + "SOME", + "SOMETIMES", + "SON", + "SOON", + "SP", + "SP-", + "SPECIAL", + "SPLIT", + "SPORTS", + "SPOTIFY", + "SPX", + "SQL", + "SQLI", + "SQLSRV3.GLACIS.CORP", + "SRI", + "SRV71.CITADEL.CORP", + "SRVMAIL02.domain.local*$9B6C017EDC6332CA2EEBDF3E9BC7327B$2B8A52323E75C39517CDA7AE4B7F02E6B2B7B478DF294F881AF2A7FE0FA92A10D55FC2E29550FC3975735BB03F985BB678FEB27E2771AF8E84BE00D297D69E96580C28355BF7522E2FD39EC26F8ACF04D95E287E369438ACC94C868B225F83C9863DA83DEBD094D757527441E2CFB199E2C435B2E071D52C7069C373DC45111F9878434353A2900D14762083A5593D031E19DB293C2A3B4B067CCC097F308B0C6DDCACFA4E20D00B941A191E99BAED262E7A626E068013822F25D0E4D4D43F4653A4C2EB489492FE5E28C4557B9393B2E0C14554478DFB2FDEF8746807EDAE934B4C3A46A6751E5D0F4C1891396E58B78CAE51E7E671C53ACBD26BB8D4BAE82FE3513ED858C0EC205AE81881AA7F4F8BD2255473387E52DF52828E013A2C7A34D71DE6177660B17FE8D3E533A922177EBE2050344F2EA5225877399E412EF3B82C59A77BBA9E0F27B886FEC4FF926BC8941531183E686520D63DDF58157C19447D03D12B3409C84BBF144718875C14E512FD2A977879B630E7F478F23CA7A1208CDDA88B3CE7D2EC0B3D1052E63DD501CF4A926D7FEE5E174ED74556152D4247494F736B1E8BC51CA3076D163B7A6BE852D75FE9E54F0A7A4634A42709C17B3130F2C6FE9447EAE11046F55293BA3A3645BCCDB68BF285F16334EEB2DC195C5ABA2841E6F8CE6D300399E8EA669D4F2B1BF1E55FE453E288342A181C44B32A6B19D33F855A8603CC7F0BCF48844FF95ABA65925E2EDD6D61A0617A21FC168E95FE0D9C6CEF47F607A1CA283D968ED57F624540C0F61560023D6AA87F1FCF128C8E5F7C91A91C2946C79F21998FE339CFBB89AE53BFF8C2085DEF4EEB04883E89C02ED63688ED7D9EBFEBB1A6E36773B6A48173288A32A9B8C048DD31CC8199A48A6D1449F3019264ABBB2CC1006C71C739EE494E0D8CF53C7413E2343B0A42A92B4E5E2D2517DB9EDBCF777093B109541D75151BE688189B933DD4EE22387EDB4A3DA696722C1BEA263020107B90EFE94F4F0452EE6EF7BE038F5B642552329A00D03B037CFD11D366A7F4646A5DD5A28F62E16ABDB989E349BCADCCCAD3A9D6A51CF637BBB30B8AF5C5E7BB7FCADFB5A5A4B1DCD4FE26870A77DA01F66388C9BE7C80CF172B4E35197AA92B313B0CEF65CB31CF98C5431632BAAA95D5818B7CC4712C6902FFB83E112F4B9621B100B3747FBD0E1E55118CBF2ABA272B590AC58AC06E5B3CF1CEA4D7BD316778FD21B07B6757952673292424C95BE425813855DE018EDCECD3F979DDA04994BE76A802580A8CF9BC3534EDD52CDE0F966FAE559481B3BEF36021DB1F9A121CC72A7D4EF02042DC75AEBD88C035F44DB21D87DCED2737F76365EAAAE8122342367D555CAD72DD26FF914B163360ED54114C6C8924D321B5F57E26492E29DF6D3272281C48759F117A1B191D9DA556A73E47EE9127F466F6C8F510CA520A55DB94B33D20A65F67A0414E84B9B7CFD421FD7997766EE55BF8438372284D17D018BBE64958AF8F75DE7384AF1B3921233B5F161D5B57BE2677C34C09202738BB1E3698C2D81592634F0A93788705E9EF8E4A7EBACFE7053E6B011C6A02E0D16EBFA68024839878852A5A7D91895130B19F124981EFF70C80AA7A0F21315F72B2EDC234855835FE6CEA896E1FC2232AE22795E1A70E51A8BAFC4804C777431CC634A0F37C2EC5515C3D46593F8711ECEAE09053DC2E0070D70B663F581E9E9C41863AB1453EACA95278F1DE74BE28D83C3823214032120688D44B6029B96C18A7F44FF1A6904B0B3D098CC64FAA669151CA2D8ECA17E4A7EF092FB2EF3CFA4172F4CC16BD0110F55D915A75BE8B459F8781951209A59B89E97653143B3FC47C227193D6D0686EC3AA2E38B5BAB40384433725", + "SRVTS.domain.local*$5B88ACB950FC226F50A87C65474D03C5$170BE327BA67491EC05216F5B7BA2B9936E88A03DE1583C292F1830F5E455C52FC01737EA53269FA60EB0A6F2549E152626AE7395EAFB5F87DDBC98F7CD8826119ACEAC04DCB9DE33CA7E0B8666FE2F501A5AEE4A60F3A6CE48F189D9CC5C2B523626B8FE2DED18D4DE948B47DD9FA1AA57BB4EF0F67F7665A1700F89346AB61848860E0C3B0C93CD069A95426CD216F169C371A659743F1388D9231FB7D39177B268DCB1526D69C7E29CF2DAE658381970FFF630126F9405C97B37F122866451BA24C1B51FA8E647D407D2439055937B9F395033380D5F29827842E773ECE80D679749385F3AE3E1EF2C205FF0E04F75BC8F7FB58EC60F1E8199AFAA624D3A0112FDB1A88BF4C518FAE58AAAF88020393ECC4EA41E85D00EE81B70641A1257F4B350F27B857230A3F01B32443459E532E940336CF548907965F36B501FC971F1610EB08233A3C3453C657D12EF824BCF5C9E51F2B9F85F08F8F68D3047BA831CEB087D1051EAA2F9CFE04F8595AA653E5B0E4BA8609A1847D8C4630C0E2CCDFF0FF3E72A85887941B087E1764D06FCFBBB5A7A24708356AC3F483B931E9EC271ADF6B027225C80CF8F232D6C18F2B052AB61612052C56DA413C1E475024063F5F3F68C133D74F0786287E5B668312C0F2499857A353EACC112CE54D32559983C7DB310C8A3002FB68F176B12D95C14AF84E67311DEDF8A6762F3A51E26FE594E7131ECB60FE6EE1D5E64181ABA018ADC36B6DD2A44EE3CC560BB100132F8B0EE840DBBEB4B2CBC843733737B231BA9A4C175611F4BE91A0EB103C5A00DCE666AFD848F23866E613A299F392AD900A991F3A13168434C937E0E3C62A614B3ACB90918721C32120B30EC5D82C4230CA8D565C252D8C42F695FE2F4BD437C6FC83C3F290DD6E0A6C7B51BDDA3D2DD337EE52F834EA2F2B20BA35483787CEEB14FBFC388B4799B192F86A705E0D9D7370190A68E2B741A4405DA368AAE2D9663E663373DC37575A9B7E5D0B0247299959C9B12DC09FDF8B4C61C8E7DEAFD5A9F531298317383EBC85DE064A9397DE559892331CED89F1467F1CD079BD5B3CF4476B179E1082558B0539D79C32DE2BBE5FC6FDCD5DDD4F2D52EC2B27E959046872DD6B72F933E53DC5A1A7750AB19D025D14E828904964135CEEE6E6270A2DA164CA8E3EC7FFE115085511FD9FFA3BA9CBEF55CACF3736869CB74B2382C4BC932756FAF91399355D25DEC581FA2C0C22266631471321C3DC2326A01E821C34674A3AF7C9C29DD6B463219B0B3F8F884DA2DA3CED460542829D3C57192C89D8D53CFDCEE8D438F0B80E33D745C3A8B17A1CB619D0414F8757E8E2013F77ACA30468E5641A1137C4000D61E7DD4EF6217570403DB45AA6FEC285431240524C4C3AE3B0ED1B9C0A4B8797398373F658BAD239B76D1558A1BA394676DFBA2BDA0B16DCB23427D25A05B497F4532525477575126196A87C4137DC60603396A2D84465544CE9F13B88921242E93D373C7A27C8F6D817849DF014B60F6A014EFF2E401818783C749AC3521C8357858E74827F58A9E90523AC42A660055B46867F0F33272791953359DBF9D067FF1D777E6FE6B3BCF5EAD2FBF6A05392998A96E96FF741F24C398882492F0D2C830CBF10736DA38B60E86DA33A6740384FC5E8C2E400E70618B959887E4ED01AA20D84BA5EA632F85B96002D2EA31C1138E149CFDFDEE8657E50E4D203D280B7CC63650EDDF6CE98AF17DE31536D079642B7AAA29EBFC99E196C51FD71501F68DA08A21C4E6480B896B84521C63AFAFF55A033F661E2B3237536829CF8A8FC406028A909B95AF7DDE830F5EB457D18D052D408906DE5F5D36EDC726482D7FD95131774390E66", + "SS7", + "SSA", + "SSD", + "SSH", + "SSHClient", + "SSHException", + "SSL", + "SSLVPN", + "SSN", + "SSN&DOB]/seller", + "SSN+DOB", + "SSN+DOB+CS+Credit", + "SSN+DOB+Credit", + "SSN+DOB+DL", + "SSNS", + "SSP-", + "SSS", + "SSSS", + "SS^", + "STANDARD", + "START", + "STARTED", + "STAY", + "STE", + "STEALER", + "STEAM", + "STOCK", + "STOP", + "STORE", + "STORES", + "STORM", + "STS", + "STUBS", + "STUFF", + "SUPER", + "SVG45qbVolk", + "SYSV", + "Safari", + "Safari/604.1", + "SagePvP", + "SaiCoPvP_E-Mails_8.3k.txt", + "Sale", + "Sally2551994", + "Salto", + "Salvaje", + "SamaGames", + "Same", + "Sample", + "Sarefine", + "Sarefine_IPs_10k.txt", + "Saturday", + "SaturnInvest", + "Satyria_-_Litebans.txt", + "Satyria_-_Web.txt", + "Saved", + "Saving", + "Sc9", + "Scammer", + "Scan", + "Scanner", + "Scarlet", + "Scenes", + "Scout", + "Scrape", + "Screen", + "Screenshot", + "Scribd", + "ScriptHub", + "Scripts", + "Scroll", + "Scumbags_Teamspeak_IPs_2.3k.txt", + "Se", + "Search", + "SeasonSky.txt", + "Second", + "Secure", + "Securities", + "Security", + "Seed", + "Seems", + "Seize", + "Self", + "Selfie", + "Seller", + "Selling", + "Sellix", + "Sen", + "Sen.", + "Send", + "SendSpace", + "Sender", + "Sentinel", + "SentinelOne", + "Seomate", + "Sep", + "Sep.", + "Sept", + "Sept.", + "September", + "SerAlex", + "Serve", + "Server", + "Servers", + "Serveurs.txt", + "Service", + "Services", + "Ses", + "Set", + "Setting", + "Sha", + "Shahid", + "Shameful", + "Shared", + "Shares", + "Sharing", + "She", + "She's", + "Shellar", + "Shells", + "Shellter", + "She\u2019s", + "Shippuden", + "Shivohn", + "Shootersrip_Teamspeak_IPs_71.txt", + "Shop", + "Shotbow.net_46k_Cracked_April_2016.csv.txt", + "Shotbow_1.05mil.csv", + "Shotbow_Staff_IPs_3.9k.txt", + "Should", + "Shoutbox", + "Show", + "ShowTime", + "Showtime", + "Shudder", + "Shut", + "SickCraft", + "Signature", + "Signor81", + "SilexPvP", + "SimilarContent", + "SimilarWeb", + "SimpleMinecraft_Forums_501k.csv", + "Simply", + "SimplyHCF_Buycraft_Logs_1k.txt", + "Since", + "Sindoria2021", + "Singapore", + "Single", + "SinisteR_lol", + "Sinisterly", + "Sir", + "Site.txt", + "Site36.txt", + "Size", + "Skeng_Teamspeak_IPs_130.csv", + "Skeng_Teamspeak_Logs_460.csv", + "SkillPvP.txt", + "SkillPvP_-_IP_2021_Grab.txt", + "Skksks", + "Skript-MC_Forum.txt", + "SkriptMC.txt", + "Skskaksksksk", + "Sky", + "SkyCraft", + "SkyCraft_aka_notno.co_1.5k.txt", + "SkyPhonia", + "SkyRP.txt", + "Skyblock).txt", + "Skybock_Buycraft_Logs_70.txt", + "Skygonz", + "Skylord", + "Skype", + "Skype:-", + "Skyrim", + "Sling", + "SlingTv", + "SmallPdf", + "Smallpdf", + "SmanShop", + "Sms", + "Snapchat", + "Sniffer", + "Snowflake", + "So", + "Social", + "SocialEngineers", + "Socketescort", + "Software", + "Softwares", + "Sold", + "Soldo", + "SoleriaMC.txt", + "Some", + "Somethin", + "Somethin'", + "Somethin\u2019", + "Sometimes", + "Soon", + "Sophos", + "Sorry", + "Sounds", + "Source", + "South Carolina", + "Southwest.com", + "Space", + "SpaceXVIII", + "Spain", + "SpainPvP_E-Mails_9.5k.txt", + "Spamming", + "Spark", + "SparksMC.txt", + "Spatialize", + "Spawning", + "Special", + "SpellPvP_IPs_285.txt", + "Spend", + "Spendwell", + "Spider", + "Split", + "Spoiler", + "Spoof", + "Spoofing", + "Spootify", + "Sport", + "Sports", + "SportsCenter_Teamspeak_IPs_8.txt", + "Spot", + "Spotify", + "Spunkynetwork_Teamspeak_IPs_201.txt", + "Spy", + "Square", + "Sry", + "St", + "St.", + "Stabby", + "Stabs", + "Standalones", + "Standard", + "Standart", + "Star+", + "StarBlast.txt", + "Stari4ok", + "Stars", + "Start", + "Starting", + "Starz", + "State", + "State(Us", + "StaticPrison_Buycraft_Logs_260.csv", + "StaticPrison_Buycraft_Logs_260.txt", + "Stay", + "Stdents", + "Stealer", + "Stealer-https://xssforumv3isucukbxhdhwz67hoa5e2voakcfkuieq4ch257vsburuid.onion/threads/73516/", + "Stealing", + "Stealth", + "Steam", + "StelyCube", + "StelyCube_-_IPs.txt", + "Step", + "Steve", + "Still", + "Stock", + "StockX", + "Stolen", + "StoneKingdom.txt", + "Storage", + "Store", + "Stores", + "StormFight.txt", + "Stream", + "StreamCraftEmailPass.txt", + "Streaming", + "Street|HAMBURG|NJ|7419|male|9737045967|brionrichards7@gmail.com|9|19|1957|17/1/2023", + "StressingNinja.txt", + "Strike", + "Stripe", + "Stub", + "Stubhub.com/seller", + "Studios", + "Stuff", + "SuW", + "SubAtomic", + "Subscriptions", + "Success", + "Suicide", + "Suite", + "SunPvP", + "SunaltyMC.txt", + "Suncoastcreditunion.com", + "SundanceNow", + "SunlyWorld", + "Super", + "SuperAlts_Accounts_4.4k.txt", + "SuperFunTime_Buycraft_Logs_7.5k.txt", + "SuperFunTime_E-Mails_7.3k.csv", + "Support", + "Sure", + "SurfEasy", + "Surfshark", + "Surrender", + "Survie", + "Survie).txt", + "Svc", + "Swansons", + "Sway(i3wm", + "Sweden", + "Sweetwater.com", + "Swiss", + "Switzerland", + "Sydaria", + "SydariaMinage2021.txt", + "SyliaSky", + "Syria", + "System", + "T", + "T.A.S.", + "T15", + "T3legram", + "T5VG5bhcVffG7WCu:2", + "T82", + "T9", + "TAKE", + "TAKING", + "TALK", + "TAR", + "TAX", + "TAXFORMS", + "TAY", + "TB", + "TB+", + "TCP", + "TE1", + "TED", + "TEE", + "TELEGRAM", + "TER", + "TES", + "TEST", + "TESTAROSSA", + "TF", + "TF/", + "TG", + "TH3.2319", + "THABJS", + "THAI", + "THAILAND", + "THANA", + "THANACHART", + "THANK", + "THANKKKKKKKKKK", + "THANKS", + "THAT", + "THE", + "THEM", + "THESE", + "THIS", + "THIZ", + "THREAD", + "THS", + "THX", + "THXXX", + "TIA", + "TID", + "TILL", + "TIM", + "TINDER", + "TL", + "TLY", + "TMB", + "TMC_END", + "TML", + "TMkqjn8p", + "TN", + "TO", + "TOL", + "TON", + "TOO", + "TOOLS", + "TOP", + "TOPICS", + "TOR", + "TOS", + "TOX", + "TP", + "TPS", + "TR", + "TRA", + "TRADING", + "TRC20", + "TRE", + "TRICKER", + "TRO", + "TRUIST", + "TRUST", + "TRUSTED", + "TRY", + "TSC", + "TSP", + "TTP", + "TTT", + "TTY", + "TUTORIAL", + "TUTORIALS", + "TV", + "TV+", + "TV2", + "TX", + "TY", + "TYK", + "TYSM", + "TYYYY", + "TaJ67EpiM", + "Table", + "Taglialucci", + "Take", + "TaliaXCold.txt", + "Tanaka", + "Tangent", + "Tanks", + "Target", + "Targeted", + "Targets", + "Tate", + "Tax", + "Taylor", + "Tb0", + "TeaClient_Accounts_50.txt", + "TeamExtremeMC_148k_2015.txt", + "Teamspeak.txt", + "Teamspeak_Faithful.txt", + "Teamspeak_Gucci.txt", + "Teamspeak_IPs_3k.txt", + "Teamspeak_MMC", + "Teamspeak_MunchyMC.csv", + "Tee", + "Teen", + "Telecom", + "Telegram", + "Telegram:-", + "TeliaPlay", + "TempingMC_IPs_365k.txt", + "Templates", + "Tenn", + "Tenn.", + "Tennessee", + "Terapeak", + "Teressa03077", + "Terms", + "Test", + "Tested", + "Th1nkAb0ut", + "ThPwbF8rkiprvatZ:2", + "Than", + "Thank", + "Thankks", + "Thanks", + "Thankss", + "Thanksssssssssssss", + "Thankz", + "Thanx", + "That", + "That's", + "That\u2019s", + "The", + "TheBigDigMC_Buycraft_Logs_75.csv", + "TheBigDigMC_E-Mails_5.8k.txt", + "TheCrafters_E-Mails_1.6k.csv", + "TheFuseMC_IPs_235.txt", + "TheRadiant", + "TheVace_E-Mails_11.4k.csv", + "Their", + "Then", + "There", + "There's", + "Therefore", + "There\u2019s", + "These", + "Thewallstreet", + "They", + "This", + "This's", + "This\u2019s", + "Thnks", + "Thnxx", + "Those", + "Thoughts", + "Thread", + "ThreadPoolExecutor", + "Thread_Teamspeak_75.txt", + "Threads", + "Through", + "Throw", + "Thryv.com", + "Thursday", + "Thx", + "Tickets", + "Tidal", + "Tier-1", + "Tier-2", + "Tier-3", + "TikTok", + "Time", + "TimeZone", + "Times", + "Timezone", + "Tinder", + "Title", + "Tks", + "Tmt", + "Tnx", + "To", + "ToS", + "Today", + "Toggle", + "Tok", + "TommyVic", + "Too", + "Tools", + "Top", + "TopFuel", + "Topics", + "Tor", + "Total", + "Tout", + "Towelliee_E-Mails_13k.txt", + "Tox", + "ToyotaCorolla", + "Tra-03.ru", + "Tracks", + "Tracomi", + "TradingView", + "Traffic", + "Training", + "Transfering", + "Translate", + "Translator", + "Trial", + "Trierhelga@cebridge.net", + "Trill_IPs_48.txt", + "Triple", + "Trojans", + "Trootcraft", + "Truck", + "True", + "Trust", + "Trusted", + "Try", + "Ttlynch1@cebridge.net", + "Tu", + "TubiTV", + "Tunnelbear", + "Tunnle", + "Turbobit", + "Tutorials", + "Tv", + "Tv2", + "Tweety10", + "Twerion.sql", + "Twilio", + "Twitch", + "Twitter", + "Two", + "TxagodbGI", + "Ty", + "Type", + "Tyy", + "Tyyy", + "U", + "UAE", + "UAg", + "UBE", + "UBS", + "UCE", + "UCK", + "UD@", + "UDEMY", + "UDrop", + "UFC", + "UFF", + "UHD", + "UHQ", + "UI", + "UIC", + "UK", + "UKcRSA2vV", + "ULF", + "ULL", + "ULT", + "ULTIMATE", + "ULTRA", + "ULU", + "UMP", + "UN", + "UNA", + "UNFX", + "UNG", + "UNION", + "UNIONS", + "UNIQUE", + "UNIT82", + "UNITED", + "UNIVERSALK9", + "UNLIMTED", + "UNSUSPENDED", + "UNT", + "UO2", + "UP", + "UPCOMING", + "UPD", + "UPDATE", + "UPDATED", + "UPDATES", + "UPE", + "UPGRADE", + "UPLAY", + "UPROXY", + "UPS", + "UPS.com/seller", + "URL", + "URO", + "URY", + "US", + "US+JP", + "US+MIX", + "USA", + "USAA", + "USD", + "USE", + "USER", + "UST", + "US|", + "UTY", + "Ubuntu", + "Ujg", + "Ukrainian", + "Ultimate", + "UltraCube.txt", + "UltraTax", + "Umm", + "Unavailable", + "Uncensored", + "Uncompress", + "Understood", + "Unfollow", + "Unfortunately", + "Unfortunatly", + "Unionbank.com", + "United", + "Universe", + "Unknown", + "UnleashedMC_E-Mails_350.txt", + "Unless", + "Unlimited", + "Unseated", + "Unturned_E-Mails_57.6k.txt", + "Up", + "Upd", + "Update", + "Update1", + "Updated", + "Updates", + "Updating", + "Upgrade", + "Upgraded", + "Upgrades", + "Upgrading", + "Uplay", + "Uploaded", + "Ura", + "Uri", + "Us", + "UsNsA", + "UsT", + "Usa", + "Usbank.com/seller", + "Use", + "Used", + "Usefull", + "Useless", + "User", + "UserAgent", + "Usernames", + "Users", + "Usually", + "Utility", + "Uywx521o", + "V", + "V.V", + "V2", + "V2.0", + "V2.01.05", + "V3", + "V6o", + "V7", + "V70", + "V8.0", + "V8.3", + "V9W", + "VA", + "VALID", + "VALIDATORS", + "VALLEY", + "VAP3400E", + "VAP3402E", + "VAT", + "VBV", + "VCC", + "VCZ", + "VDhiVbpURHF0YjHMkhzWe6i1sexKIqz", + "VELOCIRAPTOR", + "VER", + "VERGA", + "VERIFIED", + "VHQ", + "VIA", + "VICTIM", + "VIDEO", + "VIEWER", + "VIKTOR", + "VISA", + "VK4", + "VM", + "VNC", + "VOD", + "VOIP", + "VOUCHES", + "VPN", + "VPN(s", + "VPS", + "VRG", + "VRV", + "VT", + "VTB", + "VV", + "VYPR", + "V_V", + "Va", + "Va.", + "ValeraVNC", + "Valid", + "ValientRP", + "Valorant", + "ValueError", + "ValuxNetworkBuycraft.txt", + "Valux_Teamspeak_IPs_3.8k.csv", + "Vamos", + "VanityMC", + "VanityMC.co_Forums.txt", + "Vape.gg.txt", + "Vape.txt", + "VapeDatabase.txt", + "VardenGalaxy_IPs_102.txt", + "Varelia", + "Varelia_-_Authme.txt", + "VaroxCraft.de", + "VaultedRef", + "Vcita)/seller", + "VdsLByjCu", + "VelenHQ.txt", + "Veloria.txt", + "VeltPvP", + "VeltPvP_E-Mails_6k.txt", + "VeltPvP_IPs_35k.txt", + "VelysiaMC", + "VelysiaV1V2", + "Venaria.txt", + "Venga", + "Venmo", + "VenomPvP_Buycraft_Logs_3.8k.csv", + "Veracrypt", + "Verification", + "Verified", + "Veroxus.txt", + "Version", + "Version/15.4", + "Versions", + "Very", + "Vic", + "Victim", + "Victim.cc_Doxes_73.txt", + "Victim_Logins_12.txt", + "Video", + "Videos", + "Vietnam", + "Viki", + "VikingRP.txt", + "VileHCF", + "VileHCF_Buycraft_Logs_860.csv", + "VileHCF_E-Mails_55.sql", + "VileMC_2.txt", + "Villa", + "Violence", + "Viomeo", + "ViperHCF_Forums_19k.txt", + "ViperMC", + "ViperMC.txt", + "ViperMC_60K_IPDumps.txt", + "Virginia", + "Virtual", + "Virtualbox", + "Virus", + "VirusTotal", + "Visio", + "Visit", + "Visite", + "VitalityHCF_IPs_60.txt", + "VoltClicker.txt", + "VolteraMC.txt", + "Voltix_Buycraft_Logs_300.txt", + "Voluum", + "VortexMC_Buycraft_DB.txt", + "Vouch", + "Vpn", + "Vps", + "Vrv", + "Vulcarya", + "Vulnerablity", + "Vulns", + "Vv", + "Vypr", + "VyprVpn", + "Vyshaft.txt", + "W", + "W-2", + "W11", + "W3X", + "WA", + "WAF", + "WANT", + "WARNING", + "WARRANTY", + "WAY", + "WDJ", + "WE", + "WEB", + "WEBSITE", + "WELCOME", + "WELL", + "WELLS", + "WER", + "WHERE", + "WHO", + "WI", + "WI0", + "WILL", + "WISE", + "WISH", + "WITH", + "WITHOUT", + "WJ", + "WMNOMM01094P12.local@local*$1326840842CCB2CB63D720E9C610A592$D2BC092C1DCB3A003A0A704223B618612E759038B08AC511F1121B738CB22646C9C8FAC0DCBF4D5C95BFB9C9BAAA37C9943931D8A43740C1693BC5ED01B28A474E399DA1191BBAB7019DE3349FF0998F3935E4D550709334B028C02CF1E7F7AF9B69180B6642832ED70896FC8256BD7C5006391935CDF9E399AC160891644FE6732647B89454C4ADE13ECAE1686BF39F3D8E6AF8D3FB9E3F1B0A63020657B8E6B418AB5D63766721289852919CF59C61767F184F4F88C80078172C877C3ECE6C89E6D9B198C9FC9746941DAAD5D1AED588DEE508E02A93E8810AC813A1A272C5927581FF9F854C75E185F29701D71F877FDAB4A0A59C681F27B88B1F7854A369813D910CB24078C06A65C7A75B668C8F128CF9AA2FBFB99DD16E5C18ABB05D052975AB3E387E7A5B9A8889ED04748EF6D293968BCF91DDF5D63E134D840633DAEEB17DC780DB4186E455D8554C5CA33AD75F9B89213D9B80D242A5CA6F35870D55F59C7F80699A12DC72AB92F5A36E63ACB0F63D91AB8311E9407C1CA9CAFFFB4E401D87356C71361266E0131A233670A833BFA679F89DC28F9104379F95E38BE33ED4D8445C0821D87969B14D5F3036E55F4B3D075064900D3BCA942F59121C6EB9B40FB72160F08418B5A9A6CB6C26A4C129F0D3ED3B099A9F52A4B919628614E9A73B5F5099ADE90331EC66BD1A0CFFCA091CC00A110D9869B2B369F75F08EA4031CEF451072B293E4097C109B19F292A33E0D046469BC662FAAE1E3880D284D4929AC3EFF057AD34864E08BBA3B8FADA8BDB03736D1B55892702E79288545B6A7A880AFFF3B41C3FBA9CFEFEF8A4B64F2E4A8A9D62F913CE65DC6752DB55C5E5193D04B3531309C6D3438457154179E5B76790F29AC41F950A30BDFE131ACD14E4563FA99ADC4E4CADBF9A9BD7EF4694CFD113DC65419D0DBD5DFA6F6F0CBBECC1DA07F74DF43460FDBC5D5083EF5FDD89E95E9959453E168A264DD8D404FB8F19EDF5D087431F5206A68D9AE9ED91204B7E8DE921EB1F0B267A5F486CB3E3B26B02C42D8F10371C1C8129FF93BA760B2FB962B06F3EAB21BFAB0FB8A36173F880B565E1EDABE19AFCC64D2FF45F8F95D785D046BB55A006A7A9EE71E298E56C135E9ED95B3948A6E2C6A9C43649D6CFB393A8E2B6968C0FA04395749F2A67A1B6E4878ED6E58E43CEDE9EBE8A1E9C04CA872A650B64E44D9D0F9777860269DAC5F759939EABE0FAFF2D1711BCE34C67A154C28CF826BCB325EB6A8D5E722A504C52AA4CA84714AAA84112E0A7B0915FB685ED1E679E0EB2CBA92F272EE85E7DFFC2B09F1741A4C622642B0BC5E5AE248F6BB810C4D27B22FE3BDA7EA15DB3D0F7968D4A9E549D0263A3E398C5FCB0FA6D49B717E2E39FC4AA2E59C370C47D500F554AE545E16F2B5EFE65ACED7B0B1DB845D1366153E704F0ED809D5A4DD6472826C88E6508944C25A39B5BA560DB64C4D724D2D5BE0E412FDB5A984C12C866C13C7A3C000E00BF900BC2B7DB2EFCAD452C6BEEEC2B6E0E7759D14043E464BF9000C57031768DE59967D278D002EB389E6CD29F9703639246FEB9B7B7306BF3348156FC32E8B2FED8986D8E2CD15331A79C21FF4D3F4872C60DE22770A064E3146D93D400903E1DC1A6571D1731354803D5CA56DC1259AA22F606C942CE420E8CABBA636C8530CB05825A796369A3C00FDB77D0A045892D216F55F6EB9C128CDB4D8A7F922572447092AF66A4E3B82001258576E823005E4E471EAC7F2F63D3A441AE3A3F6F433F8CFFC5ABFFA936940A0F574F7998F79AAC2D79C4CC2015BBC9D527D446036E8BCC546FD3B67EAA18283B0CB7078C81FED2ADDEB7F707C957447044A4146EF768D74786691D301A8EDE7AE3903F69230D3280D6865A8A28F210D26F2DB4D74803E77664DE0FA45FA04F380AE3AEFCF978C126EC757A15AFCE4733D66C9E61F3DCA437197A13223AA1FD3B7D4864EB14F819115F6D7E3A7AFA004F6C354D6A783BCB04E4C02DEF7E53033311870D702C393EEA9BAC4B7A71EDAF5BD4D5037B5953BB46AE2A7D22D4D683CAEA95EA1A15AC4C36225FD098DF1394BB0CFDE0A95BB8C628CBD9B24207D363D1A6116A9BA75DFAD9E37DA7C94FB18E17685AD0C1321A0152883AD85CE78AB2D000A23E616352D384B82C891DF2192DF75F6564D08CE5C3DD4298953D976551760E72044FF9E8D24FAD314DDEE43E98C761AE1802FA143C48F503277A667761F18636D1F01720A0E288304C883E2B6757C50888CED8D2AB28C835BE54A97BF874FE9C09CC43E5662079511E3D881073AB565414E8AEE57F4F5BCBB5E957B87063F1DDC496C6E0B00223982627D4963CB5D01853CD1A851B53A3247AF17AAD6210179F42668C442FCC816E66E199510F1E1032B321508502B895C6B9923C3CCBB2B65BABF91856D9D06DCBD4FCB6E8490FDC44EEBF9F323EE2000D36ED4E63A6FE6F7348B19E8D51BCBBF682AEB18241E2CD4B3E4F5856139B724A8E7B487092575F547FA45B50EE8025C9DDAD83A24C91D9A9BA6D55E548C4EBA213B28672FDBB5A275E3FA9D7C59577FE781B33D39F56689F1F22D19270F78A1A6BFE5C238BAE8E254476FECC47B1814F0DE8F4A16B3AF85C4EE54F2FFAF0DC98CBAEDDDAFF367EB30D260FA87C70ADAC2986B855B18C54880661C7A2A878510C0EE390914E6FB4CECF964EFC8A8C67A34C7AA76CF77049B1DCAABB9609023B7225C48423DC7086BE59414EE6430886E64E97239B0EDA2A591919FAC8B2851964EEA80A512C45489D7263D76401774988F1DF9AE2D2872BF037AA0AA357796758D7FF65960069A9F4B2DCE1F79250D8C3F9D816431891A8E0C7544019774C05D23B72C97D14BAD43FBCC99BFF2C8D1FB14DAC4AB60333BA71A6DC466FAF3BA0EB7649690655E3CFB8CFD41D3F6D7160D424EDC5389691F700FDE893F94E721F9E3B6E91B629CBAA922024415A7D3487907865F81310126C1AA025AEC3A0A7934B873DDE4F795489BBF918A3C0EEC205CCF13F3FE83AF2F71A5CA8BF6004123AE1CC22D87C6B0BCF9159F56472710CD26F612379B75787D1B67AA27C3D4BED45E7962C8D3B0649729A0F498CF20000455C97D89A033B2E5316A7A253F8CE7A25E9F11470F4503CD51C61F563679F694BB4522982E4D24ECAC17F5262C0A24322EFD5E43FAF0FE5457C2BA70B82B6FCE07A697D27CCBBDF5B538703814A9A9148841DFFC55C98970D374B2F1239CC6E6440167A61580CD63E550F7AC04795322765DCF5AE1E055661CDABE9F0340D54462512D920B4B1DD1CB5EAF1BE666FC24850D16264AD3515B9A4ADF07B0962CECFF925B89684D3B2EEADE5A8598A78B6AF255F327B512377D64242D2C2BA78DDB899B4C977CF48E258A34C52D736ADBC6A0B72EFC8EDF1762DC65EFF54F070DECDA43280E8F1396A3C5CCA8C205253C9EDD6D4D7393592D9FD612026E7F1E5C606119CA17C1F05287DA4FEEF352BDD87DF36E4EC75C32AC973C6640F55BC2CB4AEC699F2A1E38AC0973612F84A24E7513969407513234E0D771AD975DD50E1E728E2765D3835671453F5197043871E4BEE54409ADCB905C22304AD7D65E9DA390670A8A8A13093B23C6E5AAFC5A2524F8DFDB7D31A01EEEF9F6DDE951BC202790DFCF4DF4225CBD5A1B84B92D654BE", + "WNR1000v3", + "WNR2000v5", + "WON", + "WORDPRESS", + "WORDS", + "WORK", + "WORKING", + "WORKS", + "WORLD", + "WORLDWIDE", + "WORRY", + "WOXY", + "WP", + "WPA7510", + "WPT", + "WSO2", + "WTS", + "WWD", + "WWE", + "WWH", + "Waaaw", + "WaffleMinecraft_E-Mails_35k.txt", + "Waiting", + "Wallet", + "Walmart.com", + "Wanna", + "Wanted", + "Wanting", + "War", + "WarCraft", + "WarRock_IPs_2.2k.csv", + "Warcraft", + "Warfare", + "Warfine", + "WariaMC", + "Warm", + "Warnfight2020", + "Warning", + "Was", + "Wash", + "Wash.", + "Washington", + "Watching", + "Wayland", + "WazntMe", + "We", + "Web", + "Web.txt", + "WebMails", + "Webcam", + "Webmails", + "Webshell", + "Website", + "Websites", + "Websocket", + "Wechat", + "Wecu.com", + "Wednesday", + "Weekly", + "Weep", + "Welcome", + "Welfare_Teamspeak_IPs_408.csv", + "Well", + "Were", + "Wertil", + "Westernunion.com", + "What", + "What's", + "WhatsApp", + "What\u2019s", + "When", + "When's", + "When\u2019s", + "Where", + "Where's", + "Where\u2019s", + "Which", + "White", + "Who", + "Who's", + "Whore", + "Who\u2019s", + "Why", + "Why's", + "WhyNotSurvive", + "Why\u2019s", + "WiFi", + "Wijsen", + "Wild", + "Wilderia_site_parse.txt", + "Will", + "Wimzaa", + "Win", + "Win11", + "Window", + "Windows", + "Windscribe", + "Wings", + "Winrar", + "Winrate", + "Wireless", + "Wis", + "Wis.", + "Wisconsin", + "Wise", + "Wish", + "Wishing", + "With", + "Withdrawing", + "Withers", + "WizardMC", + "Wo", + "Woignarue", + "WonderWorldMC_-_Emails.txt", + "Woorank", + "Word", + "WordPress.txt", + "Wordlist\\n2", + "Wordpers", + "Working", + "Works", + "World", + "WorldWide", + "Worldcup", + "Worms", + "Would", + "Wow", + "Write", + "Wrote", + "Wt", + "Wtw", + "WujingKlaus", + "WyC", + "X$X", + "X$XXX.XXXXxxxxXxXxxxXdxXxxdXxXX/", + "X$XXXXdxXXdxxXxxdxXxxXdddxxxXxdd", + "X$XXXXdxxXx.dxxxxXXxXxXxXxxxdx/", + "X$XXXXxXxxXXXd.XXxxXxXxxXxxXx", + "X$XXXXxdxxXxxXdxdXxXXxxXxXXXxd", + "X$XXXdXxdXxddXXXxXxxxdxXx.xXXxddd", + "X$XXXdxXXxXXXxXxxxXddXXXxXXx", + "X$XXXxdxX", + "X$XXXxxXxdxXXxXXXXxxxxdXxxXxxXd", + "X$XXdXXdXdxXxXxXxXxxXXxdXxXdxXXx", + "X$XXdXXxXxdxxxxXXXXdXXxxdxxxXXd", + "X$XXdXdXxxXddXxxxdXddxxXxxxXxdXd/", + "X$XXdXxXdXxXXXXdX", + "X$XXdxXxxxxXdXxXdxdxXXxXxxddXxd", + "X$XXdxxddxxxXxxxXdXxXXxXXxXxxXXXd", + "X$XXxXdxxxXxdXXXxXxXXXxXxXXXXxd", + "X$XXxXxXXxxdXdXxxdxXxdXXX.Xxxxxd", + "X$XXxdXXXxxXXxXXxxxXxXXXXxxx", + "X$XXxdXxXxxdXxxXxXXxddxdXXXxXdxxd", + "X$XXxxXXXxxdxxXxdxXdxXXXxXXXxxXd/", + "X$XXxxXx", + "X$XXxxXxXXxxXxxxxddX.dxxxXxxxx", + "X$XXxxdxxxxXdXXxxXXx.dXXddX/dxxx/", + "X$XXxxxXXxxxdXXxx", + "X$XXxxxdXxXxxxxXXdXxxdXxxxxXXddd", + "X$XdXXXXdxX.xdxXxxXXxXXxdXxddxXx/", + "X$XdXXdXxxdxXX.xxXxXXdxxxxXxxdX/", + "X$XdXXdXxxdxXX.xxXxXXdxxxxXxxdX/:Xxxdddd", + "X$XdXxXXXxxxXX.Xxd", + "X$XdXxXxxxxXXXXxXddxdXXdXX/ddxxxd", + "X$XdXxxdxdXxdxxdxdXXx", + "X$XddxxxxdxxXXXXxX.dXXdx", + "X$XdxxX.XXdxxXXx", + "X$Xx.dxXdxxxxXdxxXXXXxXdxdxXxxxd", + "X$XxXXXXxXXXxXxdXXxxxdxxdxXdxXxx", + "X$XxXXXxxx.xXxxXxXxdXxXxxxXXXxxXd", + "X$XxXXdXxXXdxxxXdXxxXXdXddxXdddXd", + "X$XxXXxxXXXXdxxxXXxXxXdxXXXdXxx", + "X$XxXXxxXdxxXdXXxxXXdxdXxXxdxdXXd", + "X$XxXXxxdxx", + "X$XxXddXdXddxXxXXXxXxxXXXxxxxXd", + "X$XxXdx", + "X$XxXdxX.xXxxxddxxxxXxXXXX/dXXdd", + "X$XxXxddXxxXxdxxxxXXXxxxXXXdXxXdd", + "X$XxdXdxXXXxXdXxx.dXxxXdXxxddXxxd", + "X$XxxX.XxxXXXdx.xxxxXxxxXXxxxxXxd", + "X$XxxXXXX", + "X$XxxXxXdxXXXxXxXd.xXdxXxXx", + "X$XxxdXxXxXXxXxdXXdxdxxXxxdXxxxx/", + "X$XxxddXxdXxXXXddxxdxxXXXxXXxXxX/", + "X$XxxxXXXXxxXxXXXXxdXXxxdxXxXdxd", + "X$XxxxXXXxXXX.xdXXXxdxxdxXxXdxxx", + "X$XxxxXxXxXxxXdXxXXXdxXXxXdxd/dX.", + "X$XxxxdXxXxXdXxXdxxXXdXXxXXxXXdXd", + "X$XxxxxXxxXxXxdxXdxXxXdXXXxXxdX/", + "X&X", + "X'X", + "X'x", + "X'xxxx", + "X++", + "X+++", + "X-d", + "X.", + "X.X", + "X.X.", + "X.X.X", + "X.X.X.", + "X.X.X.X.", + "X.XdXXdxx", + "X.dddd", + "X.x", + "X.x.", + "X/", + "X03", + "X11", + "X166", + "X7/", + "X:2", + "XBOX", + "XCrazy", + "XD", + "XDD", + "XE", + "XEC", + "XEL", + "XFegEhyi0hzjpTGs:2", + "XH", + "XHbLQfXbTYWwIa10", + "XML", + "XMLHttpRequest", + "XMR", + "XPXDSCJ", + "XSS", + "XV2", + "XX", + "XX#dddd", + "XX'x", + "XX'x.xxx", + "XX'xx", + "XX'xxx", + "XX(xxxx", + "XX).xxx", + "XX+", + "XX+XX", + "XX+XX+XX", + "XX+XX+XXXX", + "XX+XXX", + "XX+XXXX+XXX", + "XX-Xxxx.xxx", + "XX-Xxxx_XXx_dd.xxx", + "XX-Xxxxx.xxx", + "XX-Xxxxx_X-Xxxxx_ddd.xxx", + "XX-Xxxxx_XXx_d.dx.xxx", + "XX-Xxxxx_XXx_ddxxx.xxx", + "XX-Xxxxx_Xxxxx_Xxxx_d.dx.xxx", + "XX.XXXX.XXX", + "XX.XXXX.XXXX", + "XX.xxx", + "XXL", + "XXX", + "XXX#dddd", + "XXX&XXX]/xxxx", + "XXX'X", + "XXX((XXXX", + "XXX(XXXX(XXXX(XXXX(xxxx_xxxx", + "XXX(x", + "XXX)d", + "XXX+", + "XXX+XXX", + "XXX+XXX+XX", + "XXX+XXX+XX+Xxxxx", + "XXX+XXX+Xxxxx", + "XXX-", + "XXX-ddd", + "XXX-dddXXd", + "XXX.xxx/xxxx", + "XXX/", + "XXX@", + "XXXX", + "XXXX#dddd", + "XXXX$xxxx", + "XXXX&XXXX", + "XXXX'X", + "XXXX(XXXX(XXXX(xxxx_xxxx", + "XXXX(XXXX(d)))XXxX", + "XXXX(XXXX(d-(XX(XXX(XXX((XXXX", + "XXXX(XXXX(dd-(XX(XXX(XXX((XXXX", + "XXXX(x", + "XXXX),dxdd", + "XXXX).Xx", + "XXXX)/xxxx", + "XXXX+", + "XXXX+XXXX+XX+XX", + "XXXX-", + "XXXX----", + "XXXX.XX", + "XXXX.XXX", + "XXXX.XXX.XX", + "XXXX.XXXX", + "XXXX.XXXX.XXXX", + "XXXX.Xxxx", + "XXXX.xxx", + "XXXX.xxx_XXd_ddX_Xxxxx_dddd.xxx", + "XXXX/", + "XXXX/d.d", + "XXXX=dxxddxdxddd", + "XXXXXXXXX", + "XXXX].xxx", + "XXXX]/xxxx", + "XXXX^", + "XXXX_XXX", + "XXXX_XXXX", + "XXXX_XXXX.XXXX", + "XXXX_XXXX]", + "XXXX_XXXX_XXXX", + "XXXX_Xxxxx_Xxxx_ddd.xxx", + "XXXX_xxx_ddx.xxx.xxx", + "XXXXd", + "XXXXd.XXXX.XXXX", + "XXXXdd", + "XXXXddXXdddXXXXdxXxXxxxxXxXXXXxdx", + "XXXXddd", + "XXXXdddXXddXXXddddXdXdXXXddXdXddddXddddXddddXXdddXddddXdXXXdXdXddddXXXXd", + "XXXXxXXXdxXx/dxXXxX/", + "XXXXxX_Xxxxx_Xxxx_dd.xxx", + "XXXXxdxd/", + "XXXXxx", + "XXXXxxdxd", + "XXXXxxxXxxxx", + "XXXXxxxx", + "XXXX~~~~", + "XXX\\XXXX", + "XXX_XXX", + "XXX_XX_XXXX_XXX", + "XXX_XXx_ddd.xxx", + "XXX_Xxxxx_XXx_ddd.xxx", + "XXX_xxxxXXXxxxxXxxxx", + "XXXd", + "XXXdX_XXX", + "XXXdXdXdddXddXdddXdddXdddXdddXdXddddXdX", + "XXXdd", + "XXXdd.XXXX.XXXX", + "XXXddd", + "XXXddd@xxxx.xx", + "XXXdddd", + "XXXddddX", + "XXXddddxd", + "XXXdddxXX", + "XXXddxxXxxx", + "XXXx", + "XXXxXdX/", + "XXXxXxdxXXXdXxxX:d", + "XXXxXxxxxXxXXXd:d", + "XXXxddXXxX", + "XXXxxXxxxx", + "XXXxxdxXXXxXXXXd:d", + "XXXxxdxxdxdxXXXxxX.", + "XXXxxx", + "XXXxxx_X-Xxxxx_dd.dx.xxx", + "XXXxxx_XXx_d.dxxx.xxx", + "XXXxxx_dddx.xxx", + "XXXxxxx", + "XXXxxxx.xx", + "XXXxxxx.xxx", + "XXXxxxxXxdXXxxxX:d", + "XXXxxxxXxxx_Xxxxx_dd.xxx", + "XXXxxxxXxxxx_X-Xxxxx_ddd.xxx", + "XXXxxxx_XXx_dd.dx.xxx", + "XXXxxxx_XXx_ddd.xxx", + "XXXxxxx_XXx_dddx.xxx", + "XXXxxxx_XXx_ddx.xxx", + "XXXxxxx_XxxXxx_Xxxxx_dx.xxx", + "XXXxxxx_Xxxxx_X-Xxxxx_dd.xxx", + "XXXxxxx_Xxxxx_XXx_ddd.xxx", + "XXXxxxx_Xxxxx_Xxxx.xxx", + "XXXxxxx_Xxxxx_Xxxx_dd.xxx", + "XXXxxxx_Xxxxx_Xxxx_ddd.xxx", + "XXXxxxx_Xxxxx_Xxxx_ddx.xxx", + "XXXxxxx_Xxxxx_d.dx.xxx", + "XXXxxxx_Xxxxx_dd.xxx", + "XXXxxxx_Xxxxx_ddd.xxx", + "XXXxxxx_Xxxxx_dx.xxx", + "XX]/xxxx", + "XX_XXXX", + "XX_Xxxxx_d.dx.xxx", + "XX_xxxx_xxxx", + "XXd", + "XXd.dddd", + "XXd.xxx", + "XXdXXxxXXdX", + "XXdd", + "XXddddXXX-dXXXX", + "XXdxXX", + "XXx", + "XXx.xxx", + "XXxX", + "XXxXXXdxX", + "XXxXXxXd", + "XXxXXxXdX", + "XXxXXxXxXXXxXxdd", + "XXxXdxxXx", + "XXxXxxxx", + "XXxdXxxxx", + "XXxxXxXxXXxXxXxXxxX", + "XXxxXxxXXXXdXxXXxxxXxdxdxxxXXxx", + "XXxxXxxxdxxxxXXx:d", + "XXxx_xxxx.xxx", + "XXxx_xxxx_xxxx.xxx", + "XXxxdXXxx", + "XXxxx", + "XXxxx$", + "XXxxxx", + "XXxxxx.xxx", + "XXxxxxdx", + "X^dddd", + "X_X", + "X_Xxxxx", + "X_x", + "Xbox", + "Xd", + "Xd.d", + "Xd.dd.dd", + "XdX", + "XdXX", + "XdXXXX", + "XdXXXXdXd", + "XdXXdxxxXxxXdXXx:d", + "XdXXxXXxdXddXxxxxXXXxXXdXdXXdxd", + "XdXddxxxdXXxxd", + "XdXxX", + "XdXxxxx", + "Xd_XXX_xd.d.dd", + "Xdd", + "XddX", + "XddXX", + "XddXXddXddddXXddddXddddXddXXXddddXXdXXdXdXXddddXddXXdddXddddXXd", + "XddXddddXXXdddXddddXXXXddXXXddddXXdddXdXXXddXddddXdddXXdXdddXXXXdXXd", + "Xddd", + "XdddXdd", + "Xdddd", + "Xdddd^XXXX", + "XdddxX", + "Xddd|Xxxxx|XX|dddd|Xxxx|dddd|xxxx@xxxx.xxx|dd|dd|dddd|dd/d/dddd", + "Xddxx", + "XddxxXxXxXxXXXxxdx", + "XddxxxdxxxxXdddXxx", + "XdxXXXXxx", + "XdxXddxxXXXXxXXdXxd", + "Xdxx", + "Xdxxdddd", + "Xdxxdx", + "Xdxxxx", + "XdxxxxddXX", + "Xenforo", + "Xenozia.txt", + "XjwCS3RK3OkkWPh2:2", + "Xmpp", + "Xotix.txt", + "Xp1", + "XpBCRR8Mkjdjgl2JJm", + "Xr38S)Si!z;@", + "Xv2", + "Xworm", + "Xx", + "Xx'", + "Xx'x", + "Xx'xx", + "Xx.", + "Xx.X.", + "Xx.xxx", + "XxErfanDYxX", + "XxX", + "XxXXX", + "XxXXXXdXxxxxdXXx", + "XxXXxXXXdxXdXXXXxxdxXdxxXXxxxxXdX", + "XxXXxXxXXXxdxxxx", + "XxXXxxXxXxXxXXdx:d", + "XxXXxxxx", + "XxXXxxxx_XXx_ddd.xxx", + "XxXXxxxx_Xxxxx_XXx_ddd.xxx", + "XxXXxxxx_Xxxxx_ddx.xxx", + "XxXddXxxX", + "XxXx", + "XxXxX", + "XxXxXXdXx", + "XxXxX_XXx_dd.dx.xxx", + "XxXxX_Xxxxx_Xxxx_dx.xxx", + "XxXxx", + "XxXxxX", + "XxXxxXdxxxxX:d", + "XxXxx_Xxxxx_XXx_ddd.xxx", + "XxXxxx", + "XxXxxx.xxx", + "XxXxxxXX_Xxxxx_d.dx.xxx", + "XxXxxxXxx", + "XxXxxxXxx_Xxxxx_Xxxx_ddd.xxx", + "XxXxxxXxxxx_X-Xxxxx_ddd.xxx", + "XxXxxx_-_Xxx.xxx", + "XxXxxxdXxXxdxXdxXXxxdXXx", + "XxXxxxx", + "XxXxxxxXXxX", + "XxXxxxxXxxx", + "XxXxxxxXxxxx", + "XxXxxxx_X-Xxxxx_dd.dx.xxx", + "XxdXXxXxddXxxXxXxXXxxXxdxXXxxXXdXXXXdxdXxd=", + "XxdXxxxx", + "XxdXxxxxXX", + "XxddX)Xx!x;@", + "XxddXXxXXxXxxdXdxdxXxXxxxXdxXXxd", + "XxdddX", + "Xxdxd_dd", + "XxdxxXxdxx", + "XxdxxxXd", + "Xxx", + "Xxx'x", + "Xxx+Xxxx", + "Xxx-", + "Xxx-Xxxxx.xxx_Xxxxx_XX.xxx", + "Xxx-dd.xx", + "Xxx.", + "Xxx.dddd", + "Xxx.xxx", + "Xxx.xxx(xxxx", + "Xxx.xxx/xxxx", + "XxxX", + "XxxXX", + "XxxXX.xxx", + "XxxXXX", + "XxxXXX_XXx_dd.xxx", + "XxxXXXxxxxXxX", + "XxxXX_Xxxxx_XXx_ddd.xxx", + "XxxXXdXXdXxxXXxd:d", + "XxxXXxxXx", + "XxxXdxxddxXdxdxXxXXxxxxXxXxXxxXXXxXxxXXdxXXXxxxXXddXxdXXxddXdxxx", + "XxxXx", + "XxxXxX", + "XxxXxXx", + "XxxXxXxX_X-Xxxxx_d.dx.xxx", + "XxxXxXxxx", + "XxxXxXxxxx", + "XxxXxx", + "XxxXxx#dddd", + "XxxXxxXXX", + "XxxXxxXxxXX_X-Xxxxx_d.dx.xxx", + "XxxXxxXxxXX_Xxxxx_Xxxx_dd.xxx", + "XxxXxxXxxXxxxx", + "XxxXxxXxxxx", + "XxxXxxx", + "XxxXxxx#dddd", + "XxxXxxx(Xxxxx", + "XxxXxxxXX_XXx_ddd.xxx", + "XxxXxxx_X-Xxxxx_dd.dx.xxx", + "XxxXxxx_X-Xxxxx_ddd.dx.xxx", + "XxxXxxx_XXx_d.dx.xxx", + "XxxXxxxd", + "XxxXxxxddd", + "XxxXxxxx", + "XxxXxxxx.xxx", + "XxxXxxxx_X-Xxxxx_d.dx.xxx", + "XxxXxxxx_X-Xxxxx_dx.xxx", + "XxxXxxxx_Xxxxx_XX.xxx", + "XxxXxxxx_Xxxxx_Xxxx_dx.xxx", + "XxxXxxxx_Xxxxx_dd.xxx", + "XxxXxxxx_Xxxxx_dx.xxx", + "XxxXxxxx_xxx_xxxx.xx_d.dx.xxx", + "Xxx_Xxxxx_d.dx.xxx", + "Xxxd", + "Xxxdd", + "XxxddX", + "Xxxdddd", + "XxxdxXdxX", + "XxxdxXxXX", + "Xxxdxxx", + "Xxxx", + "Xxxx'", + "Xxxx'x", + "Xxxx'xx", + "Xxxx(x", + "Xxxx(xdxx", + "Xxxx).xxxXxxx", + "Xxxx+", + "Xxxx+X", + "Xxxx+Xxxxx", + "Xxxx-Xxxxx_Xxxxx_d.dx.xxx", + "Xxxx-d", + "Xxxx.", + "Xxxx.xx", + "Xxxx.xx.xxx", + "Xxxx.xxx", + "Xxxx:dddd", + "XxxxX", + "XxxxX.xx", + "XxxxXX", + "XxxxXX.XX", + "XxxxXX.XXXX.XXXX", + "XxxxXXX", + "XxxxXXX_X-Xxxxx_dd.xxx", + "XxxxXXX_Xxxxx_Xxxx_ddd.xxx", + "XxxxXX_X-Xxxxx_ddx.xxx", + "XxxxXX_Xxxxx_Xxxx_ddd.xxx", + "XxxxXX_d.xxx", + "XxxxXXxxxXxx", + "XxxxXx", + "XxxxXx.xxx", + "XxxxXxX", + "XxxxXxX_X-Xxxxx_dx.xxx", + "XxxxXxX_XXx_ddd.xxx", + "XxxxXxX_XXx_ddx.xxx", + "XxxxXxX_Xxxxx_ddd.xxx", + "XxxxXxXxxx", + "XxxxXxdXXXdxdxXXdxXXddXddXxXX", + "XxxxXxx", + "XxxxXxx.xxx", + "XxxxXxxXxxxXxxxx.xxx", + "XxxxXxxXxxxx", + "XxxxXxxx", + "XxxxXxxx.xxx", + "XxxxXxxxXxX_Xxxxx_Xxxx_dd.xxx", + "XxxxXxxxXxxx", + "XxxxXxxxXxxxx", + "XxxxXxxxXxxxxXxxxx", + "XxxxXxxx_X-Xxxxx_d.dx_Xxxxx.xxx", + "XxxxXxxx_XXx_ddd.xxx", + "XxxxXxxx_Xxxxx.xxx", + "XxxxXxxx_Xxxxx_XXx_d.dx.xxx", + "XxxxXxxx_Xxxxx_XXx_ddd.xxx", + "XxxxXxxx_Xxxxx_Xxxx_dx.xxx", + "XxxxXxxx_Xxxxx_d.dx.xxx", + "XxxxXxxxdddd", + "XxxxXxxxx", + "XxxxXxxxx#dddd", + "XxxxXxxxx.xx_Xxxxx_Xxxxx_XXXd_dddd.xxx", + "XxxxXxxxx.xxx", + "XxxxXxxxx.xxxxXxxXxxxx(d", + "XxxxXxxxxXX_X-Xxxxx_dx.xxx", + "XxxxXxxxxXX_dddx_dddd.xxx", + "XxxxXxxxxXXd", + "XxxxXxxxxXd", + "XxxxXxxxx_-_Xxxxx.xxx", + "XxxxXxxxx_X-Xxxxx_dd.dx.xxx", + "XxxxXxxxx_X-Xxxxx_dx.xxx", + "XxxxXxxxx_XXx_ddx.xxx", + "XxxxXxxxx_Xxxxx_Xxxx_dd.dx.xxx", + "XxxxXxxxx_Xxxxx_Xxxx_dd.xxx", + "XxxxXxxxx_Xxxxx_Xxxx_ddd.xxx", + "XxxxXxxxx_Xxxxx_Xxxx_dx.xxx", + "XxxxXxxxx_Xxxxx_dd.xxx", + "XxxxXxxxx_Xxxxx_ddx.xxx", + "XxxxXxxxxd", + "XxxxXxx|", + "Xxxx]/xxxx", + "Xxxx_XXx_d.dx.xxx", + "Xxxx_XXx_dd.xxx", + "Xxxx_Xxxxx_XXx_ddd.xxx", + "Xxxxd.xxx_Xxxxx_XX.xxx", + "XxxxdXxxxx", + "XxxxdXxxxx_-_Xxx.xxx", + "Xxxxdd.xxx", + "Xxxxdddd", + "Xxxxdddd@xxxx.xxx", + "Xxxxdddx", + "Xxxxdx", + "XxxxdxXxX", + "Xxxxdxx", + "Xxxxx", + "Xxxxx#d", + "Xxxxx#dddd", + "Xxxxx'", + "Xxxxx'x", + "Xxxxx((xxx", + "Xxxxx(Xx", + "Xxxxx(d", + "Xxxxx(xxxx", + "Xxxxx).xxx", + "Xxxxx)/xxxx", + "Xxxxx+", + "Xxxxx-", + "Xxxxx-XX_X-Xxxxx_ddd.xxx", + "Xxxxx-XX_X-Xxxxx_dx.xxx", + "Xxxxx-XX_Xxxxx.xxx", + "Xxxxx-XX_Xxxxx_d.dx.xxx", + "Xxxxx-XxX.xx", + "Xxxxx-Xxxxx.xx.xxx", + "Xxxxx-xxxx.xx", + "Xxxxx-xxxx://xxxxdxxxxddxxxdxdxxxxdxxdddxxxx.xxxx/xxxx/dddd/", + "Xxxxx.", + "Xxxxx.Xxxx_Xxxxx_XXx_ddd.xxx", + "Xxxxx.dddd", + "Xxxxx.xx", + "Xxxxx.xx.xxx", + "Xxxxx.xx_Xxxxx_dd.xxx", + "Xxxxx.xxd", + "Xxxxx.xxx", + "Xxxxx.xxx-xxxx.xxx", + "Xxxxx.xxx.xxx", + "Xxxxx.xxx/xxxx", + "Xxxxx.xxx_Xxxxx_XX.xxx", + "Xxxxx.xxx_dddx.xxx", + "Xxxxx.xxx_ddx_Xxxxx_Xxxxx_dddd.xxx.xxx", + "Xxxxx/d.d", + "Xxxxx/d.dd", + "Xxxxx/dd.d", + "Xxxxx/ddXddd", + "Xxxxx/ddd.d", + "Xxxxx:-", + "Xxxxx:ddddxxxddxdxxddxxddddxdddd", + "Xxxxx@#dddd", + "Xxxxx@xxxx.xx", + "Xxxxx@xxxx.xxx", + "XxxxxX", + "XxxxxXX", + "XxxxxXX.xx", + "XxxxxXX.xx_Xxxxx.xxx", + "XxxxxXX.xxx", + "XxxxxXXX", + "XxxxxXXX.xxx", + "XxxxxXXXX", + "XxxxxXXX_-_XXx.xxx", + "XxxxxXXX_X-Xxxxx_ddd.xxx", + "XxxxxXXX_XXx_dd.dx.xxx", + "XxxxxXXX_XXx_dd.xxx", + "XxxxxXXX_XXx_ddd.xxx", + "XxxxxXXX_XXx_ddx.xxx", + "XxxxxXXX_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXXX_Xxxxx_Xxxx_ddd.xxx", + "XxxxxXXX_Xxxxx_Xxxx_ddx.xxx", + "XxxxxXXX_Xxxxx_Xxxx_dx.xxx", + "XxxxxXXX_Xxxxx_ddx.xxx", + "XxxxxXX_X-Xxxxx_ddd.xxx", + "XxxxxXX_XX__Xxxx_XX.xxx", + "XxxxxXX_XXx_dddx.xxx", + "XxxxxXX_XXx_dx.xxx", + "XxxxxXX_Xxxxx.xxx", + "XxxxxXX_Xxxxx_XX.xxx", + "XxxxxXX_Xxxxx_XXx_dd.xxx", + "XxxxxXX_Xxxxx_XXx_ddd.xxx", + "XxxxxXX_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXX_Xxxxx_Xxxx_dd.xxx", + "XxxxxXX_Xxxxx_Xxxx_ddd.xxx", + "XxxxxXX_ddX_XXXxxxx.xxx", + "XxxxxXXdd", + "XxxxxXXxXXxXXxxXxxXxxXXXxXXx", + "XxxxxXXxxx.xxx", + "XxxxxX_xxx", + "XxxxxXdXd", + "XxxxxXddd", + "XxxxxXx", + "XxxxxXxX", + "XxxxxXxX.xx", + "XxxxxXxX.xxx", + "XxxxxXxX.xxx.xxx", + "XxxxxXxX_-_XX_dddd_Xxxx.xxx", + "XxxxxXxX_X-Xxxxx_d.dx.xxx", + "XxxxxXxX_X-Xxxxx_dd.dx.xxx", + "XxxxxXxX_X-Xxxxx_dd.xxx", + "XxxxxXxX_X-Xxxxx_ddd.xxx", + "XxxxxXxX_X-Xxxxx_ddx.xxx", + "XxxxxXxX_X-Xxxxx_dx.xxx", + "XxxxxXxX_XXx_d.dx.xxx", + "XxxxxXxX_XXx_d.dx_Xxx_d.xxx", + "XxxxxXxX_XXx_d.dx_Xxxx_d-d.xxx", + "XxxxxXxX_XXx_ddd.dx.xxx", + "XxxxxXxX_XXx_ddd.xxx", + "XxxxxXxX_XXx_ddx.xxx", + "XxxxxXxX_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXxX_Xxxxx_Xxxx_dx.xxx", + "XxxxxXxX_Xxxxx_dddx.xxx", + "XxxxxXxx", + "XxxxxXxx.xxx", + "XxxxxXxxXxx", + "XxxxxXxxXxx/ddd.d.dd", + "XxxxxXxxXxxx_X-Xxxxx_d.dx.xxx", + "XxxxxXxxXxxx_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXxxXxxxx.xx", + "XxxxxXxxXxxxxXxxxx", + "XxxxxXxxXxxxx_X-Xxxxx_dd.xxx", + "XxxxxXxx_-_XXx.xxx", + "XxxxxXxx_X-Xxxxx_ddd.xxx", + "XxxxxXxx_Xxxxx_XXx_dd.xxx", + "XxxxxXxx_Xxxxx_dd.xxx", + "XxxxxXxx_Xxxxx_ddd.xxx", + "XxxxxXxxdd", + "XxxxxXxxdddd", + "XxxxxXxxx", + "XxxxxXxxx.xx", + "XxxxxXxxx.xxx", + "XxxxxXxxxXxXxxx", + "XxxxxXxxxXxxx", + "XxxxxXxxxXxxxx", + "XxxxxXxxx_-_XXx.xxx", + "XxxxxXxxx_Xxxx_dddx.xxx", + "XxxxxXxxx_Xxxxx_XXx_ddd.xxx", + "XxxxxXxxx_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXxxx_Xxxxx_d.dx.xxx", + "XxxxxXxxx_Xxxxx_dddx.xxx", + "XxxxxXxxx_dddx.xxx", + "XxxxxXxxx_dx.xxx", + "XxxxxXxxxx", + "XxxxxXxxxx(xxxx", + "XxxxxXxxxx.xx", + "XxxxxXxxxx.xxx", + "XxxxxXxxxx.xxx_Xxxxx_XX.xxx", + "XxxxxXxxxxXX", + "XxxxxXxxxxXX_-_Xxxxx.xxx", + "XxxxxXxxxxXxxxx", + "XxxxxXxxxxXxxxx.xx_XXXd(XXXX)_dddd.xxx", + "XxxxxXxxxxXxxxx.xxx", + "XxxxxXxxxxXxxxxXxxx.xxx", + "XxxxxXxxxx_-_XXx.xxx", + "XxxxxXxxxx_-_Xxxxx.xxx", + "XxxxxXxxxx_X-Xxxxx_d.dx.xxx", + "XxxxxXxxxx_X-Xxxxx_dd.dx.xxx", + "XxxxxXxxxx_X-Xxxxx_dd.xxx", + "XxxxxXxxxx_X-Xxxxx_ddd.xxx", + "XxxxxXxxxx_X-Xxxxx_ddx.xxx", + "XxxxxXxxxx_X-Xxxxx_dx.xxx", + "XxxxxXxxxx_XXx_dd.dx.xxx", + "XxxxxXxxxx_XXx_dd.xxx", + "XxxxxXxxxx_XXx_ddd.xxx", + "XxxxxXxxxx_XxxXxxxx_XX.xxx", + "XxxxxXxxxx_XxxxXxxxx_XXx_ddd.xxx", + "XxxxxXxxxx_XxxxxXXX.xxx", + "XxxxxXxxxx_Xxxxx_XX.xxx", + "XxxxxXxxxx_Xxxxx_XX_dddd.xxx", + "XxxxxXxxxx_Xxxxx_XXx_d.xxx", + "XxxxxXxxxx_Xxxxx_XXx_ddd.xxx", + "XxxxxXxxxx_Xxxxx_Xxxx_d.dx.xxx", + "XxxxxXxxxx_Xxxxx_Xxxx_ddd.xxx", + "XxxxxXxxxx_Xxxxx_d.dx.xxx", + "XxxxxXxxxx_Xxxxx_dd.dx.xxx", + "XxxxxXxxxx_Xxxxx_dd.xxx", + "XxxxxXxxxx_Xxxxx_dddx.xxx", + "XxxxxXxxxx_d.dx.xxx", + "XxxxxXxxxx_ddx.xxx", + "XxxxxXxxxxdd", + "XxxxxXxxxxdddd", + "XxxxxXxxxxdddd.xxx", + "Xxxxx\\xd", + "Xxxxx].xxx", + "Xxxxx_-_XXx.xxx", + "Xxxxx_-_Xxx.xxx", + "Xxxxx_-_XxxxXx.xxx", + "Xxxxx_-_Xxxxx.xxx", + "Xxxxx_-_XxxxxXxxxx.xxx", + "Xxxxx_X-Xxxxx_dd.dx.xxx", + "Xxxxx_X-Xxxxx_dd.xxx", + "Xxxxx_X-Xxxxx_ddd.xxx", + "Xxxxx_X-Xxxxx_ddx.xxx", + "Xxxxx_XX.xxx", + "Xxxxx_XXX", + "Xxxxx_XXX.xxx", + "Xxxxx_XXXXxxx_-_Xxxxx.xxx", + "Xxxxx_XXXxxxx_Xxxxx", + "Xxxxx_XXXxxxx_Xxxxx.xxx", + "Xxxxx_XXXxxxx_xxxx.xxx", + "Xxxxx_XXx_d.dx.xxx", + "Xxxxx_XXx_dd.dx.xxx", + "Xxxxx_XXx_dd.xxx", + "Xxxxx_XXx_ddd.dx.xxx", + "Xxxxx_XXx_ddd.xxx", + "Xxxxx_XXx_ddx.xxx", + "Xxxxx_XXx_dx.xxx", + "Xxxxx_XxXXxx_-_Xxxxx.xxx", + "Xxxxx_Xxx.xxx", + "Xxxxx_XxxXxxx.xxx", + "Xxxxx_XxxXxxxx_dx.xxx", + "Xxxxx_XxxxXxxxx_XXx_ddd.xxx", + "Xxxxx_Xxxxx", + "Xxxxx_Xxxxx.xxx", + "Xxxxx_XxxxxXX.xxx", + "Xxxxx_XxxxxXxX_Xxxxx(xxxx", + "Xxxxx_Xxxxx_-_Xxxxx.xxx", + "Xxxxx_Xxxxx_XX.xxx", + "Xxxxx_Xxxxx_XXx_d.dx.xxx", + "Xxxxx_Xxxxx_XXx_dd.xxx", + "Xxxxx_Xxxxx_XXx_ddd.xxx", + "Xxxxx_Xxxxx_XXx_dx.xxx", + "Xxxxx_Xxxxx_Xxxx_d.dx.xxx", + "Xxxxx_Xxxxx_Xxxx_dd.xxx", + "Xxxxx_Xxxxx_Xxxx_ddd.xxx", + "Xxxxx_Xxxxx_Xxxxx.xxx", + "Xxxxx_Xxxxx_Xxxxx_dd.xxx", + "Xxxxx_Xxxxx_Xxxxx_ddd.xxx", + "Xxxxx_Xxxxx_d.dx.xxx", + "Xxxxx_Xxxxx_dd.xxx", + "Xxxxx_Xxxxx_ddd.xxx", + "Xxxxx_Xxxxx_ddx.xxx", + "Xxxxx_Xxxxx_xxxx.xxx", + "Xxxxx_d.ddxxx.xxx", + "Xxxxx_d.dx.xxx", + "Xxxxx_xxxx_xx.xxx", + "Xxxxx_xxxx_xxx", + "Xxxxx_xxxx_xxxx.xxx", + "Xxxxxd", + "Xxxxxd@xxxx.xxx", + "Xxxxxdd", + "Xxxxxddd", + "Xxxxxddd.Xxx", + "Xxxxxdddd", + "Xxxxxddx", + "Xxxxxdx", + "Xxxxxdx@xxxx.xxx", + "Xxxxxdxx", + "Xxxxxdxxx", + "Xxxxxdxxxx", + "Xxxxx|XXXX|XX|dddd|xxxx|dddd|xxxxd@xxxx.xxx|d|dd|dddd|dd/d/dddd", + "Xxxxx|Xxxxx|dd", + "Xxxxx|Xxxxx|ddd", + "Xxxxx|Xxxxx|dddd", + "Xxxxx|Xxxx|dddd", + "Xxxxx\u2019", + "Xxxxx\u2019x", + "Xxxx|Xxxxx|ddd", + "Xxxx\u2019", + "Xxxx\u2019x", + "Xxx\u2019x", + "Xx\u2019", + "Xx\u2019x", + "Xx\u2019xx", + "Xz3r0_69", + "X\u2019x", + "X\u2019xxxx", + "Y", + "YALE", + "YBE", + "YDS", + "YEAR", + "YEARS", + "YER", + "YHN", + "YLmS3nyCa", + "YORKSHIRE", + "YOU", + "YOUR", + "YOUTUBE/", + "YPR", + "YPS", + "YPT", + "YSM", + "YSV", + "YUANTA", + "YVKHMYh9i0/", + "YYY", + "Yahoo", + "Yandex", + "Ye", + "Yea", + "Yeah", + "Year", + "Yearly", + "Yee", + "Yep", + "Yes", + "Yesterday", + "YfVNwIGA0sM1CSQYIjv9tZ4hkGDbgfowV9W", + "Ym3", + "Yo", + "YoFou_Teamspeak_IPs_440.txt", + "You", + "Your", + "Yours", + "Youtube", + "YtalliumNetwork", + "Yugoslavia", + "Yummy_store_bot", + "Yv1", + "YxX", + "Z", + "Z00KY", + "Z0lf", + "Z3IGvTUj3O53NiqqwFMYtZS7T2RR1p2", + "Z:2", + "ZCA", + "ZELLE", + "ZENMATE", + "ZIP", + "ZNBqL4N/", + "ZON", + "ZXVqs3wTQKsFZXI9:2", + "Zarious_Buycraft_Emails_70.txt", + "ZeJiss7TlTb5sJ8gFPwh4IHm", + "Zealand", + "Zee5", + "ZenCraft", + "Zenmate", + "Zeolia", + "Zero", + "ZeroHashx0", + "Zion-Network_Forums_4.9k.txt", + "Zip", + "Zohan_Teamspeak_IPs_410.csv", + "Zolus_IPs_2.7k.txt", + "Zolux", + "Zonix_Staff_180.csv", + "Zoominfo", + "Zorotex", + "ZwDelayExecution", + "ZyXEL", + "[", + "[-:", + "[:", + "[=", + "\\", + "\\\")", + "\\n", + "\\n2", + "\\t", + "\\x", + "\\x04\\x39\\x61\\x10\\x53\\xc6\\xa0\\x55\\xab\\x8c\\xe9\\xff\\x24\\x49\\x78", + "\\x33\\x31\\x43\\x17\\x83\\xeb\\xfc\\x03\\x6b\\x0c\\xa6\\x2b\\x97\\xda\\xaf", + "\\x36\\x57\\x28\\x56\\x34\\x1c\\x3e\\x30\\x58\\xa3\\x93\\x4a\\x64\\x28\\x12", + "\\x42\\x29\\x6a\\x56\\x80\\x54\\xe9\\x53\\x78\\xa3\\xf1\\x11\\x7d\\xef\\xb5", + "\\x57\\x06\\x72\\x80\\x25\\x9b\\x73\\x46\\x22\\xa3\\x0b\\xe3\\xf4\\x50\\xa6", + "\\x97\\x67\\x52\\x5c\\x2a\\x70\\xa1\\x1f\\xf0\\xf5\\x34\\x87\\x73\\xad\\x9c", + "\\x99\\x1c\\x3d\\x27\\xef\\x88\\x32\\x80\\x5a\\xef\\x7d\\x11\\x6b\\x2f\\xd1", + "\\x9d\\xed\\x6a\\x31\\x39\\xb6\\x29\\x58\\x18\\x12\\x9f\\x65\\x7a\\xfa\\x40", + "\\xb8\\x7f", + "\\xc0\\xf0\\xe8\\x95\\x72\\x5b\\x66\\x6b\\xf6\\xe1\\xcf\\x6b\\x08\\xea\\x7f", + "\\xca\\x0f\\x60\\x50\\xed\\xbc\\x81\\x71\\x8e\\x23\\x12\\x19\\x7f\\xc6\\x92", + "\\xca\\x19\\x27\\x05\\x03\\xe1\\x16\\x69\\xc8\\xdc\\x97\\x64\\x10\\x18\\x1f", + "\\xd1\\xed\\xd3\\x2b\\x06\\xce\\xea\\xe4\\x5b\\x0f\\x2a\\x18\\x93\\x5d\\xe3", + "\\xd4\\x67\\x1b\\xd0\\x5d\\x82\\x2a\\xc2\\x3a\\xc7\\x1f\\xd2\\x49\\x85\\x93", + "\\xd9\\xec\\xd9\\x74\\x24\\xf4\\xb8\\x28\\x1f\\x44\\xde\\x5b\\x31\\xc9\\xb1", + "\\xdd\\xdd\\xdd\\xdd\\xdd\\xdx\\xdd\\xdd\\xdd\\xxd\\xdx\\xxd\\xxd\\xdd\\xxd", + "\\xdd\\xdd\\xdd\\xdd\\xdd\\xdx\\xdx\\xdd\\xdd\\xxd\\xdd\\xdx\\xdd\\xdd\\xdd", + "\\xdd\\xdd\\xdd\\xdd\\xdd\\xxd\\xxd\\xdd\\xxx\\xdx\\xxd\\xxx\\xdd\\xdd\\xdd", + "\\xdd\\xdd\\xdd\\xdd\\xdd\\xxx\\xxx\\xdd\\xdx\\xdx\\xxd\\xdx\\xdd\\xxx\\xxx", + "\\xdd\\xdd\\xdd\\xdx\\xdx\\xdd\\xxd\\xdx\\xxd\\xxd\\xdd\\xdd\\xdd\\xxx\\xdx", + "\\xdd\\xdd\\xdx\\xdd\\xdd\\xdd\\xxd\\xdd\\xdd\\xxd\\xxd\\xdd\\xdx\\xxx\\xxd", + "\\xdd\\xdx\\xdx\\xdd\\xxx\\xdd\\xdd\\xdd\\xdx\\xxx\\xdx\\xdd\\xdx\\xdx\\xxd", + "\\xdx\\xxx\\xdx\\xdd\\xdd\\xxd\\xdd\\xdd\\xdd\\xdd\\xdx\\xdd\\xdx\\xxx\\xdd", + "\\xea\\x24\\xc8\\xbd\\xa5\\xdc\\x62\\x99\\x15\\xdd\\xa7\\xf9\\x6a\\x94\\xcc", + "\\xxd\\xdd\\xdx\\xxd\\xdx\\xdd\\xdx\\xxd\\xdx\\xxd\\xdx\\xxd\\xdd\\xdd\\xdd", + "\\xxd\\xdx", + "\\xxd\\xxd\\xxd\\xdd\\xdd\\xdx\\xdd\\xdx\\xxd\\xxd\\xxx\\xdx\\xdd\\xxx\\xdx", + "\\xxd\\xxx\\xxd\\xdd\\xdd\\xxd\\xxd\\xdd\\xdx\\xdd\\xxx\\xdx\\xdd\\xxd\\xxd", + "\\xxd\\xxx\\xxd\\xdx\\xdd\\xxx\\xxx\\xxd\\xdx\\xdx\\xdx\\xdd\\xdd\\xdx\\xxd", + "\\xxx\\xdd\\xdd\\xdd\\xdd\\xxd\\xdd\\xdd\\xxd\\xxx\\xdd\\xdd\\xdd\\xdd\\xdx", + "\\xxx\\xdd\\xxd\\xxx\\xxd\\xxx\\xdd\\xdd\\xdd\\xxx\\xxd\\xxd\\xdx\\xdd\\xxx", + "\\xxx\\xdx\\xdd\\xdd\\xxx\\xxx\\xdd\\xdd\\xdx\\xdd\\xdd\\xdd\\xdx\\xxd\\xdd", + "]", + "]=", + "^", + "^MY", + "^XX", + "^_^", + "^__^", + "^___^", + "^my", + "^xx", + "_*)", + "_-)", + "_.)", + "_66", + "_69", + "_<)", + "_EP", + "_^)", + "__-", + "__^", + "_cc", + "_db", + "_ep", + "_ex", + "_on", + "_vx", + "_\u00ac)", + "_\u0ca0)", + "`", + "a", + "a++", + "a+++", + "a.", + "a.1718130568", + "a.1751189463", + "a.2200283667", + "a.k", + "a.m", + "a.m.", + "a.q", + "a00", + "a09", + "a1", + "a10", + "a101|pottstown|pa|19464|male|6103277777|hurstheatherl@gmail.com|11|11|1979|15/1/2023", + "a19b66087@educacion.edu.do", + "a20a66595@educacion.edu.do", + "a22a75571@educacion.edu.do", + "a35", + "a392914e31646086466db1a61d815268e068b9eac049fb23f868f2a1f6f4cde5", + "a49885e3e", + "a62", + "a6E", + "a6e", + "a8a", + "a8oNZeAXmaNui91", + "a8onzeaxmanui91", + "a95f28b53d998ec17bc678e037947f72938cf041cb6f0f30c5aaf9280df4aa62", + "a97d9be6c788fe885f91ae6ea903cc2641aecb0f:4ed01a3ae", + "a9a", + "aDB", + "aMC", + "aOt", + "aa", + "aaa", + "aad3b435b51404eeaad3b435b51404ee:258e10edc6bdfac1a20c9e3ecc83a13e", + "aaw", + "ab", + "aba", + "abandon", + "abceeecb1276fd53148b9ab825b4d67d21571e3f2dc265c0c68f71746dc63d3c:3cVFwbDRhR8nt80ZXAxdzt9q11PBh1nz", + "abceeecb1276fd53148b9ab825b4d67d21571e3f2dc265c0c68f71746dc63d3c:3cvfwbdrhr8nt80zxaxdzt9q11pbh1nz", + "abducting", + "abhinav6", + "abi", + "abi_tag", + "ability", + "able", + "about", + "above", + "abraham", + "abrupt", + "abs", + "absolute", + "absolutely", + "abt", + "abu", + "abusing", + "ac", + "ac83c3ccc", + "academy", + "accept", + "acceptable", + "accepted", + "accepting", + "acces", + "access", + "accessed", + "accesses", + "accessible", + "accessing", + "accessman44", + "accident", + "according", + "account", + "account.avast.com", + "accountID", + "accountid", + "accounts", + "accs", + "accumulator", + "accurate", + "ace", + "acehcf", + "acehcf_ips_95.txt", + "ach", + "ack", + "acknowledgement", + "across", + "act", + "acting", + "action", + "actions", + "active", + "activeInfo", + "activeinfo", + "activist", + "activity", + "actual", + "actual advice", + "actual enquiry", + "actually", + "acy", + "ad", + "ad/", + "ad4ec692035a03fcd405034a91032fc6f1761d2671cd2a59d14299f7cc8c0c3f", + "ada", + "adams", + "adb", + "adc0c402b6450d1504b8a723a15c5c14dcc04459", + "adcb", + "add", + "add_argument", + "added", + "addicted", + "addition", + "additional", + "addmefast", + "addmin", + "address", + "address^", + "addresses", + "adds", + "ade", + "ade76583eff2b82b5a4b362b7c781f0a7d74de9fffc2a171fa5bfccad3484b96", + "adequate", + "adgasgsagg", + "adidas", + "adjusting", + "adm", + "adm.", + "admin", + "admin123", + "admin:!@J8D(fq3Aj|", + "admin:!@j8d(fq3aj|", + "admin:$y^26HGm^WyC", + "admin:$y^26hgm^wyc", + "admin:123167", + "admin:32~-v@Q!9h@S", + "admin:32~-v@q!9h@s", + "admin:',table_name", + "alert(\"xss\")',table_name", + "alex989", + "alexhero", + "alf", + "alferia.eu", + "algorithm", + "alhamdulilah", + "ali", + "alias", + "alibaba", + "alike", + "alipay", + "alive", + "alk", + "alkhaimah", + "all", + "all.txt", + "alleged", + "alles4you", + "allforonesurvival", + "allie", + "allison", + "allow", + "allowed", + "allows", + "allready", + "ally", + "alm", + "almost", + "alo", + "alone", + "along", + "alot", + "alp", + "alpha_teamspeak_ips_205.csv", + "already", + "alright", + "als", + "also", + "alt", + "altho", + "alts4.me_Accounts_1.3k.txt", + "alts4.me_accounts_1.3k.txt", + "alvaris", + "always", + "alx", + "aly", + "am", + "am2yjon", + "am=", + "ama", + "amanley@suddenlinkmail.com", + "amazing", + "amazon", + "amazon.com.be", + "amazon.de", + "amazon.se", + "ambition", + "amboss", + "amc", + "amc+", + "ame", + "america", + "americanexpress.com/seller", + "amia", + "amigo", + "ammdefi", + "amn", + "amount", + "amount(as", + "amounts", + "amp", + "ams", + "amusing", + "amynnasser.photoshelter.com", + "amz", + "amz.one", + "an", + "an+rn", + "an+rn+name", + "an.", + "anC", + "ana", + "ana.pena.1437@miremington.edu.co", + "analysis", + "analyst", + "analyze", + "anarchyhcf_ips_480.txt", + "anc", + "and", + "and/or", + "andaria", + "andres77", + "andrew", + "android", + "android-10000000", + "ane", + "anees", + "anf", + "ang", + "angle", + "anime", + "animes", + "ank", + "ann", + "annetokatlayan", + "announcement", + "announcment", + "annually", + "annualtool04", + "ano", + "anomaly", + "anon", + "anonfiles", + "anonymity", + "anonymous", + "another", + "ans", + "answer", + "answer,[FILTERING", + "answer,[filtering", + "answers", + "ant", + "anti", + "antibots", + "antics", + "antidetect", + "antipublic", + "antivirus", + "antiviruses", + "anubis", + "anx", + "any", + "anyfuny3", + "anymore", + "anyone", + "anything", + "anytime", + "anyway", + "anyways", + "anywhere", + "anz", + "aoo", + "aos", + "aot", + "ap/", + "apache", + "apart", + "ape", + "api", + "apis", + "apk", + "apkeditor", + "apologise", + "apologize", + "apool", + "app", + "app.atera.com", + "app.comodo.com", + "apparently", + "appdate", + "appeal", + "appear", + "appears", + "append", + "apple", + "applefight.fr", + "applewebkit/605.1.15", + "applicable", + "application", + "applies", + "apply", + "applying", + "apprecaite", + "appreciate", + "appreciated", + "appreciation", + "approach", + "approaches", + "appropriate", + "appropriately", + "approval", + "approved", + "apps", + "apr", + "apr.", + "april", + "apt", + "apt.15D", + "apt.15d", + "aptra", + "ar", + "ar+", + "ar.", + "ar/", + "ar1", + "ar7", + "arab", + "arbitrage", + "arbitration", + "arcade", + "arcane_teamspeak_11k.txt", + "archive", + "archived", + "archives", + "arcosia-pvp.fr", + "ard", + "are", + "area", + "arefy_xf.sql", + "argos", + "argparse", + "args", + "argument", + "argumentparser", + "argyw9ht6z0wkfohmi.", + "ari", + "arium_ips_435.txt", + "arivi.pl", + "ariz", + "ariz.", + "arizonahcf", + "ark", + "ark.", + "arkadia", + "arkaniaz.fr_9.5k.txt", + "arkaniaz_mds_35k.txt.txt", + "arm", + "army", + "arn", + "aro", + "around", + "arp", + "arrested", + "arris", + "arrival", + "arrive", + "arrived", + "arrives", + "arriving", + "ars", + "art", + "arthur******@edhec.com", + "article", + "articleninja", + "artificial", + "ary", + "arz", + "as", + "asafyazar1", + "asap", + "ascii_letters", + "asd", + "asdadadadada", + "asdasdasd", + "asdinjqwaszkmdvfbujgtriwefd", + "ase", + "ash", + "ashitbag", + "ashole", + "asi", + "ask", + "asked", + "asking", + "asp", + "aspx", + "ass", + "assalamualaikum", + "assembler", + "assign", + "assist", + "assistance", + "associated", + "assume", + "assure", + "assured", + "ast", + "astro_buycraft_130.txt", + "astro_buycraft_logs_130.csv", + "aswell", + "asy", + "async", + "at", + "ata", + "ate", + "aternos.org-dehashed.txt", + "aternos.org.csv", + "aternos.org_1.2m.sql", + "aternos.org_899k.txt", + "ath", + "athenia", + "atleast", + "atm", + "ato", + "atomicskull_ips_345.txt", + "aton2.com_buycraft_db.txt", + "atrocities", + "ats", + "attach", + "attachHeaderListener", + "attachHeaderListener(tabId", + "attached", + "attachheaderlistener", + "attachheaderlistener(tabid", + "attachment", + "attack", + "attackers", + "attacks", + "attempt", + "attempted", + "attempts", + "attention", + "attractive", + "attributes", + "atz", + "au", + "aud", + "aug", + "aug.", + "august", + "aul", + "aurelius", + "aus", + "aus-craft.net_emails_db.txt", + "aussie", + "aussiemc_buycraft_logs_300.csv", + "australia", + "australian", + "austria", + "auth", + "authenticationexception", + "authme", + "authme.txt", + "author", + "authorities", + "authorization", + "auto", + "auto+garant", + "autoaddpolicy", + "autobuy", + "autochthonous", + "automated", + "automatic", + "automatically", + "automating", + "av", + "av6", + "ava", + "availability", + "available", + "avani123", + "avast", + "avatar", + "avcheck", + "ave", + "average", + "averfight", + "averfight.fr_2k.txt", + "avery01", + "avg.com", + "aviatorcraft", + "aviatorcraft_buycraft_logs_2.2k.txt", + "aviatorcraft_forumsql.txt", + "avoid", + "avs", + "avy", + "await", + "aware", + "away", + "awe", + "awesome", + "awesomeeeeee", + "awg", + "awidiawdj", + "awkward", + "awr", + "ax", + "axe", + "axinamc.fr", + "axos", + "axs", + "aya", + "aylH2RY6cU9ndL5ZJFS6", + "aylh2ry6cu9ndl5zjfs6", + "ayn", + "ayo", + "ays", + "ayu", + "ayudhya", + "az", + "aza", + "azer", + "azn", + "azoniagames.fr", + "azulos", + "azurixepvp.fr", + "azurixepvp.fr_1k.csv", + "azy", + "b", + "b'd", + "b.", + "b.i", + "b.s.c.", + "b07", + "b09e04d0323c976031602c2873ce499d48c95204ff36c8a011dd2af811fc5c12", + "b0=", + "b14022a35", + "b16", + "b17", + "b18", + "b19", + "b20", + "b21", + "b2b", + "b2c", + "b33ddc6713b414a6850842c68b1116e7ffd72d2a", + "b3669ce4fd2dbdc6e72ce98f77c703316cc3d41afee231fe69bf70ba566ce301:89T1kQm2GpKeMV6gntNMzw5YoCadd9E2", + "b3669ce4fd2dbdc6e72ce98f77c703316cc3d41afee231fe69bf70ba566ce301:89t1kqm2gpkemv6gntnmzw5yocadd9e2", + "b3fc215a7e0a49446a18c8f8e20f5aa2d7950f66", + "b3r", + "b4117740000006265", + "b4117740000006265^shea", + "b42", + "b51", + "b64", + "b73db054ff", + "b83131", + "b86", + "b8b", + "b96", + "b994139323dd83b02a4c962559b0771111c75c9d2704000d54398c816717dec7", + "b:2", + "bGI", + "bI1", + "bId", + "bRo", + "ba", + "ba1", + "bab", + "babes.com", + "baceux", + "back", + "backdoors", + "backend", + "background", + "backlinkmaker", + "backlinks", + "backstab", + "backstab@thesecure.biz", + "bad", + "bad review", + "badax", + "badly", + "bag", + "bai", + "bail", + "baki", + "bal", + "balance", + "balances", + "ball", + "ballance", + "balrog777", + "ban", + "banco", + "bandalicraft_ips_57.4k.csv", + "bandwidth", + "bangkok", + "bank", + "bank(zelle", + "bankasi", + "bankboss", + "banknotes", + "banks", + "bankthaipublic", + "bann", + "banned", + "banner", + "banteruhc_buycraft_logs_470.txt", + "bar", + "barclays", + "barcode", + "bargain", + "barihonk", + "baroda", + "bartshop", + "base", + "based", + "bases", + "bash", + "basic", + "basically", + "bastards", + "bat", + "bath", + "battle.net", + "baxARok4zkQaYhXv:2", + "baxarok4zkqayhxv:2", + "bay", + "bayfiles", + "bayron", + "bby", + "bby.astray", + "bc", + "bc.monster", + "bc1q94svjyg39g8hr6w84ncx742a6eggley9njwyu6", + "bc1qe2k695emsjy4gtp9ywytcprmkw045j79h7tsaw", + "bc1qqre0ex63e8peuyq2hczrxgcjk2c0gxgrczxqpt", + "bcrypt", + "bda", + "be", + "be/", + "beacons", + "beard", + "beastfaction_buycraft.txt", + "beastprisons", + "bec", + "because", + "become", + "becomes", + "becoming", + "bed", + "bee", + "bee\"(\u903c", + "bee1", + "beefo", + "been", + "beer", + "before", + "beg", + "began", + "begging", + "beginner", + "beginners", + "behave", + "behavior", + "behaviour", + "behind", + "being", + "belgium", + "believe", + "belk.com", + "bella", + "belong", + "below", + "bendercraft.ru_171.7k.txt", + "benefit", + "benefits", + "benholden", + "benji", + "bennett@#899334238323", + "ber", + "berat", + "berkmetal54949692", + "bes", + "best", + "bestbuy.com", + "bestbuy.com/seller", + "bestchange", + "bestlink", + "bet", + "bethpage", + "bets", + "better", + "betting", + "between", + "beware", + "beyond", + "bf", + "bfj", + "bfk", + "bg", + "bgi", + "bgt5^YHN", + "bgt5^yhn", + "bhf", + "bi0", + "bi1", + "bi6tuqj5", + "bia", + "bid", + "bid=399", + "bidding", + "bie", + "big", + "bigger", + "biggest", + "bigproof", + "bigs", + "billing", + "billion", + "bills", + "bin", + "binance", + "binances", + "binary", + "binder", + "bing", + "bins", + "bis", + "bisecthosting.sql", + "bit", + "bitcoin", + "bitcoins", + "bitdefender", + "biting", + "bitok", + "biz", + "bjorka", + "bjs", + "bjv", + "black", + "blackbullet", + "blackedition", + "blacklisting", + "blackmoon99", + "blacks", + "blackspigotmc", + "bladexxl", + "blame", + "blank", + "blaster", + "ble", + "bless", + "blessing", + "blessings", + "blind", + "blitz", + "blizzard5", + "block", + "block-----", + "blockchain", + "blocked", + "blockedup_emails_db.txt", + "blockers", + "blocking", + "blockmadness.com_buycraft_db.txt", + "blocks", + "blocksten167", + "blow", + "blue", + "bluehairliberal", + "bluevine", + "blurred", + "blutv", + "bly", + "bms", + "bnpl", + "boa", + "bob", + "bodge16", + "bodies", + "bodyguard", + "bofa", + "bohoo", + "bolivia", + "bolt", + "bomber", + "bombings", + "bon", + "bong", + "bonjour", + "bonus", + "boo", + "boobies", + "book", + "books", + "bool", + "boolean", + "booming", + "boos", + "boots", + "boring", + "born", + "borrow", + "bos", + "bose", + "boss", + "bot", + "bot+stealer", + "both", + "botnet", + "botnets", + "bots", + "bottertopg", + "bought", + "boundary=----------YWJkMTQzNDcw", + "boundary=----------ywjkmtqzndcw", + "bout", + "box", + "boxes", + "boxing", + "boy", + "br", + "br.", + "br8", + "brah", + "brain", + "brain.fm", + "braintree", + "branch", + "brand", + "brands", + "bratva", + "brawl.com.sql", + "brazil", + "brazzers", + "breach", + "breached", + "breached.vc", + "breached65xqh64s7xbkvqgg7bmj4nj7656hcb7x4g42x753r7zmejqd.onion", + "breachforum", + "breachforums", + "break", + "breaking", + "breakingsecurity", + "breakpoint", + "brian", + "bridges", + "briefly", + "bright", + "brightdata", + "brikk", + "bring", + "brings", + "brion|richards|33", + "britain", + "britney321", + "bro", + "brodie", + "broke", + "broken", + "broken08@yahoo.com", + "brokerservice@local*$076cf2d441c38149ee67ce12f0ad0d60$cffc7ae3e52789cb4b53f1f3b50a4c7d8ad3787be1580d0462cab351a537fff4d6c12c6ebd8dd51d927ec6c5c5f35e3ef509306b4fc5e8d00898e70a203764702e92cd567899763ae6d4ebe9309bb332184c9bdefe81d9f602795b76fac22a222bd7019c7de6db03a000eeb7b307207c312a70f448e06f7207b99106c39e9808ef4897f560b92d6b0fdb8837afaacf2a0a164fa5ef319bffe79b95d59a74787b2a7f85194e707890f9cce7edf2e7972a83bb138979b69f12cd22f81731cbe99ea3c45c50ce391b8b21d80af5cdc1c49b4d32e5d8fec5a228c1b9c8406d4a9265591f6403de12ce9483f53060b327f12f708db0b60c3c925228179859c62627ef66b11f11584b87ac5dd87b508e867d233134403ebcb205fa616c2c485bdad3b5370226331c0eac2a939d85488fce0741df5e52d5921fd172feef4102dc7f72e90f0a546552a76c7d61f5084fa7735e24b483e573faf2bec186136620952dcbd01ae014cfe0cd1e40f3bc0b7b21ad7ab5521233ae9fcf3985a7e2e374a761db3693c295989a72e5c6476231301d446988f78a076cc60a0ff74f918fa521099de71c2dbbc15787db16166d6b481549c6914c0a75b8c7b2bf4f121a4d03f28ed3072944e900050ee3844e8ecb678b230f5ef5867a625db6c4767d31c9c2c2cd29d1fc68a86a59c0d90d585b9bc865ea1fa26afa381d479f9ff20e727319de448c52f331f1ab140225aa21367671e7788f2bfcf617392670e7a80cdd3e00fd9fff53d6d6b1f2424e260ea7d2ba4b56f24f06c88a414bc9b1c3d8c448f302331362b8fa3efb5a1d4ce3e0523ece1683fdf65b6d0bec0203951e0040b0d3a6de02d59487d9bedfb031900915a78aba946b3ad2c3c3d82c1dc89c8c02e64c7bea127d87409afc3d9277fbfa08e917e2f4b21bf2a33569559129edd912ef4b2fb24c3ab9d3a22661e760d95efb4d434ef80c40104308c1d9e89d0ff7d87172895546fb37845a553132b40dbb7a4de2f90e2ab9e045c888c25980dd3888122e3c345740d994a319f34582f50f70fc9a1ec0eb6a93032e924d5496f8881ca7c460b3a4d2bae60ffff572ab9e6f359a6d8a022b7b42636264b069a378696407377fcb3a151ca623452e8bfde35c0d2186a6d2cb901cf5ce223b50fcc616fc3fc327884bacbd0b82caeeeb6e90099c5f14dd9c53d482e613c33791d2527d09c2431892ae0bd27bdfcc44d9945787b2bfdd5c345e102c2773b1b5c0d862f29834d5772996602f73412fa2358e2175456b0763e20799589b79b1d22deedc8a3ee3cb6f053396c4085a8dcb7c4428eb3b35c457d4aeed35e6b14ad81e1b8f3191bbd64eb3810a841f5d3eeacde382481eeffebab2aa24811da200dbdaa8b4db3a4a75d0d37795f3382b83eb0bed6e0d97586be27c249a4c2043140cff01dea3ce85812ba5d2a27a8a9c3ea16a44a13b83df2a27994b299e3a4ff5c32d569fadc3571651e3d9854518fcf370bb27df83bf84ce3d65b34db787a1caa0984e15febea3057de56bf99bbb0c4a359a6780be06bcf350952d7b6f8a222d3da9c98b477d3358a1bd05d098c329e5912c13f5ac83b42ff6c1d2e4c2b55844d4cee52df93e66f26f914bfe2314d7e7ece5b140ee9cae1a58129334191524e9894165f94cb2040f7d68f5843df363c9ebfc81e0513ff395284f40e7872ad0be9baba36a40765193fa75128dbfa5f76219273d2a70eac0e3ca0af2377c0a5a35c1b7b43d47c951c473538898a961834f713e112c344335e4a3b8cc4d903c461ecbbc1adc1293c92f3d73b236fb0dcb62725016c35ce9c96c967f5f269f9ca74e998d341bcc39dc3390e3c95d5531d2f3d5b19f8c9153f2f2e9f2bb228dee83700f00cde2d67cdd4156e231cd93a1a1eeb663e8d8546ded29439a2a110aa29803bd001b342a45384b4c622cac9e1eca7361d5c0a42694109b20d6be7dff645353a96681a1286a7e311751cbf8390726851097093c30bfd4b872e6df7441b089ab1f807594ff3697ddffe9ea38ba60b7aaedba5a61878885c97193d3086c4e792f7ba623cd3334fc2aea9c2f156d6ac6a95e055266fdc796de497cbd1a12b33fa91f6e3634e4353ab708ac4f5aa5e9ba06c304dff31d203d3c28897a1edff3429752b5b4a940d9fe43d5860234fd8de1ff13b336d6234ce607aa9a547c25ad176b765694dc676cf1c5faee7f7cddbc81a906a01434480a3255cff48c259aa6ce57df2df7a9bc8408c98e6a171d6ea06f7ecf918e577bd7591437f78781ad011420abab4600f3e86a7d53792c21d6323d2c8679e7bc0c2029ab973e0770999ea78861d6f2d8bf7cedfea2b46b3bb07446fc236a64c05943734b699d0631e342403e951d3b5924203678b50fbe81e4c85e88195eb520937ea684cb41a60fe4a337c8b0cbccc04359d2a558da078daacae9616adb1f8c5ddec5f933bb1a2606210635b36dd761ee33fb63dc468f40fbf6c1f73616fee6b58c3168b7ce8d9a5d8f71dd2f4e22cba72d45dabbd608efbff8e53627d78c06a272f67a5bf1e6a0610ca4e133006dfcac25a19920d9346d81df4db806b71fc25c1f1c54251b705dd0cc240efa854ef35a7ba6851feed0b07dde79bd030aa2bc63bfc53b93ee7cd0c943083aa110ee36ca6087fd9507dae7cc8443b798d4ae5d2c1fe8c500e6630660f5971c39908ca72a5dfa9299d0495c384b1b16fbe66dd4eb1bfbb9975163c06a5b628e4d5f0ffcd973d66be7caf67044d1a3555b630d92a5cb4215aa8c6927fee0ce08823d0e10139d7495e3d9500b54a739e64c4480111c91cf22b4e68aedce3ce5c115c8dc25665a7b0760d17d1c44747e82dc692c416e11065166bac35a2a35cf73cf4a3565ef707ade24db37894e99be3a81820f30417a7c61d80c2ddc8092ea4fa9bd3f8016652afc73cd7068aa5153bb418e63cc9d6b8d0b080781c11587b2f162a3843b341f4b370e2eb1b60b150194e919ba7a07b212a713d1eced57a7c50b43089d46ccbb28e3061d35bc3387d4d889b98c598f48bedd6832db5664f909c0a9ca0f3ca2a5efb025e391489fc5adb712e3a26e4db982bf4908304f4bfabbd06a6430e066fcecc23f3cf4e2448d5771fb6c5a1cca8495f7dfd3935dfdaf363680196015d6a8453448a14861a33851ac0e9fc468e575c0a0a1ac446726c5b6de5f21da55fec3e7d1223eeb555ae438fd5a5404b1ccb8050cde263a5d10c3283c000502befa992a90cc43276a387628a9245f9ee0c783d8588d919de072f3f8f88bf1fc36d2afe16b4f6c6b35490c216e995ebbf01ff65a3b095ec79fecd9a4647232bcf89c591a553ebe9a10080016c30e80adb29d30df41a0b25d90f0afb764239cfbe46cb32e01563f619a217edddf90536f94108b2bbe807382011eb827100da7eaa0a35c1953bd6a74db15a204837f5d9f740d3c668d347e88b477274dbacabf0a5dba6af73010165d5c995def0efcce2a03d03f4ebc3357f79e63e911bd318827d3fe93447f6da3953a95fa8b07383ab78c9b4d5fd8c4cecd908d913ef5eeccbaa550b8fe2258ee5672c37649304b1202401eac3cb018360dcfcf4a580b3fe5a3f0ccbb037f6f07fd636cbfac30a98a10c498fd25193ae68d8799a43fe816c4dc1f129b4e6f92f30caa7dd5fdae4128a7b634a7047e", + "broki", + "broklyn", + "broo", + "brooo", + "broooo", + "brooooo", + "broooooooo", + "bros", + "bros.", + "brot", + "brotaaaa", + "brotha", + "brother", + "brotherdoge", + "brothers", + "browser", + "browsers", + "browsing", + "bruh", + "brunimax", + "brush", + "brutal", + "brutalfactions_staff_50.txt", + "brute", + "brute_force_scan", + "bruteforce", + "bruteforcer", + "bsd", + "bsg777@exploit.im", + "bsh", + "bsparkes5@gmail.com;$P$BElq8amQHXuSDfRinQkZTI9t2QlwV70", + "bsparkes5@gmail.com;$P$BMz6", + "bsparkes5@gmail.com;$p$belq8amqhxusdfrinqkzti9t2qlwv70", + "bsparkes5@gmail.com;$p$bmz6", + "bss_start", + "btc", + "btc\\usdt", + "btray@cebridge.net", + "btw", + "bubbies", + "bubble", + "bucha", + "buck", + "bucks", + "bud", + "buddy", + "budget", + "budy", + "buffalo", + "bug", + "buga", + "bugaboo", + "buggy", + "build", + "buildandcraft.eu", + "buildcraft_1.3k.txt", + "builder", + "buildid", + "building", + "builds", + "built", + "buker", + "buks", + "bulk", + "bullet", + "bullshit", + "bump", + "bumpedbumpedbumped", + "bumping", + "bumpington", + "bumppppppp", + "bumppp~~~~", + "bumps", + "bunch", + "bundles", + "burn", + "burp", + "bush", + "business", + "businesses", + "busy", + "but", + "butterflylili@yahoo.com", + "buy", + "buyaccpremium#5975", + "buycraft.txt", + "buyer", + "buyers", + "buying", + "buys", + "buzzplex_e-mails_100.txt", + "bvdvwi8hf", + "bw7", + "bwz", + "bx", + "by", + "bya", + "bypass", + "bypassed", + "bypassing", + "bz", + "c", + "c'm", + "c)2", + "c++", + "c.", + "c.u.", + "c02", + "c09", + "c0d3r_0f_shr0d13ng3r", + "c0r0ll@", + "c0x", + "c1", + "c12", + "c18", + "c2", + "c20", + "c206t15", + "c2ae", + "c2db516247254085f5cb4047c165b3fc6d425a8a", + "c2matrix", + "c2p", + "c3f", + "c40d43e7b4ec231833cd1f95f62ea5a228eb23215a665da88faf05f9aa37b884", + "c5df4e07f152a64b520aee4142a398e897092122", + "c66e7f94073a2d01bc37a832faa34085d938e32d:1c05c8226", + "c66e7f94073a2d01bc37a832faa34085d938e32d:1c05c8226:123456", + "c7d", + "c821da45242ac743a0bff081d4e4c93849d73706a03ed5294879e298f81ae34c", + "c9ff", + "c9k", + "c:2", + "cOS", + "cOYjZtSGbchQh", + "cPanel", + "cPanels", + "cTV", + "c_reative", + "ca", + "caa", + "cached", + "cad", + "cadeace", + "caffeine", + "cag", + "cal", + "calculate", + "calculated", + "calif", + "calif.", + "californium", + "call", + "callback", + "called", + "callouts", + "calls", + "calm", + "cam", + "came", + "camefrombreachforums", + "camel", + "cameras", + "campaigns", + "can", + "canada", + "cancel", + "candid", + "candlemass", + "candypvp.fr_3k.txt", + "canfig", + "cannot", + "canva", + "capabilities", + "capability", + "capital", + "capital(zelle", + "capture", + "captured", + "captures", + "car", + "carbon", + "card", + "carders", + "carding", + "cards", + "cards-23.2.23", + "care", + "cared", + "careful", + "carefully", + "carelessly", + "carfyue", + "carnaval", + "carpentry", + "carried", + "carrier", + "carriers", + "carroll", + "cars", + "cartercartier", + "cartp", + "cas", + "case", + "cases", + "cash", + "cashable", + "cashapp", + "cashiers", + "cashout", + "cashoutEmails", + "cashoutemails", + "casino", + "cassandra|burke|200", + "cast", + "cat", + "cat3k_caa", + "catcher", + "catchers", + "catching", + "cattle", + "caught", + "cause", + "cautious", + "caviar", + "cb", + "cb2", + "cb6687a600a22d23b2171e53ceca7195", + "cbs", + "cc/", + "ccc", + "ccg1998", + "cci", + "cco", + "ccs", + "ccscan", + "ccvbv", + "ccx", + "cd1", + "cd2", + "cdep3890", + "cdn", + "cds", + "ce5", + "ce9", + "ce>", + "ceaserrodregaz", + "ceci", + "ced", + "ceef869be89caa98228f8e5aee23e1c48609f8646f61840bd969c7974d3eac0e3d03306dcee5", + "cel", + "cem", + "centre", + "centrixpvp_e-mails_10.3k.txt", + "cer", + "cert", + "certain", + "certainly", + "certificate", + "certificates", + "certified", + "certs", + "ces", + "cesar240908", + "cey", + "cf3d664983797f0d63270147a105fa8b92a8224c:5g28zfG1X", + "cf3d664983797f0d63270147a105fa8b92a8224c:5g28zfg1x", + "cfr", + "cg3700emr-1cmnds", + "cgi", + "ch", + "ch.", + "cha", + "chainalysis", + "chaining", + "challange", + "challenges", + "challenging", + "champ", + "champagne", + "change", + "changed", + "changer", + "changes", + "changing", + "channel", + "channels", + "chapple", + "chapter", + "char", + "character", + "characteristics", + "characters", + "charge", + "chars", + "charset", + "chartered", + "chase", + "chat", + "chatbots", + "chatgpt", + "che", + "cheap", + "cheapest", + "chearful.ninja_Logins_450.txt", + "chearful.ninja_Snipes_16k.sql", + "chearful.ninja_logins_450.txt", + "chearful.ninja_snipes_16k.sql", + "cheat", + "cheatsheet", + "check", + "checkTasks", + "checkUrls", + "check_data", + "check_data.indexOf(item", + "check_data.indexof(item", + "check_data.push(item", + "checked", + "checker", + "checkers", + "checking", + "checkout", + "checks", + "checktasks", + "checkurls", + "cheers", + "chek", + "chelas", + "chemical", + "cherries", + "chessium_ips_7.1k.txt", + "child", + "chime", + "china", + "chinese", + "chinga", + "chingada", + "chingados", + "cho", + "chocolia.eu", + "choice", + "choices", + "choochoosmc_e-mails_1k.txt", + "choose", + "choosing", + "chop", + "chosen", + "chrisanderson33193@yahoo.com", + "chrismas", + "christ", + "chromahills.com_11k.txt", + "chrome.browsingData.remove", + "chrome.browsingdata.remove", + "chrome.google.com", + "chrome.history.search", + "chrome.storage.local.get(['machineId", + "chrome.storage.local.get(['machineid", + "chrome.storage.local.get(['uuidMachine", + "chrome.storage.local.get(['uuidmachine", + "chrome.storage.local.set", + "chrome.tabs.captureVisibleTab(null", + "chrome.tabs.capturevisibletab(null", + "chrome.tabs.onActivated.addListener(function", + "chrome.tabs.onactivated.addlistener(function", + "chrome.webRequest.onHeadersReceived.addListener", + "chrome.webrequest.onheadersreceived.addlistener", + "chromemc_buycraft_db.txt", + "chs", + "chto", + "chy", + "ci/", + "cimb", + "cimobrju8389813@estudiantes.edu.ec", + "cipher", + "circumvent", + "cis", + "cisco", + "cit", + "citadel", + "citadel.corp", + "citation", + "citizensbank.com", + "citrix", + "citrixcloud", + "citrux", + "city", + "citycraft_forums_29k.txt", + "cityprison_ips_16k.txt", + "civilians", + "cjd", + "ck0", + "ck1", + "ck2", + "ckX", + "ckk", + "cko", + "cks", + "ckx", + "claim", + "claimed", + "claiming", + "claims", + "clarify", + "claro", + "class", + "clause", + "cle", + "clean", + "cleaned", + "cleaner", + "cleaning", + "cleanse", + "clear", + "clearing", + "clearly", + "clearnet", + "click", + "client", + "clients", + "climate", + "clipboard", + "clipboard_data_size", + "clipper", + "clips4sale", + "clone", + "cloned", + "cloneevvvp", + "clones", + "clonned", + "close", + "closed", + "clothing", + "cloud", + "cloudescape_emails_3.5k.csv", + "cloudflare", + "cloudnet", + "clown", + "club", + "cly", + "clyropvp", + "clyropvp.txt", + "cm8", + "cmp", + "cms", + "cn", + "cnn", + "co", + "co.", + "coachID", + "coachid", + "cobalt", + "cobaltstrike", + "cock.li", + "cod", + "code", + "codeacademy", + "codecademy", + "coder", + "coderedtestserver.txt", + "codes", + "codesign", + "coding", + "coffees", + "coi", + "coin", + "coinbase", + "coinify", + "coinpot", + "coins", + "coke", + "col", + "coldnetwork.txt", + "coldnetwork_buycraft_logs_732.txt", + "collect", + "collected", + "collection", + "colo", + "colo.", + "colombia", + "color", + "colour", + "com", + "combo", + "combolist", + "combos", + "come", + "comes", + "comfort", + "comfortable", + "coming", + "command", + "comment", + "commenting", + "comments", + "commercial", + "commission", + "committing", + "common", + "communicate", + "communication", + "communism)))\"-", + "communist", + "community", + "companies", + "companioncare@suddenlinkmail.com", + "company", + "compare", + "compare_memory(orig_clipboard_data", + "compared", + "comparing", + "competitors", + "compilations", + "compile", + "compiled", + "compiler", + "complaint", + "complete", + "completed", + "completed.0", + "completely", + "complex", + "compliment", + "comply", + "comprehension", + "comprehensive", + "compression", + "compromised", + "computer", + "computers", + "comugamers.com_10k.txt", + "con", + "concept", + "concepts", + "concern", + "concerns", + "concise", + "concurrent", + "conditions", + "confidence", + "config", + "configs", + "configuration", + "configured", + "configuring", + "confimred", + "confirm", + "confirmation", + "confirmed", + "confirming", + "confrim", + "confused", + "confusion", + "congratulations", + "conn", + "conn.", + "connect", + "connect_ex", + "connected", + "connecting", + "connection", + "connections", + "cons", + "consequences", + "consider", + "consider(Black)Arch", + "consider(black)arch", + "considered", + "considering", + "consignment", + "consistent", + "consisting", + "console", + "const", + "constant", + "constantly", + "construction", + "contact", + "contacted", + "contacter", + "contacts", + "contain", + "containing", + "contains", + "content", + "content(s", + "contents", + "contextual", + "continually", + "continue", + "continuous", + "contract", + "contribute", + "contributed", + "contributing", + "contribution", + "control", + "controlling", + "controls", + "contr\u00f4le", + "convenient", + "conversation", + "conversations", + "convert", + "cookie", + "cookie(s", + "cookies", + "cooking", + "cool", + "cooldudes9001", + "coolnet", + "cooming", + "cooper", + "cooperate", + "cooperation", + "coordinate", + "copied", + "copies", + "copy", + "copywriting", + "cor", + "corax@thesecure.biz", + "core", + "coreymcalinson", + "coronavac", + "corp", + "corp.", + "corporate", + "corporation", + "corps", + "correct", + "correctly", + "correspondence", + "corrupt", + "cos", + "cosmic.csv", + "cosmic_formatted.csv", + "cosmicpvp_forums_200k.csv", + "cosmouzx", + "cost", + "costs", + "couch", + "could", + "count", + "counterfeit", + "counting", + "countless", + "countries", + "country", + "county", + "countySpecific", + "countyspecific", + "couple", + "coupon", + "courage_teamspeak_ips_246.csv", + "couriers", + "course", + "courses", + "couuntries", + "cover", + "coyjztsgbchqh", + "coz", + "cpanel", + "cpanels", + "cpent", + "cpn", + "cpp", + "cpu", + "cpy", + "cqdec", + "cqngd74mtjd5snnwq5uqd3qeok3hz36yrt2iu5mpzgxcqhbpbfpxyjid.onion", + "cr", + "cr2dcmrzk1s", + "crack", + "cracked", + "cracker", + "cracking", + "cracks", + "cracks.txt", + "craft", + "craftapple.pl_9.2k.sql", + "craftblock_e-mails_2.5k.txt", + "craftboard.pl_26.5k.sql", + "craftrealms_buycraft_db_2012.txt", + "crash", + "crawler", + "craxs", + "crazy", + "crazysauce", + "cre", + "cream", + "create", + "created", + "creates", + "creating", + "creation", + "creative", + "creator", + "credential", + "credentials", + "credit", + "credited", + "crediting", + "creditkarma", + "credits", + "creeperscraft.net_140.txt", + "crime", + "crimes", + "cristalix.ru_72.8k.txt", + "critical", + "criticize", + "cro", + "croge", + "crogedracl", + "crossfire_1k.txt", + "crowdstrike", + "crsn47", + "crte", + "crto", + "crtp", + "crunchyroll", + "cry", + "crypt", + "crypta", + "crypter", + "crypters", + "crypting", + "crypto", + "cryptocurrency", + "crypts", + "crystal666", + "cs", + "cs+cr", + "cscoe+", + "csgo", + "csp", + "css", + "csv", + "ct", + "ct.", + "ctf", + "cto", + "ctr", + "ctrl+f", + "cts", + "ctv", + "ctx", + "cuddlybear", + "cultcraft.me_9.4k.txt", + "cuntires", + "cup", + "curbside", + "curiosity", + "curiositystream", + "curious", + "curl", + "current", + "currently", + "curse", + "cus", + "cushions", + "custom", + "customer", + "customers", + "customers(WWH", + "customers(wwh", + "cut", + "cute", + "cuz", + "cvv", + "cxa_finalize@GLIBC_2.2.5", + "cxa_finalize@glibc_2.2.5", + "cxiture0001", + "cyberarsenal", + "cybersecurity", + "cylance", + "cypher", + "cz", + "czech", + "c\u2019m", + "d", + "d$/xxxx", + "d(1", + "d)", + "d,XXXX,'d", + "dES", + "dEx", + "dID", + "dK5.wJ9hNmaT52EAFSgs8eF6txeRUdAJDtS", + "dMC", + "dS5", + "dTC", + "dX", + "dXX", + "dXX+", + "dXXX", + "dXXXX", + "dXXXXdddXXddXddXdXXdddXddddXXdXXdddXddddXddddXXXdXddXddddXXXdXXXdddd", + "dXXXddddXXdddXXXdXddddXXXddXXXXdXXdXdddXddXdXXdXddXXdXddXddXddddXdXXXddXd", + "dXXdXXxXxxXXXXxXXXXdxxxdxdxxdXxxXx", + "dXdX", + "dXdddX", + "dXddddXddddXXdXXddddXXXddddXdddXXXXdXddXXddXdddXddddXXdddd", + "dXxx", + "dXxxx", + "dXxxxx", + "d_d", + "d_x", + "da", + "da$local$ldap", + "da.net", + "da0", + "da8", + "da_nikto", + "daily", + "dal", + "damage", + "dame", + "damn", + "dang", + "dangerous", + "danny", + "dante", + "dap", + "dapest", + "dar", + "darcecraft", + "darcecraft.com.txt", + "darcecraft.com_10k.txt", + "dare", + "dark", + "darkangelof1", + "darkfadepvp_buycraft_logs_30.txt", + "darkfight", + "darkheroesmc.txt", + "darkweb", + "darling", + "das", + "dashboard", + "dat", + "data", + "data--65473]Find", + "data--65473]find", + "dataType", + "dataUri", + "data_start", + "database", + "databases", + "datacenter", + "datatype", + "datauri", + "date", + "date).gettime", + "date:2023", + "dated", + "dateline=\"1671794657", + "dateline='1672597036", + "datelover", + "dates", + "dating", + "datpixel_emails_db.txt", + "dav", + "david", + "dawg", + "dawncraft_buycraft_logs_745.csv", + "dax", + "day", + "days", + "dazn", + "db", + "db.txt", + "dbms", + "dbmses", + "dbs", + "dbserver31.tech.finance.corp", + "dbz_logins_5.8k.txt", + "dc", + "dc.citadel.cor", + "dc.glacis.corp", + "dc01(3", + "dc02", + "dc1", + "dc1714711d8b05826296c326e749d7358ed355f7d2cfaa5dbc130c2c891903e8", + "dc3e6c96d42d2c8c20a29e3df05c47d2", + "dc6", + "dcangel", + "dcb", + "dcc", + "dcs-930lb1", + "dcw", + "dd", + "dd$-xxxx", + "dd$.", + "dd$/dddd", + "dd,d,d))))xXxX", + "dd,d,d))))xxxx", + "dd,d,dd))))xXxx", + "dd,d,dd))))xxxx", + "dd,ddd", + "dd,ddd,ddd", + "dd.Xxx.dddd", + "dd.d", + "dd.d.d", + "dd.d.d.ddd", + "dd.d.dd.d", + "dd.d.dd.dd", + "dd.d.dd.ddd", + "dd.d.ddd.d", + "dd.d.ddd.dd", + "dd.d.ddd.ddd", + "dd.dd", + "dd.dd.d.d", + "dd.dd.d.dd", + "dd.dd.d.ddd", + "dd.dd.dd", + "dd.dd.dd.d", + "dd.dd.dd.dd", + "dd.dd.dd.ddd", + "dd.dd.ddd.d", + "dd.dd.ddd.dd", + "dd.dd.ddd.ddd", + "dd.dd.dddd", + "dd.ddd.d.d", + "dd.ddd.d.dd", + "dd.ddd.d.ddd", + "dd.ddd.dd.d", + "dd.ddd.dd.dd", + "dd.ddd.dd.ddd", + "dd.ddd.ddd.d", + "dd.ddd.ddd.dd", + "dd.ddd.ddd.ddd", + "dd.ddx", + "dd.xx.d", + "dd.xxx.dddd", + "dd.xxxx", + "dd/d", + "dd/d/ddd", + "dd/d/dddd", + "dd/dd", + "dd/dd/dd", + "dd/dd/dddd", + "dd1", + "dd:dd", + "dd:dd:dd", + "dd:ddxx", + "ddX$", + "ddX.xxx", + "ddXX", + "ddXXXdXdXXdddXdddXdddXdXddddXddddXXXdddXXdXddXXdddXdXXdXddddXXXddddXdXdd", + "ddXXXxdx", + "ddXd", + "ddXdd:dd:ddX", + "ddXdddXdddXdXdddXddXXXXdddXddXddXddXXdd", + "ddXdddd.X", + "ddXx", + "dd_d_d", + "ddd", + "ddd$-dx$", + "ddd$ddd", + "ddd+/XXX", + "ddd+/xxx", + "ddd,dd", + "ddd,ddd", + "ddd.d", + "ddd.d.d.ddd", + "ddd.d.dd", + "ddd.d.dd.d", + "ddd.d.dd.dd", + "ddd.d.dd.ddd", + "ddd.d.ddd.d", + "ddd.d.ddd.dd", + "ddd.d.ddd.ddd", + "ddd.dd.d.d", + "ddd.dd.d.dd", + "ddd.dd.d.ddd", + "ddd.dd.dd.d", + "ddd.dd.dd.dd", + "ddd.dd.dd.ddd", + "ddd.dd.ddd.d", + "ddd.dd.ddd.dd", + "ddd.dd.ddd.ddd", + "ddd.ddd.d.d", + "ddd.ddd.d.dd", + "ddd.ddd.d.ddd", + "ddd.ddd.dd.d", + "ddd.ddd.dd.dd", + "ddd.ddd.dd.ddd", + "ddd.ddd.ddd.d", + "ddd.ddd.ddd.dd", + "ddd.ddd.ddd.dd:dddd>>>Xxxx", + "ddd.ddd.ddd.dd:dddd>>>Xxxx;xxxx;xxxxddd", + "ddd.ddd.ddd.dd:dddd>>>xxxx", + "ddd.ddd.ddd.dd:dddd>>>xxxx;xxxx;xxxxddd", + "ddd.ddd.ddd.dd:dddd>>>xxxxddd", + "ddd.ddd.ddd.ddd", + "ddd.ddd.ddd.ddd:dddd>>>Xxxx", + "ddd.ddd.ddd.ddd:dddd>>>XxxxxXxx", + "ddd.ddd.ddd.ddd:dddd>>>XxxxxXxx;Xxxx;XxxxxXxx", + "ddd.ddd.ddd.ddd:dddd>>>xxxx", + "ddd.ddd.ddd.ddd:dddd>>>xxxx;xxxx;xxxx", + "ddd.ddx", + "dddX+", + "dddX.xxx", + "dddXX", + "dddXXX", + "dddXXXX", + "dddXdXXXddXXXddddXdXXXdXdXXdXXddddXdXdXddddXXdXddddXdXXXXddddXdXdXdddd", + "dddd", + "dddd).xxx", + "dddd,xxxx", + "dddd.dddd", + "dddd.xxx", + "dddd.xxxx:$xxxx$*dddd", + "dddd/dddd/dddd/dddd", + "dddd=dddd", + "dddd@xxx.xx", + "dddd@xxx.xxxx.xxx.xx", + "dddd@xxxx.xxx.xx", + "ddddXXXdddXXXdXdXdXdddXXXdXdddXXdddXddXXXXdddXXdXXdXdXXXXddXddXXXdXXddXX", + "ddddXxxxx@", + "ddddx", + "ddddxd", + "ddddxdd", + "ddddxddxddxxxdxdxxxdddxddxxxddddxxxddxd", + "ddddxddxxxxddxdxddxdddxxxdddxxddxdxxdxddxddxddxxdxdxxdxdxddxdxd:dXxXXXxXXXxXdxXx:d", + "ddddxddxxxxddxdxddxdddxxxdddxxddxdxxdxddxddxddxxdxdxxdxdxddxdxd:dxxxxdxxx:d", + "ddddxxd", + "ddddxxddxdxxdxdddxxxdxdxdddxddxdxdxddd:dxddddxxd", + "ddddxxdxddxdddxddddxddddxddddxddxddddxdxdxxxddxdxxxxdddxdxddx:dxxxdxxdxxXXXxxx:d", + "ddddxxdxddxdddxddddxddddxddddxddxddddxdxdxxxddxdxxxxdddxdxddx:dxxxdxxdxxxx:d", + "ddddxxdxxddddxdddxxxxdxxdxxdxxdxdxxxdxxxddxddddxxxxddddxd:dxXdxxxxdxxxdxXd:d", + "ddddxxdxxddddxdddxxxxdxxdxxdxxdxdxxxdxxxddxddddxxxxddddxd:dxxdxxxxdxxxdxxd:d", + "ddddxxdxxddddxddxddxdddxxddddxdxdxdddxddxxxdxxxddxddxddxddxd", + "ddddxxxdddxxxdxdxdxdddxxxdxdddxxdddxddxxxxdddxxdxxdxdxxxxddxddxxxdxxddxx", + "ddddxxxddxxdddxdxdxxdddxxdxxxddddxdddxx", + "ddddxxxx", + "ddddxxxx.xxx", + "ddddxxxx@", + "dddd|xxxxd|Xxxxxdd|Xxxxx|xx_XX|", + "dddd|xxxxd|xxxxdd|xxxx|xx_xx|", + "dddx", + "dddx$", + "dddx+", + "dddx.xxx", + "dddxdddxddddxddddxxdxdxxddxxddddxdxxddddxddddxddddxdd", + "dddxdxddddxddxxddddxxdxddddxdxdddxxddxxxddddxxxxddx", + "dddxdxddddxxddddxxxddxdddxxxxdxddddxddddxdddxddddxddxxddddxdd:dxXxxxdxXxdxXxxx:d", + "dddxdxddddxxddddxxxddxdddxxxxdxddddxddddxdddxddddxddxxddddxdd:dxxxxdxxxdxxxx:d", + "dddxdxdxddddxxdxdddxddddxddxdxxdddxdxxdxxddddxdxddxxdd", + "dddxdxxxddxxxddddxdxxxdxdxxdxxddddxdxdxddddxxdxddddxdxxxxddddxdxdxdddd", + "dddxx", + "dddxx+", + "dddxx.xxx", + "dddxxdXdXXxxxxXxxXdxdxxxXXxdXXxddd", + "dddxxddddxxdxxxxdxxdddxdxxddxxxddxxdxxddxxdxxxxdxdxddxdddxdxxdxd", + "dddxxdxdxxxxdxdxxxxdxxxddd", + "dddxxx", + "dddxxxx", + "ddd|XXXX|XX|dddd|xxxx|dddd|xxxx.xxxx@xxxx.xxx", + "ddd|xxxx|xx|dddd|xxxx|dddd|xxxx.xxxx@xxxx.xxx", + "ddf4", + "ddos", + "ddp", + "dds", + "ddx", + "ddx$", + "ddx+", + "ddx.x", + "ddx.x.", + "ddx.xxx", + "ddxXXX", + "ddx\\xxxx", + "ddxd", + "ddxdd:dd:ddx", + "ddxdddd.x", + "ddxddddxddxddxxdxddxddxxdddxdddxddddxxdddxdxxdddxddxxxddddxxdxdd", + "ddxdddxdddxdxdddxddxxxxdddxddxddxddxxdd", + "ddxdddxxxddxdxxdxxdxdddxddxddxdd", + "ddxddxddxdxdxddxdxdxxdxxddxxxdxdddxxxdddxdddxxxdddxxxdxxdddxxxdd", + "ddxddxddxdxxxdddxddddxddddxddxxdddxxddddxdxxdxddddxxdddd", + "ddxdxddxxddddxdxxddxdddxdxxdddd:dxXxxdxXX", + "ddxdxddxxddddxdxxddxdddxdxxdddd:dxxxxdxxx", + "ddxdxdxddddxddxdddxdxdxdddxdxdxdddxxddd:ddxddxddd", + "ddxdxxdxxxxXXXdXxxxdXXdXdXX", + "ddxdxxdxxxxdxxxxdxxdxdxx", + "ddxdxxxdxxdxdddxxxxdxddddxdxddxxdxxxddddxxddxddddxddxdd", + "ddxx", + "ddxxddddxdxxxddddxddxdxxdxddxdxddxddxdx", + "ddxxdxddxdxdddxdxddxdxxdxxdxddxddddxxxx", + "ddxxx", + "ddxxxdddd@xxxx.xx", + "ddxxxddddxddxxdxdddxxxddxxxxdxddddxdd", + "ddxxxdxddxdxddddxddxxxxdddxxddddxxxdxdddxdxdxdxxxddddxdxdxdxxxdd", + "ddxxxdxdxdxdddxxxxdddxxddxdxxxxddddxxddxddxdxxdddxxddxxdxdxdddx", + "ddxxxdxdxxdddxdddxdddxdxddddxddddxxxdddxxdxddxxdddxdxxdxddddxxxddddxdxdd", + "ddxxxx", + "ddxxxx.xx", + "ddxxxx_xxxx_dd%_dddd", + "ddxxxxdx", + "ddy", + "de", + "de423e48556521a19143cd8c3fda6105afe284e4:162311e44", + "de5", + "dea", + "dead", + "dead_fenrir", + "deal", + "dealing", + "dealings", + "deals", + "dear", + "death", + "deathnote", + "debug", + "debugger", + "dec", + "dec.", + "deceive", + "december", + "decent", + "deceptions", + "decide", + "decided", + "decimatepvp", + "decimatepvp.com.txt", + "declared", + "decline", + "decluttering", + "decode", + "decrypt", + "decrypted.txt", + "ded", + "dedale", + "dedicate", + "dedicated", + "deducted", + "deem", + "deemed", + "deeper", + "deepweb", + "deezer", + "def", + "def.gouv.fr", + "default", + "defence", + "defender", + "defense", + "defi", + "defiance_teamspeak_ips_180.txt", + "defiance_teamspeak_ips_45.txt", + "defined", + "definitely", + "definition_teamspeak_ips_20.txt", + "defpub", + "defpub.local", + "dehash", + "dei", + "del", + "del.", + "delay", + "delete", + "deleted", + "deliberate", + "deliver", + "delivered", + "delivering", + "delivery", + "deltahcf_e-mails_100.txt", + "deltamirrage", + "demand", + "demanding", + "demo", + "demon", + "demons_teamspeak_ips_140.txt", + "demonstrates", + "den", + "denigrate", + "denji", + "denmark", + "dent", + "dentistry", + "deo", + "depend", + "dependencies", + "depending", + "depends", + "deposit", + "depositphotos.com", + "deposits", + "deprecated", + "depth", + "der", + "deregister_tm_clones", + "derycube.fr", + "des", + "describe", + "description", + "design", + "designated", + "desire", + "desired", + "desktop", + "desteria_e-mails_25.9k.txt", + "desteria_ips_908.8k.txt", + "destinypvp", + "destory", + "detailed", + "details", + "details.responseHeaders", + "details.responseHeaders.length", + "details.responseHeaders[i].name.toLowerCase", + "details.responseHeaders[i].value", + "details.responseheaders", + "details.responseheaders.length", + "details.responseheaders[i].name.tolowercase", + "details.responseheaders[i].value", + "detectable", + "detected", + "detection", + "detections", + "detector", + "detectors", + "detects", + "determine", + "detuschland", + "dev", + "dev007", + "developed", + "developer", + "developers", + "development", + "device", + "devices", + "dex", + "dex73r", + "dey1337", + "deystviya", + "dezrick|powell|2600", + "df/", + "df4", + "df78", + "dge", + "dgln24xu537amcm8ghfnmqfsykxrgnkc9k", + "dhabi", + "dia", + "diabolic", + "diamond", + "diamondfox", + "dickhead10", + "dictatorship", + "did", + "didn't", + "die", + "dies", + "diet", + "different", + "difficult", + "difficulty", + "digikeyboard.sendkeystroke(0", + "digital", + "digits", + "dildofagins", + "dime", + "dimmuburgor", + "dimples66", + "din", + "dinastymc", + "dinastymc.eu_1k.txt", + "dio", + "dir-100", + "dir-600", + "dircloner", + "direct", + "directed", + "direction", + "directly", + "directory", + "directtv", + "directv", + "dirs", + "dirty", + "disagree", + "disappointing", + "disc", + "disc0rd", + "disconnected", + "discord", + "discord.gg/ecash", + "discord:-", + "discordtokenlogin", + "discount", + "discounts", + "discover.com", + "discovery", + "discoverycraft.de", + "discretion", + "discuss", + "discussion", + "disgusting", + "disk", + "disney", + "disney+", + "disneyplus.com/seller", + "dispatched", + "disposition", + "disruptions", + "distinct", + "distinct(ifnull(cast(schema_name", + "distributed", + "distro", + "dit", + "diy", + "djon3volta", + "djonson", + "djp", + "dk", + "dk5.wj9hnmat52eafsgs8ef6txerudajdts", + "dl", + "dle", + "dll", + "dlogs", + "dly", + "dm", + "dm'd", + "dm.", + "dmc", + "dmca", + "dms", + "dmsecransomware", + "dn5", + "dna", + "dnaing", + "dndndndnnddp", + "dns", + "do", + "do_global_dtors_aux", + "do_global_dtors_aux_fini_array_entry", + "dob", + "doc", + "doc+docx", + "dockerrodeo", + "docs", + "docs.freebsd.org", + "docsis", + "document", + "documentation", + "documents", + "docx", + "doe", + "does", + "dog", + "dogecoin", + "dognwalk", + "dogtv", + "doigcraft", + "doin", + "doin'", + "doing", + "doin\u2019", + "dokazhu", + "dokito", + "dollar", + "dollars", + "dom", + "domain", + "domains", + "domain}${prefix}/check", + "domain}${prefix}/init", + "domain}${prefix}/set", + "dominos", + "dompdf-rce.py", + "don", + "don't", + "donate", + "donating", + "donation", + "done", + "donn\u00e9es", + "donors", + "dont", + "door", + "doorbell", + "doordash", + "dor", + "dork", + "dorker", + "dorking", + "dos", + "dosh", + "double", + "doubt", + "doubtful", + "dow", + "down", + "download", + "download&execute", + "downloaded", + "downloader", + "downloading", + "downloads", + "dox", + "dozens", + "dp/", + "dps", + "dpst.dhl.com/svcpoint", + "dpu.def.br", + "dr", + "dr.", + "dr2", + "draft", + "drainer", + "draining", + "drake_teamspeak_ips_155.csv", + "drakoria.fr", + "drakoria.fr_6k.sql", + "drawlife.eu", + "dre", + "dreamcrafts.su_162.3k.txt", + "drena_teamspeak_ips_25.txt", + "dress", + "drink", + "dripper", + "drive", + "driver", + "drivers", + "driving", + "drop", + "dropbox", + "droplets", + "dropped", + "drops", + "drugwars_ips_13.txt", + "drunk", + "ds5", + "dso_handle", + "dsp", + "dtc", + "dth", + "dts", + "du", + "dubai", + "dud", + "dude", + "duderydu", + "due", + "duilio.sanchez@alumno.buap.mx", + "dujunayan", + "dujunayan#7777", + "dumayete", + "dumb", + "dumbass", + "dump", + "dumped", + "dumper", + "dumping", + "dumpmen", + "duolingo", + "dupe", + "duplicates", + "duration", + "durations", + "during", + "duty", + "dvl", + "dvze", + "dw", + "dwight", + "dwp", + "dx", + "dx$dd$XXX", + "dx$dd$XXXxxxxXdXXxxdx", + "dx$dd$XXxxxxXXxX", + "dx$dd$XxXdxXXxXXxXxxxXX.XxdxxXXXxdd.XxXdXX.xXXXxxddxxXX.xxd", + "dx$dd$XxxdxxXXxXdXxddxdXXxdxX.dxxXxdXXdXxdX.XXddddxxxXd.xxd", + "dx$dd$dXXxxXXXxXxxxxdxXxxXxXxdXxXxxX", + "dx$dd$dXxXXXXxxxxXXxxXXxXxXXdxXxxXxXXxd.dxXXXXxXxddXxxXXxx", + "dx$dd$dXxdXxdXXXXxxxxXddXxXx", + "dx$dd$dxdXdXXXxXxXdxxXXXXxXxddXXdxXxxXdddXxxXXxxXdXxxdXXdx", + "dx$dd$dxdxdxxxxdxxxxddxxdxxxxdddxxxxdxxxdxxdx", + "dx$dd$dxxdxxdxxxxddxxxx", + "dx$dd$dxxxxdxxxxd.dxxxxddxxxx", + "dx$dd$dxxxxdxxxxdxxxx", + "dx$dd$x/ddXXXxxxXxxXdXdXd", + "dx$dd$x/ddxxxxdxdxd", + "dx$dd$xXXXXxXXXXxxxXxxdxxxXxdXXXX", + "dx$dd$xXdXdXXXXxXdxXxxXXXXxddXXdxxXdxXXxdxXx", + "dx$dd$xxXXxdxXXxXXXxXdxdxdXXXXxXXxXxXXxxxxXXXXxXxXxxxdxXx", + "dx$dd$xxdxdxxxxdxxxxddxxdxxxdxxxxdxxx", + "dx$dd$xxx", + "dx$dd$xxxdxxxx.xxdxxxxdd.xxxdxx.xxxxddxxxx.xxd", + "dx$dd$xxxdxxxxdxxddxdxxxdxx.dxxxxdxxdxxdx.xxddddxxxxd.xxd", + "dx$dd$xxxx", + "dx$dd$xxxxdxxxxdx", + "dx$dd$xxxxdxxxxdxdxdxxxxdxxx", + "dx$dd$xxxxdxxxxdxxxx", + "dx.x", + "dx.x.", + "dxXddxXxXdx", + "dxck", + "dxdXdxdXxdxXddddXdxdXddddxddddxddxxdXdd", + "dxddddXddddXddXddXXXddddXddXddXXdd", + "dxddddxddddxddxddxxxddddxddxddxxdd", + "dxddddxddddxdxxdddxddxxxdxddddxxdxxddxx:dxdXXxXXx", + "dxddddxddddxdxxdddxddxxxdxddddxxdxxddxx:dxdxxxx", + "dxddddxddddxxdxxddddxxxddddxdddxxxxdxddxxddxdddxddddxxdddd", + "dxddddxddxddddxddddxddxddddxxddddxxddxxdxddxdxddxdddxddddxddxx", + "dxddddxddxxxxdxxxdddxxxxddxddxddx:dddxddddx", + "dxddddxdxxdddd", + "dxddddxdxxdxxxxdxxxddddxdxddddxddddxxxxddxddddxdddx", + "dxddddxxxxddxdddxxxxdxddxddddxddddxdxddddxdddxdxddddxdd", + "dxdddx", + "dxdddxddddxddddxddddxxxddddxxxd:dxXXXxxxX", + "dxdddxddddxddddxddddxxxddddxxxd:dxxxx", + "dxdddxddxddxdxdxxxdddxdxddxxddxxddxdxdxd", + "dxddxxddddxxxxdxdxdddxddxxddddxddxxxxdxddddxxddxdxdxxxdddxxddxd", + "dxddxxdxxdxxddddxddxdxdddxxxdxddddxddxdxxxdxxddxdxxxxdxdxdddd:ddxxxx:d", + "dxddxxdxxdxxddddxddxdxdddxxxdxddddxddxdxxxdxxddxdxxxxdxdxdddd:ddxxxxXxxXxXxxX:d", + "dxdx", + "dxdxdddxdddxdxdddxxdxddddxddxxdxxdddxdxxxddddxxdxddddxddxx:dxXXXxxXxxxXXXxXXXXxXxdXxXXxxXxd", + "dxdxdddxdddxdxdddxxdxddddxddxxdxxdddxdxxxddddxxdxddddxddxx:dxxxxdxxxxd", + "dxdxdxXdddXxXdxddXdddxdddXddXxXdXdXddXddXx", + "dxdxdxdxxdxxddddxdxdxddddxddddxddxxdxdd", + "dxdxdxxdddxxxdxddxdddxdddxddxxxdxdxddxddxx", + "dxdxxddxddxdddxddxdddxxxxdddxxdxdxdddd", + "dxdxxxdxxdddxdxddddxddddxxdddxdxdxxdxddd:dddd", + "dxx", + "dxx+", + "dxx@xxxx.xx", + "dxxddxxxxdx", + "dxxdxXXx", + "dxxdxddddxxxddddxxxdxxxdxddddxxxdxxdddx", + "dxxdxddddxxxxdxdxddddxxxxdxxxxdddd", + "dxxdxddxxddddxdxdxxxdxxxdddxxdxddddxdxxxdxddxdxxddddxdddxxdxdd", + "dxxdxxxx", + "dxxdxxxxdxxxdxdxxdxxxx", + "dxxx", + "dxxxddddxxdddxxxdxddddxxxddxxxxdxxdxdddxddxdxxdxddxxdxddxddxddddxdxxxddxd", + "dxxxdddxddddxdxxddddxddddxdxdxddxxddddxxddxdxddxddddx", + "dxxxddxdxddddxxdxddxddxddxdxdxxdxdxdddd:dxddddxd", + "dxxxx", + "dxxxx.xx_dd.dx.xxx", + "dxxxx.xxx_d.dx.xxx", + "dxxxxXxxxxd", + "dxxxxd", + "dxxxxdXd", + "dxxxxdddxxddxddxdxxdddxddddxxdxxdddxddddxddddxxxdxddxddddxxxdxxxdddd", + "dxxxxdddxxxxdxdxxxdxxxxdxxxxddxxxxdxxxx.xxxx/xxxx", + "dxxxxddxddxddddxxdxddddxd", + "dxxxxdxd", + "dying", + "dylan99", + "dynam1c", + "dynam1c@thesecure.biz", + "dynamic", + "dynamically", + "dyson", + "dzht2023", + "dzo", + "e", + "e#1", + "e'd", + "e's", + "e(0", + "e(1", + "e(s", + "e.", + "e.g", + "e.g.", + "e/", + "e05", + "e12", + "e16", + "e2092719f7425792e6727540de346cdfa2d74e97:77de20403", + "e22cseu0073@bennett.edu.in", + "e38xgmzdouhckhcz5v", + "e3e", + "e41b080fa", + "e44", + "e46", + "e510b43205407fd46791c1c76edf6aa6d9e90587", + "e57", + "e5c", + "e628bac3dd2e1b59c12c2f515beab77f069c61f0", + "e66", + "e69", + "e6c42b2cfba3b98915277ce4a1bff41af19ad72dba066e061810c1e645072d23", + "e6jjds37hn", + "e75e9544618128ddd730c68467beef57bcf8303bf493b5efb77c6094d684ad3f339adcdf2cb2", + "e77", + "e9f9787ad03edb3a8355cc778d4d86f79e20c76b", + "e:-", + "e:2", + "e=2", + "eAa", + "eBay", + "eCPPTV2", + "eCPPTv2", + "eCPTXV2", + "eCPTXv2", + "eFi", + "eId", + "eIn", + "eOS", + "eR0", + "eRFucsqvINYJOMDp:2", + "eSIM", + "eWPT", + "eWPTXV2", + "eWPTXv2", + "eaWwO51ze", + "eaa", + "each", + "eachother", + "ead", + "eaglehcf", + "eaglehcf_ips_87.6k.txt", + "eah", + "eak", + "eal", + "eam", + "ean", + "eap", + "eaq", + "ear", + "earlier", + "early", + "earn", + "earnapp", + "earned", + "eas", + "easier", + "easiest", + "easily", + "east", + "easy", + "easyyyyy", + "eat", + "eawwo51ze", + "eb", + "eb'd", + "eb.", + "eb/", + "eb0", + "eb68d740c527d245ded017c104651a332647a39d", + "eb94b6c93027608ce2b4492d603e6d7da4686d59", + "ebay", + "ebay-kleinanzeigen.de", + "ebb", + "ebm", + "ebr", + "ebs", + "eby", + "ec.", + "ec7", + "ece", + "ech", + "echo", + "eci", + "eck", + "eclozia.fr", + "eclozia.fr_27.3k.sql", + "ecpptv2", + "ecptxv2", + "ecs", + "ect", + "ecv", + "ed/", + "edata", + "edd", + "edencraft.fr", + "edit", + "editd", + "edite", + "edited", + "editing", + "edition", + "editor", + "edits", + "edo", + "edr", + "eds", + "edu", + "education", + "educational", + "educations", + "edumini890", + "ed|", + "ee", + "ee-", + "ee1", + "ee5", + "ee8", + "eec", + "eed", + "eee", + "eek", + "eel", + "eem", + "een", + "eep", + "eer", + "ees", + "eet", + "efd", + "effect", + "effective", + "efficiency", + "effort", + "efi", + "efo", + "eg", + "ega", + "ege", + "ego", + "egs3W04Ax8ulUcUzagzMnNYXcSbi0", + "egs3w04ax8ulucuzagzmnnyxcsbi0", + "egypthiamc.fr", + "eid", + "eight", + "ein", + "eir", + "eisenhower", + "eit", + "either", + "eitherway", + "ejo", + "eks", + "ekstazy.eu", + "el.", + "el0", + "el84", + "eld", + "ele", + "electrical", + "electronic", + "electrum", + "element", + "elenox.net", + "elf", + "elif", + "elitios", + "elixirpvp_e-mails_30.csv", + "ell", + "ellens", + "elm", + "elorzia", + "elp", + "els", + "else", + "eltek", + "ely", + "em", + "ema", + "email", + "email).txt", + "emails", + "emails.txt", + "emails.zip", + "embed", + "eme", + "emi", + "emirates", + "emmeellee#1", + "emo", + "emonteros@indoamerica.edu.ec", + "empireeyes.fr", + "empireeyes.fr_2k.csv", + "empiremc.txt", + "empireminecraft_e-mails_7.7k.csv", + "empireminecraft_emails_db.txt", + "employer", + "empty", + "empty>:admin", + "ems", + "emy", + "en", + "en.", + "en/", + "ena", + "enabled", + "encode", + "encoding", + "encountered", + "encrypt", + "encrypted", + "end", + "ended", + "endercraft_buycraft_db.txt", + "ending", + "endinrio", + "endpoint", + "ends", + "energy", + "energyfight", + "enforcedmc_buycraft_logs_1.3k.txt", + "enforcement", + "eng", + "engine", + "engineer", + "engineering", + "engineers", + "engines", + "english", + "enjay", + "enjoy", + "enjoyed", + "enjoygen_logins_400.txt", + "enjoyyyyyyy", + "enn", + "enough", + "enozfaction.net", + "ens", + "ensemble", + "ent", + "enter", + "entered", + "enterprise", + "enterprisebi.local@local*$4C817D0D93DAEC678D44FB5E$50E558C6D7BECF81968DD7513F6C5C8F9915A1B543428FC1036120540512B5363315108FEB1DA6C0DA6A1D70047776AD71FE844B7E1669FD598741C5EB6692A76AA72974B726700931F2EA1D385BB4C623FAE312B1DE1D8DF4628B9D5637BF7E35276210714F21E2FE318D9DC85789C3BE6B92D1EF87C0F81CC04B4E3BCDA5223809C2C2C12A528FB386B721539C53DC383534C78B2BB357B796A2F2114CAAF48C031C914493020A3D916852DFDA75DFC7AAE11F04826A4266514A06A2E64FFEAC183E7BBD77330245726DDA39D56121793F9FDC52A4552E74B32351D31242313F083749B6376BB54374ABBCA4CCE546246742BD920D6AD916796896BF99771947C0AD74ABCD254AD88DD6F55E1ED870762E13071040DF856813CBB4E1CE6C1A3054BEB9521D0C7F15AD0447E0835C5C31FC46B73DE7AEC2C5A37A1BE3E7F89CC066ABC28E37E6B957FADFB265F761DD783728DCBF590108255A315890384FAFE9182FA345600FC6FAB69ABB18211050798F23C9F81F59DED4F7F7B07C356E393D86A960277C5C50A7CE4B556B61F1AB37B66220D5D16E91D66B58499B150FBB82E477C4B0C86EA52E75BC3EAEC2F46DD4954A07F470E49131612B0F05AFBF6F9D3C005BA66E3D1DA770E30745E614C3B04321608C00FDFB27B9978F65E6689315FB343286BD93C381CA5F61E3CD12F65C15B1C3A513E59B0C0A98459F7F2132191A08BEFBA0D319B9D48F79AE2E14A56098A308241BDB5E8F462A79B63407EB8949397305A37EC9999300F62DA6EE7E868A9B587018C1E14298ABB30C621C941FCC625008818F62E81FC7EB1D6131F5443185982BC349A2CD5040303801B5EB15FBFFAEFC2CFA6753FC4500D57BDB8F9E6509A532782A64D9D7E836C0E06D678EAAE01E1D9C52CF2E40595EFC87CC2E5899141ECE8A96A44BE41DB1EAFF63498EFF14B69C0017E5C3B9AA8E0FE559A0338F1E027D8DC81A0BBF55FAFC20E6D4BE5DF7016E5C2F593A44C7D7AF4C049443B0C78C7FFE66073AA8AC8EC77204A5E45993E1C9E3F2B916431C2D035CBB51E4F4D5C8ECF7F3EBC77B6B626EC2A3D381CEB45A04A8893A5B9C27E0A2C571AC9F79CB9A3B0B07E66B256AC5CEF31DC9A0D1C3BE0153543E3C73FEE4CB8C54114A2EE443DDB84CA7C7F77073DF376B161930F65B518FB58213D0F5EC25D249DD96B8169E5B3F35EA37D447AA1D3863514917FDF4E4B03319EE9F6EE25383A3A80B88644FFD66FD6C790A551712806BAADE2AB7AEDB26EA407FD5A3392A0351D23056898190BD4F5D6039C6B5728065719C299FC29E5525F27EDD0EBFDECFEA48497BD4433305CDA5987C887D1FE7891276EC96636D06801E2C5BDFB21BD54D91346E68176012D75EBCD9DB27389258DB96EF408F357607A5EF3B4B091846EDBD9F18F09B80DFF2F9CCC6C1205B0FB0346923EF351F32227AB7C8316BE356DE9D58DB0AD925B11FB22C3F274E22DA7E55ADBC8110C87D603B43C0519587A1A552EDAC2C117E123816CF9EB146012F60B0C8D9FFFCC60C791510A14B2C5DCCAE5CA439E7927BE2B87875269DFC974BCD25A8FD548E93C1F11667EE247802003FFA9680FC416BE4E055B2863D35FEF5C6F13AE02512B1ACB18029F1BABE4B9AF68F7ADA159CE9C2A9DDF633C7664CC98D091DE2702B0D58491F86505F2235515F0CB88ED9926073D3BF1FA30121F3495D7DBCE2B243D1F2EA897DE0BB43F6FFC2DE7B9FB71C4BFF2E6DE0572B35B7932B19CCBFFB1197DF8A681368838BECAF7E2BABC7361E289A0C46F2FCB273D694944C1DED1576BD9DA511C540CE0DC11579E789C73B0B3846FD82D6289BD654A5F5B16DF2CAF3759FA0F123E03413149D7E71A7306262FBA1A0D4C17124FE6448524D1940C317868E652A8F8B46C338A5AFD3CE49845590380667E4F20709D686A8D3330153AF1DA90AD8D9CCA48ED85E86A696ADA1AF0A8D8A4126A6767D6CF3EA9CDEBF90668663B524216A8135BF7F3585B5DF4E3418611BF373FD2142461411030D3FDF72D9DC69FB81BB704DE83D81B0D3A9B541319285C0984E2ABA0D0B75BE3C938823224E060E1BAE9E65E21FA3DBD4FCD35EF4DFFCD65961AA61C4AF7DB46F752E37F9086F7A0DC29B044F18561B0FE447BEBF0424C0CAE3077DDFA44EBEB918798D554613BB40AFF2F8EFF342DBA01E81E7E4A9607D816717272A5BEE051B59772F95ADABD3017255B3ECBF4C3C1CF9FA2FA5F5A27F8C92B43E4F03CA0DE1B277E1B52246B220C12A35312AB5DB7DA75AF5A3F293C0EFEBB05C960F89A9D5A6FD3FB978B4601B2D1BFD290F1F868BFDF4F032B7C0C291FAB430E9F5E68F180D50FA8C1DE89334418BA2B67EC4E19045ABB50A3618F6CCE25CA02FCF9A8BEE25081AD14257782561CA27D150BAB40A06B76310E18F87D04661541B5B7AE8FB79109FC5BD97F91B65557A30BA12C65F79D9D5E6ABE98E16A150F75B25BF73ADA17BF968168D1DF9B97C603FC2D87B94708C0607EEB2CD84CC4E6C580DAA9B9945D95606C830FF38205831435CF2FCC3D070597DCF547EDBB6618B91F332A3F3DED7A039F50DEE4EDA647B59D9BC10025EDB48A90ADD89BCBCF1411A54B37D8568F2A85144708654C70A9AED8D659B11AEA48C9766C544E83D57940CE28692426F74ED2B3BD3A000C216BFC5FF597A07D0EBF9467F71CCA93844F1A82D97DC742A7E9566E96AFAA9C63E4838114CC6E29ACF4A3B799A416B15B493E15E6F0F5D688E65D5A9076CD0E3868B64566ECD7178C1C396BF034A8C58906FCD4488FC0DB399B92E1F523497A89979325AE16103527619FF8B2F6A1866FA2A8D5471B0F6B73B1C851625818BF41B613ABAE76CD109FFAFCB3E9D19091EF49755D3A1F54A8D8113D61A7E8FA4A9DE0B322FBB726702EB2A20645FA17577BDC953E7BAE588CBEDCA6475F9190FAB858FAE33649F3AC00028CF345B39F8AFA34CC501759E514DCD625AE900593C2A3B397D5CF531C7C2F00F7C1BAD053436CD34DB2F9E18E09FA2F7AE648CA695488A333A903F8B658CAC043D64A7E7F2AE48F70046058AC97B0CE73593751F93880A275888C48B16F85A4326B2A75C6B2F2DD993AB645794717727483F353A005BA9B52F991E890619FFCDEAC98BCF83E52C8656EC7C32E453065497DA70ACE7010B11C0E261D4E7C410BA6A92E897376F5C226C12737A0DF2D3230BEDD7D843E00B1BB07405B9B4C3DFF0BB05DBE0C50FB0797C6164B1C455B5C9478C43967E5D0928BBAFE74F513844E2A19BAE0D7A9E8B3F4276310971478E10E7843BC120E33BC45F7EB87E899A1096B003F0F0D87A54F070D3AE715B36E1A43F5AA592B149C5908F36E14B6B23DFA1D6A7D6F3569FE1CC65FC99FFB78812ABC74A8AF9F0FDFDF1064F47A16C127F587C8F08D3CD7C860E4146AE960CF28F4722C4746BFF139F2CE8BD28F17FADFF74A8AF2C23A6E8DD8EE2F637F569CBA4E670267E6C8CE7A3224E016673D3856143A7BBE717BB837D643ACCD7BEFCC6A4064910A25A6946F9254C224C0C26BA2C8A68A563BD9116714E6E626839B720E1B5847C24F499106903DE4BF4EB67EB6B33CBDB9A8F6D61438914AF8854784E88F16FBCD56A4CED14CFD0C9610EACCEA6569952CA1CF7D7F877C52DCE0AA31C3D39177A2387FA7DC6", + "enterprisebi.local@local*$4c817d0d93daec678d44fb5e$50e558c6d7becf81968dd7513f6c5c8f9915a1b543428fc1036120540512b5363315108feb1da6c0da6a1d70047776ad71fe844b7e1669fd598741c5eb6692a76aa72974b726700931f2ea1d385bb4c623fae312b1de1d8df4628b9d5637bf7e35276210714f21e2fe318d9dc85789c3be6b92d1ef87c0f81cc04b4e3bcda5223809c2c2c12a528fb386b721539c53dc383534c78b2bb357b796a2f2114caaf48c031c914493020a3d916852dfda75dfc7aae11f04826a4266514a06a2e64ffeac183e7bbd77330245726dda39d56121793f9fdc52a4552e74b32351d31242313f083749b6376bb54374abbca4cce546246742bd920d6ad916796896bf99771947c0ad74abcd254ad88dd6f55e1ed870762e13071040df856813cbb4e1ce6c1a3054beb9521d0c7f15ad0447e0835c5c31fc46b73de7aec2c5a37a1be3e7f89cc066abc28e37e6b957fadfb265f761dd783728dcbf590108255a315890384fafe9182fa345600fc6fab69abb18211050798f23c9f81f59ded4f7f7b07c356e393d86a960277c5c50a7ce4b556b61f1ab37b66220d5d16e91d66b58499b150fbb82e477c4b0c86ea52e75bc3eaec2f46dd4954a07f470e49131612b0f05afbf6f9d3c005ba66e3d1da770e30745e614c3b04321608c00fdfb27b9978f65e6689315fb343286bd93c381ca5f61e3cd12f65c15b1c3a513e59b0c0a98459f7f2132191a08befba0d319b9d48f79ae2e14a56098a308241bdb5e8f462a79b63407eb8949397305a37ec9999300f62da6ee7e868a9b587018c1e14298abb30c621c941fcc625008818f62e81fc7eb1d6131f5443185982bc349a2cd5040303801b5eb15fbffaefc2cfa6753fc4500d57bdb8f9e6509a532782a64d9d7e836c0e06d678eaae01e1d9c52cf2e40595efc87cc2e5899141ece8a96a44be41db1eaff63498eff14b69c0017e5c3b9aa8e0fe559a0338f1e027d8dc81a0bbf55fafc20e6d4be5df7016e5c2f593a44c7d7af4c049443b0c78c7ffe66073aa8ac8ec77204a5e45993e1c9e3f2b916431c2d035cbb51e4f4d5c8ecf7f3ebc77b6b626ec2a3d381ceb45a04a8893a5b9c27e0a2c571ac9f79cb9a3b0b07e66b256ac5cef31dc9a0d1c3be0153543e3c73fee4cb8c54114a2ee443ddb84ca7c7f77073df376b161930f65b518fb58213d0f5ec25d249dd96b8169e5b3f35ea37d447aa1d3863514917fdf4e4b03319ee9f6ee25383a3a80b88644ffd66fd6c790a551712806baade2ab7aedb26ea407fd5a3392a0351d23056898190bd4f5d6039c6b5728065719c299fc29e5525f27edd0ebfdecfea48497bd4433305cda5987c887d1fe7891276ec96636d06801e2c5bdfb21bd54d91346e68176012d75ebcd9db27389258db96ef408f357607a5ef3b4b091846edbd9f18f09b80dff2f9ccc6c1205b0fb0346923ef351f32227ab7c8316be356de9d58db0ad925b11fb22c3f274e22da7e55adbc8110c87d603b43c0519587a1a552edac2c117e123816cf9eb146012f60b0c8d9fffcc60c791510a14b2c5dccae5ca439e7927be2b87875269dfc974bcd25a8fd548e93c1f11667ee247802003ffa9680fc416be4e055b2863d35fef5c6f13ae02512b1acb18029f1babe4b9af68f7ada159ce9c2a9ddf633c7664cc98d091de2702b0d58491f86505f2235515f0cb88ed9926073d3bf1fa30121f3495d7dbce2b243d1f2ea897de0bb43f6ffc2de7b9fb71c4bff2e6de0572b35b7932b19ccbffb1197df8a681368838becaf7e2babc7361e289a0c46f2fcb273d694944c1ded1576bd9da511c540ce0dc11579e789c73b0b3846fd82d6289bd654a5f5b16df2caf3759fa0f123e03413149d7e71a7306262fba1a0d4c17124fe6448524d1940c317868e652a8f8b46c338a5afd3ce49845590380667e4f20709d686a8d3330153af1da90ad8d9cca48ed85e86a696ada1af0a8d8a4126a6767d6cf3ea9cdebf90668663b524216a8135bf7f3585b5df4e3418611bf373fd2142461411030d3fdf72d9dc69fb81bb704de83d81b0d3a9b541319285c0984e2aba0d0b75be3c938823224e060e1bae9e65e21fa3dbd4fcd35ef4dffcd65961aa61c4af7db46f752e37f9086f7a0dc29b044f18561b0fe447bebf0424c0cae3077ddfa44ebeb918798d554613bb40aff2f8eff342dba01e81e7e4a9607d816717272a5bee051b59772f95adabd3017255b3ecbf4c3c1cf9fa2fa5f5a27f8c92b43e4f03ca0de1b277e1b52246b220c12a35312ab5db7da75af5a3f293c0efebb05c960f89a9d5a6fd3fb978b4601b2d1bfd290f1f868bfdf4f032b7c0c291fab430e9f5e68f180d50fa8c1de89334418ba2b67ec4e19045abb50a3618f6cce25ca02fcf9a8bee25081ad14257782561ca27d150bab40a06b76310e18f87d04661541b5b7ae8fb79109fc5bd97f91b65557a30ba12c65f79d9d5e6abe98e16a150f75b25bf73ada17bf968168d1df9b97c603fc2d87b94708c0607eeb2cd84cc4e6c580daa9b9945d95606c830ff38205831435cf2fcc3d070597dcf547edbb6618b91f332a3f3ded7a039f50dee4eda647b59d9bc10025edb48a90add89bcbcf1411a54b37d8568f2a85144708654c70a9aed8d659b11aea48c9766c544e83d57940ce28692426f74ed2b3bd3a000c216bfc5ff597a07d0ebf9467f71cca93844f1a82d97dc742a7e9566e96afaa9c63e4838114cc6e29acf4a3b799a416b15b493e15e6f0f5d688e65d5a9076cd0e3868b64566ecd7178c1c396bf034a8c58906fcd4488fc0db399b92e1f523497a89979325ae16103527619ff8b2f6a1866fa2a8d5471b0f6b73b1c851625818bf41b613abae76cd109ffafcb3e9d19091ef49755d3a1f54a8d8113d61a7e8fa4a9de0b322fbb726702eb2a20645fa17577bdc953e7bae588cbedca6475f9190fab858fae33649f3ac00028cf345b39f8afa34cc501759e514dcd625ae900593c2a3b397d5cf531c7c2f00f7c1bad053436cd34db2f9e18e09fa2f7ae648ca695488a333a903f8b658cac043d64a7e7f2ae48f70046058ac97b0ce73593751f93880a275888c48b16f85a4326b2a75c6b2f2dd993ab645794717727483f353a005ba9b52f991e890619ffcdeac98bcf83e52c8656ec7c32e453065497da70ace7010b11c0e261d4e7c410ba6a92e897376f5c226c12737a0df2d3230bedd7d843e00b1bb07405b9b4c3dff0bb05dbe0c50fb0797c6164b1c455b5c9478c43967e5d0928bbafe74f513844e2a19bae0d7a9e8b3f4276310971478e10e7843bc120e33bc45f7eb87e899a1096b003f0f0d87a54f070d3ae715b36e1a43f5aa592b149c5908f36e14b6b23dfa1d6a7d6f3569fe1cc65fc99ffb78812abc74a8af9f0fdfdf1064f47a16c127f587c8f08d3cd7c860e4146ae960cf28f4722c4746bff139f2ce8bd28f17fadff74a8af2c23a6e8dd8ee2f637f569cba4e670267e6c8ce7a3224e016673d3856143a7bbe717bb837d643accd7befcc6a4064910a25a6946f9254c224c0c26ba2c8a68a563bd9116714e6e626839b720e1b5847c24f499106903de4bf4eb67eb6b33cbdb9a8f6d61438914af8854784e88f16fbcd56a4ced14cfd0c9610eaccea6569952ca1cf7d7f877c52dce0aa31c3d39177a2387fa7dc6", + "entire", + "entirely", + "entity", + "entries", + "entrusted", + "enu", + "enumerating", + "enumeration", + "envato", + "environment", + "environments", + "enzyme", + "eoi", + "eon", + "eop", + "eos", + "ep.", + "epa", + "ephesia.fr", + "epic", + "epicgames", + "epixmc", + "epo", + "eps", + "epsilonmc.fr", + "epsilonmc_forums.txt", + "ept", + "epy", + "eqN", + "eqn", + "eqq", + "equitableengineer", + "equivalent", + "eqx", + "er-", + "er/", + "er0", + "er504b", + "er6", + "era", + "erab", + "erb", + "ere", + "erfucsqvinyjomdp:2", + "erm", + "ern", + "ero", + "eronit'\u0430", + "err", + "error", + "error(1", + "errors", + "ers", + "ert", + "erv", + "ery", + "eryzia", + "eryzia.fr_3k.txt", + "erz", + "er\u00fa", + "es", + "es.mysellix.io/", + "es/", + "esbank", + "esc", + "escalation", + "escapecraft.net_phpbb_bcrypt_january_2019.txt", + "escaperestart.com_emails_db.txt", + "escrow", + "escrows", + "ese", + "eset", + "esh", + "esim", + "eskisehir", + "esp", + "especially", + "especialy", + "espn+", + "espresso", + "ess", + "est", + "estas", + "estate", + "este", + "esthetics", + "estockphoto.com", + "estupido", + "est\u00e1", + "et/", + "eta", + "etc", + "ete", + "eternityteam", + "eth", + "ethereum", + "ethically", + "ethics", + "ets", + "ett", + "ety", + "eu", + "eu]/seller", + "eum", + "eup", + "eur", + "euracraft", + "euro", + "europe", + "eux", + "ev", + "ev.", + "eva", + "evadav", + "evangelion", + "evasion", + "eve", + "even", + "evening", + "eventful", + "events", + "ever", + "everdesoto@indoamerica.edu.ec", + "everest", + "every", + "everybody", + "everyday", + "everyone", + "everything", + "everything(ProtonVPN", + "everything(protonvpn", + "everytime", + "everywhere", + "evgexacraft_338k.sql", + "evicende", + "evidence", + "evidently", + "evil", + "evm", + "evolucraft.fr", + "evonicraft", + "ewhoring", + "ewl", + "ewpt", + "ewptxv2", + "ews", + "exact", + "exactally", + "exactly", + "exam", + "examined", + "example", + "examples", + "exams", + "examservices", + "examservices#4864", + "examvm.citadel.corp", + "excalibur-craft.ru", + "excaliburcraft(hash", + "excel", + "excellent", + "except", + "exceptValueError", + "exceptvalueerror", + "exchange", + "exchanger", + "excited", + "exe", + "exec", + "executable", + "execute", + "executed", + "executor", + "exg", + "exist", + "existing", + "exit", + "exp", + "expect", + "expected", + "expenses", + "expensive", + "experation", + "experience", + "experienced", + "experimenting", + "expert", + "experts", + "expgods", + "expired", + "expires", + "expiry", + "explain", + "explained", + "explaining", + "explainnation", + "explicit", + "exploding", + "exploit", + "exploit.in", + "exploitation", + "exploitivzcm5dawzhe6c32bbylyggbjvh5dyvsvb5lkuz5ptmunkmqd.onion/topic/216942/", + "exportlist.bat", + "express", + "expressions", + "expressvpn", + "exprince", + "ext", + "extend", + "extended", + "extension", + "extent", + "extra", + "extract", + "extracted", + "extractor", + "extreme", + "exttract", + "ey+", + "ey9tqjie08nmrrwxqnmwemk7qnikxeu3ulzhy4b9hb0=", + "eya", + "eye", + "eyeem.com", + "eyes", + "eys", + "eza", + "ezftid", + "e\u2019s", + "f", + "f\"Attempting", + "f\"Open", + "f\"Recovered", + "f\"attempting", + "f\"open", + "f\"recovered", + "f'Recovered", + "f'recovered", + "f-8", + "f.", + "f.a.k", + "f.a.q", + "f00bc43c57625b018c293abafa38c66a4f52e215651205400306c8f3e65d16a4", + "f1", + "f113ea3ab", + "f2309c6d6cdd7dfc54b163f7ee252013943f5ba1", + "f23475446968f25d863f10b6939d61294971e0659c1120e4373821e29d54db42", + "f47", + "f586d0a409d89281b44333bd38f53927a009873ab9265061f41ff283b33e516f", + "f66", + "f6f46ef530720f83848c3ffbdbe0fd8dcceacb4a:54986831e", + "f76", + "f78", + "f8QwNoyXcW8OImbJyXnW8tkqGUuBPsAN", + "f8qwnoyxcw8oimbjyxnw8tkqguubpsan", + "f98", + "f:2", + "fJN", + "fM5SL9.zKqAZWUygjeBCGgNFhl2vhVY1TesBUjg", + "fSa", + "fabegezippo", + "fac4b69ab5112e6260c8dc9cf6349089fa499bcb08dca79cf32bb4af562a49eb:49Edkhpv2FvOYssF:2", + "fac4b69ab5112e6260c8dc9cf6349089fa499bcb08dca79cf32bb4af562a49eb:49edkhpv2fvoyssf:2", + "face", + "facebook", + "facey", + "fact", + "factasia", + "factions", + "factionslab_e-mails_900.txt", + "factors", + "facts", + "fadegen.pw.txt", + "fadehost.com_2.9k.txt", + "fags", + "failed", + "fails", + "fair", + "fairly", + "fais", + "faithful", + "faithful_buycraft.txt", + "faithfulhcf_buycraft_logs_1.8k.txt", + "faithfulhcf_buycraft_logs_30k.txt", + "faithfulhcf_ips_34k.txt", + "faithfulmc", + "fake", + "faker", + "fakes", + "fakkeeeee", + "falcon", + "fall", + "falling", + "false", + "family", + "fan", + "fancy", + "fansly", + "fanspicy", + "fantastic", + "fapping", + "faq", + "far", + "fargo", + "farisun.fr", + "farmcraft_buycraft_logs_35.csv", + "farmers", + "fast", + "fastalts.txt", + "faster", + "fastlycrafted_teamspeak_ips_240.csv", + "fastpeoplesearch.com", + "fault", + "favorite", + "fazymalone", + "fb", + "fbe9d6a646c04f793b314b737d119f3c96689b8b", + "fbi", + "fd91578878b20e08fec9580d0614b2b9538ca1f8", + "features", + "feb", + "feb.", + "feb16", + "feb17", + "feb18", + "feb19", + "feb20", + "feb21", + "febbonus", + "february", + "federal", + "fedex", + "fedex.com/seller", + "fedora", + "feds", + "fee", + "fee-", + "feed", + "feedback", + "feedbacks", + "feel", + "feeling", + "feelings", + "fees", + "fell", + "female", + "fer", + "feri6043", + "fesh", + "fetched", + "fetching", + "few", + "fez", + "fff", + "fffffffffffffff", + "fffffuck", + "ffy", + "fg2uqcjd", + "fg2uqcjdes", + "fic", + "fictional", + "fid", + "fiddler", + "fie", + "fifa", + "fifty", + "fig", + "fight", + "fightcraft.fr_2.5k.txt", + "figure", + "figured", + "fijos77", + "file", + "filehosts", + "filename", + "filenotfound", + "files", + "fill", + "filled", + "filmmagic.com", + "films", + "filtering", + "filters", + "final", + "finally", + "finance", + "finance-dc.tech.finance.corp", + "financial", + "find", + "finding", + "fine", + "finesse", + "fingerprint", + "fingerprints", + "fingers", + "fini", + "finish", + "finished", + "fire", + "fireeeeeeeeee", + "firewall", + "firmware", + "firs", + "first", + "firstName", + "firstname", + "fish", + "fishing", + "fit", + "fitbit", + "fitness+", + "fits", + "five", + "fix", + "fixed", + "fj", + "fjn", + "fkng", + "fl", + "fla", + "fla.", + "flagged", + "flags", + "flamebin.com", + "flar", + "fle", + "flexible).so", + "flies", + "flightradar24", + "flix", + "flood", + "floodkilla", + "flor3s", + "florida", + "flow", + "flowspy", + "fltyxy", + "flushing", + "fluurp", + "fly", + "fm", + "fm5sl9.zkqazwuygjebcggnfhl2vhvy1tesbujg", + "fnbo.com", + "fo4", + "focus", + "foege1001", + "foi", + "folder", + "folders", + "folk", + "follow", + "followers", + "following", + "food", + "for", + "forbidden", + "force", + "forcecraft_e-mails_50.txt", + "forcing", + "forensics", + "forever", + "forex", + "forget", + "forgive", + "forgot", + "fork", + "forlan12", + "form", + "format", + "formats", + "forms", + "fort", + "fortinet", + "fortnite", + "fortnitesweate", + "forum", + "forum.txt", + "forums", + "forums.txt", + "foruns", + "forward", + "fos", + "fot", + "foul", + "fouls", + "found", + "four", + "fourms", + "fourwars_forums_21k.txt", + "fox", + "foxpro#9141", + "foxy", + "fp", + "fr", + "fr+us+gb", + "frame", + "frame_dummy", + "frame_dummy_init_array_entry", + "frame_end", + "framework", + "framing", + "france", + "francis2609", + "frangipanidreamz@gmail.com;$P$BqgNRzXCsXv5SvNr.kpnPkmMD1fBzo/", + "frangipanidreamz@gmail.com;$p$bqgnrzxcsxv5svnr.kpnpkmmd1fbzo/", + "frankandersons2022", + "frankly", + "fraud", + "fraudulent", + "freashmeat.io", + "free", + "freeBSD", + "freebsd", + "freebuildminecraft_-_ips.txt", + "freedom", + "freegen", + "freegen.txt", + "freeide", + "freelancing", + "freemrbond", + "french", + "frenchsky_-_ips.txt", + "frenxie", + "fresh", + "freshest", + "freshly", + "freshmeat.io", + "freshtools.net", + "friday", + "friend", + "friendly", + "friends", + "friendzo", + "frivan", + "fro", + "from", + "fron", + "front", + "frontend", + "frontier_ips_1.8k.txt", + "frontierfactions_teamspeak_ips_730.txt", + "frontpage", + "frostland.pro_204.6k.txt", + "froums", + "frozencraft.ru_38.5k.sql", + "frozencraft.ru_38.5k.txt", + "frozenia", + "frusky", + "fs4", + "fs6", + "fsa", + "fstigale@cebridge.net", + "ft", + "ft/", + "ftp", + "fty", + "fubariceman", + "fubo", + "fubotv", + "fuck", + "fucked", + "fucking", + "fuckk", + "fucks", + "fuckthaotherside", + "fud", + "fud@", + "fugy34", + "ful", + "fulfill", + "full", + "full).txt", + "fullmetal", + "fully", + "fullz", + "fullzbazar", + "fun", + "funcloud", + "funcraft", + "funcraft.fr_41k.txt", + "function", + "functionality", + "functions", + "funds", + "funimation", + "funny", + "funparty.sql", + "further", + "fusionmc.txt", + "futtaim", + "future", + "futurecraft_65k.txt", + "futures", + "fvndz", + "fwapxmwsxmbdvodyuus", + "fyreuk_e-mails_26k.txt", + "g", + "g.", + "g1x", + "g2f", + "g3r", + "g47", + "g71", + "g90", + "g:2", + "gREAT", + "gTv", + "ga", + "ga.", + "gaia", + "gaiaserveur.fr_6.7k.csv", + "gaiaserveur.txt", + "gain", + "gal", + "galastar.txt", + "galore_teamspeak_ips_120.txt", + "gambling", + "game", + "gamefly", + "gamemaster", + "games", + "gamesmadeinpola", + "gaming", + "gamster", + "gamster_bedwars.sql", + "gamster_skywars.sql", + "gamsterbw_sw__user_ip.txt", + "gan", + "garant", + "garanti", + "gardenmc", + "gardenmc.txt", + "gas", + "gather", + "gave", + "gay", + "gaz", + "gb", + "gc", + "gd0", + "gdb", + "gdrive", + "ge", + "gearbest", + "gecko", + "ged", + "geee", + "geeza", + "geinwald", + "gel", + "gen", + "gen.", + "gender", + "general", + "generale", + "generate", + "generate(1", + "generate_passwords", + "generated", + "generator", + "generic", + "genesis", + "genesissecurity", + "genesisshop", + "genital", + "genius", + "geo", + "geogusser", + "ger", + "germany", + "ges", + "get", + "get_clipboard_data(&clipboard_data_size", + "gets", + "getting", + "gettyimages.in", + "gg", + "gg2", + "gga", + "ggg", + "ggh", + "ggs", + "ggservers.com_605.txt", + "ggy", + "ghh", + "gho", + "ght", + "giant", + "gic", + "gif", + "gift", + "gin", + "gin784joq", + "girls", + "git", + "github", + "github.com", + "gitlab", + "give", + "giveaway", + "given", + "gives", + "giving", + "gkKCOC0itXqUtBfvYXliomsLBhS7FXOVsvtdL6zNk6CJhjm8", + "gkkcoc0itxqutbfvyxliomslbhs7fxovsvtdl6znk6cjhjm8", + "gl", + "glacis", + "glad", + "gladly", + "glass", + "gle", + "gliderexpert", + "global", + "global_offset_table", + "glory", + "glws", + "gly", + "gmail", + "gmon_start", + "gne", + "gnome", + "gns", + "gnu", + "gnu_eh_frame_hdr", + "go", + "goacraft_e-mails_1k.txt", + "goals", + "goat", + "god", + "goddamn", + "godsend", + "goes", + "gofender", + "gofile", + "gofile.io", + "goin", + "goin'", + "going", + "goin\u2019", + "gold", + "golden", + "goldenagenetwork_e-mails_25.txt", + "goldmaster", + "goldmine", + "gon", + "gone", + "gonna", + "good", + "good review", + "goodness", + "goods", + "goodsoft", + "google", + "goooooooo", + "gor", + "gos", + "got", + "gotengen_logins_80.txt", + "gotten", + "gov", + "gov.", + "government", + "govoryu", + "gpay", + "gpd", + "gps", + "gpt", + "gq/", + "grab", + "grabber", + "grabbers", + "grabias", + "gracepau15161920", + "gracias", + "grade", + "grading", + "gradually", + "grammarly", + "grams", + "grant", + "grapheneos", + "graphic", + "grasp", + "grazie", + "great", + "greate", + "greatest", + "greatgreat", + "green", + "greengetsbunn", + "greet", + "greetings", + "gregorycontmr", + "grella1337", + "grimdale_teamspeak_ips_150.txt", + "grin", + "grizzly", + "groom", + "gross", + "grounds", + "group", + "groupezk.com_280.sql", + "groups", + "grow", + "growing", + "grtilley@cebridge.net", + "gry", + "gs]", + "gsm", + "gstar", + "gth", + "gtv", + "guarantee", + "guarantees", + "guarantoor", + "guarantor", + "gucci_teamspeak_ips_208.csv", + "gucci_teamspeak_ips_2k.txt", + "guccifer", + "gue", + "guess", + "guesser", + "gufi", + "gui", + "guide", + "guidelines", + "guides", + "guildcraft_e-mails_7.5k.txt", + "guilt", + "guilty", + "guitar", + "gulf", + "gumdrop", + "gun", + "guy", + "guys", + "guyss", + "gyk", + "gz", + "gzelfaqsnqvsvzprnrtsjqvdemtzzpgn", + "gzg", + "gzhUsnnHe1Yv1", + "gzhusnnhe1yv1", + "g\u8be5\u600e\u4e48\u4e0b\u8f7d", + "h", + "h.", + "h.f4cp0cu", + "h30", + "h4ms3c", + "h99", + "h@S", + "h@s", + "hDn5", + "hID", + "hMe", + "hQh", + "hYR", + "ha1", + "hack", + "hacked", + "hacker", + "hackermania", + "hackers", + "hackert123", + "hacking", + "hackinglord_ips_1.7k.txt", + "hackingrealm", + "had", + "hadaria.fr.txt", + "hah", + "haha", + "hahahah", + "hahahaha", + "hai", + "hai.vv195001@sis.hust.edu.vn", + "haircut", + "hakan@senmuhendislikproje.com", + "hakus", + "half", + "hallo", + "hallucinated.\u200b", + "ham", + "hamilton", + "han", + "hand", + "handbook", + "handed", + "handing", + "handle", + "hands", + "hang", + "happen", + "happened", + "happening", + "happens", + "happiness", + "happy", + "happyhg_staff_ips_30.txt", + "har", + "harambe_ghost_client_140.txt", + "hard", + "hardfight.fr_minecraft_server_sha1_201606.csv", + "hardfight.txt", + "hardware", + "harmful", + "harms", + "hartedd1", + "harvester", + "harvestors", + "has", + "hasbulla", + "hash", + "hash_attack", + "hashed", + "hashed].txt", + "hashes", + "hashing", + "hat", + "hate", + "hauts", + "have", + "havefun", + "haver", + "havin", + "havin'", + "having", + "havin\u2019", + "hayn", + "hbc", + "hbo", + "hbomax", + "hbovendor", + "hc", + "hcf", + "hcfpvp_buycraft_logs_85.csv", + "hcgames", + "hcgames_buycraft_logs_13k.txt", + "hcgames_ips_114k.txt", + "hcgames_ips_21k.txt", + "hcgames_ips_57.3k.txt", + "hcnations.txt", + "hcnations_emails_1k.txt", + "hcnations_teamspeak_ips_200.csv", + "hcriots_buycraft_logs_100.csv", + "hcriots_forums_143.txt", + "hcriots_forums_leak.txt", + "hcteams", + "hd", + "hdn5", + "hdr", + "he", + "he's", + "hea", + "header", + "header(s", + "headers", + "header}{user", + "headphones", + "headset", + "headspace", + "healfight", + "healthy", + "hear", + "heard", + "heart", + "heartless_teamspeak_ips_177.txt", + "heartless_teamspeak_ips_180.txt", + "heartsender", + "heating", + "heav'n", + "heavennetwork.txt", + "heavily", + "hector.torres.cagua@estudiantes.cordillera.edu.ec", + "hed", + "hedonism", + "heidrun", + "heidrun_-_ips.txt", + "hek", + "helium10", + "hell", + "hello", + "hello@", + "hello@ormosis(dot)com", + "hello@ormosis.com", + "helloscribe", + "help", + "helped", + "helpful", + "helping", + "helps", + "hem", + "hen", + "hence", + "her", + "herding", + "here", + "here'th", + "here/", + "heridia.txt", + "hes", + "het", + "heuristic", + "heuristics", + "hex", + "hex(ifnull(cast(count(table_name", + "hey", + "he\u2019s", + "hft", + "hggh", + "hh", + "hhh", + "hhhhhey", + "hhi", + "hhusky", + "hi", + "hialp", + "hic", + "hid", + "hidden", + "hide", + "hig", + "high", + "higher", + "highest", + "highly", + "hiiiiiiiiiiiiiiiiiiiiii", + "hijacker", + "hijacking", + "hilal", + "him", + "hin", + "hip", + "hiplay.pl_IPs_3.3k.txt", + "hiplay.pl_ips_3.3k.txt", + "hir", + "his", + "histories", + "historyItems", + "historyItems.length", + "historyItems[i].url", + "historyitems", + "historyitems.length", + "historyitems[i].url", + "hit", + "hitomi", + "hits", + "hitting", + "hive", + "hivercraft.txt", + "hiz", + "hj", + "hk", + "hka", + "hkn", + "hknsen156.hkn", + "hks", + "hl66646wtlp2naoqnhattngigjp5palgqmbwixepcjyq5i534acgqyad.onion", + "hly", + "hm", + "hma", + "hmavpn", + "hme", + "hmm", + "hmmm", + "hnk", + "hnx", + "hockey", + "hod", + "hold", + "holde", + "holder", + "holla", + "holy", + "home", + "hometownmc.com_4.5k.sql", + "hon", + "honest", + "honestly", + "hongkong", + "hoo", + "hop", + "hope", + "hopefull", + "hopefully", + "hops", + "hor", + "horiaq#5157", + "hos", + "host", + "host=\"site.com", + "hosted", + "hostedrmm.com", + "hosting", + "hostlink.com.au_IPs_1.3k.csv", + "hostlink.com.au_ips_1.3k.csv", + "hostname", + "hot", + "hotmail", + "hotspot", + "hotspotshield", + "hour", + "hours", + "house", + "how", + "how's", + "however", + "howlong", + "howmuch", + "how\u2019s", + "hq", + "hqfactions_buycraft_logs_55.csv", + "hqfactions_ips_230.txt", + "hqh", + "hrdp", + "hrs", + "hruldhmnvsm5bgho", + "hsbc", + "html", + "hto", + "hts", + "http", + "http(s", + "http/1.1", + "http://52rh4ydtapqtl36quxz6uedcmcygkef5fedb534dvgzqyufoj5xml7id.onion/", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/leak", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/signup", + "http://',xxxx_xxxx", + "xxxx(\"xxx\")',xxxx_xxxx", + "xxxx((xxx", + "xxxx(XX", + "xxxx(XXX", + "xxxx(Xxxx", + "xxxx(Xxxxx", + "xxxx(Xxxxx)Xxxx", + "xxxx(XxxxxXXX", + "xxxx(d", + "xxxx(x", + "xxxx(xdxx", + "xxxx(xx", + "xxxx(xxx", + "xxxx(xxx)xxx", + "xxxx(xxxx", + "xxxx(xxxx(d)))xxxx", + "xxxx(xxxx(d-(xx(xxx(xxx((xxxx", + "xxxx(xxxx(dd-(xx(xxx(xxx((xxxx", + "xxxx(xxxx(xxxx(xxxx_xxxx", + "xxxx(xxxx)xxxx", + "xxxx(xxxx.xx", + "xxxx(xxxx.xxxx", + "xxxx(xxxx.xxxx(d", + "xxxx)))\"-", + "xxxx))Xxx", + "xxxx))xxx", + "xxxx),dxdd", + "xxxx).xx", + "xxxx).xxx", + "xxxx).xxxx", + "xxxx)/xxxx", + "xxxx****@xxxx.xxx", + "xxxx+", + "xxxx+Xxxxx", + "xxxx+x", + "xxxx+xxxx", + "xxxx+xxxx+xx+xx", + "xxxx,[XXXX", + "xxxx,[xxxx", + "xxxx-", + "xxxx----", + "xxxx--dddd]Xxxx", + "xxxx--dddd]xxxx", + "xxxx-d", + "xxxx-dd.d.dd", + "xxxx-dddd", + "xxxx-xx.xxxx.xxxx.xxxx", + "xxxx-xx_x-xxxx_ddd.xxx", + "xxxx-xx_x-xxxx_dx.xxx", + "xxxx-xx_xxxx.xxx", + "xxxx-xx_xxxx_d.dx.xxx", + "xxxx-xxx.xx", + "xxxx-xxx.xxx.xxx/xxx", + "xxxx-xxxx-xxx-xxx.xxx", + "xxxx-xxxx.xx", + "xxxx-xxxx.xx.xxx", + "xxxx-xxxx.xx_d.dx.xxx", + "xxxx-xxxx.xx_dddx.xxx", + "xxxx-xxxx.xx_dx.xxx", + "xxxx-xxxx.xxx", + "xxxx-xxxx://xxxxdxxxxddxxxdxdxxxxdxxdddxxxx.xxxx/xxxx/dddd/", + "xxxx-xxxx_xxxx_d.dx.xxx", + "xxxx.XxxxxXxxxx-xx.xx", + "xxxx.d", + "xxxx.dddd", + "xxxx.xx", + "xxxx.xx.xx", + "xxxx.xx.xx_XXx_ddd.xxx", + "xxxx.xx.xx_xxx_ddd.xxx", + "xxxx.xx.xxx", + "xxxx.xx/@xxxx", + "xxxx.xx/xxxx", + "xxxx.xx_XXx_d.dx.xxx", + "xxxx.xx_Xxxxx_Xxxxx_d.dx.xxx", + "xxxx.xx_d.ddxxx.xxx", + "xxxx.xx_d.dx.xxx", + "xxxx.xx_dd.dx.xxx", + "xxxx.xx_ddd.dx.xxx", + "xxxx.xx_ddd.xxx", + "xxxx.xx_dddx.xxx", + "xxxx.xx_ddx.xxx", + "xxxx.xx_dx.xxx", + "xxxx.xx_xxx_d.dx.xxx", + "xxxx.xx_xxxd(xxxx)_dddd.xxx", + "xxxx.xx_xxxx.xxx", + "xxxx.xx_xxxx_d.dx.xxx", + "xxxx.xx_xxxx_dd.xxx", + "xxxx.xx_xxxx_xxxx_d.dx.xxx", + "xxxx.xx_xxxx_xxxx_xxxd_dddd.xxx", + "xxxx.xxd", + "xxxx.xxx", + "xxxx.xxx-xxxx.xxx", + "xxxx.xxx.xx", + "xxxx.xxx.xx_XXx_d.dx.xxx", + "xxxx.xxx.xx_xxx_d.dx.xxx", + "xxxx.xxx.xxx", + "xxxx.xxx.xxx/xxxx", + "xxxx.xxx/xxxx", + "xxxx.xxxXxxxx.xxXxxxxXxxxx.xxxXxxxx", + "xxxx.xxx_X-Xxxxx_dd.dx.xxx", + "xxxx.xxx_X-Xxxxx_ddd.xxx", + "xxxx.xxx_Xxxxx_dd.xxx", + "xxxx.xxx_d.dx.xxx", + "xxxx.xxx_d_xxxx.xxx", + "xxxx.xxx_dd.dx.xxx", + "xxxx.xxx_dd.dx.xxx.xxx", + "xxxx.xxx_dd.xxx", + "xxxx.xxx_ddd.dx.xxx", + "xxxx.xxx_ddd.xxx", + "xxxx.xxx_dddd.dd.dd.xxx", + "xxxx.xxx_dddx.xxx", + "xxxx.xxx_ddx.xxx", + "xxxx.xxx_ddx_xxxx_xxxx_dddd.xxx.xxx", + "xxxx.xxx_dx.xxx", + "xxxx.xxx_dx_dddd.xxx", + "xxxx.xxx_x-xxxx_dd.dx.xxx", + "xxxx.xxx_x-xxxx_ddd.xxx", + "xxxx.xxx_xxd_ddx_xxxx_dddd.xxx", + "xxxx.xxx_xxxx_dd.xxx", + "xxxx.xxx_xxxx_dddd.xxx", + "xxxx.xxx_xxxx_xx.xxx", + "xxxx.xxx_xxxx_xxxx_xxxx_dddd.xxx", + "xxxx.xxxx", + "xxxx.xxxx(d", + "xxxx.xxxx-xx.xx", + "xxxx.xxxx.d@xxxx.xxxx.xx", + "xxxx.xxxx.xx", + "xxxx.xxxx.xxXxxxx.xxxXxxxx(xxxx", + "xxxx.xxxx.xx_Xxxxx.xxx", + "xxxx.xxxx.xx_d.dx.xxx", + "xxxx.xxxx.xx_xxxx.xxx", + "xxxx.xxxx.xxx", + "xxxx.xxxx.xxx_ddd.dx.xxx", + "xxxx.xxxx.xxx_ddx.xxx", + "xxxx.xxxx.xxxx", + "xxxx.xxxx.xxxx(xxxx", + "xxxx.xxxx.xxxx.xxx", + "xxxx.xxxx.xxxx.xxx(['xxxx", + "xxxx.xxxx.xxxx.xxx(['xxxxXx", + "xxxx.xxxx.xxxx.xxx(['xxxxXxxxx", + "xxxx.xxxx.xxxx.xxxx", + "xxxx.xxxx.xxxx.xxxx(xxxx", + "xxxx.xxxx.xxxx@xxxx.xxxx.xxx.xx", + "xxxx.xxxx.xxxxXxxxxXxx(xxxx", + "xxxx.xxxx@xx.xxxx.xxx.xx", + "xxxx.xxxx@xxxx.xxx", + "xxxx.xxxx@xxxx.xxxx.xx", + "xxxx.xxxxXx", + "xxxx.xxxxXxxx.xxxx", + "xxxx.xxxxXxxxx", + "xxxx.xxxxXxxxx.xxxx", + "xxxx.xxxxXxxxx[x].xxxx", + "xxxx.xxxxXxxxx[x].xxxx.xxXxxxxXxxx", + "xxxx.xxxx[x].xxxx", + "xxxx.xxxx[x].xxxx.xxxx", + "xxxx.xxxx_Xxxxx_ddd.xxx", + "xxxx.xxxx_Xxxxx_ddx.xxx", + "xxxx.xxxx_ddx.xxx", + "xxxx.xxxx_xxxx_ddd.xxx", + "xxxx.xxxx_xxxx_ddx.xxx", + "xxxx.xxxx_xxxx_xxx_ddd.xxx", + "xxxx.xxxxd.xxx.xxx", + "xxxx.xxxxd@xxxx.xx", + "xxxx.xxxxdd@xxxx.xxx", + "xxxx.\u200b", + "xxxx/", + "xxxx//XxxxxXxx.xx=3.5.1,<3.6.0", + "description":"", + "author":"", + "email":"", + "url":"", + "license":"", + "spacy_git_version":"8153bd573", + "vectors":{ + "width":0, + "vectors":0, + "keys":0, + "name":null, + "mode":"default" + }, + "labels":{ + "transformer":[ + + ], + "textcat_multilabel":[ + "acknowledgement", + "actual advice", + "actual enquiry", + "bad review", + "bumping", + "good review", + "noise", + "self-advertisment (offering service or product)" + ] + }, + "pipeline":[ + "transformer", + "textcat_multilabel" + ], + "components":[ + "transformer", + "textcat_multilabel" + ], + "disabled":[ + + ], + "performance":{ + "cats_score":0.9448996274, + "cats_score_desc":"macro AUC", + "cats_micro_p":0.8168674699, + "cats_micro_r":0.7635135135, + "cats_micro_f":0.7892898719, + "cats_macro_p":0.7803478472, + "cats_macro_r":0.7451473953, + "cats_macro_f":0.7608461849, + "cats_macro_auc":0.9448996274, + "cats_f_per_type":{ + "acknowledgement":{ + "p":0.9130434783, + "r":0.84, + "f":0.875 + }, + "actual advice":{ + "p":0.625, + "r":0.5434782609, + "f":0.5813953488 + }, + "actual enquiry":{ + "p":0.7916666667, + "r":0.7037037037, + "f":0.7450980392 + }, + "bad review":{ + "p":0.78125, + "r":0.8620689655, + "f":0.8196721311 + }, + "bumping":{ + "p":0.9848484848, + "r":0.9848484848, + "f":0.9848484848 + }, + "good review":{ + "p":0.825, + "r":0.7333333333, + "f":0.7764705882 + }, + "noise":{ + "p":0.5652173913, + "r":0.619047619, + "f":0.5909090909 + }, + "self-advertisment (offering service or product)":{ + "p":0.7567567568, + "r":0.6746987952, + "f":0.7133757962 + } + }, + "transformer_loss":29.5480376483, + "textcat_multilabel_loss":6.6151115124 + } +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/textcat_multilabel/cfg b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/textcat_multilabel/cfg new file mode 100644 index 0000000000000000000000000000000000000000..3a3fd4449b070a06f546c38a15c399f3733bb854 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/textcat_multilabel/cfg @@ -0,0 +1,13 @@ +{ + "labels":[ + "acknowledgement", + "actual advice", + "actual enquiry", + "bad review", + "bumping", + "good review", + "noise", + "self-advertisment (offering service or product)" + ], + "threshold":0.5 +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/textcat_multilabel/model b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/textcat_multilabel/model new file mode 100644 index 0000000000000000000000000000000000000000..fb2610d920f458c18bb9734a67c16bb94bf33503 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/textcat_multilabel/model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c6c2f2d47a56b4e38d028ccb2f20c1b175bce4a3a84d422ec4c6aad266cf4b +size 15512687 diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/tokenizer b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/tokenizer new file mode 100644 index 0000000000000000000000000000000000000000..ba2f4615241984f45f222cb10735a0fb291f113b --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/tokenizer @@ -0,0 +1,3 @@ +‡­prefix_searchÚ ’^§|^%|^=|^—|^–|^\+(?![0-9])|^…|^……|^,|^:|^;|^\!|^\?|^¿|^ØŸ|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^ï¼|^,|^ã€|^ï¼›|^:|^~|^·|^।|^ØŒ|^Û”|^Ø›|^Ùª|^\.\.+|^…|^\'|^"|^â€|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^ã€|^『|^ã€|^(|^)|^〔|^〕|^ã€|^】|^《|^》|^〈|^〉|^〈|^〉|^⟦|^⟧|^\$|^£|^€|^Â¥|^฿|^US\$|^C\$|^A\$|^₽|^ï·¼|^â‚´|^â‚ |^â‚¡|^â‚¢|^â‚£|^₤|^â‚¥|^₦|^â‚§|^₨|^â‚©|^₪|^â‚«|^€|^â‚­|^â‚®|^₯|^â‚°|^₱|^₲|^₳|^â‚´|^₵|^â‚¶|^â‚·|^₸|^₹|^₺|^â‚»|^₼|^₽|^₾|^â‚¿|^[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]­suffix_searchÚ2™â€¦$|……$|,$|:$|;$|\!$|\?$|¿$|ØŸ$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|ï¼$|,$|ã€$|ï¼›$|:$|~$|·$|।$|ØŒ$|Û”$|Ø›$|Ùª$|\.\.+$|…$|\'$|"$|â€$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|ã€$|『$|ã€$|($|)$|〔$|〕$|ã€$|】$|《$|》$|〈$|〉$|〈$|〉$|⟦$|⟧$|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]$|'s$|'S$|’s$|’S$|—$|–$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|Â¥|฿|US\$|C\$|A\$|₽|ï·¼|â‚´|â‚ |â‚¡|â‚¢|â‚£|₤|â‚¥|₦|â‚§|₨|â‚©|₪|â‚«|€|â‚­|â‚®|₯|â‚°|₱|₲|₳|â‚´|₵|â‚¶|â‚·|₸|₹|₺|â‚»|₼|₽|₾|â‚¿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|Ñм|Ñм²|Ñм³|мм|мм²|мм³|нм|кг|г|мг|м/Ñ|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|Ù…|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[0-9a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F%²\-\+…|……|,|:|;|\!|\?|¿|ØŸ|¡|\(|\)|\[|\]|\{|\}|<|>|_|#|\*|&|。|?|ï¼|,|ã€|ï¼›|:|~|·|।|ØŒ|Û”|Ø›|Ùª(?:\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧)])\.$|(?<=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F][A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$®infix_finditerÚ>ü\.\.+|…|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]|(?<=[0-9])[+\-\*^](?=[0-9-])|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]),(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])(?:-|–|—|--|---|——|~)(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])[:<>=/](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])«token_matchÀ©url_matchÚ Õ(?u)^(?:(?:[\w\+\-\.]{2,})://)?(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[A-Za-z0-9\u00a1-\uffff][A-Za-z0-9\u00a1-\uffff_-]{0,62})?[A-Za-z0-9\u00a1-\uffff]\.)+(?:[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]{2,63}))(?::\d{2,5})?(?:[/?#]\S*)?$ªexceptionsÞC¡ ‘A¡ ¡ +‘A¡ +¡ ‘A¡ ¡'‘A¡'¢''‘A¢''¦'Cause‘‚A¦'CauseC§because¤'Cos‘‚A¤'CosC§because¤'Coz‘‚A¤'CozC§because¤'Cuz‘‚A¤'CuzC§because¢'S‘‚A¢'SC¢'s¥'bout‘‚A¥'boutC¥about¦'cause‘‚A¦'causeC§because¤'cos‘‚A¤'cosC§because¤'coz‘‚A¤'cozC§because¤'cuz‘‚A¤'cuzC§because¢'d‘A¢'d£'em‘‚A£'emC¤them£'ll‘‚A£'llC¤will¥'nuff‘‚A¥'nuffC¦enough£'re‘‚A£'reC£are¢'s‘‚A¢'sC¢'s¥(*_*)‘A¥(*_*)£(-8‘A£(-8£(-:‘A£(-:£(-;‘A£(-;¥(-_-)‘A¥(-_-)¥(._.)‘A¥(._.)¢(:‘A¢(:¢(;‘A¢(;¢(=‘A¢(=¥(>_<)‘A¥(>_<)¥(^_^)‘A¥(^_^)£(o:‘A£(o:§(¬_¬)‘A§(¬_¬)©(ಠ_ಠ)‘A©(ಠ_ಠ)½(╯°□°)╯︵┻â”â”»‘A½(╯°□°)╯︵┻â”â”»£)-:‘A£)-:¢):‘A¢):£-_-‘A£-_-¤-__-‘A¤-__-£._.‘A£._.£0.0‘A£0.0£0.o‘A£0.o£0_0‘A£0_0£0_o‘A£0_o¦10a.m.’A¢10‚A¤a.m.C¤a.m.¤10am’A¢10‚A¢amC¤a.m.¦10p.m.’A¢10‚A¤p.m.C¤p.m.¤10pm’A¢10‚A¢pmC¤p.m.¦11a.m.’A¢11‚A¤a.m.C¤a.m.¤11am’A¢11‚A¢amC¤a.m.¦11p.m.’A¢11‚A¤p.m.C¤p.m.¤11pm’A¢11‚A¢pmC¤p.m.¦12a.m.’A¢12‚A¤a.m.C¤a.m.¤12am’A¢12‚A¢amC¤a.m.¦12p.m.’A¢12‚A¤p.m.C¤p.m.¤12pm’A¢12‚A¢pmC¤p.m.¥1a.m.’A¡1‚A¤a.m.C¤a.m.£1am’A¡1‚A¢amC¤a.m.¥1p.m.’A¡1‚A¤p.m.C¤p.m.£1pm’A¡1‚A¢pmC¤p.m.¥2a.m.’A¡2‚A¤a.m.C¤a.m.£2am’A¡2‚A¢amC¤a.m.¥2p.m.’A¡2‚A¤p.m.C¤p.m.£2pm’A¡2‚A¢pmC¤p.m.¥3a.m.’A¡3‚A¤a.m.C¤a.m.£3am’A¡3‚A¢amC¤a.m.¥3p.m.’A¡3‚A¤p.m.C¤p.m.£3pm’A¡3‚A¢pmC¤p.m.¥4a.m.’A¡4‚A¤a.m.C¤a.m.£4am’A¡4‚A¢amC¤a.m.¥4p.m.’A¡4‚A¤p.m.C¤p.m.£4pm’A¡4‚A¢pmC¤p.m.¥5a.m.’A¡5‚A¤a.m.C¤a.m.£5am’A¡5‚A¢amC¤a.m.¥5p.m.’A¡5‚A¤p.m.C¤p.m.£5pm’A¡5‚A¢pmC¤p.m.¥6a.m.’A¡6‚A¤a.m.C¤a.m.£6am’A¡6‚A¢amC¤a.m.¥6p.m.’A¡6‚A¤p.m.C¤p.m.£6pm’A¡6‚A¢pmC¤p.m.¥7a.m.’A¡7‚A¤a.m.C¤a.m.£7am’A¡7‚A¢amC¤a.m.¥7p.m.’A¡7‚A¤p.m.C¤p.m.£7pm’A¡7‚A¢pmC¤p.m.¢8)‘A¢8)£8-)‘A£8-)£8-D‘A£8-D¢8D‘A¢8D¥8a.m.’A¡8‚A¤a.m.C¤a.m.£8am’A¡8‚A¢amC¤a.m.¥8p.m.’A¡8‚A¤p.m.C¤p.m.£8pm’A¡8‚A¢pmC¤p.m.¥9a.m.’A¡9‚A¤a.m.C¤a.m.£9am’A¡9‚A¢amC¤a.m.¥9p.m.’A¡9‚A¤p.m.C¤p.m.£9pm’A¡9‚A¢pmC¤p.m.£:'(‘A£:'(£:')‘A£:')¤:'-(‘A¤:'-(¤:'-)‘A¤:'-)¢:(‘A¢:(£:((‘A£:((¤:(((‘A¤:(((£:()‘A£:()¢:)‘A¢:)£:))‘A£:))¤:)))‘A¤:)))¢:*‘A¢:*£:-(‘A£:-(¤:-((‘A¤:-((¥:-(((‘A¥:-(((£:-)‘A£:-)¤:-))‘A¤:-))¥:-)))‘A¥:-)))£:-*‘A£:-*£:-/‘A£:-/£:-0‘A£:-0£:-3‘A£:-3£:->‘A£:->£:-D‘A£:-D£:-O‘A£:-O£:-P‘A£:-P£:-X‘A£:-X£:-]‘A£:-]£:-o‘A£:-o£:-p‘A£:-p£:-x‘A£:-x£:-|‘A£:-|£:-}‘A£:-}¢:/‘A¢:/¢:0‘A¢:0¢:1‘A¢:1¢:3‘A¢:3¢:>‘A¢:>¢:D‘A¢:D¢:O‘A¢:O¢:P‘A¢:P¢:X‘A¢:X¢:]‘A¢:]¢:o‘A¢:o£:o)‘A£:o)¢:p‘A¢:p¢:x‘A¢:x¢:|‘A¢:|¢:}‘A¢:}¥:’(‘A¥:’(¥:’)‘A¥:’)¦:’-(‘A¦:’-(¦:’-)‘A¦:’-)¢;)‘A¢;)£;-)‘A£;-)£;-D‘A£;-D¢;D‘A¢;D£;_;‘A£;_;£<.<‘A£<.<£‘A§¢=(‘A¢=(¢=)‘A¢=)¢=/‘A¢=/¢=3‘A¢=3¢=D‘A¢=D¢=[‘A¢=[¢=]‘A¢=]¢=|‘A¢=|£>.<‘A£>.<£>.>‘A£>.>£>:(‘A£>:(£>:o‘A£>:o§><(((*>‘A§><(((*>£@_@‘A£@_@¤Adm.‘A¤Adm.¥Ain't’A¢Ai‚A£n'tC£not¤Aint’A¢Ai‚A¢ntC£not§Ain’t’A¢Ai‚A¥n’tC£not£Ak.‘‚A£Ak.C¦Alaska¤Ala.‘‚A¤Ala.C§Alabama¤Apr.‘‚A¤Apr.C¥April¦Aren't’‚A£AreC£are‚A£n'tC£not¥Arent’‚A£AreC£are‚A¢ntC£not¨Aren’t’‚A£AreC£are‚A¥n’tC£not¥Ariz.‘‚A¥Ariz.C§Arizona¤Ark.‘‚A¤Ark.C¨Arkansas¤Aug.‘‚A¤Aug.C¦August¥Bros.‘A¥Bros.¥C'mon’‚A£C'mC¤comeA¢on£C++‘A£C++¦Calif.‘‚A¦Calif.CªCalifornia¥Can't’‚A¢CaC£can‚A£n'tC£not¨Can't've“‚A¢CaC£can‚A£n'tC£not‚A£'veC¤have¦Cannot’‚A£CanC£canA£not¤Cant’‚A¢CaC£can‚A¢ntC£not¦Cantve“‚A¢CaC£can‚A¢ntC£not‚A¢veC¤have§Can’t’‚A¢CaC£can‚A¥n’tC£not¬Can’t’ve“‚A¢CaC£can‚A¥n’tC£not‚A¥â€™veC¤have£Co.‘A£Co.¥Colo.‘‚A¥Colo.C¨Colorado¥Conn.‘‚A¥Conn.C«Connecticut¥Corp.‘A¥Corp.¨Could've’‚A¥CouldC¥couldA£'ve¨Couldn't’‚A¥CouldC¥could‚A£n'tC£not«Couldn't've“‚A¥CouldC¥could‚A£n'tC£not‚A£'veC¤have§Couldnt’‚A¥CouldC¥could‚A¢ntC£not©Couldntve“‚A¥CouldC¥could‚A¢ntC£not‚A¢veC¤haveªCouldn’t’‚A¥CouldC¥could‚A¥n’tC£not¯Couldn’t’ve“‚A¥CouldC¥could‚A¥n’tC£not‚A¥â€™veC¤have§Couldve’‚A¥CouldC¥couldA¢veªCould’ve’‚A¥CouldC¥couldA¥â€™ve§C’mon’‚A¥C’mC¤comeA¢on¤D.C.‘A¤D.C.§Daren't’‚A¤DareC¤dare‚A£n'tC£not¦Darent’‚A¤DareC¤dare‚A¢ntC£not©Daren’t’‚A¤DareC¤dare‚A¥n’tC£not¤Dec.‘‚A¤Dec.C¨December¤Del.‘‚A¤Del.C¨Delaware¦Didn't’‚A£DidC¢do‚A£n'tC£not©Didn't've“‚A£DidC¢do‚A£n'tC£not‚A£'veC¤have¥Didnt’‚A£DidC¢do‚A¢ntC£not§Didntve“‚A£DidC¢do‚A¢ntC£not‚A¢veC¤have¨Didn’t’‚A£DidC¢do‚A¥n’tC£not­Didn’t’ve“‚A£DidC¢do‚A¥n’tC£not‚A¥â€™veC¤have§Doesn't’‚A¤DoesC¤does‚A£n'tC£notªDoesn't've“‚A¤DoesC¤does‚A£n'tC£not‚A£'veC¤have¦Doesnt’‚A¤DoesC¤does‚A¢ntC£not¨Doesntve“‚A¤DoesC¤does‚A¢ntC£not‚A¢veC¤have©Doesn’t’‚A¤DoesC¤does‚A¥n’tC£not®Doesn’t’ve“‚A¤DoesC¤does‚A¥n’tC£not‚A¥â€™veC¤have¤Doin‘‚A¤DoinC¥doing¥Doin'‘‚A¥Doin'C¥doing§Doin’‘‚A§Doin’C¥doing¥Don't’‚A¢DoC¢do‚A£n'tC£not¨Don't've“‚A¢DoC¢do‚A£n'tC£not‚A£'veC¤have¤Dont’‚A¢DoC¢do‚A¢ntC£not¦Dontve“‚A¢DoC¢do‚A¢ntC£not‚A¢veC¤have§Don’t’‚A¢DoC¢do‚A¥n’tC£not¬Don’t’ve“‚A¢DoC¢do‚A¥n’tC£not‚A¥â€™veC¤have£Dr.‘A£Dr.¤E.G.‘A¤E.G.¤E.g.‘A¤E.g.¤Feb.‘‚A¤Feb.C¨February¤Fla.‘‚A¤Fla.C§Florida£Ga.‘‚A£Ga.C§Georgia¤Gen.‘A¤Gen.¤Goin‘‚A¤GoinC¥going¥Goin'‘‚A¥Goin'C¥going§Goin’‘‚A§Goin’C¥going¥Gonna’‚A£GonC¥going‚A¢naC¢to¥Gotta’‚A£GotC£got‚A¢taC¢to¤Gov.‘A¤Gov.¦Hadn't’‚A£HadC¤have‚A£n'tC£not©Hadn't've“‚A£HadC¤have‚A£n'tC£not‚A£'veC¤have¥Hadnt’‚A£HadC¤have‚A¢ntC£not§Hadntve“‚A£HadC¤have‚A¢ntC£not‚A¢veC¤have¨Hadn’t’‚A£HadC¤have‚A¥n’tC£not­Hadn’t’ve“‚A£HadC¤have‚A¥n’tC£not‚A¥â€™veC¤have¦Hasn't’‚A£HasC£has‚A£n'tC£not¥Hasnt’‚A£HasC£has‚A¢ntC£not¨Hasn’t’‚A£HasC£has‚A¥n’tC£not§Haven't’‚A¤HaveC¤have‚A£n'tC£not¦Havent’‚A¤HaveC¤have‚A¢ntC£not©Haven’t’‚A¤HaveC¤have‚A¥n’tC£not¥Havin‘‚A¥HavinC¦having¦Havin'‘‚A¦Havin'C¦having¨Havin’‘‚A¨Havin’C¦having¤He'd’‚A¢HeC¢he‚A¢'dC¢'d§He'd've“‚A¢HeC¢he‚A¢'dC¥would‚A£'veC¤have¥He'll’‚A¢HeC¢he‚A£'llC¤will¨He'll've“‚A¢HeC¢he‚A£'llC¤will‚A£'veC¤have¤He's’‚A¢HeC¢he‚A¢'sC¢'s£Hed’‚A¢HeC¢he‚A¡dC¢'d¥Hedve“‚A¢HeC¢he‚A¡dC¥would‚A¢veC¤have¦Hellve“‚A¢HeC¢he‚A¢llC¤will‚A¢veC¤have£Hes’‚A¢HeC¢heA¡s¦He’d’‚A¢HeC¢he‚A¤â€™dC¢'d«He’d’ve“‚A¢HeC¢he‚A¤â€™dC¥would‚A¥â€™veC¤have§He’ll’‚A¢HeC¢he‚A¥â€™llC¤will¬He’ll’ve“‚A¢HeC¢he‚A¥â€™llC¤will‚A¥â€™veC¤have¦He’s’‚A¢HeC¢he‚A¤â€™sC¢'s¥How'd’‚A£HowC£how‚A¢'dC¢'d¨How'd've“‚A£HowC£how‚A¢'dC¥would‚A£'veC¤have§How'd'y“‚A£HowC£howA¢'d‚A¢'yC£you¦How'll’‚A£HowC£how‚A£'llC¤will©How'll've“‚A£HowC£how‚A£'llC¤will‚A£'veC¤have¦How're’‚A£HowC£how‚A£'reC£are¥How's’‚A£HowC£how‚A¢'sC¢'s¦How've’‚A£HowC£howA£'ve¤Howd’‚A£HowC£how‚A¡dC¢'d¦Howdve“‚A£HowC£how‚A¡dC¥would‚A¢veC¤have¥Howll’‚A£HowC£how‚A¢llC¤will§Howllve“‚A£HowC£how‚A¢llC¤will‚A¢veC¤have¥Howre’‚A£HowC£how‚A¢reC£are¤Hows’‚A£HowC£howA¡s¥Howve’A£How‚A¢veC¤have§How’d’‚A£HowC£how‚A¤â€™dC¢'d¬How’d’ve“‚A£HowC£how‚A¤â€™dC¥would‚A¥â€™veC¤have«How’d’y“‚A£HowC£howA¤â€™d‚A¤â€™yC£you¨How’ll’‚A£HowC£how‚A¥â€™llC¤will­How’ll’ve“‚A£HowC£how‚A¥â€™llC¤will‚A¥â€™veC¤have¨How’re’‚A£HowC£how‚A¥â€™reC£are§How’s’‚A£HowC£how‚A¤â€™sC¢'s¨How’ve’‚A£HowC£howA¥â€™ve£I'd’‚A¡IC¡i‚A¢'dC¢'d¦I'd've“‚A¡IC¡i‚A¢'dC¥would‚A£'veC¤have¤I'll’‚A¡IC¡i‚A£'llC¤will§I'll've“‚A¡IC¡i‚A£'llC¤will‚A£'veC¤have£I'm’‚A¡IC¡i‚A¢'mC¢am¤I'ma“‚A¡IC¡i‚A¢'mC¢am‚A¡aC¥gonna¤I've’‚A¡IC¡i‚A£'veC¤have¤I.E.‘A¤I.E.¤I.e.‘A¤I.e.£Ia.‘‚A£Ia.C¤Iowa¢Id’‚A¡IC¡i‚A¡dC¢'d£Id.‘‚A£Id.C¥Idaho¤Idve“‚A¡IC¡i‚A¡dC¥would‚A¢veC¤have¤Ill.‘‚A¤Ill.C¨Illinois¥Illve“‚A¡IC¡i‚A¢llC¤will‚A¢veC¤have¢Im’‚A¡IC¡iA¡m£Ima“‚A¡IC¡i‚A¡mC¢am‚A¡aC¥gonna¤Inc.‘A¤Inc.¤Ind.‘‚A¤Ind.C§Indiana¥Isn't’‚A¢IsC¢is‚A£n'tC£not¤Isnt’‚A¢IsC¢is‚A¢ntC£not§Isn’t’‚A¢IsC¢is‚A¥n’tC£not¤It'd’‚A¢ItC¢it‚A¢'dC¢'d§It'd've“‚A¢ItC¢it‚A¢'dC¥would‚A£'veC¤have¥It'll’‚A¢ItC¢it‚A£'llC¤will¨It'll've“‚A¢ItC¢it‚A£'llC¤will‚A£'veC¤have¤It's’‚A¢ItC¢it‚A¢'sC¢'s£Itd’‚A¢ItC¢it‚A¡dC¢'d¥Itdve“‚A¢ItC¢it‚A¡dC¥would‚A¢veC¤have¤Itll’‚A¢ItC¢it‚A¢llC¤will¦Itllve“‚A¢ItC¢it‚A¢llC¤will‚A¢veC¤have¦It’d’‚A¢ItC¢it‚A¤â€™dC¢'d«It’d’ve“‚A¢ItC¢it‚A¤â€™dC¥would‚A¥â€™veC¤have§It’ll’‚A¢ItC¢it‚A¥â€™llC¤will¬It’ll’ve“‚A¢ItC¢it‚A¥â€™llC¤will‚A¥â€™veC¤have¦It’s’‚A¢ItC¢it‚A¤â€™sC¢'s£Ive’‚A¡IC¡i‚A¢veC¤have¥I’d’‚A¡IC¡i‚A¤â€™dC¢'dªI’d’ve“‚A¡IC¡i‚A¤â€™dC¥would‚A¥â€™veC¤have¦I’ll’‚A¡IC¡i‚A¥â€™llC¤will«I’ll’ve“‚A¡IC¡i‚A¥â€™llC¤will‚A¥â€™veC¤have¥I’m’‚A¡IC¡i‚A¤â€™mC¢am¦I’ma“‚A¡IC¡i‚A¤â€™mC¢am‚A¡aC¥gonna¦I’ve’‚A¡IC¡i‚A¥â€™veC¤have¤Jan.‘‚A¤Jan.C§January£Jr.‘A£Jr.¤Jul.‘‚A¤Jul.C¤July¤Jun.‘‚A¤Jun.C¤June¤Kan.‘‚A¤Kan.C¦Kansas¥Kans.‘‚A¥Kans.C¦Kansas£Ky.‘‚A£Ky.C¨Kentucky£La.‘‚A£La.C©Louisiana¥Let's’‚A£LetC£let‚A¢'sC¢us§Let’s’‚A£LetC£let‚A¤â€™sC¢us¥Lovin‘‚A¥LovinC¦loving¦Lovin'‘‚A¦Lovin'C¦loving¨Lovin’‘‚A¨Lovin’C¦loving¤Ltd.‘A¤Ltd.¥Ma'am‘‚A¥Ma'amC¥madam¤Mar.‘‚A¤Mar.C¥March¥Mass.‘‚A¥Mass.C­Massachusetts¦Mayn't’‚A£MayC£may‚A£n'tC£not©Mayn't've“‚A£MayC£may‚A£n'tC£not‚A£'veC¤have¥Maynt’‚A£MayC£may‚A¢ntC£not§Mayntve“‚A£MayC£may‚A¢ntC£not‚A¢veC¤have¨Mayn’t’‚A£MayC£may‚A¥n’tC£not­Mayn’t’ve“‚A£MayC£may‚A¥n’tC£not‚A¥â€™veC¤have§Ma’am‘‚A§Ma’amC¥madam£Md.‘A£Md.§Messrs.‘A§Messrs.¥Mich.‘‚A¥Mich.C¨Michigan¨Might've’‚A¥MightC¥mightA£'ve¨Mightn't’‚A¥MightC¥might‚A£n'tC£not«Mightn't've“‚A¥MightC¥might‚A£n'tC£not‚A£'veC¤have§Mightnt’‚A¥MightC¥might‚A¢ntC£not©Mightntve“‚A¥MightC¥might‚A¢ntC£not‚A¢veC¤haveªMightn’t’‚A¥MightC¥might‚A¥n’tC£not¯Mightn’t’ve“‚A¥MightC¥might‚A¥n’tC£not‚A¥â€™veC¤have§Mightve’‚A¥MightC¥mightA¢veªMight’ve’‚A¥MightC¥mightA¥â€™ve¥Minn.‘‚A¥Minn.C©Minnesota¥Miss.‘‚A¥Miss.C«Mississippi£Mo.‘A£Mo.¥Mont.‘A¥Mont.£Mr.‘A£Mr.¤Mrs.‘A¤Mrs.£Ms.‘A£Ms.£Mt.‘‚A£Mt.C¥Mount§Must've’‚A¤MustC¤mustA£'ve§Mustn't’‚A¤MustC¤must‚A£n'tC£notªMustn't've“‚A¤MustC¤must‚A£n'tC£not‚A£'veC¤have¦Mustnt’‚A¤MustC¤must‚A¢ntC£not¨Mustntve“‚A¤MustC¤must‚A¢ntC£not‚A¢veC¤have©Mustn’t’‚A¤MustC¤must‚A¥n’tC£not®Mustn’t’ve“‚A¤MustC¤must‚A¥n’tC£not‚A¥â€™veC¤have¦Mustve’‚A¤MustC¤mustA¢ve©Must’ve’‚A¤MustC¤mustA¥â€™ve¤N.C.‘‚A¤N.C.C®North Carolina¤N.D.‘‚A¤N.D.C¬North Dakota¤N.H.‘‚A¤N.H.C­New Hampshire¤N.J.‘‚A¤N.J.CªNew Jersey¤N.M.‘‚A¤N.M.CªNew Mexico¤N.Y.‘‚A¤N.Y.C¨New York¤Neb.‘‚A¤Neb.C¨Nebraska¥Nebr.‘‚A¥Nebr.C¨Nebraska§Needn't’‚A¤NeedC¤need‚A£n'tC£notªNeedn't've“‚A¤NeedC¤need‚A£n'tC£not‚A£'veC¤have¦Neednt’‚A¤NeedC¤need‚A¢ntC£not¨Needntve“‚A¤NeedC¤need‚A¢ntC£not‚A¢veC¤have©Needn’t’‚A¤NeedC¤need‚A¥n’tC£not®Needn’t’ve“‚A¤NeedC¤need‚A¥n’tC£not‚A¥â€™veC¤have¤Nev.‘‚A¤Nev.C¦Nevada¦Not've’‚A£NotC£not‚A£'veC¤have¦Nothin‘‚A¦NothinC§nothing§Nothin'‘‚A§Nothin'C§nothing©Nothin’‘‚A©Nothin’C§nothing¥Notve’‚A£NotC£not‚A¢veC¤have¨Not’ve’‚A£NotC£not‚A¥â€™veC¤have¤Nov.‘‚A¤Nov.C¨November¦Nuthin‘‚A¦NuthinC§nothing§Nuthin'‘‚A§Nuthin'C§nothing©Nuthin’‘‚A©Nuthin’C§nothing§O'clock‘‚A§O'clockC§o'clock£O.O‘A£O.O£O.o‘A£O.o£O_O‘A£O_O£O_o‘A£O_o¤Oct.‘‚A¤Oct.C§October¥Okla.‘‚A¥Okla.C¨Oklahoma¢Ol‘‚A¢OlC£old£Ol'‘‚A£Ol'C£old¥Ol’‘‚A¥Ol’C£old¤Ore.‘‚A¤Ore.C¦Oregon¨Oughtn't’‚A¥OughtC¥ought‚A£n'tC£not«Oughtn't've“‚A¥OughtC¥ought‚A£n'tC£not‚A£'veC¤have§Oughtnt’‚A¥OughtC¥ought‚A¢ntC£not©Oughtntve“‚A¥OughtC¥ought‚A¢ntC£not‚A¢veC¤haveªOughtn’t’‚A¥OughtC¥ought‚A¥n’tC£not¯Oughtn’t’ve“‚A¥OughtC¥ought‚A¥n’tC£not‚A¥â€™veC¤have©O’clock‘‚A©O’clockC§o'clock£Pa.‘‚A£Pa.C¬Pennsylvania¥Ph.D.‘A¥Ph.D.¥Prof.‘A¥Prof.¤Rep.‘A¤Rep.¤Rev.‘A¤Rev.¤S.C.‘‚A¤S.C.C®South Carolina¤Sen.‘A¤Sen.¤Sep.‘‚A¤Sep.C©September¥Sept.‘‚A¥Sept.C©September¦Shan't’‚A£ShaC¥shall‚A£n'tC£not©Shan't've“‚A£ShaC¥shall‚A£n'tC£not‚A£'veC¤have¥Shant’‚A£ShaC¥shall‚A¢ntC£not§Shantve“‚A£ShaC¥shall‚A¢ntC£not‚A¢veC¤have¨Shan’t’‚A£ShaC¥shall‚A¥n’tC£not­Shan’t’ve“‚A£ShaC¥shall‚A¥n’tC£not‚A¥â€™veC¤have¥She'd’‚A£SheC£she‚A¢'dC¢'d¨She'd've“‚A£SheC£she‚A¢'dC¥would‚A£'veC¤have¦She'll’‚A£SheC£she‚A£'llC¤will©She'll've“‚A£SheC£she‚A£'llC¤will‚A£'veC¤have¥She's’‚A£SheC£she‚A¢'sC¢'s¦Shedve“‚A£SheC£she‚A¡dC¥would‚A¢veC¤have§Shellve“‚A£SheC£she‚A¢llC¤will‚A¢veC¤have¤Shes’‚A£SheC£sheA¡s§She’d’‚A£SheC£she‚A¤â€™dC¢'d¬She’d’ve“‚A£SheC£she‚A¤â€™dC¥would‚A¥â€™veC¤have¨She’ll’‚A£SheC£she‚A¥â€™llC¤will­She’ll’ve“‚A£SheC£she‚A¥â€™llC¤will‚A¥â€™veC¤have§She’s’‚A£SheC£she‚A¤â€™sC¢'s©Should've’‚A¦ShouldC¦shouldA£'ve©Shouldn't’‚A¦ShouldC¦should‚A£n'tC£not¬Shouldn't've“‚A¦ShouldC¦should‚A£n'tC£not‚A£'veC¤have¨Shouldnt’‚A¦ShouldC¦should‚A¢ntC£notªShouldntve“‚A¦ShouldC¦should‚A¢ntC£not‚A¢veC¤have«Shouldn’t’‚A¦ShouldC¦should‚A¥n’tC£not°Shouldn’t’ve“‚A¦ShouldC¦should‚A¥n’tC£not‚A¥â€™veC¤have¨Shouldve’‚A¦ShouldC¦shouldA¢ve«Should’ve’‚A¦ShouldC¦shouldA¥â€™ve¨Somethin‘‚A¨SomethinC©something©Somethin'‘‚A©Somethin'C©something«Somethin’‘‚A«Somethin’C©something£St.‘A£St.¥Tenn.‘‚A¥Tenn.C©Tennessee¦That'd’‚A¤ThatC¤that‚A¢'dC¢'d©That'd've“‚A¤ThatC¤that‚A¢'dC¥would‚A£'veC¤have§That'll’‚A¤ThatC¤that‚A£'llC¤willªThat'll've“‚A¤ThatC¤that‚A£'llC¤will‚A£'veC¤have¦That's’‚A¤ThatC¤that‚A¢'sC¢'s¥Thatd’‚A¤ThatC¤that‚A¡dC¢'d§Thatdve“‚A¤ThatC¤that‚A¡dC¥would‚A¢veC¤have¦Thatll’‚A¤ThatC¤that‚A¢llC¤will¨Thatllve“‚A¤ThatC¤that‚A¢llC¤will‚A¢veC¤have¥Thats’‚A¤ThatC¤thatA¡s¨That’d’‚A¤ThatC¤that‚A¤â€™dC¢'d­That’d’ve“‚A¤ThatC¤that‚A¤â€™dC¥would‚A¥â€™veC¤have©That’ll’‚A¤ThatC¤that‚A¥â€™llC¤will®That’ll’ve“‚A¤ThatC¤that‚A¥â€™llC¤will‚A¥â€™veC¤have¨That’s’‚A¤ThatC¤that‚A¤â€™sC¢'s§There'd’‚A¥ThereC¥there‚A¢'dC¢'dªThere'd've“‚A¥ThereC¥there‚A¢'dC¥would‚A£'veC¤have¨There'll’‚A¥ThereC¥there‚A£'llC¤will«There'll've“‚A¥ThereC¥there‚A£'llC¤will‚A£'veC¤have¨There're’‚A¥ThereC¥there‚A£'reC£are§There's’‚A¥ThereC¥there‚A¢'sC¢'s¨There've’‚A¥ThereC¥thereA£'ve¦Thered’‚A¥ThereC¥there‚A¡dC¢'d¨Theredve“‚A¥ThereC¥there‚A¡dC¥would‚A¢veC¤have§Therell’‚A¥ThereC¥there‚A¢llC¤will©Therellve“‚A¥ThereC¥there‚A¢llC¤will‚A¢veC¤have§Therere’‚A¥ThereC¥there‚A¢reC£are¦Theres’‚A¥ThereC¥thereA¡s§Thereve’A¥There‚A¢veC¤have©There’d’‚A¥ThereC¥there‚A¤â€™dC¢'d®There’d’ve“‚A¥ThereC¥there‚A¤â€™dC¥would‚A¥â€™veC¤haveªThere’ll’‚A¥ThereC¥there‚A¥â€™llC¤will¯There’ll’ve“‚A¥ThereC¥there‚A¥â€™llC¤will‚A¥â€™veC¤haveªThere’re’‚A¥ThereC¥there‚A¥â€™reC£are©There’s’‚A¥ThereC¥there‚A¤â€™sC¢'sªThere’ve’‚A¥ThereC¥thereA¥â€™ve§These'd’‚A¥TheseC¥these‚A¢'dC¢'dªThese'd've“‚A¥TheseC¥these‚A¢'dC¥would‚A£'veC¤have¨These'll’‚A¥TheseC¥these‚A£'llC¤will«These'll've“‚A¥TheseC¥these‚A£'llC¤will‚A£'veC¤have¨These're’‚A¥TheseC¥these‚A£'reC£are¨These've’‚A¥TheseC¥theseA£'ve¦Thesed’‚A¥TheseC¥these‚A¡dC¢'d¨Thesedve“‚A¥TheseC¥these‚A¡dC¥would‚A¢veC¤have§Thesell’‚A¥TheseC¥these‚A¢llC¤will©Thesellve“‚A¥TheseC¥these‚A¢llC¤will‚A¢veC¤have§Thesere’‚A¥TheseC¥these‚A¢reC£are§Theseve’A¥These‚A¢veC¤have©These’d’‚A¥TheseC¥these‚A¤â€™dC¢'d®These’d’ve“‚A¥TheseC¥these‚A¤â€™dC¥would‚A¥â€™veC¤haveªThese’ll’‚A¥TheseC¥these‚A¥â€™llC¤will¯These’ll’ve“‚A¥TheseC¥these‚A¥â€™llC¤will‚A¥â€™veC¤haveªThese’re’‚A¥TheseC¥these‚A¥â€™reC£areªThese’ve’‚A¥TheseC¥theseA¥â€™ve¦They'd’‚A¤TheyC¤they‚A¢'dC¢'d©They'd've“‚A¤TheyC¤they‚A¢'dC¥would‚A£'veC¤have§They'll’‚A¤TheyC¤they‚A£'llC¤willªThey'll've“‚A¤TheyC¤they‚A£'llC¤will‚A£'veC¤have§They're’‚A¤TheyC¤they‚A£'reC£are§They've’‚A¤TheyC¤they‚A£'veC¤have¥Theyd’‚A¤TheyC¤they‚A¡dC¢'d§Theydve“‚A¤TheyC¤they‚A¡dC¥would‚A¢veC¤have¦Theyll’‚A¤TheyC¤they‚A¢llC¤will¨Theyllve“‚A¤TheyC¤they‚A¢llC¤will‚A¢veC¤have¦Theyre’‚A¤TheyC¤they‚A¢reC£are¦Theyve’‚A¤TheyC¤they‚A¢veC¤have¨They’d’‚A¤TheyC¤they‚A¤â€™dC¢'d­They’d’ve“‚A¤TheyC¤they‚A¤â€™dC¥would‚A¥â€™veC¤have©They’ll’‚A¤TheyC¤they‚A¥â€™llC¤will®They’ll’ve“‚A¤TheyC¤they‚A¥â€™llC¤will‚A¥â€™veC¤have©They’re’‚A¤TheyC¤they‚A¥â€™reC£are©They’ve’‚A¤TheyC¤they‚A¥â€™veC¤have¦This'd’‚A¤ThisC¤this‚A¢'dC¢'d©This'd've“‚A¤ThisC¤this‚A¢'dC¥would‚A£'veC¤have§This'll’‚A¤ThisC¤this‚A£'llC¤willªThis'll've“‚A¤ThisC¤this‚A£'llC¤will‚A£'veC¤have¦This's’‚A¤ThisC¤this‚A¢'sC¢'s¥Thisd’‚A¤ThisC¤this‚A¡dC¢'d§Thisdve“‚A¤ThisC¤this‚A¡dC¥would‚A¢veC¤have¦Thisll’‚A¤ThisC¤this‚A¢llC¤will¨Thisllve“‚A¤ThisC¤this‚A¢llC¤will‚A¢veC¤have¥Thiss’‚A¤ThisC¤thisA¡s¨This’d’‚A¤ThisC¤this‚A¤â€™dC¢'d­This’d’ve“‚A¤ThisC¤this‚A¤â€™dC¥would‚A¥â€™veC¤have©This’ll’‚A¤ThisC¤this‚A¥â€™llC¤will®This’ll’ve“‚A¤ThisC¤this‚A¥â€™llC¤will‚A¥â€™veC¤have¨This’s’‚A¤ThisC¤this‚A¤â€™sC¢'s§Those'd’‚A¥ThoseC¥those‚A¢'dC¢'dªThose'd've“‚A¥ThoseC¥those‚A¢'dC¥would‚A£'veC¤have¨Those'll’‚A¥ThoseC¥those‚A£'llC¤will«Those'll've“‚A¥ThoseC¥those‚A£'llC¤will‚A£'veC¤have¨Those're’‚A¥ThoseC¥those‚A£'reC£are¨Those've’‚A¥ThoseC¥thoseA£'ve¦Thosed’‚A¥ThoseC¥those‚A¡dC¢'d¨Thosedve“‚A¥ThoseC¥those‚A¡dC¥would‚A¢veC¤have§Thosell’‚A¥ThoseC¥those‚A¢llC¤will©Thosellve“‚A¥ThoseC¥those‚A¢llC¤will‚A¢veC¤have§Thosere’‚A¥ThoseC¥those‚A¢reC£are§Thoseve’A¥Those‚A¢veC¤have©Those’d’‚A¥ThoseC¥those‚A¤â€™dC¢'d®Those’d’ve“‚A¥ThoseC¥those‚A¤â€™dC¥would‚A¥â€™veC¤haveªThose’ll’‚A¥ThoseC¥those‚A¥â€™llC¤will¯Those’ll’ve“‚A¥ThoseC¥those‚A¥â€™llC¤will‚A¥â€™veC¤haveªThose’re’‚A¥ThoseC¥those‚A¥â€™reC£areªThose’ve’‚A¥ThoseC¥thoseA¥â€™ve£V.V‘A£V.V£V_V‘A£V_V£Va.‘‚A£Va.C¨Virginia¥Wash.‘‚A¥Wash.CªWashington¦Wasn't’‚A£WasC£was‚A£n'tC£not¥Wasnt’‚A£WasC£was‚A¢ntC£not¨Wasn’t’‚A£WasC£was‚A¥n’tC£not¤We'd’‚A¢WeC¢we‚A¢'dC¢'d§We'd've“‚A¢WeC¢we‚A¢'dC¥would‚A£'veC¤have¥We'll’‚A¢WeC¢we‚A£'llC¤will¨We'll've“‚A¢WeC¢we‚A£'llC¤will‚A£'veC¤have¥We're’‚A¢WeC¢we‚A£'reC£are¥We've’‚A¢WeC¢we‚A£'veC¤have£Wed’‚A¢WeC¢we‚A¡dC¢'d¥Wedve“‚A¢WeC¢we‚A¡dC¥would‚A¢veC¤have¦Wellve“‚A¢WeC¢we‚A¢llC¤will‚A¢veC¤have§Weren't’‚A¤WereC¤were‚A£n'tC£not¦Werent’‚A¤WereC¤were‚A¢ntC£not©Weren’t’‚A¤WereC¤were‚A¥n’tC£not¤Weve’‚A¢WeC¢we‚A¢veC¤have¦We’d’‚A¢WeC¢we‚A¤â€™dC¢'d«We’d’ve“‚A¢WeC¢we‚A¤â€™dC¥would‚A¥â€™veC¤have§We’ll’‚A¢WeC¢we‚A¥â€™llC¤will¬We’ll’ve“‚A¢WeC¢we‚A¥â€™llC¤will‚A¥â€™veC¤have§We’re’‚A¢WeC¢we‚A¥â€™reC£are§We’ve’‚A¢WeC¢we‚A¥â€™veC¤have¦What'd’‚A¤WhatC¤what‚A¢'dC¢'d©What'd've“‚A¤WhatC¤what‚A¢'dC¥would‚A£'veC¤have§What'll’‚A¤WhatC¤what‚A£'llC¤willªWhat'll've“‚A¤WhatC¤what‚A£'llC¤will‚A£'veC¤have§What're’‚A¤WhatC¤what‚A£'reC£are¦What's’‚A¤WhatC¤what‚A¢'sC¢'s§What've’‚A¤WhatC¤whatA£'ve¥Whatd’‚A¤WhatC¤what‚A¡dC¢'d§Whatdve“‚A¤WhatC¤what‚A¡dC¥would‚A¢veC¤have¦Whatll’‚A¤WhatC¤what‚A¢llC¤will¨Whatllve“‚A¤WhatC¤what‚A¢llC¤will‚A¢veC¤have¦Whatre’‚A¤WhatC¤what‚A¢reC£are¥Whats’‚A¤WhatC¤whatA¡s¦Whatve’A¤What‚A¢veC¤have¨What’d’‚A¤WhatC¤what‚A¤â€™dC¢'d­What’d’ve“‚A¤WhatC¤what‚A¤â€™dC¥would‚A¥â€™veC¤have©What’ll’‚A¤WhatC¤what‚A¥â€™llC¤will®What’ll’ve“‚A¤WhatC¤what‚A¥â€™llC¤will‚A¥â€™veC¤have©What’re’‚A¤WhatC¤what‚A¥â€™reC£are¨What’s’‚A¤WhatC¤what‚A¤â€™sC¢'s©What’ve’‚A¤WhatC¤whatA¥â€™ve¦When'd’‚A¤WhenC¤when‚A¢'dC¢'d©When'd've“‚A¤WhenC¤when‚A¢'dC¥would‚A£'veC¤have§When'll’‚A¤WhenC¤when‚A£'llC¤willªWhen'll've“‚A¤WhenC¤when‚A£'llC¤will‚A£'veC¤have§When're’‚A¤WhenC¤when‚A£'reC£are¦When's’‚A¤WhenC¤when‚A¢'sC¢'s§When've’‚A¤WhenC¤whenA£'ve¥Whend’‚A¤WhenC¤when‚A¡dC¢'d§Whendve“‚A¤WhenC¤when‚A¡dC¥would‚A¢veC¤have¦Whenll’‚A¤WhenC¤when‚A¢llC¤will¨Whenllve“‚A¤WhenC¤when‚A¢llC¤will‚A¢veC¤have¦Whenre’‚A¤WhenC¤when‚A¢reC£are¥Whens’‚A¤WhenC¤whenA¡s¦Whenve’A¤When‚A¢veC¤have¨When’d’‚A¤WhenC¤when‚A¤â€™dC¢'d­When’d’ve“‚A¤WhenC¤when‚A¤â€™dC¥would‚A¥â€™veC¤have©When’ll’‚A¤WhenC¤when‚A¥â€™llC¤will®When’ll’ve“‚A¤WhenC¤when‚A¥â€™llC¤will‚A¥â€™veC¤have©When’re’‚A¤WhenC¤when‚A¥â€™reC£are¨When’s’‚A¤WhenC¤when‚A¤â€™sC¢'s©When’ve’‚A¤WhenC¤whenA¥â€™ve§Where'd’‚A¥WhereC¥where‚A¢'dC¢'dªWhere'd've“‚A¥WhereC¥where‚A¢'dC¥would‚A£'veC¤have¨Where'll’‚A¥WhereC¥where‚A£'llC¤will«Where'll've“‚A¥WhereC¥where‚A£'llC¤will‚A£'veC¤have¨Where're’‚A¥WhereC¥where‚A£'reC£are§Where's’‚A¥WhereC¥where‚A¢'sC¢'s¨Where've’‚A¥WhereC¥whereA£'ve¦Whered’‚A¥WhereC¥where‚A¡dC¢'d¨Wheredve“‚A¥WhereC¥where‚A¡dC¥would‚A¢veC¤have§Wherell’‚A¥WhereC¥where‚A¢llC¤will©Wherellve“‚A¥WhereC¥where‚A¢llC¤will‚A¢veC¤have§Wherere’‚A¥WhereC¥where‚A¢reC£are¦Wheres’‚A¥WhereC¥whereA¡s§Whereve’A¥Where‚A¢veC¤have©Where’d’‚A¥WhereC¥where‚A¤â€™dC¢'d®Where’d’ve“‚A¥WhereC¥where‚A¤â€™dC¥would‚A¥â€™veC¤haveªWhere’ll’‚A¥WhereC¥where‚A¥â€™llC¤will¯Where’ll’ve“‚A¥WhereC¥where‚A¥â€™llC¤will‚A¥â€™veC¤haveªWhere’re’‚A¥WhereC¥where‚A¥â€™reC£are©Where’s’‚A¥WhereC¥where‚A¤â€™sC¢'sªWhere’ve’‚A¥WhereC¥whereA¥â€™ve¥Who'd’‚A£WhoC£who‚A¢'dC¢'d¨Who'd've“‚A£WhoC£who‚A¢'dC¥would‚A£'veC¤have¦Who'll’‚A£WhoC£who‚A£'llC¤will©Who'll've“‚A£WhoC£who‚A£'llC¤will‚A£'veC¤have¦Who're’‚A£WhoC£who‚A£'reC£are¥Who's’‚A£WhoC£who‚A¢'sC¢'s¦Who've’‚A£WhoC£whoA£'ve¤Whod’‚A£WhoC£who‚A¡dC¢'d¦Whodve“‚A£WhoC£who‚A¡dC¥would‚A¢veC¤have¥Wholl’‚A£WhoC£who‚A¢llC¤will§Whollve“‚A£WhoC£who‚A¢llC¤will‚A¢veC¤have¤Whos’‚A£WhoC£whoA¡s¥Whove’A£Who‚A¢veC¤have§Who’d’‚A£WhoC£who‚A¤â€™dC¢'d¬Who’d’ve“‚A£WhoC£who‚A¤â€™dC¥would‚A¥â€™veC¤have¨Who’ll’‚A£WhoC£who‚A¥â€™llC¤will­Who’ll’ve“‚A£WhoC£who‚A¥â€™llC¤will‚A¥â€™veC¤have¨Who’re’‚A£WhoC£who‚A¥â€™reC£are§Who’s’‚A£WhoC£who‚A¤â€™sC¢'s¨Who’ve’‚A£WhoC£whoA¥â€™ve¥Why'd’‚A£WhyC£why‚A¢'dC¢'d¨Why'd've“‚A£WhyC£why‚A¢'dC¥would‚A£'veC¤have¦Why'll’‚A£WhyC£why‚A£'llC¤will©Why'll've“‚A£WhyC£why‚A£'llC¤will‚A£'veC¤have¦Why're’‚A£WhyC£why‚A£'reC£are¥Why's’‚A£WhyC£why‚A¢'sC¢'s¦Why've’‚A£WhyC£whyA£'ve¤Whyd’‚A£WhyC£why‚A¡dC¢'d¦Whydve“‚A£WhyC£why‚A¡dC¥would‚A¢veC¤have¥Whyll’‚A£WhyC£why‚A¢llC¤will§Whyllve“‚A£WhyC£why‚A¢llC¤will‚A¢veC¤have¥Whyre’‚A£WhyC£why‚A¢reC£are¤Whys’‚A£WhyC£whyA¡s¥Whyve’A£Why‚A¢veC¤have§Why’d’‚A£WhyC£why‚A¤â€™dC¢'d¬Why’d’ve“‚A£WhyC£why‚A¤â€™dC¥would‚A¥â€™veC¤have¨Why’ll’‚A£WhyC£why‚A¥â€™llC¤will­Why’ll’ve“‚A£WhyC£why‚A¥â€™llC¤will‚A¥â€™veC¤have¨Why’re’‚A£WhyC£why‚A¥â€™reC£are§Why’s’‚A£WhyC£why‚A¤â€™sC¢'s¨Why’ve’‚A£WhyC£whyA¥â€™ve¤Wis.‘‚A¤Wis.C©Wisconsin¥Won't’‚A¢WoC¤will‚A£n'tC£not¨Won't've“‚A¢WoC¤will‚A£n'tC£not‚A£'veC¤have¤Wont’‚A¢WoC¤will‚A¢ntC£not¦Wontve“‚A¢WoC¤will‚A¢ntC£not‚A¢veC¤have§Won’t’‚A¢WoC¤will‚A¥n’tC£not¬Won’t’ve“‚A¢WoC¤will‚A¥n’tC£not‚A¥â€™veC¤have¨Would've’‚A¥WouldC¥wouldA£'ve¨Wouldn't’‚A¥WouldC¥would‚A£n'tC£not«Wouldn't've“‚A¥WouldC¥would‚A£n'tC£not‚A£'veC¤have§Wouldnt’‚A¥WouldC¥would‚A¢ntC£not©Wouldntve“‚A¥WouldC¥would‚A¢ntC£not‚A¢veC¤haveªWouldn’t’‚A¥WouldC¥would‚A¥n’tC£not¯Wouldn’t’ve“‚A¥WouldC¥would‚A¥n’tC£not‚A¥â€™veC¤have§Wouldve’‚A¥WouldC¥wouldA¢veªWould’ve’‚A¥WouldC¥wouldA¥â€™ve¢XD‘A¢XD£XDD‘A£XDD¥You'd’‚A£YouC£you‚A¢'dC¢'d¨You'd've“‚A£YouC£you‚A¢'dC¥would‚A£'veC¤have¦You'll’‚A£YouC£you‚A£'llC¤will©You'll've“‚A£YouC£you‚A£'llC¤will‚A£'veC¤have¦You're’‚A£YouC£you‚A£'reC£are¦You've’‚A£YouC£you‚A£'veC¤have¤Youd’‚A£YouC£you‚A¡dC¢'d¦Youdve“‚A£YouC£you‚A¡dC¥would‚A¢veC¤have¥Youll’‚A£YouC£you‚A¢llC¤will§Youllve“‚A£YouC£you‚A¢llC¤will‚A¢veC¤have¥Youre’‚A£YouC£you‚A¢reC£are¥Youve’‚A£YouC£you‚A¢veC¤have§You’d’‚A£YouC£you‚A¤â€™dC¢'d¬You’d’ve“‚A£YouC£you‚A¤â€™dC¥would‚A¥â€™veC¤have¨You’ll’‚A£YouC£you‚A¥â€™llC¤will­You’ll’ve“‚A£YouC£you‚A¥â€™llC¤will‚A¥â€™veC¤have¨You’re’‚A£YouC£you‚A¥â€™reC£are¨You’ve’‚A£YouC£you‚A¥â€™veC¤have£[-:‘A£[-:¢[:‘A¢[:¢[=‘A¢[=£\")‘A£\")¢\n‘A¢\n¢\t‘A¢\t¢]=‘A¢]=£^_^‘A£^_^¤^__^‘A¤^__^¥^___^‘A¥^___^¢a.‘A¢a.¤a.m.‘A¤a.m.¥ain't’A¢ai‚A£n'tC£not¤aint’A¢ai‚A¢ntC£not§ain’t’A¢ai‚A¥n’tC£not¦and/or‘‚A¦and/orC¦and/or¦aren't’‚A£areC£are‚A£n'tC£not¥arent’‚A£areC£are‚A¢ntC£not¨aren’t’‚A£areC£are‚A¥n’tC£not¢b.‘A¢b.¥c'mon’‚A£c'mC¤comeA¢on¢c.‘A¢c.¥can't’‚A¢caC£can‚A£n'tC£not¨can't've“‚A¢caC£can‚A£n'tC£not‚A£'veC¤have¦cannot’A£canA£not¤cant’‚A¢caC£can‚A¢ntC£not¦cantve“‚A¢caC£can‚A¢ntC£not‚A¢veC¤have§can’t’‚A¢caC£can‚A¥n’tC£not¬can’t’ve“‚A¢caC£can‚A¥n’tC£not‚A¥â€™veC¤have£co.‘A£co.¨could've’‚A¥couldC¥couldA£'ve¨couldn't’‚A¥couldC¥could‚A£n'tC£not«couldn't've“‚A¥couldC¥could‚A£n'tC£not‚A£'veC¤have§couldnt’‚A¥couldC¥could‚A¢ntC£not©couldntve“‚A¥couldC¥could‚A¢ntC£not‚A¢veC¤haveªcouldn’t’‚A¥couldC¥could‚A¥n’tC£not¯couldn’t’ve“‚A¥couldC¥could‚A¥n’tC£not‚A¥â€™veC¤have§couldve’‚A¥couldC¥couldA¢veªcould’ve’‚A¥couldC¥couldA¥â€™ve§c’mon’‚A¥c’mC¤comeA¢on¢d.‘A¢d.§daren't’‚A¤dareC¤dare‚A£n'tC£not¦darent’‚A¤dareC¤dare‚A¢ntC£not©daren’t’‚A¤dareC¤dare‚A¥n’tC£not¦didn't’‚A£didC¢do‚A£n'tC£not©didn't've“‚A£didC¢do‚A£n'tC£not‚A£'veC¤have¥didnt’‚A£didC¢do‚A¢ntC£not§didntve“‚A£didC¢do‚A¢ntC£not‚A¢veC¤have¨didn’t’‚A£didC¢do‚A¥n’tC£not­didn’t’ve“‚A£didC¢do‚A¥n’tC£not‚A¥â€™veC¤have§doesn't’‚A¤doesC¤does‚A£n'tC£notªdoesn't've“‚A¤doesC¤does‚A£n'tC£not‚A£'veC¤have¦doesnt’‚A¤doesC¤does‚A¢ntC£not¨doesntve“‚A¤doesC¤does‚A¢ntC£not‚A¢veC¤have©doesn’t’‚A¤doesC¤does‚A¥n’tC£not®doesn’t’ve“‚A¤doesC¤does‚A¥n’tC£not‚A¥â€™veC¤have¤doin‘‚A¤doinC¥doing¥doin'‘‚A¥doin'C¥doing§doin’‘‚A§doin’C¥doing¥don't’‚A¢doC¢do‚A£n'tC£not¨don't've“‚A¢doC¢do‚A£n'tC£not‚A£'veC¤have¤dont’‚A¢doC¢do‚A¢ntC£not¦dontve“‚A¢doC¢do‚A¢ntC£not‚A¢veC¤have§don’t’‚A¢doC¢do‚A¥n’tC£not¬don’t’ve“‚A¢doC¢do‚A¥n’tC£not‚A¥â€™veC¤have¢e.‘A¢e.¤e.g.‘A¤e.g.¢em‘‚A¢emC¤them¢f.‘A¢f.¢g.‘A¢g.¤goin‘‚A¤goinC¥going¥goin'‘‚A¥goin'C¥going§goin’‘‚A§goin’C¥going¥gonna’‚A£gonC¥going‚A¢naC¢to¥gotta’A£got‚A¢taC¢to¢h.‘A¢h.¦hadn't’‚A£hadC¤have‚A£n'tC£not©hadn't've“‚A£hadC¤have‚A£n'tC£not‚A£'veC¤have¥hadnt’‚A£hadC¤have‚A¢ntC£not§hadntve“‚A£hadC¤have‚A¢ntC£not‚A¢veC¤have¨hadn’t’‚A£hadC¤have‚A¥n’tC£not­hadn’t’ve“‚A£hadC¤have‚A¥n’tC£not‚A¥â€™veC¤have¦hasn't’‚A£hasC£has‚A£n'tC£not¥hasnt’‚A£hasC£has‚A¢ntC£not¨hasn’t’‚A£hasC£has‚A¥n’tC£not§haven't’‚A¤haveC¤have‚A£n'tC£not¦havent’‚A¤haveC¤have‚A¢ntC£not©haven’t’‚A¤haveC¤have‚A¥n’tC£not¥havin‘‚A¥havinC¦having¦havin'‘‚A¦havin'C¦having¨havin’‘‚A¨havin’C¦having¤he'd’‚A¢heC¢he‚A¢'dC¢'d§he'd've“‚A¢heC¢he‚A¢'dC¥would‚A£'veC¤have¥he'll’‚A¢heC¢he‚A£'llC¤will¨he'll've“‚A¢heC¢he‚A£'llC¤will‚A£'veC¤have¤he's’‚A¢heC¢he‚A¢'sC¢'s£hed’‚A¢heC¢he‚A¡dC¢'d¥hedve“‚A¢heC¢he‚A¡dC¥would‚A¢veC¤have¦hellve“‚A¢heC¢he‚A¢llC¤will‚A¢veC¤have£hes’‚A¢heC¢heA¡s¦he’d’‚A¢heC¢he‚A¤â€™dC¢'d«he’d’ve“‚A¢heC¢he‚A¤â€™dC¥would‚A¥â€™veC¤have§he’ll’‚A¢heC¢he‚A¥â€™llC¤will¬he’ll’ve“‚A¢heC¢he‚A¥â€™llC¤will‚A¥â€™veC¤have¦he’s’‚A¢heC¢he‚A¤â€™sC¢'s¥how'd’‚A£howC£how‚A¢'dC¢'d¨how'd've“‚A£howC£how‚A¢'dC¥would‚A£'veC¤have§how'd'y“A£howA¢'d‚A¢'yC£you¦how'll’‚A£howC£how‚A£'llC¤will©how'll've“‚A£howC£how‚A£'llC¤will‚A£'veC¤have¦how're’‚A£howC£how‚A£'reC£are¥how's’‚A£howC£how‚A¢'sC¢'s¦how've’‚A£howC£howA£'ve¤howd’‚A£howC£how‚A¡dC¢'d¦howdve“‚A£howC£how‚A¡dC¥would‚A¢veC¤have¥howll’‚A£howC£how‚A¢llC¤will§howllve“‚A£howC£how‚A¢llC¤will‚A¢veC¤have¥howre’‚A£howC£how‚A¢reC£are¤hows’‚A£howC£howA¡s¥howve’A£how‚A¢veC¤have§how’d’‚A£howC£how‚A¤â€™dC¢'d¬how’d’ve“‚A£howC£how‚A¤â€™dC¥would‚A¥â€™veC¤have«how’d’y“A£howA¤â€™d‚A¤â€™yC£you¨how’ll’‚A£howC£how‚A¥â€™llC¤will­how’ll’ve“‚A£howC£how‚A¥â€™llC¤will‚A¥â€™veC¤have¨how’re’‚A£howC£how‚A¥â€™reC£are§how’s’‚A£howC£how‚A¤â€™sC¢'s¨how’ve’‚A£howC£howA¥â€™ve£i'd’‚A¡iC¡i‚A¢'dC¢'d¦i'd've“‚A¡iC¡i‚A¢'dC¥would‚A£'veC¤have¤i'll’‚A¡iC¡i‚A£'llC¤will§i'll've“‚A¡iC¡i‚A£'llC¤will‚A£'veC¤have£i'm’‚A¡iC¡i‚A¢'mC¢am¤i'ma“‚A¡iC¡i‚A¢'mC¢am‚A¡aC¥gonna¤i've’‚A¡iC¡i‚A£'veC¤have¢i.‘A¢i.¤i.e.‘A¤i.e.¢id’‚A¡iC¡i‚A¡dC¢'d¤idve“‚A¡iC¡i‚A¡dC¥would‚A¢veC¤have¥illve“‚A¡iC¡i‚A¢llC¤will‚A¢veC¤have¢im’‚A¡iC¡iA¡m£ima“‚A¡iC¡i‚A¡mC¢am‚A¡aC¥gonna¥isn't’‚A¢isC¢is‚A£n'tC£not¤isnt’‚A¢isC¢is‚A¢ntC£not§isn’t’‚A¢isC¢is‚A¥n’tC£not¤it'd’‚A¢itC¢it‚A¢'dC¢'d§it'd've“‚A¢itC¢it‚A¢'dC¥would‚A£'veC¤have¥it'll’‚A¢itC¢it‚A£'llC¤will¨it'll've“‚A¢itC¢it‚A£'llC¤will‚A£'veC¤have¤it's’‚A¢itC¢it‚A¢'sC¢'s£itd’‚A¢itC¢it‚A¡dC¢'d¥itdve“‚A¢itC¢it‚A¡dC¥would‚A¢veC¤have¤itll’‚A¢itC¢it‚A¢llC¤will¦itllve“‚A¢itC¢it‚A¢llC¤will‚A¢veC¤have¦it’d’‚A¢itC¢it‚A¤â€™dC¢'d«it’d’ve“‚A¢itC¢it‚A¤â€™dC¥would‚A¥â€™veC¤have§it’ll’‚A¢itC¢it‚A¥â€™llC¤will¬it’ll’ve“‚A¢itC¢it‚A¥â€™llC¤will‚A¥â€™veC¤have¦it’s’‚A¢itC¢it‚A¤â€™sC¢'s£ive’‚A¡iC¡i‚A¢veC¤have¥i’d’‚A¡iC¡i‚A¤â€™dC¢'dªi’d’ve“‚A¡iC¡i‚A¤â€™dC¥would‚A¥â€™veC¤have¦i’ll’‚A¡iC¡i‚A¥â€™llC¤will«i’ll’ve“‚A¡iC¡i‚A¥â€™llC¤will‚A¥â€™veC¤have¥i’m’‚A¡iC¡i‚A¤â€™mC¢am¦i’ma“‚A¡iC¡i‚A¤â€™mC¢am‚A¡aC¥gonna¦i’ve’‚A¡iC¡i‚A¥â€™veC¤have¢j.‘A¢j.¢k.‘A¢k.¢l.‘A¢l.¥let's’A£let‚A¢'sC¢us§let’s’A£let‚A¤â€™sC¢us¢ll‘‚A¢llC¤will¥lovin‘‚A¥lovinC¦loving¦lovin'‘‚A¦lovin'C¦loving¨lovin’‘‚A¨lovin’C¦loving¢m.‘A¢m.¥ma'am‘‚A¥ma'amC¥madam¦mayn't’‚A£mayC£may‚A£n'tC£not©mayn't've“‚A£mayC£may‚A£n'tC£not‚A£'veC¤have¥maynt’‚A£mayC£may‚A¢ntC£not§mayntve“‚A£mayC£may‚A¢ntC£not‚A¢veC¤have¨mayn’t’‚A£mayC£may‚A¥n’tC£not­mayn’t’ve“‚A£mayC£may‚A¥n’tC£not‚A¥â€™veC¤have§ma’am‘‚A§ma’amC¥madam¨might've’‚A¥mightC¥mightA£'ve¨mightn't’‚A¥mightC¥might‚A£n'tC£not«mightn't've“‚A¥mightC¥might‚A£n'tC£not‚A£'veC¤have§mightnt’‚A¥mightC¥might‚A¢ntC£not©mightntve“‚A¥mightC¥might‚A¢ntC£not‚A¢veC¤haveªmightn’t’‚A¥mightC¥might‚A¥n’tC£not¯mightn’t’ve“‚A¥mightC¥might‚A¥n’tC£not‚A¥â€™veC¤have§mightve’‚A¥mightC¥mightA¢veªmight’ve’‚A¥mightC¥mightA¥â€™ve§must've’‚A¤mustC¤mustA£'ve§mustn't’‚A¤mustC¤must‚A£n'tC£notªmustn't've“‚A¤mustC¤must‚A£n'tC£not‚A£'veC¤have¦mustnt’‚A¤mustC¤must‚A¢ntC£not¨mustntve“‚A¤mustC¤must‚A¢ntC£not‚A¢veC¤have©mustn’t’‚A¤mustC¤must‚A¥n’tC£not®mustn’t’ve“‚A¤mustC¤must‚A¥n’tC£not‚A¥â€™veC¤have¦mustve’‚A¤mustC¤mustA¢ve©must’ve’‚A¤mustC¤mustA¥â€™ve¢n.‘A¢n.§needn't’‚A¤needC¤need‚A£n'tC£notªneedn't've“‚A¤needC¤need‚A£n'tC£not‚A£'veC¤have¦neednt’‚A¤needC¤need‚A¢ntC£not¨needntve“‚A¤needC¤need‚A¢ntC£not‚A¢veC¤have©needn’t’‚A¤needC¤need‚A¥n’tC£not®needn’t’ve“‚A¤needC¤need‚A¥n’tC£not‚A¥â€™veC¤have¦not've’A£not‚A£'veC¤have¦nothin‘‚A¦nothinC§nothing§nothin'‘‚A§nothin'C§nothing©nothin’‘‚A©nothin’C§nothing¥notve’A£not‚A¢veC¤have¨not’ve’A£not‚A¥â€™veC¤have¤nuff‘‚A¤nuffC¦enough¦nuthin‘‚A¦nuthinC§nothing§nuthin'‘‚A§nuthin'C§nothing©nuthin’‘‚A©nuthin’C§nothing§o'clock‘‚A§o'clockC§o'clock¢o.‘A¢o.£o.0‘A£o.0£o.O‘A£o.O£o.o‘A£o.o£o_0‘A£o_0£o_O‘A£o_O£o_o‘A£o_o¢ol‘‚A¢olC£old£ol'‘‚A£ol'C£old¥ol’‘‚A¥ol’C£old¨oughtn't’‚A¥oughtC¥ought‚A£n'tC£not«oughtn't've“‚A¥oughtC¥ought‚A£n'tC£not‚A£'veC¤have§oughtnt’‚A¥oughtC¥ought‚A¢ntC£not©oughtntve“‚A¥oughtC¥ought‚A¢ntC£not‚A¢veC¤haveªoughtn’t’‚A¥oughtC¥ought‚A¥n’tC£not¯oughtn’t’ve“‚A¥oughtC¥ought‚A¥n’tC£not‚A¥â€™veC¤have©o’clock‘‚A©o’clockC§o'clock¢p.‘A¢p.¤p.m.‘A¤p.m.¢q.‘A¢q.¢r.‘A¢r.¢s.‘A¢s.¦shan't’‚A£shaC¥shall‚A£n'tC£not©shan't've“‚A£shaC¥shall‚A£n'tC£not‚A£'veC¤have¥shant’‚A£shaC¥shall‚A¢ntC£not§shantve“‚A£shaC¥shall‚A¢ntC£not‚A¢veC¤have¨shan’t’‚A£shaC¥shall‚A¥n’tC£not­shan’t’ve“‚A£shaC¥shall‚A¥n’tC£not‚A¥â€™veC¤have¥she'd’‚A£sheC£she‚A¢'dC¢'d¨she'd've“‚A£sheC£she‚A¢'dC¥would‚A£'veC¤have¦she'll’‚A£sheC£she‚A£'llC¤will©she'll've“‚A£sheC£she‚A£'llC¤will‚A£'veC¤have¥she's’‚A£sheC£she‚A¢'sC¢'s¦shedve“‚A£sheC£she‚A¡dC¥would‚A¢veC¤have§shellve“‚A£sheC£she‚A¢llC¤will‚A¢veC¤have¤shes’‚A£sheC£sheA¡s§she’d’‚A£sheC£she‚A¤â€™dC¢'d¬she’d’ve“‚A£sheC£she‚A¤â€™dC¥would‚A¥â€™veC¤have¨she’ll’‚A£sheC£she‚A¥â€™llC¤will­she’ll’ve“‚A£sheC£she‚A¥â€™llC¤will‚A¥â€™veC¤have§she’s’‚A£sheC£she‚A¤â€™sC¢'s©should've’‚A¦shouldC¦shouldA£'ve©shouldn't’‚A¦shouldC¦should‚A£n'tC£not¬shouldn't've“‚A¦shouldC¦should‚A£n'tC£not‚A£'veC¤have¨shouldnt’‚A¦shouldC¦should‚A¢ntC£notªshouldntve“‚A¦shouldC¦should‚A¢ntC£not‚A¢veC¤have«shouldn’t’‚A¦shouldC¦should‚A¥n’tC£not°shouldn’t’ve“‚A¦shouldC¦should‚A¥n’tC£not‚A¥â€™veC¤have¨shouldve’‚A¦shouldC¦shouldA¢ve«should’ve’‚A¦shouldC¦shouldA¥â€™ve¨somethin‘‚A¨somethinC©something©somethin'‘‚A©somethin'C©something«somethin’‘‚A«somethin’C©something¢t.‘A¢t.¦that'd’‚A¤thatC¤that‚A¢'dC¢'d©that'd've“‚A¤thatC¤that‚A¢'dC¥would‚A£'veC¤have§that'll’‚A¤thatC¤that‚A£'llC¤willªthat'll've“‚A¤thatC¤that‚A£'llC¤will‚A£'veC¤have¦that's’‚A¤thatC¤that‚A¢'sC¢'s¥thatd’‚A¤thatC¤that‚A¡dC¢'d§thatdve“‚A¤thatC¤that‚A¡dC¥would‚A¢veC¤have¦thatll’‚A¤thatC¤that‚A¢llC¤will¨thatllve“‚A¤thatC¤that‚A¢llC¤will‚A¢veC¤have¥thats’‚A¤thatC¤thatA¡s¨that’d’‚A¤thatC¤that‚A¤â€™dC¢'d­that’d’ve“‚A¤thatC¤that‚A¤â€™dC¥would‚A¥â€™veC¤have©that’ll’‚A¤thatC¤that‚A¥â€™llC¤will®that’ll’ve“‚A¤thatC¤that‚A¥â€™llC¤will‚A¥â€™veC¤have¨that’s’‚A¤thatC¤that‚A¤â€™sC¢'s§there'd’‚A¥thereC¥there‚A¢'dC¢'dªthere'd've“‚A¥thereC¥there‚A¢'dC¥would‚A£'veC¤have¨there'll’‚A¥thereC¥there‚A£'llC¤will«there'll've“‚A¥thereC¥there‚A£'llC¤will‚A£'veC¤have¨there're’‚A¥thereC¥there‚A£'reC£are§there's’‚A¥thereC¥there‚A¢'sC¢'s¨there've’‚A¥thereC¥thereA£'ve¦thered’‚A¥thereC¥there‚A¡dC¢'d¨theredve“‚A¥thereC¥there‚A¡dC¥would‚A¢veC¤have§therell’‚A¥thereC¥there‚A¢llC¤will©therellve“‚A¥thereC¥there‚A¢llC¤will‚A¢veC¤have§therere’‚A¥thereC¥there‚A¢reC£are¦theres’‚A¥thereC¥thereA¡s§thereve’A¥there‚A¢veC¤have©there’d’‚A¥thereC¥there‚A¤â€™dC¢'d®there’d’ve“‚A¥thereC¥there‚A¤â€™dC¥would‚A¥â€™veC¤haveªthere’ll’‚A¥thereC¥there‚A¥â€™llC¤will¯there’ll’ve“‚A¥thereC¥there‚A¥â€™llC¤will‚A¥â€™veC¤haveªthere’re’‚A¥thereC¥there‚A¥â€™reC£are©there’s’‚A¥thereC¥there‚A¤â€™sC¢'sªthere’ve’‚A¥thereC¥thereA¥â€™ve§these'd’‚A¥theseC¥these‚A¢'dC¢'dªthese'd've“‚A¥theseC¥these‚A¢'dC¥would‚A£'veC¤have¨these'll’‚A¥theseC¥these‚A£'llC¤will«these'll've“‚A¥theseC¥these‚A£'llC¤will‚A£'veC¤have¨these're’‚A¥theseC¥these‚A£'reC£are¨these've’‚A¥theseC¥theseA£'ve¦thesed’‚A¥theseC¥these‚A¡dC¢'d¨thesedve“‚A¥theseC¥these‚A¡dC¥would‚A¢veC¤have§thesell’‚A¥theseC¥these‚A¢llC¤will©thesellve“‚A¥theseC¥these‚A¢llC¤will‚A¢veC¤have§thesere’‚A¥theseC¥these‚A¢reC£are§theseve’A¥these‚A¢veC¤have©these’d’‚A¥theseC¥these‚A¤â€™dC¢'d®these’d’ve“‚A¥theseC¥these‚A¤â€™dC¥would‚A¥â€™veC¤haveªthese’ll’‚A¥theseC¥these‚A¥â€™llC¤will¯these’ll’ve“‚A¥theseC¥these‚A¥â€™llC¤will‚A¥â€™veC¤haveªthese’re’‚A¥theseC¥these‚A¥â€™reC£areªthese’ve’‚A¥theseC¥theseA¥â€™ve¦they'd’‚A¤theyC¤they‚A¢'dC¢'d©they'd've“‚A¤theyC¤they‚A¢'dC¥would‚A£'veC¤have§they'll’‚A¤theyC¤they‚A£'llC¤willªthey'll've“‚A¤theyC¤they‚A£'llC¤will‚A£'veC¤have§they're’‚A¤theyC¤they‚A£'reC£are§they've’‚A¤theyC¤they‚A£'veC¤have¥theyd’‚A¤theyC¤they‚A¡dC¢'d§theydve“‚A¤theyC¤they‚A¡dC¥would‚A¢veC¤have¦theyll’‚A¤theyC¤they‚A¢llC¤will¨theyllve“‚A¤theyC¤they‚A¢llC¤will‚A¢veC¤have¦theyre’‚A¤theyC¤they‚A¢reC£are¦theyve’‚A¤theyC¤they‚A¢veC¤have¨they’d’‚A¤theyC¤they‚A¤â€™dC¢'d­they’d’ve“‚A¤theyC¤they‚A¤â€™dC¥would‚A¥â€™veC¤have©they’ll’‚A¤theyC¤they‚A¥â€™llC¤will®they’ll’ve“‚A¤theyC¤they‚A¥â€™llC¤will‚A¥â€™veC¤have©they’re’‚A¤theyC¤they‚A¥â€™reC£are©they’ve’‚A¤theyC¤they‚A¥â€™veC¤have¦this'd’‚A¤thisC¤this‚A¢'dC¢'d©this'd've“‚A¤thisC¤this‚A¢'dC¥would‚A£'veC¤have§this'll’‚A¤thisC¤this‚A£'llC¤willªthis'll've“‚A¤thisC¤this‚A£'llC¤will‚A£'veC¤have¦this's’‚A¤thisC¤this‚A¢'sC¢'s¥thisd’‚A¤thisC¤this‚A¡dC¢'d§thisdve“‚A¤thisC¤this‚A¡dC¥would‚A¢veC¤have¦thisll’‚A¤thisC¤this‚A¢llC¤will¨thisllve“‚A¤thisC¤this‚A¢llC¤will‚A¢veC¤have¥thiss’‚A¤thisC¤thisA¡s¨this’d’‚A¤thisC¤this‚A¤â€™dC¢'d­this’d’ve“‚A¤thisC¤this‚A¤â€™dC¥would‚A¥â€™veC¤have©this’ll’‚A¤thisC¤this‚A¥â€™llC¤will®this’ll’ve“‚A¤thisC¤this‚A¥â€™llC¤will‚A¥â€™veC¤have¨this’s’‚A¤thisC¤this‚A¤â€™sC¢'s§those'd’‚A¥thoseC¥those‚A¢'dC¢'dªthose'd've“‚A¥thoseC¥those‚A¢'dC¥would‚A£'veC¤have¨those'll’‚A¥thoseC¥those‚A£'llC¤will«those'll've“‚A¥thoseC¥those‚A£'llC¤will‚A£'veC¤have¨those're’‚A¥thoseC¥those‚A£'reC£are¨those've’‚A¥thoseC¥thoseA£'ve¦thosed’‚A¥thoseC¥those‚A¡dC¢'d¨thosedve“‚A¥thoseC¥those‚A¡dC¥would‚A¢veC¤have§thosell’‚A¥thoseC¥those‚A¢llC¤will©thosellve“‚A¥thoseC¥those‚A¢llC¤will‚A¢veC¤have§thosere’‚A¥thoseC¥those‚A¢reC£are§thoseve’A¥those‚A¢veC¤have©those’d’‚A¥thoseC¥those‚A¤â€™dC¢'d®those’d’ve“‚A¥thoseC¥those‚A¤â€™dC¥would‚A¥â€™veC¤haveªthose’ll’‚A¥thoseC¥those‚A¥â€™llC¤will¯those’ll’ve“‚A¥thoseC¥those‚A¥â€™llC¤will‚A¥â€™veC¤haveªthose’re’‚A¥thoseC¥those‚A¥â€™reC£areªthose’ve’‚A¥thoseC¥thoseA¥â€™ve¢u.‘A¢u.¢v.‘A¢v.¤v.s.‘A¤v.s.£v.v‘A£v.v£v_v‘A£v_v£vs.‘A£vs.¢w.‘A¢w.£w/o‘‚A£w/oC§without¦wasn't’‚A£wasC£was‚A£n'tC£not¥wasnt’‚A£wasC£was‚A¢ntC£not¨wasn’t’‚A£wasC£was‚A¥n’tC£not¤we'd’‚A¢weC¢we‚A¢'dC¢'d§we'd've“‚A¢weC¢we‚A¢'dC¥would‚A£'veC¤have¥we'll’‚A¢weC¢we‚A£'llC¤will¨we'll've“‚A¢weC¢we‚A£'llC¤will‚A£'veC¤have¥we're’‚A¢weC¢we‚A£'reC£are¥we've’‚A¢weC¢we‚A£'veC¤have£wed’‚A¢weC¢we‚A¡dC¢'d¥wedve“‚A¢weC¢we‚A¡dC¥would‚A¢veC¤have¦wellve“‚A¢weC¢we‚A¢llC¤will‚A¢veC¤have§weren't’‚A¤wereC¤were‚A£n'tC£not¦werent’‚A¤wereC¤were‚A¢ntC£not©weren’t’‚A¤wereC¤were‚A¥n’tC£not¤weve’‚A¢weC¢we‚A¢veC¤have¦we’d’‚A¢weC¢we‚A¤â€™dC¢'d«we’d’ve“‚A¢weC¢we‚A¤â€™dC¥would‚A¥â€™veC¤have§we’ll’‚A¢weC¢we‚A¥â€™llC¤will¬we’ll’ve“‚A¢weC¢we‚A¥â€™llC¤will‚A¥â€™veC¤have§we’re’‚A¢weC¢we‚A¥â€™reC£are§we’ve’‚A¢weC¢we‚A¥â€™veC¤have¦what'd’‚A¤whatC¤what‚A¢'dC¢'d©what'd've“‚A¤whatC¤what‚A¢'dC¥would‚A£'veC¤have§what'll’‚A¤whatC¤what‚A£'llC¤willªwhat'll've“‚A¤whatC¤what‚A£'llC¤will‚A£'veC¤have§what're’‚A¤whatC¤what‚A£'reC£are¦what's’‚A¤whatC¤what‚A¢'sC¢'s§what've’‚A¤whatC¤whatA£'ve¥whatd’‚A¤whatC¤what‚A¡dC¢'d§whatdve“‚A¤whatC¤what‚A¡dC¥would‚A¢veC¤have¦whatll’‚A¤whatC¤what‚A¢llC¤will¨whatllve“‚A¤whatC¤what‚A¢llC¤will‚A¢veC¤have¦whatre’‚A¤whatC¤what‚A¢reC£are¥whats’‚A¤whatC¤whatA¡s¦whatve’A¤what‚A¢veC¤have¨what’d’‚A¤whatC¤what‚A¤â€™dC¢'d­what’d’ve“‚A¤whatC¤what‚A¤â€™dC¥would‚A¥â€™veC¤have©what’ll’‚A¤whatC¤what‚A¥â€™llC¤will®what’ll’ve“‚A¤whatC¤what‚A¥â€™llC¤will‚A¥â€™veC¤have©what’re’‚A¤whatC¤what‚A¥â€™reC£are¨what’s’‚A¤whatC¤what‚A¤â€™sC¢'s©what’ve’‚A¤whatC¤whatA¥â€™ve¦when'd’‚A¤whenC¤when‚A¢'dC¢'d©when'd've“‚A¤whenC¤when‚A¢'dC¥would‚A£'veC¤have§when'll’‚A¤whenC¤when‚A£'llC¤willªwhen'll've“‚A¤whenC¤when‚A£'llC¤will‚A£'veC¤have§when're’‚A¤whenC¤when‚A£'reC£are¦when's’‚A¤whenC¤when‚A¢'sC¢'s§when've’‚A¤whenC¤whenA£'ve¥whend’‚A¤whenC¤when‚A¡dC¢'d§whendve“‚A¤whenC¤when‚A¡dC¥would‚A¢veC¤have¦whenll’‚A¤whenC¤when‚A¢llC¤will¨whenllve“‚A¤whenC¤when‚A¢llC¤will‚A¢veC¤have¦whenre’‚A¤whenC¤when‚A¢reC£are¥whens’‚A¤whenC¤whenA¡s¦whenve’A¤when‚A¢veC¤have¨when’d’‚A¤whenC¤when‚A¤â€™dC¢'d­when’d’ve“‚A¤whenC¤when‚A¤â€™dC¥would‚A¥â€™veC¤have©when’ll’‚A¤whenC¤when‚A¥â€™llC¤will®when’ll’ve“‚A¤whenC¤when‚A¥â€™llC¤will‚A¥â€™veC¤have©when’re’‚A¤whenC¤when‚A¥â€™reC£are¨when’s’‚A¤whenC¤when‚A¤â€™sC¢'s©when’ve’‚A¤whenC¤whenA¥â€™ve§where'd’‚A¥whereC¥where‚A¢'dC¢'dªwhere'd've“‚A¥whereC¥where‚A¢'dC¥would‚A£'veC¤have¨where'll’‚A¥whereC¥where‚A£'llC¤will«where'll've“‚A¥whereC¥where‚A£'llC¤will‚A£'veC¤have¨where're’‚A¥whereC¥where‚A£'reC£are§where's’‚A¥whereC¥where‚A¢'sC¢'s¨where've’‚A¥whereC¥whereA£'ve¦whered’‚A¥whereC¥where‚A¡dC¢'d¨wheredve“‚A¥whereC¥where‚A¡dC¥would‚A¢veC¤have§wherell’‚A¥whereC¥where‚A¢llC¤will©wherellve“‚A¥whereC¥where‚A¢llC¤will‚A¢veC¤have§wherere’‚A¥whereC¥where‚A¢reC£are¦wheres’‚A¥whereC¥whereA¡s§whereve’A¥where‚A¢veC¤have©where’d’‚A¥whereC¥where‚A¤â€™dC¢'d®where’d’ve“‚A¥whereC¥where‚A¤â€™dC¥would‚A¥â€™veC¤haveªwhere’ll’‚A¥whereC¥where‚A¥â€™llC¤will¯where’ll’ve“‚A¥whereC¥where‚A¥â€™llC¤will‚A¥â€™veC¤haveªwhere’re’‚A¥whereC¥where‚A¥â€™reC£are©where’s’‚A¥whereC¥where‚A¤â€™sC¢'sªwhere’ve’‚A¥whereC¥whereA¥â€™ve¥who'd’‚A£whoC£who‚A¢'dC¢'d¨who'd've“‚A£whoC£who‚A¢'dC¥would‚A£'veC¤have¦who'll’‚A£whoC£who‚A£'llC¤will©who'll've“‚A£whoC£who‚A£'llC¤will‚A£'veC¤have¦who're’‚A£whoC£who‚A£'reC£are¥who's’‚A£whoC£who‚A¢'sC¢'s¦who've’‚A£whoC£whoA£'ve¤whod’‚A£whoC£who‚A¡dC¢'d¦whodve“‚A£whoC£who‚A¡dC¥would‚A¢veC¤have¥wholl’‚A£whoC£who‚A¢llC¤will§whollve“‚A£whoC£who‚A¢llC¤will‚A¢veC¤have¤whos’‚A£whoC£whoA¡s¥whove’A£who‚A¢veC¤have§who’d’‚A£whoC£who‚A¤â€™dC¢'d¬who’d’ve“‚A£whoC£who‚A¤â€™dC¥would‚A¥â€™veC¤have¨who’ll’‚A£whoC£who‚A¥â€™llC¤will­who’ll’ve“‚A£whoC£who‚A¥â€™llC¤will‚A¥â€™veC¤have¨who’re’‚A£whoC£who‚A¥â€™reC£are§who’s’‚A£whoC£who‚A¤â€™sC¢'s¨who’ve’‚A£whoC£whoA¥â€™ve¥why'd’‚A£whyC£why‚A¢'dC¢'d¨why'd've“‚A£whyC£why‚A¢'dC¥would‚A£'veC¤have¦why'll’‚A£whyC£why‚A£'llC¤will©why'll've“‚A£whyC£why‚A£'llC¤will‚A£'veC¤have¦why're’‚A£whyC£why‚A£'reC£are¥why's’‚A£whyC£why‚A¢'sC¢'s¦why've’‚A£whyC£whyA£'ve¤whyd’‚A£whyC£why‚A¡dC¢'d¦whydve“‚A£whyC£why‚A¡dC¥would‚A¢veC¤have¥whyll’‚A£whyC£why‚A¢llC¤will§whyllve“‚A£whyC£why‚A¢llC¤will‚A¢veC¤have¥whyre’‚A£whyC£why‚A¢reC£are¤whys’‚A£whyC£whyA¡s¥whyve’A£why‚A¢veC¤have§why’d’‚A£whyC£why‚A¤â€™dC¢'d¬why’d’ve“‚A£whyC£why‚A¤â€™dC¥would‚A¥â€™veC¤have¨why’ll’‚A£whyC£why‚A¥â€™llC¤will­why’ll’ve“‚A£whyC£why‚A¥â€™llC¤will‚A¥â€™veC¤have¨why’re’‚A£whyC£why‚A¥â€™reC£are§why’s’‚A£whyC£why‚A¤â€™sC¢'s¨why’ve’‚A£whyC£whyA¥â€™ve¥won't’‚A¢woC¤will‚A£n'tC£not¨won't've“‚A¢woC¤will‚A£n'tC£not‚A£'veC¤have¤wont’‚A¢woC¤will‚A¢ntC£not¦wontve“‚A¢woC¤will‚A¢ntC£not‚A¢veC¤have§won’t’‚A¢woC¤will‚A¥n’tC£not¬won’t’ve“‚A¢woC¤will‚A¥n’tC£not‚A¥â€™veC¤have¨would've’‚A¥wouldC¥wouldA£'ve¨wouldn't’‚A¥wouldC¥would‚A£n'tC£not«wouldn't've“‚A¥wouldC¥would‚A£n'tC£not‚A£'veC¤have§wouldnt’‚A¥wouldC¥would‚A¢ntC£not©wouldntve“‚A¥wouldC¥would‚A¢ntC£not‚A¢veC¤haveªwouldn’t’‚A¥wouldC¥would‚A¥n’tC£not¯wouldn’t’ve“‚A¥wouldC¥would‚A¥n’tC£not‚A¥â€™veC¤have§wouldve’‚A¥wouldC¥wouldA¢veªwould’ve’‚A¥wouldC¥wouldA¥â€™ve¢x.‘A¢x.¢xD‘A¢xD£xDD‘A£xDD¥y'all’‚A¢y'C£youA£all¢y.‘A¢y.¤yall’‚A¡yC£youA£all¥you'd’‚A£youC£you‚A¢'dC¢'d¨you'd've“‚A£youC£you‚A¢'dC¥would‚A£'veC¤have¦you'll’‚A£youC£you‚A£'llC¤will©you'll've“‚A£youC£you‚A£'llC¤will‚A£'veC¤have¦you're’‚A£youC£you‚A£'reC£are¦you've’‚A£youC£you‚A£'veC¤have¤youd’‚A£youC£you‚A¡dC¢'d¦youdve“‚A£youC£you‚A¡dC¥would‚A¢veC¤have¥youll’‚A£youC£you‚A¢llC¤will§youllve“‚A£youC£you‚A¢llC¤will‚A¢veC¤have¥youre’‚A£youC£you‚A¢reC£are¥youve’‚A£youC£you‚A¢veC¤have§you’d’‚A£youC£you‚A¤â€™dC¢'d¬you’d’ve“‚A£youC£you‚A¤â€™dC¥would‚A¥â€™veC¤have¨you’ll’‚A£youC£you‚A¥â€™llC¤will­you’ll’ve“‚A£youC£you‚A¥â€™llC¤will‚A¥â€™veC¤have¨you’re’‚A£youC£you‚A¥â€™reC£are¨you’ve’‚A£youC£you‚A¥â€™veC¤have§y’all’‚A¤y’C£youA£all¢z.‘A¢z.¢Â ‘‚A¢Â C¢ «Â¯\(ツ)/¯‘A«Â¯\(ツ)/¯¤Â°C.“A¢Â°A¡CA¡.¤Â°F.“A¢Â°A¡FA¡.¤Â°K.“A¢Â°A¡KA¡.¤Â°c.“A¢Â°A¡cA¡.¤Â°f.“A¢Â°A¡fA¡.¤Â°k.“A¢Â°A¡kA¡.£Ã¤.‘A£Ã¤.£Ã¶.‘A£Ã¶.£Ã¼.‘A£Ã¼.§à² _ಠ‘A§à² _ಠ©à² ï¸µà² ‘A©à² ï¸µà² £â€”‘A£â€”¤â€˜S‘‚A¤â€˜SC¢'s¤â€˜s‘‚A¤â€˜sC¢'s£â€™‘A£â€™¨â€™Cause‘‚A¨â€™CauseC§because¦â€™Cos‘‚A¦â€™CosC§because¦â€™Coz‘‚A¦â€™CozC§because¦â€™Cuz‘‚A¦â€™CuzC§because¤â€™S‘‚A¤â€™SC¢'s§â€™bout‘‚A§â€™boutC¥about¨â€™cause‘‚A¨â€™causeC§because¦â€™cos‘‚A¦â€™cosC§because¦â€™coz‘‚A¦â€™cozC§because¦â€™cuz‘‚A¦â€™cuzC§because¤â€™d‘A¤â€™d¥â€™em‘‚A¥â€™emC¤them¥â€™ll‘‚A¥â€™llC¤will§â€™nuff‘‚A§â€™nuffC¦enough¥â€™re‘‚A¥â€™reC£are¤â€™s‘‚A¤â€™sC¢'s¦â€™â€™‘A¦â€™â€™±faster_heuristicsà \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/transformer/cfg b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/transformer/cfg new file mode 100644 index 0000000000000000000000000000000000000000..49e87fa2939155f6c67351f544b111359a0ce279 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/transformer/cfg @@ -0,0 +1,3 @@ +{ + "max_batch_items":4096 +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/transformer/model b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/transformer/model new file mode 100644 index 0000000000000000000000000000000000000000..92d2d17abc2df59355bae30662ccbd0abf00e5c5 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/transformer/model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59285115b78a101ece11478b5633a2c57084f6ca431d9913029d341499b4f297 +size 502027905 diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/vocab/key2row b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/vocab/key2row new file mode 100644 index 0000000000000000000000000000000000000000..5416677bc7dab0c8bec3f5bf44d7d28b4ff73b13 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/vocab/key2row @@ -0,0 +1 @@ +€ \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/vocab/lookups.bin b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/vocab/lookups.bin new file mode 100644 index 0000000000000000000000000000000000000000..c66317f8d354f32911b0beb802a18ab12b6507c9 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/vocab/lookups.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71 +size 1 diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/vocab/strings.json b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/vocab/strings.json new file mode 100644 index 0000000000000000000000000000000000000000..73b2a73df6af71c97fdcfddbfeac23b94ddb65dc --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-best/vocab/strings.json @@ -0,0 +1,32284 @@ +[ + "\t", + "\t\t\t", + "\t\t\n", + "\n", + "\n\t\t\t\t", + "\n\t\t\t\t\t\n", + "\n\t\t\t\t\n", + "\n\n", + "\n\n\n", + "\n\n\n\n", + "\n\n\n\n\n", + "\n\n\n\n\n\n\n\n\n\n\n\n", + "\n\n\n\n\n\n ", + "\n\n\n\n ", + "\n\n\n\n \n\n", + "\n\n\n\n \n\n \n\n", + "\n\n ", + "\n\n \n\n ", + "\n\n ", + "\n\n \n\n\n", + "\n\n \n\n \n \n ", + "\n\n \n\n \n\n \n\n ", + "\n\n ", + "\n\n\u00a0 ", + "\n ", + "\n \n", + "\n \n ", + "\n ", + "\n\u00a0 ", + " ", + " \n", + " \n\n", + " \n\n\n", + " \n\n\n\n ", + " \n\n ", + " \n ", + " ", + " \n\n\n", + " \n\n\n\n", + " \n\n\n\n\n", + " ", + " \n\n", + " \n\n\n", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "!", + "!!1", + "!\"-", + "\"", + "\"(\u903c", + "\"XL", + "\"ip", + "\"xl", + "#", + "$", + "%", + "%85", + "&", + "&t2", + "'", + "''", + "'-(", + "'-)", + "'Cause", + "'Cos", + "'Coz", + "'Cuz", + "'S", + "'X", + "'Xxx", + "'Xxxxx", + "'am", + "'bout", + "'cause", + "'cos", + "'coz", + "'cuz", + "'d", + "'ed", + "'em", + "'ll", + "'m", + "'nuff", + "'re", + "'rs", + "'s", + "'th", + "'ve", + "'x", + "'xx", + "'xxx", + "'xxxx", + "'y", + "(", + "(((", + "(*>", + "(*_*)", + "(-8", + "(-:", + "(-;", + "(-_-)", + "(-d", + "(._.)", + "(:", + "(;", + "(=", + "(>_<)", + "(Us", + "(WE", + "(^_^)", + "(as", + "(o:", + "(us", + "(we", + "(x:", + "(x_x)", + "(\u00ac_\u00ac)", + "(\u0ca0_\u0ca0)", + "(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35\u253b\u2501\u253b", + ")", + ")\"-", + ")))", + ")-:", + ")/\u00af", + "):", + "*", + "**/", + "+", + "+++", + "+0000", + "+10", + "+1188", + "+1300", + "+1xxxxxxxxxx", + "+20", + "+4d", + "+6", + "+800", + "+CR", + "+DL", + "+GB", + "+JP", + "+RN", + "+cr", + "+d", + "+dd", + "+ddd", + "+dddd", + "+dl", + "+dxxxx", + "+gb", + "+jp", + "+rn", + ",", + ",+1", + ",00", + "-", + "-((", + "-))", + "--", + "---", + "----", + "----------------", + "-----------------------------------------", + "--------------------------------------------------------------------------------", + "------------YWJkMTQzNDcw", + "------------YWJkMTQzNDcw--", + "------------ywjkmtqzndcw", + "------------ywjkmtqzndcw--", + "-----BEGIN", + "-----END", + "-----begin", + "-----end", + "----XXX", + "----XXXX", + "----XXXxXXXxXXxx", + "----XXXxXXXxXXxx--", + "----xxx", + "----xxxx", + "----xxxx--", + "--current", + "--dbms", + "--dbs", + "--demangle", + "--dompdf", + "--flush", + "--hex", + "--inject", + "--length", + "--level=5", + "--no", + "--num", + "--random", + "--risk=3", + "--string=\"XL", + "--string=\"xl", + "--tamper", + "--threads", + "--time", + "--url=\"ip", + "--wordlist", + "--xx", + "--xxx", + "--xxx=\"xx", + "--xxxx", + "--xxxx=\"XX", + "--xxxx=\"xx", + "--xxxx=d", + "--|", + "-/", + "-/**/", + "-0", + "-1", + "-1k", + "-2", + "-20", + "-2016", + "-3", + "-47", + "-5", + "-50", + "-6n", + "-8", + "-900k", + "->Telegram<-", + "->Xxxxx<-", + "->telegram<-", + "->xxxx<-", + "-BOA", + "-Builder", + "-CAPITOL", + "-CHASE", + "-COMPLETE", + "-D", + "-DB", + "-Dark", + "-I", + "-I'm", + "-ID", + "-Manual", + "-O", + "-P", + "-Panel", + "-Q", + "-Systeme", + "-TRUIST", + "-VPN", + "-WELLS", + "-X", + "-X'x", + "-XXX", + "-XXXX", + "-Xxxx", + "-Xxxxx", + "-_-", + "-__-", + "-bit", + "-boa", + "-builder", + "-c", + "-capitol", + "-chase", + "-co", + "-complete", + "-d", + "-dark", + "-db", + "-dddd", + "-dddx", + "-dx", + "-https://magicproducts.sellix.io/", + "-i", + "-i'm", + "-id", + "-ik", + "-l", + "-l/--length", + "-lurlmon", + "-mail", + "-manual", + "-n", + "-n/--num", + "-no", + "-o", + "-on", + "-p", + "-panel", + "-q", + "-rep", + "-schizo", + "-systeme", + "-t", + "-truist", + "-u", + "-v3", + "-vpn", + "-w", + "-w/--wordlist", + "-wells", + "-x", + "-x'x", + "-x/--xxx", + "-x/--xxxx", + "-xd", + "-xx", + "-xxx", + "-xxxx", + "-xxxx://xxxx.xxxx.xx/", + "-|", + "-\u041f\u041e\u041b\u041d\u041e\u0415", + "-\u043f\u043e\u043b\u043d\u043e\u0435", + "-\u0442\u043e", + "-\u261a-", + "-\u26a1/", + ".", + "..", + "...", + "....", + ".....", + "......", + ".......", + "..........", + "...........", + ".................", + ".....................", + ".........................", + "..................................", + "./", + "./scripts", + "./xxxx", + ".0", + ".00", + ".01", + ".04", + ".05", + ".08", + ".10", + ".11", + ".12", + ".13", + ".14", + ".15", + ".16", + ".17", + ".18", + ".19", + ".20", + ".21", + ".22", + ".23", + ".24", + ".25", + ".26", + ".27", + ".28", + ".29", + ".30", + ".31", + ".32", + ".33", + ".34", + ".35", + ".36", + ".37", + ".38", + ".39", + ".40", + ".41", + ".42", + ".43", + ".44", + ".45", + ".46", + ".47", + ".48", + ".49", + ".50", + ".51", + ".52", + ".53", + ".54", + ".55", + ".56", + ".57", + ".58", + ".59", + ".5L", + ".5l", + ".60", + ".61", + ".62", + ".63", + ".64", + ".65", + ".66", + ".67", + ".68", + ".69", + ".70", + ".71", + ".72", + ".73", + ".74", + ".75", + ".76", + ".77", + ".78", + ".79", + ".80", + ".81", + ".82", + ".83", + ".84", + ".85", + ".86", + ".87", + ".88", + ".89", + ".90", + ".91", + ".92", + ".93", + ".94", + ".95", + ".96", + ".97", + ".98", + ".99", + ".A.", + ".B.", + ".BE", + ".C.", + ".D.", + ".DE", + ".E.", + ".Edu(mail", + ".G.", + ".H.", + ".IO", + ".J.", + ".LI", + ".M.", + ".S.", + ".SE", + ".So", + ".U.", + ".Xxx(xxxx", + ".Y.", + "._.", + ".a.", + ".ajax", + ".au", + ".b.", + ".be", + ".br", + ".c.", + ".ca", + ".cc", + ".cm", + ".co", + ".com", + ".cr", + ".d", + ".db", + ".de", + ".do", + ".e.", + ".each(urls", + ".ec", + ".edu(mail", + ".es", + ".eu", + ".fm", + ".fr", + ".g.", + ".gg", + ".hr", + ".id", + ".if", + ".im", + ".in", + ".io", + ".is", + ".jo", + ".jp", + ".li", + ".m", + ".m.", + ".md", + ".me", + ".mx", + ".no", + ".nz", + ".onion", + ".pem", + ".pl", + ".pw", + ".py", + ".ru", + ".s.", + ".sc", + ".se", + ".so", + ".then((response", + ".then(async", + ".to", + ".tr", + ".tv", + ".txt", + ".u.", + ".uk", + ".url", + ".vc", + ".vn", + ".ws", + ".x", + ".xinitrc", + ".xx", + ".xxx", + ".xxx(xxxx", + ".xxxx", + ".xxxx((xxxx", + ".xxxx(xxxx", + ".\u0438\u043c", + "/", + "/*/", + "//", + "//*/", + "/06", + "/10", + "/11", + "/22", + "/23", + "/26", + "/3", + "/59", + "/>>Help", + "132.251.135.14:3389>>>Help;hquispe;back238", + "132.251.135.14:3389>>>back238", + "132.251.135.14:3389>>>help", + "132.251.135.14:3389>>>help;hquispe;back238", + "132.251.135.14:3389>>>hquispe", + "133", + "134", + "134.101.174.5", + "134.101.222.178", + "134.102.44.193", + "134.106.186.116", + "134.247.0.45", + "134.247.0.46", + "134.247.10.66", + "134.247.13.150", + "134.247.172.26", + "134.76.241.7", + "134.91.134.2", + "134.91.6.189", + "134.91.7.189", + "134.93.123.203", + "135", + "135.125.224.179", + "135.37k", + "135056238990852096", + "136", + "137", + "137.221.37.130", + "137.221.37.134", + "137.221.39.40", + "138", + "138.124.150.69", + "138.124.151.33", + "139", + "139.1.128.219", + "139.17.7.5", + "139.28.245.11", + "139.4.50.98", + "13b1dbf4fd9c264dadb9d463833881a0d46ea8cfc3233ee41d91012250f53f76", + "13e", + "13inch", + "13k", + "14", + "14.02k", + "14.35k", + "14/02/22", + "140", + "1402", + "141", + "141.10.48.36", + "141.17.49.10", + "141.2.253.17", + "141.31.128.5", + "141.58.145.250", + "141.58.15.135", + "141.58.2.249", + "141.68.233.114", + "141.80.236.1", + "141.91.210.146", + "141.91.210.172", + "141.91.211.10", + "141.91.211.190", + "1417", + "142", + "143", + "144", + "144.208.212.50", + "144.24.171.17", + "145", + "145.14.231.120", + "145.253.111.115", + "145.253.118.100", + "145.253.118.30", + "145.253.128.238", + "145.253.135.30", + "145.253.141.131", + "145.253.141.132", + "145.253.148.34", + "145.253.158.148", + "145.253.158.254", + "145.253.162.78", + "145.253.170.140", + "145.253.173.34", + "145.253.175.140", + "145.253.181.100", + "145.253.206.78", + "145.253.227.87", + "145.253.237.44", + "145.253.242.188", + "145.253.242.196", + "145.253.245.2", + "145.253.246.195", + "145.253.248.166", + "145.253.66.66", + "145.253.75.34", + "145.253.94.242", + "145.253.94.243", + "145.253.98.102", + "145.253.98.104", + "145.253.98.98", + "145.253.99.46", + "145.87k", + "146", + "146.0.119.165", + "146.234.10.106", + "146.234.10.149", + "146.234.10.96", + "146.234.10.97", + "146.234.199.74", + "146.234.6.158", + "146.234.86.155", + "146.37k", + "146.52.49.220", + "147", + "148", + "148.153.115.42", + "149", + "149.154.149.12", + "149.224.163.73", + "149.233.157.101", + "149.233.165.252", + "149.233.5.128", + "149.6.139.3", + "149.6.140.130", + "149.6.140.146", + "14k", + "14kk", + "14th", + "15", + "15,000", + "15.01k", + "15/02/2023", + "15/05/2023", + "150", + "150.230.147.216", + "1500", + "151", + "151.189.129.162", + "151.248.101.129", + "151.248.101.181", + "151.252.124.41", + "152", + "152.101.81.81", + "153", + "153.92.81.94", + "153.92.92.149", + "153.92.93.10", + "15330.20196", + "153by6N4PPwfxoNkvP7c2uijPAq4XTi429", + "153by6n4ppwfxonkvp7c2uijpaq4xti429", + "154", + "154.14.101.242", + "154.14.170.106", + "154.14.171.6", + "154.14.192.106", + "154.14.192.114", + "154.14.194.138", + "154.14.194.18", + "154.14.195.98", + "154.14.196.34", + "154.14.198.18", + "154.14.31.186", + "154.14.47.70", + "154.14.64.94", + "154.52.0.104", + "154.52.0.109", + "154.52.0.110", + "154.52.0.117", + "154.52.0.120", + "154.52.0.128", + "154.52.0.136", + "154.52.0.143", + "154.52.0.145", + "154.52.0.151", + "154.52.0.153", + "154.52.0.154", + "154.52.0.156", + "154.52.0.17", + "154.52.0.19", + "154.52.0.194", + "154.52.0.196", + "154.52.0.202", + "154.52.0.204", + "154.52.0.207", + "154.52.0.216", + "154.52.0.218", + "154.52.0.222", + "154.52.0.223", + "154.52.0.230", + "154.52.0.243", + "154.52.0.25", + "154.52.0.26", + "154.52.0.29", + "154.52.0.32", + "154.52.0.33", + "154.52.0.45", + "154.52.0.46", + "154.52.0.47", + "154.52.0.49", + "154.52.0.50", + "154.52.0.58", + "154.52.0.66", + "154.52.0.68", + "154.52.0.72", + "154.52.0.77", + "154.52.0.85", + "154.52.0.87", + "155", + "155a5d45482cf29592bda58a268beab8b41064a4741d921d2868a22ff4302b40:5gFdhs1zYi8kXjdw:2", + "155a5d45482cf29592bda58a268beab8b41064a4741d921d2868a22ff4302b40:5gfdhs1zyi8kxjdw:2", + "156", + "156.67.160.139", + "156.67.165.12", + "156.67.167.86", + "156.67.168.2", + "156.67.168.237", + "156.67.172.224", + "156.67.176.138", + "156.67.176.37", + "156.67.178.250", + "156.67.180.144", + "156.67.181.2", + "156.67.181.4", + "156.67.183.252", + "156.67.187.230", + "156.67.190.221", + "156.67.190.245", + "156.67.224.38", + "156.67.224.42", + "156.67.224.45", + "157", + "157.90.84.251", + "157.97.98.21", + "157.97.98.8", + "158", + "159", + "159.69.226.254", + "159.69.227.218", + "159.69.231.204", + "15:00", + "15D", + "15_4_1", + "15d", + "15k", + "15th", + "16", + "16*d27ca94e71564c7e3ca651083008301a*d683d0067eafe5edbf7d10f5d37eee3a*397fda80cd7641af7c94ee505b819a596c8e549927340be11796dee0fc67b508", + "16.6.4", + "16.60k", + "16.7", + "16/", + "16/02/2023", + "16/2", + "16/7", + "160", + "160.44.229.173", + "161", + "161.156.126.18", + "161190", + "162", + "162.255.49.43", + "162.43.146.7", + "162.55.33.188", + "163", + "164", + "164.138.195.67", + "164.138.195.70", + "165", + "166", + "167", + "167.235.100.232", + "1676476724|star7|Fullshot77|Lobby|en_US|", + "1676476724|star7|fullshot77|lobby|en_us|", + "168", + "169", + "16f", + "16k", + "17", + "17.00", + "17.13k", + "170", + "170.133.21.56", + "171", + "172", + "172.70.116.134", + "172.70.116.148", + "173", + "174", + "174.127.65.20", + "174.127.65.32", + "175", + "176", + "176.52.200.74", + "176.52.204.158", + "176.9.42.123", + "176.94.110.41", + "176.94.141.26", + "176.94.17.205", + "176.94.186.112", + "176.94.188.10", + "176.94.201.46", + "176.94.239.202", + "176.94.240.153", + "176.94.250.46", + "176.94.32.122", + "176.94.82.240", + "176.94.98.151", + "176.95.138.221", + "176.95.138.42", + "176.95.140.9", + "176.95.143.171", + "176.95.162.229", + "176.95.169.128", + "176.95.169.186", + "176.95.180.247", + "176.95.181.132", + "176.95.193.86", + "176.95.197.177", + "176.95.197.44", + "176.95.199.218", + "176.95.199.76", + "176.95.201.44", + "176.95.209.119", + "176.95.212.31", + "176.95.212.35", + "176.95.212.48", + "176.95.220.9", + "176.95.222.225", + "176.95.225.130", + "176.95.226.138", + "176.95.227.130", + "176.95.228.181", + "176.95.231.88", + "176.95.232.215", + "176.95.240.148", + "176.95.244.176", + "176.95.249.239", + "176.95.255.93", + "176.95.65.140", + "176.95.70.90", + "176.95.71.130", + "176.95.82.16", + "176.95.83.154", + "177", + "178", + "178.1.253.61", + "178.13.120.194", + "178.13.13.120", + "178.13.15.177", + "178.13.227.225", + "178.13.238.21", + "178.13.244.133", + "178.13.248.54", + "178.13.249.161", + "178.13.252.49", + "178.13.27.42", + "178.13.65.184", + "178.13.65.22", + "178.13.65.242", + "178.13.67.111", + "178.13.68.19", + "178.13.74.126", + "178.13.79.48", + "178.13.80.86", + "178.13.82.119", + "178.13.88.127", + "178.13.91.192", + "178.13.95.218", + "178.142.166.6", + "178.142.23.126", + "178.142.9.8", + "178.15.126.88", + "178.15.134.135", + "178.15.135.237", + "178.15.135.4", + "178.15.135.5", + "178.15.146.70", + "178.15.168.242", + "178.15.173.2", + "178.15.208.122", + "178.15.239.176", + "178.15.37.186", + "178.15.51.218", + "178.15.58.20", + "178.15.58.21", + "178.15.81.82", + "178.172.152.157:3389>>>Fans", + "178.172.152.157:3389>>>ManagerOne", + "178.172.152.157:3389>>>ManagerOne;Fans;ManagerTwo", + "178.172.152.157:3389>>>ManagerTwo", + "178.172.152.157:3389>>>fans", + "178.172.152.157:3389>>>managerone", + "178.172.152.157:3389>>>managerone;fans;managertwo", + "178.172.152.157:3389>>>managertwo", + "178.19.85.57", + "178.19.90.248", + "178.19.94.205", + "178.200.215.67", + "178.201.134.18", + "178.208.114.50", + "178.239.67.174", + "178.239.76.114", + "178.248.216.6", + "178.249.30.4", + "178.25.142.51", + "178.250.160.155", + "178.250.160.70", + "178.250.161.116", + "178.250.166.2", + "178.251.118.4", + "178.251.119.10", + "178.251.13.190", + "178.251.90.51", + "178.27.15.75", + "178.27.160.115", + "178.27.255.194", + "178.63.183.1", + "179", + "17:01:30", + "17:01:31", + "17:07:16", + "17:07:44", + "17:07:56", + "17:12:50", + "17B00150.E", + "17T00:00:00Z", + "17b00150.e", + "17k", + "17mJyMB9G8bV4wjVkfNJEEWeMboQvN5dtU\\", + "17mjymb9g8bv4wjvkfnjeewemboqvn5dtu\\", + "17t00:00:00z", + "18", + "18.13k", + "18.159.84.209", + "18.192.138.119", + "18.192.47.130", + "18.196.53.221", + "18.198.218.224", + "18.198.252.75", + "18.198.80.40", + "18.77k", + "18/", + "180", + "181", + "182", + "18205708", + "183", + "1833Millie@", + "1833millie@", + "184", + "184.104.207.73", + "185", + "185.101.250.19", + "185.101.250.31", + "185.101.5.237", + "185.103.232.86", + "185.104.162.41", + "185.11.56.10", + "185.11.56.15", + "185.11.56.20", + "185.11.56.43", + "185.11.56.6", + "185.110.126.226", + "185.113.146.143", + "185.116.99.164", + "185.124.197.26", + "185.124.75.76", + "185.125.172.74", + "185.127.208.39", + "185.13.28.40", + "185.13.28.44", + "185.13.31.125", + "185.130.22.5", + "185.134.108.108", + "185.134.109.82", + "185.141.64.204", + "185.143.168.70", + "185.150.32.207", + "185.153.142.102", + "185.158.182.84", + "185.159.32.66", + "185.160.249.188", + "185.160.249.22", + "185.160.249.238", + "185.161.176.2", + "185.168.161.9", + "185.169.56.34", + "185.169.57.178", + "185.169.57.26", + "185.169.57.34", + "185.17.244.114", + "185.170.140.134", + "185.171.79.45", + "185.171.79.46", + "185.176.16.212", + "185.186.121.154", + "185.19.233.254", + "185.194.64.34", + "185.200.8.84", + "185.201.85.102", + "185.204.103.0", + "185.204.103.7", + "185.206.89.227", + "185.207.62.74", + "185.209.132.252", + "185.209.132.5", + "185.209.132.6", + "185.209.133.25", + "185.209.67.208", + "185.211.16.138", + "185.215.237.43", + "185.218.197.10", + "185.219.211.190", + "185.219.211.22", + "185.219.211.38", + "185.219.211.63", + "185.219.211.70", + "185.220.0.70", + "185.220.2.129", + "185.223.146.178", + "185.230.86.208", + "185.230.86.210", + "185.233.220.34", + "185.239.82.123", + "185.239.82.179", + "185.241.152.8", + "185.243.15.74", + "185.249.169.146", + "185.25.165.115", + "185.253.12.74", + "185.254.127.38", + "185.254.127.39", + "185.26.26.38", + "185.35.218.18", + "185.35.218.20", + "185.35.218.251", + "185.35.219.62", + "185.35.235.198", + "185.36.117.166", + "185.36.117.6", + "185.36.120.114", + "185.36.120.146", + "185.37.136.251", + "185.37.155.238", + "185.37.248.37", + "185.37.249.202", + "185.39.104.15", + "185.45.240.172", + "185.45.240.47", + "185.45.241.226", + "185.45.241.228", + "185.47.233.190", + "185.5.169.42", + "185.58.28.179", + "185.59.15.18", + "185.62.150.35", + "185.62.88.14", + "185.62.88.22", + "185.63.126.20", + "185.65.193.177", + "185.65.195.11", + "185.65.4.2", + "185.65.4.6", + "185.66.65.224", + "185.70.147.212", + "185.71.122.54", + "185.71.123.28", + "185.71.123.44", + "185.74.216.218", + "185.74.216.22", + "185.76.160.50", + "185.78.61.163", + "185.8.228.42", + "185.89.24.14", + "185.9.182.34", + "185.93.117.86", + "185.94.28.148", + "185.94.36.103", + "185.94.37.198", + "185.95.212.190", + "185.98.241.82", + "186", + "187", + "188", + "188.1.239.218", + "188.111.104.157", + "188.111.40.238", + "188.111.41.197", + "188.111.53.58", + "188.172.113.222", + "188.172.121.34", + "188.172.124.62", + "188.174.196.166", + "188.174.202.231", + "188.174.53.239", + "188.174.57.109", + "188.192.1.63", + "188.192.65.75", + "188.192.81.142", + "188.193.69.104", + "188.193.88.16", + "188.210.43.242", + "188.210.46.14", + "188.244.102.188", + "188.244.102.98", + "188.34.145.148", + "188.64.249.74", + "188.92.133.164", + "188.93.221.37", + "188307981589282816", + "189", + "18B", + "18b", + "18k", + "19", + "19-", + "19.41k", + "19.56k", + "19.71k", + "19.86k", + "19/01/23", + "190", + "191", + "192", + "192.109.223.135", + "192.109.231.182", + "192.109.235.144", + "192.166.9.5", + "192.168.0.1", + "192.168.0.255", + "193", + "193.100.249.11", + "193.102.25.4", + "193.110.178.164", + "193.110.43.159", + "193.111.174.5", + "193.122.15.46", + "193.138.117.8", + "193.138.158.143", + "193.158.180.241", + "193.158.212.36", + "193.158.47.110", + "193.158.51.93", + "193.158.69.2", + "193.158.93.122", + "193.158.96.114", + "193.158.99.106", + "193.159.169.250", + "193.159.169.252", + "193.159.17.145", + "193.159.176.236", + "193.159.185.203", + "193.159.185.205", + "193.159.185.206", + "193.16.3.7", + "193.17.178.1", + "193.17.22.14", + "193.17.22.2", + "193.17.22.5", + "193.17.22.8", + "193.17.28.67", + "193.174.193.59", + "193.174.67.93", + "193.19.180.218", + "193.196.160.1", + "193.196.199.18", + "193.197.169.7", + "193.202.107.86", + "193.218.21.16", + "193.22.115.5", + "193.22.174.26", + "193.22.24.117", + "193.23.56.2", + "193.23.56.38", + "193.238.8.109", + "193.25.201.205", + "193.26.96.78", + "193.27.156.126", + "193.27.252.10", + "193.29.252.69", + "193.3.45.2", + "193.3.45.6", + "193.37.79.174", + "193.38.40.1", + "193.41.121.70", + "193.93.2.14", + "193.93.3.40", + "193.99.160.123", + "193.99.214.46", + "194", + "194.107.128.1", + "194.113.137.120", + "194.113.160.251", + "194.115.120.152", + "194.116.168.1", + "194.127.107.12", + "194.15.166.22", + "194.150.189.194", + "194.156.214.10", + "194.195.1.99", + "194.195.9.222", + "194.2", + "194.231.113.108", + "194.246.46.66", + "194.25.111.78", + "194.25.154.162", + "194.25.157.126", + "194.25.170.178", + "194.25.172.131", + "194.25.172.134", + "194.25.172.151", + "194.25.172.152", + "194.25.172.165", + "194.25.203.18", + "194.25.214.195", + "194.25.28.146", + "194.25.44.18", + "194.25.44.20", + "194.25.80.91", + "194.25.80.93", + "194.25.87.114", + "194.25.99.234", + "194.31.70.43", + "194.34.243.31", + "194.50.58.253", + "194.55.195.16", + "194.77.132.229", + "194.77.132.233", + "194.77.163.161", + "194.8.206.226", + "194.8.215.34", + "194.8.216.162", + "194.8.218.102", + "194.8.221.254", + "194.8.222.34", + "194.9.11.8", + "194.93.103.1", + "194.93.103.10", + "194.94.157.249", + "194.94.47.130", + "194.94.65.1", + "194.95.197.4", + "194.95.197.6", + "194.95.221.254", + "194.97.143.209", + "194.97.145.195", + "194.97.146.108", + "194.97.156.226", + "195", + "195.110.27.82", + "195.110.27.85", + "195.110.27.86", + "195.110.27.88", + "195.110.27.89", + "195.123.104.124", + "195.135.144.57", + "195.135.158.228", + "195.14.193.175", + "195.14.208.38", + "195.14.209.150", + "195.14.209.36", + "195.14.209.58", + "195.14.210.122", + "195.14.211.10", + "195.14.211.111", + "195.14.211.28", + "195.14.211.29", + "195.14.211.47", + "195.14.211.52", + "195.14.211.61", + "195.14.211.65", + "195.14.211.74", + "195.14.211.75", + "195.14.211.83", + "195.14.211.86", + "195.14.211.92", + "195.14.211.93", + "195.14.211.95", + "195.14.211.96", + "195.14.211.98", + "195.14.225.10", + "195.14.242.25", + "195.14.243.174", + "195.14.246.54", + "195.14.248.82", + "195.14.253.253", + "195.145.108.108", + "195.145.108.166", + "195.145.124.50", + "195.145.139.171", + "195.145.139.82", + "195.145.171.108", + "195.145.171.120", + "195.145.171.121", + "195.145.199.194", + "195.145.216.9", + "195.145.25.6", + "195.145.39.250", + "195.145.79.116", + "195.160.160.100", + "195.160.231.186", + "195.160.231.198", + "195.160.231.25", + "195.160.231.26", + "195.160.231.28", + "195.185.168.18", + "195.185.185.70", + "195.185.209.26", + "195.191.69.220", + "195.191.69.221", + "195.192.203.13", + "195.216.198.118", + "195.219.156.124", + "195.219.156.5", + "195.219.62.155", + "195.226.112.6", + "195.226.171.34", + "195.226.174.194", + "195.226.177.218", + "195.227.100.195", + "195.227.137.145", + "195.227.137.177", + "195.227.137.209", + "195.227.137.225", + "195.227.137.33", + "195.227.137.41", + "195.227.137.57", + "195.227.139.1", + "195.227.139.65", + "195.227.171.1", + "195.227.171.145", + "195.227.171.201", + "195.227.171.249", + "195.227.171.57", + "195.227.179.137", + "195.227.179.145", + "195.227.179.161", + "195.227.179.217", + "195.227.179.65", + "195.227.179.81", + "195.227.183.121", + "195.227.183.137", + "195.227.183.209", + "195.227.183.217", + "195.227.183.249", + "195.227.183.81", + "195.227.183.89", + "195.227.186.121", + "195.227.186.153", + "195.227.186.161", + "195.227.186.17", + "195.227.186.33", + "195.227.186.73", + "195.227.186.9", + "195.227.199.1", + "195.227.199.121", + "195.227.199.233", + "195.227.199.81", + "195.227.202.253", + "195.227.203.229", + "195.227.206.245", + "195.227.212.117", + "195.227.212.237", + "195.227.214.109", + "195.227.214.201", + "195.227.215.217", + "195.227.215.253", + "195.227.220.97", + "195.234.34.1", + "195.243.132.90", + "195.243.132.91", + "195.243.134.134", + "195.243.145.98", + "195.243.153.178", + "195.243.156.2", + "195.243.156.3", + "195.243.158.92", + "195.243.159.2", + "195.243.18.254", + "195.243.187.133", + "195.243.189.36", + "195.243.198.170", + "195.243.210.110", + "195.243.211.242", + "195.243.230.254", + "195.243.55.54", + "195.243.62.140", + "195.243.67.50", + "195.243.99.98", + "195.244.239.12", + "195.248.145.10", + "195.248.145.11", + "195.248.145.30", + "195.248.145.8", + "195.252.147.142", + "195.30.102.189", + "195.30.104.109", + "195.30.105.113", + "195.30.112.49", + "195.30.116.146", + "195.30.116.68", + "195.30.123.49", + "195.30.126.113", + "195.30.126.121", + "195.30.126.23", + "195.30.126.65", + "195.30.126.68", + "195.30.126.9", + "195.30.133.1", + "195.30.137.81", + "195.30.142.17", + "195.30.193.10", + "195.30.23.2", + "195.30.23.25", + "195.30.62.81", + "195.37.12.38", + "195.37.16.16", + "195.37.181.129", + "195.37.181.133", + "195.37.188.146", + "195.37.231.235", + "195.37.231.242", + "195.37.231.64", + "195.37.46.240", + "195.37.64.7", + "195.38.159.226", + "195.50.139.194", + "195.50.148.18", + "195.50.149.190", + "195.50.153.42", + "195.50.154.115", + "195.50.174.194", + "195.50.174.250", + "195.52.114.53", + "195.52.219.68", + "195.63.129.217", + "195.63.141.46", + "195.63.141.57", + "195.63.195.19", + "195.63.201.108", + "195.8.104.253", + "195.80.200.11", + "195.80.200.2", + "195.80.200.36", + "195.82.35.226", + "195.82.56.133", + "195.82.56.58", + "195.82.56.68", + "195.82.61.146", + "195.82.61.53", + "195.82.67.166", + "195.85.218.46", + "195.94.29.86", + "196", + "197", + "197.20k", + "198", + "1989", + "199", + "199.233.203.9", + "199.59.229.65", + "1991agency.com", + "1992", + "1998", + "19:03:24", + "19:03:26", + "19:03:28", + "19:03:33", + "19:03:34", + "19:13:34", + "19k", + "1:14", + "1:17", + "1:29", + "1:32", + "1:39", + "1:42", + "1:44", + "1:47", + "1:51", + "1:57", + "1=1", + "1ADD", + "1CHASE", + "1DM2JWiRukHWRZtKCXR1wet6t3yj8UjoWh", + "1M4", + "1O3", + "1TB+", + "1V2", + "1a.m", + "1a.m.", + "1aB", + "1ab", + "1add", + "1b880197c5db2aecd2ffc3489591f6f78075149991e7069badcb49d9774a142c", + "1c0", + "1c9", + "1chase", + "1d66985148f83ddbfd7dad388bffbcb13f58e68b:973d7088f", + "1d8", + "1dm2jwirukhwrztkcxr1wet6t3yj8ujowh", + "1f0", + "1f8", + "1gr", + "1k", + "1k$", + "1m4", + "1nz", + "1o3", + "1oo@\u0435\u043a\u0441\u043f\u043b\u043e\u0439\u0442.\u0438\u043c", + "1p.m", + "1p.m.", + "1p2", + "1st", + "1tb+", + "1v2", + "1wwolbwz", + "1x", + "1xx", + "1ze", + "2", + "2,1),1,1", + "2,3", + "2,4k.txt", + "2,500", + "2.0", + "2.0.0", + "2.0.1", + "2.01k", + "2.04k", + "2.05k", + "2.07k", + "2.08k", + "2.1", + "2.1.6", + "2.100", + "2.13k", + "2.16", + "2.19k", + "2.2", + "2.202.44.76", + "2.203.12.8", + "2.203.159.231", + "2.203.205.12", + "2.207.129.67", + "2.207.129.69", + "2.207.129.77", + "2.207.137.114", + "2.207.138.62", + "2.207.143.170", + "2.207.148.146", + "2.207.148.150", + "2.207.156.195", + "2.207.188.98", + "2.207.194.62", + "2.207.205.154", + "2.207.209.226", + "2.207.237.178", + "2.207.238.13", + "2.207.238.62", + "2.207.244.179", + "2.207.247.40", + "2.207.51.196", + "2.20k", + "2.23.15.206", + "2.29k", + "2.3", + "2.30k", + "2.31k", + "2.37k", + "2.4", + "2.40k", + "2.5", + "2.57k", + "2.58k", + "2.59k", + "2.6", + "2.61k", + "2.63k", + "2.7", + "2.8", + "2.81k", + "2.89k", + "2.9", + "2.txt", + "2/13/2023", + "2/14/2023", + "2/15/2023", + "2/16/2023", + "2/17/2023", + "2/18/2023", + "2/19/2023", + "2/20/2023", + "2/21/2023", + "2/22/2023", + "2/23/2023", + "2/24/2023", + "2/25/2023", + "2/26/2023", + "2/27/2023", + "2/28/2023", + "2/3", + "2/8/2023", + "20", + "20$/1000", + "20,000", + "20.00", + "20.04", + "20.11.2022", + "20.113.35.4", + "20.113.43.117", + "20.218.114.186", + "20.218.116.65", + "20.52.185.254", + "20.52.194.83", + "20.52.60.55", + "20.79.205.185", + "20.79.77.119", + "20.79.92.85", + "20/", + "200", + "2000", + "20000", + "2004", + "2007/2010/2013/2016", + "200K+", + "200M+", + "200k+", + "200m+", + "201", + "2010", + "2011", + "2012.csv", + "2013", + "2014", + "2014.csv", + "20140307@miucateci.edu.do", + "2015.csv", + "2016", + "2016).txt", + "2016.csv", + "2017", + "2017).txt", + "2017.csv", + "20178669878917959", + "2018", + "2018.csv", + "2019", + "2019).txt", + "2019.csv", + "20190125", + "20190468@miucateci.edu.do", + "202", + "202.0.77.15", + "2020", + "2020).txt", + "2020.csv", + "2020.txt", + "2021", + "2021).txt", + "2021.csv", + "2021.txt", + "20210974@miucateci.edu.do", + "2022", + "2022,best", + "20222", + "2023", + "2023.xlsx:$office$*2013", + "2024", + "2025", + "2027", + "203", + "203.202.224.8", + "204", + "205", + "206", + "207", + "207.89.102.142", + "208", + "208bd3290ed7ecbc8cd510f0cc31eca18ac4fe32fb1dffc1b1f01c220b4bb5a2", + "209", + "209.206.39.10", + "20:24:00", + "20k", + "21", + "21.02.2023", + "21.42k", + "21.75k", + "21/", + "21/02/2023", + "21/03/2023", + "21/11/2022", + "210", + "210.184.82.25", + "210\u043a$", + "211", + "212", + "212.100.43.162", + "212.102.240.100", + "212.102.240.109", + "212.11.227.13", + "212.110.115.131", + "212.110.115.132", + "212.110.115.134", + "212.110.115.137", + "212.110.115.139", + "212.110.115.147", + "212.110.115.148", + "212.110.115.149", + "212.110.115.150", + "212.110.208.172", + "212.111.241.140", + "212.114.138.107", + "212.114.139.14", + "212.114.176.226", + "212.114.177.6", + "212.114.203.170", + "212.114.222.247", + "212.114.226.52", + "212.114.227.205", + "212.114.247.231", + "212.114.254.154", + "212.114.255.64", + "212.115.173.82", + "212.117.66.133", + "212.117.66.158", + "212.117.66.30", + "212.117.66.38", + "212.117.67.190", + "212.117.68.42", + "212.117.70.190", + "212.117.81.74", + "212.117.82.34", + "212.117.87.234", + "212.117.89.241", + "212.117.90.130", + "212.117.93.32", + "212.117.94.129", + "212.118.201.106", + "212.118.204.108", + "212.118.204.36", + "212.118.223.122", + "212.12.63.82", + "212.121.130.42", + "212.121.131.36", + "212.121.131.37", + "212.123.210.21", + "212.123.255.150", + "212.123.255.58", + "212.124.50.114", + "212.125.105.42", + "212.125.114.2", + "212.144.114.22", + "212.144.220.198", + "212.144.227.244", + "212.144.231.252", + "212.144.234.174", + "212.144.234.5", + "212.144.237.228", + "212.144.249.122", + "212.144.4.99", + "212.144.97.28", + "212.16.245.210", + "212.161.22.122", + "212.161.22.202", + "212.161.22.243", + "212.172.19.34", + "212.172.19.58", + "212.172.2.77", + "212.172.206.42", + "212.172.219.82", + "212.172.219.94", + "212.172.228.2", + "212.172.4.42", + "212.172.6.19", + "212.18.11.163", + "212.18.193.200", + "212.18.214.16", + "212.18.217.219", + "212.184.10.18", + "212.184.109.194", + "212.184.140.135", + "212.184.167.187", + "212.184.185.194", + "212.184.20.114", + "212.184.218.3", + "212.184.222.202", + "212.184.87.138", + "212.184.94.162", + "212.185.105.220", + "212.185.105.80", + "212.185.111.66", + "212.185.15.22", + "212.185.199.2", + "212.185.206.29", + "212.185.226.162", + "212.185.27.42", + "212.185.27.44", + "212.185.28.178", + "212.185.28.179", + "212.185.31.125", + "212.185.40.154", + "212.185.40.42", + "212.185.51.186", + "212.185.51.188", + "212.185.54.26", + "212.185.74.194", + "212.185.87.218", + "212.19.33.130", + "212.2.67.132", + "212.201.100.70", + "212.201.131.29", + "212.201.131.42", + "212.201.131.51", + "212.202.108.162", + "212.202.109.82", + "212.202.133.210", + "212.202.148.58", + "212.202.152.56", + "212.202.222.73", + "212.202.223.217", + "212.202.237.246", + "212.202.239.10", + "212.202.240.82", + "212.202.241.130", + "212.202.96.123", + "212.204.38.34", + "212.204.38.38", + "212.204.38.70", + "212.204.92.147", + "212.211.214.75", + "212.211.215.122", + "212.211.215.60", + "212.218.10.174", + "212.218.11.18", + "212.218.12.81", + "212.218.135.21", + "212.218.14.38", + "212.218.15.243", + "212.218.16.40", + "212.218.195.11", + "212.218.212.54", + "212.218.212.62", + "212.218.229.132", + "212.218.253.17", + "212.218.33.118", + "212.218.63.53", + "212.218.66.66", + "212.218.90.134", + "212.222.117.50", + "212.222.150.166", + "212.23.143.50", + "212.23.145.11", + "212.23.150.82", + "212.23.154.166", + "212.237.160.105", + "212.237.160.121", + "212.237.160.145", + "212.237.160.17", + "212.237.160.177", + "212.237.160.209", + "212.237.160.225", + "212.237.160.33", + "212.237.160.41", + "212.237.160.65", + "212.237.162.33", + "212.237.162.57", + "212.237.162.65", + "212.237.170.77", + "212.237.170.89", + "212.29.38.142", + "212.29.42.10", + "212.3.67.238", + "212.3.76.162", + "212.3.76.58", + "212.3.76.82", + "212.3.80.226", + "212.3.81.98", + "212.3.84.242", + "212.3.85.214", + "212.3.86.162", + "212.3.87.18", + "212.3.87.34", + "212.3.87.50", + "212.3.88.86", + "212.3.88.98", + "212.3.89.94", + "212.3.91.202", + "212.3.91.230", + "212.3.91.74", + "212.3.92.126", + "212.3.92.134", + "212.3.92.142", + "212.3.92.154", + "212.3.92.173", + "212.3.92.218", + "212.37.47.234", + "212.37.49.70", + "212.37.49.78", + "212.37.54.84", + "212.37.54.86", + "212.4.174.13", + "212.4.174.40", + "212.4.174.55", + "212.4.21.134", + "212.53.208.187", + "212.59.32.105", + "212.59.35.17", + "212.59.37.192", + "212.59.43.20", + "212.6.84.4", + "212.60.130.238", + "212.60.207.4", + "212.60.220.11", + "212.60.220.12", + "212.60.220.20", + "212.60.220.37", + "212.60.222.153", + "212.60.223.241", + "212.60.232.68", + "212.60.232.72", + "212.60.247.116", + "212.62.196.10", + "212.62.197.130", + "212.62.201.226", + "212.62.206.3", + "212.63.82.119", + "212.65.1.54", + "212.65.12.44", + "212.7.191.19", + "212.77.162.82", + "212.79.54.130", + "212.79.58.182", + "212.79.58.183", + "212.80.250.54", + "212.82.62.162", + "212.82.62.3", + "212.87.159.202", + "212.88.131.226", + "212.89.128.81", + "212.89.146.87", + "212.9.178.93", + "212.90.129.235", + "212.90.130.163", + "212.93.12.83", + "212.95.101.181", + "212.95.103.138", + "212.95.115.179", + "212.99.165.145", + "212.99.165.45", + "212.99.166.225", + "212.99.166.233", + "212.99.167.113", + "212.99.167.241", + "212.99.171.129", + "212.99.171.17", + "212.99.199.173", + "212.99.212.35", + "212.99.216.236", + "212.99.217.210", + "212.99.221.114", + "212.99.222.178", + "212.99.222.221", + "212.99.222.222", + "213", + "213.128.141.58", + "213.128.149.40", + "213.131.229.166", + "213.135.5.134", + "213.135.5.34", + "213.135.6.209", + "213.135.7.113", + "213.135.8.29", + "213.135.9.22", + "213.138.40.134", + "213.139.129.150", + "213.139.144.92", + "213.144.11.222", + "213.144.3.2", + "213.144.31.218", + "213.146.235.138", + "213.146.252.10", + "213.148.142.242", + "213.148.153.210", + "213.148.153.225", + "213.148.159.246", + "213.153.88.133", + "213.153.88.42", + "213.155.74.4", + "213.157.2.86", + "213.157.25.37", + "213.157.30.2", + "213.157.7.111", + "213.160.14.194", + "213.160.21.189", + "213.160.21.196", + "213.160.27.75", + "213.160.9.12", + "213.164.67.228", + "213.164.74.4", + "213.164.75.53", + "213.164.81.113", + "213.164.81.54", + "213.164.81.98", + "213.164.82.34", + "213.164.93.162", + "213.164.93.58", + "213.164.94.20", + "213.168.102.197", + "213.168.102.198", + "213.168.102.20", + "213.168.102.39", + "213.168.102.5", + "213.168.117.221", + "213.168.125.194", + "213.168.127.42", + "213.168.205.193", + "213.168.206.60", + "213.168.207.134", + "213.168.208.134", + "213.168.208.205", + "213.168.208.4", + "213.168.208.52", + "213.168.208.60", + "213.168.216.219", + "213.168.221.106", + "213.168.66.37", + "213.168.67.178", + "213.168.67.180", + "213.168.67.186", + "213.168.67.189", + "213.168.67.190", + "213.168.69.44", + "213.168.79.34", + "213.168.93.178", + "213.168.99.130", + "213.168.99.186", + "213.172.105.114", + "213.172.112.50", + "213.172.116.170", + "213.172.123.122", + "213.172.125.202", + "213.178.19.134", + "213.178.24.138", + "213.179.129.236", + "213.179.147.2", + "213.179.148.62", + "213.179.151.14", + "213.183.162.34", + "213.183.170.82", + "213.183.184.34", + "213.183.70.250", + "213.183.90.197", + "213.183.90.6", + "213.183.92.18", + "213.183.94.30", + "213.187.77.21", + "213.187.89.98", + "213.187.92.4", + "213.188.109.146", + "213.191.40.149", + "213.196.223.254", + "213.196.233.202", + "213.198.10.132", + "213.202.255.226", + "213.202.255.230", + "213.203.201.180", + "213.203.206.2", + "213.203.211.46", + "213.203.211.54", + "213.206.174.30", + "213.206.177.39", + "213.206.177.41", + "213.206.177.45", + "213.208.26.78", + "213.209.114.234", + "213.209.114.6", + "213.209.117.164", + "213.214.13.129", + "213.214.13.19", + "213.214.13.35", + "213.214.13.39", + "213.214.13.41", + "213.214.13.45", + "213.214.13.49", + "213.214.13.53", + "213.214.13.57", + "213.216.0.233", + "213.216.0.37", + "213.216.1.250", + "213.216.10.202", + "213.216.10.3", + "213.216.12.34", + "213.216.19.146", + "213.216.19.198", + "213.216.2.200", + "213.216.20.130", + "213.216.21.195", + "213.216.21.9", + "213.216.22.155", + "213.216.24.26", + "213.216.27.236", + "213.216.3.40", + "213.216.5.42", + "213.216.6.248", + "213.216.7.110", + "213.216.8.94", + "213.216.9.158", + "213.216.9.26", + "213.227.169.193", + "213.227.187.1", + "213.23.102.106", + "213.23.104.162", + "213.23.110.235", + "213.23.127.202", + "213.23.253.122", + "213.23.75.229", + "213.23.86.163", + "213.251.56.177", + "213.254.222.22", + "213.30.239.131", + "213.61.101.156", + "213.61.139.164", + "213.61.141.34", + "213.61.147.242", + "213.61.151.124", + "213.61.160.131", + "213.61.172.99", + "213.61.174.189", + "213.61.178.138", + "213.61.190.227", + "213.61.193.2", + "213.61.206.146", + "213.61.224.4", + "213.61.245.234", + "213.61.255.26", + "213.61.39.5", + "213.61.62.75", + "213.61.87.227", + "213.61.92.166", + "213.86.11.99", + "213.86.128.3", + "213.86.17.37", + "213.86.17.42", + "213.86.98.69", + "213.95.15.81", + "213.95.161.132", + "213.95.247.52", + "213.95.33.236", + "214", + "215", + "216", + "216.172.75.67", + "216.83.212.252", + "217", + "217.110.103.122", + "217.110.120.178", + "217.110.143.36", + "217.110.143.42", + "217.110.154.197", + "217.110.175.148", + "217.110.175.153", + "217.110.175.77", + "217.110.194.228", + "217.110.196.214", + "217.110.196.218", + "217.110.202.90", + "217.110.202.91", + "217.110.222.138", + "217.110.238.207", + "217.110.243.195", + "217.110.32.54", + "217.110.64.10", + "217.110.74.70", + "217.110.88.90", + "217.110.95.122", + "217.111.0.2", + "217.111.0.58", + "217.111.1.246", + "217.111.122.54", + "217.111.48.19", + "217.111.5.62", + "217.111.69.248", + "217.111.73.190", + "217.111.79.20", + "217.114.75.50", + "217.114.79.170", + "217.114.79.173", + "217.114.79.174", + "217.146.132.237", + "217.146.20.169", + "217.151.156.54", + "217.16.160.5", + "217.19.180.130", + "217.19.186.184", + "217.19.187.227", + "217.19.189.138", + "217.19.191.178", + "217.210.115.163", + "217.22.198.204", + "217.224.43.60", + "217.225.255.237", + "217.225.81.229", + "217.227.100.117", + "217.227.33.246", + "217.228.231.154", + "217.230.116.4", + "217.230.85.27", + "217.230.87.112", + "217.230.95.183", + "217.231.28.176", + "217.232.188.10", + "217.232.201.158", + "217.233.117.202", + "217.234.205.189", + "217.234.240.47", + "217.235.53.92", + "217.236.190.232", + "217.236.251.52", + "217.237.161.182", + "217.237.163.122", + "217.237.165.245", + "217.237.187.234", + "217.238.213.102", + "217.238.229.157", + "217.239.129.243", + "217.239.152.156", + "217.239.159.116", + "217.239.171.179", + "217.239.171.3", + "217.239.171.4", + "217.239.171.6", + "217.239.183.230", + "217.239.192.226", + "217.239.2.56", + "217.239.203.122", + "217.239.212.82", + "217.239.221.178", + "217.239.226.68", + "217.239.251.250", + "217.24.205.188", + "217.24.232.11", + "217.24.52.8", + "217.24.55.46", + "217.240.79.137", + "217.243.138.34", + "217.243.138.35", + "217.243.138.39", + "217.243.138.8", + "217.243.138.9", + "217.243.187.230", + "217.243.199.250", + "217.243.208.106", + "217.243.208.109", + "217.243.238.66", + "217.244.14.228", + "217.244.14.230", + "217.244.210.171", + "217.245.38.108", + "217.245.53.106", + "217.245.57.218", + "217.246.206.30", + "217.246.208.113", + "217.246.210.4", + "217.246.211.125", + "217.246.213.147", + "217.246.214.245", + "217.246.52.87", + "217.246.57.51", + "217.246.59.24", + "217.246.92.63", + "217.248.32.230", + "217.248.67.61", + "217.248.81.23", + "217.249.172.127", + "217.250.122.26", + "217.251.18.240", + "217.252.194.33", + "217.254.118.250", + "217.254.246.191", + "217.254.250.30", + "217.254.45.31", + "217.254.9.50", + "217.255.224.51", + "217.26.246.78", + "217.28.98.52", + "217.5.129.98", + "217.5.148.18", + "217.5.149.114", + "217.5.152.246", + "217.5.153.123", + "217.5.232.130", + "217.5.234.3", + "217.5.254.2", + "217.6.117.222", + "217.6.136.138", + "217.6.14.142", + "217.6.149.90", + "217.6.171.22", + "217.6.176.171", + "217.6.184.92", + "217.6.187.102", + "217.6.188.98", + "217.6.196.34", + "217.6.198.4", + "217.6.21.148", + "217.6.225.66", + "217.6.235.218", + "217.6.246.50", + "217.6.31.122", + "217.6.34.170", + "217.6.39.195", + "217.6.42.90", + "217.6.70.98", + "217.64.173.174", + "217.64.173.66", + "217.64.175.2", + "217.64.175.50", + "217.64.175.74", + "217.68.161.213", + "217.69.239.205", + "217.69.240.29", + "217.69.245.209", + "217.69.247.34", + "217.7.112.162", + "217.7.113.10", + "217.7.12.42", + "217.7.137.154", + "217.7.140.226", + "217.7.141.2", + "217.7.144.82", + "217.7.182.122", + "217.7.182.146", + "217.7.185.250", + "217.7.189.106", + "217.7.19.106", + "217.7.193.214", + "217.7.198.187", + "217.7.202.50", + "217.7.203.128", + "217.7.205.102", + "217.7.206.143", + "217.7.213.245", + "217.7.217.5", + "217.7.223.84", + "217.7.225.180", + "217.7.226.140", + "217.7.226.166", + "217.7.229.235", + "217.7.238.33", + "217.7.242.163", + "217.7.243.10", + "217.7.244.166", + "217.7.248.163", + "217.7.251.143", + "217.7.3.194", + "217.70.160.219", + "217.70.168.186", + "217.72.216.107", + "217.72.219.18", + "217.72.223.93", + "217.76.100.18", + "217.76.100.186", + "217.76.100.187", + "217.76.100.189", + "217.76.101.112", + "217.76.101.211", + "217.78.142.169", + "217.78.161.135", + "217.78.163.10", + "217.79.210.242", + "217.80.171.211", + "217.80.23.78", + "217.81.115.208", + "217.81.134.140", + "217.81.201.65", + "217.81.217.63", + "217.81.228.209", + "217.81.248.124", + "217.81.249.175", + "217.82.74.166", + "217.82.84.95", + "217.83.160.118", + "217.83.163.30", + "217.83.165.79", + "217.83.50.51", + "217.84.11.1", + "217.84.163.23", + "217.84.169.37", + "217.84.171.107", + "217.84.171.128", + "217.84.221.135", + "217.85.161.220", + "217.86.134.246", + "217.86.135.129", + "217.86.141.117", + "217.86.142.103", + "217.86.154.141", + "217.86.155.253", + "217.86.156.60", + "217.86.159.172", + "217.86.164.113", + "217.86.174.136", + "217.86.176.214", + "217.86.176.26", + "217.86.177.60", + "217.86.180.35", + "217.86.183.27", + "217.86.188.213", + "217.86.190.49", + "217.86.196.229", + "217.86.201.29", + "217.86.203.68", + "217.86.206.215", + "217.86.207.113", + "217.86.209.48", + "217.86.223.96", + "217.86.226.190", + "217.86.230.205", + "217.86.235.81", + "217.86.242.111", + "217.86.248.44", + "217.86.250.212", + "217.86.43.203", + "217.86.47.219", + "217.86.89.254", + "217.87.45.120", + "217.88.127.67", + "217.88.20.226", + "217.89.130.59", + "217.89.146.70", + "217.89.153.18", + "217.89.157.2", + "217.89.158.50", + "217.89.159.106", + "217.89.161.90", + "217.89.175.250", + "217.89.180.130", + "217.89.184.122", + "217.89.38.82", + "217.89.38.84", + "217.89.40.219", + "217.89.50.130", + "217.89.50.131", + "217.89.75.115", + "217.9.101.93", + "217.9.108.254", + "217.9.111.162", + "217.9.121.233", + "217.9.45.219", + "217.91.1.49", + "217.91.102.211", + "217.91.107.231", + "217.91.109.60", + "217.91.113.168", + "217.91.113.200", + "217.91.115.167", + "217.91.115.212", + "217.91.119.22", + "217.91.125.55", + "217.91.128.86", + "217.91.13.253", + "217.91.134.90", + "217.91.140.207", + "217.91.141.229", + "217.91.143.2", + "217.91.145.141", + "217.91.146.62", + "217.91.147.218", + "217.91.149.60", + "217.91.151.14", + "217.91.157.249", + "217.91.158.87", + "217.91.164.169", + "217.91.171.111", + "217.91.172.239", + "217.91.173.244", + "217.91.175.97", + "217.91.181.113", + "217.91.183.199", + "217.91.185.112", + "217.91.192.124", + "217.91.194.108", + "217.91.196.221", + "217.91.196.95", + "217.91.200.12", + "217.91.201.244", + "217.91.209.101", + "217.91.215.76", + "217.91.215.91", + "217.91.216.43", + "217.91.217.6", + "217.91.219.1", + "217.91.22.113", + "217.91.22.170", + "217.91.223.45", + "217.91.244.126", + "217.91.244.97", + "217.91.249.207", + "217.91.25.178", + "217.91.25.237", + "217.91.251.53", + "217.91.26.40", + "217.91.28.129", + "217.91.32.221", + "217.91.33.120", + "217.91.34.245", + "217.91.35.228", + "217.91.43.108", + "217.91.43.74", + "217.91.45.226", + "217.91.49.185", + "217.91.6.90", + "217.91.66.153", + "217.91.70.131", + "217.91.72.55", + "217.91.72.86", + "217.91.73.119", + "217.91.74.207", + "217.91.75.159", + "217.91.81.209", + "217.91.84.48", + "217.91.86.94", + "217.91.87.72", + "217.91.89.69", + "217.91.90.138", + "217.91.90.90", + "217.92.0.208", + "217.92.103.78", + "217.92.106.26", + "217.92.119.185", + "217.92.120.213", + "217.92.131.34", + "217.92.132.126", + "217.92.135.122", + "217.92.147.205", + "217.92.147.231", + "217.92.149.55", + "217.92.163.116", + "217.92.164.133", + "217.92.165.39", + "217.92.167.223", + "217.92.170.209", + "217.92.176.248", + "217.92.181.26", + "217.92.189.35", + "217.92.19.220", + "217.92.191.39", + "217.92.192.11", + "217.92.193.48", + "217.92.226.205", + "217.92.230.146", + "217.92.230.157", + "217.92.232.246", + "217.92.233.159", + "217.92.233.249", + "217.92.237.206", + "217.92.25.188", + "217.92.25.205", + "217.92.251.82", + "217.92.27.243", + "217.92.28.86", + "217.92.28.94", + "217.92.3.176", + "217.92.37.20", + "217.92.39.51", + "217.92.43.206", + "217.92.50.195", + "217.92.50.200", + "217.92.52.163", + "217.92.57.243", + "217.92.64.157", + "217.92.64.248", + "217.92.66.159", + "217.92.67.8", + "217.92.69.55", + "217.92.73.154", + "217.92.74.219", + "217.92.81.124", + "217.92.87.61", + "217.92.89.159", + "217.92.9.203", + "217.92.9.42", + "217.93.10.248", + "217.93.107.185", + "217.93.11.97", + "217.93.14.40", + "217.94.100.52", + "218", + "219", + "21k", + "21o", + "22", + "22.03.2023", + "22.92k", + "22/", + "22/03/2023", + "220", + "220.57k", + "2200", + "221", + "222", + "223", + "224", + "225", + "226", + "227", + "228", + "229", + "22bcs11631@cuchd.in", + "22k", + "23", + "23.72k", + "23.Feb.2023", + "23.feb.2023", + "23/02/2023", + "23/04/2023", + "230", + "230102", + "230224", + "231", + "2316bbd98ad247f5f2fd561aa9aab76444c867bb", + "232", + "233", + "234", + "235", + "236", + "237", + "238", + "239", + "23Q", + "23k", + "23q", + "24", + "24.02.2023", + "24.134.103.145", + "24.134.110.229", + "24.134.127.73", + "24.134.149.65", + "24.134.161.181", + "24.134.170.217", + "24.134.172.217", + "24.134.176.165", + "24.134.214.93", + "24.134.219.137", + "24.134.23.69", + "24.134.242.189", + "24.134.251.145", + "24.134.4.53", + "24.134.47.177", + "24.134.71.237", + "24.134.75.205", + "24.134.96.109", + "24.54k", + "24/", + "24/12/22", + "24/7", + "24/7/365", + "240", + "2401", + "241", + "242", + "243", + "244", + "245", + "246", + "247", + "248", + "249", + "24h", + "24k", + "25", + "25$.", + "25/", + "25/02/23", + "250", + "251", + "252", + "253", + "254", + "255", + "256", + "256.14k", + "256.37k", + "25600", + "258", + "259", + "25k", + "26", + "26-", + "26.02.2023", + "26.2.0.125", + "26.66k", + "26/", + "26/02/23", + "260", + "261", + "262", + "263", + "265", + "266", + "2663,251_2663,0,Sat", + "2663,251_2663,0,sat", + "268", + "269", + "269.51k", + "26k", + "27", + "27.36k", + "27/", + "27/02/23", + "270", + "2703", + "271", + "272", + "273", + "279", + "27T00:00:00Z", + "27k", + "27t00:00:00z", + "28", + "28.11.22", + "28/02/23", + "280", + "281260fb90c7ce1e960bfa6c2e810c13b1d9e713:0d9765eb0", + "282", + "283", + "288", + "28e", + "29", + "29.41k", + "291", + "294", + "2942", + "297", + "299", + "29k", + "2:00", + "2:02", + "2:05", + "2:11", + "2:12", + "2:13", + "2:18", + "2:2", + "2:29", + "2:30", + "2:37", + "2>1", + "2AE", + "2BEE", + "2C2P", + "2C66069514F7817CF2CE156605054FCB2056136C529BCABDFAA8F83DB24C942B1234AA442580", + "2OY", + "2a.m", + "2a.m.", + "2ae", + "2b4", + "2bee", + "2c2p", + "2c66069514f7817cf2ce156605054fcb2056136c529bcabdfaa8f83db24c942b1234aa442580", + "2fa", + "2id", + "2k", + "2oy", + "2p.m", + "2p.m.", + "2vV", + "2vv", + "2y$10$0AeYLLRygfhHMmyMSuGnIO7tDvfDtJWt5.6dDCPTdPi36OeuLWtw", + "2y$10$0Ds3Jg2CJWGnaplhM55YaOt", + "2y$10$0aeyllrygfhhmmymsugnio7tdvfdtjwt5.6ddcptdpi36oeulwtw", + "2y$10$0ds3jg2cjwgnaplhm55yaot", + "2y$10$1n1Z0FTPnLnN6kiEBCVXzOs16EJ4sBkbR239LuyBAemH0Uku9PD9u", + "2y$10$1n1z0ftpnlnn6kiebcvxzos16ej4sbkbr239luybaemh0uku9pd9u", + "2y$10$7XRzuNVPbRsciwp5zFzmXuMc7LfTtiV", + "2y$10$7xrzunvpbrsciwp5zfzmxumc7lfttiv", + "2y$10$HbA1iKSmKXbMfsdFJ.Ko7ukOCEo36.ZiT5VK.fMITfy44quDT.uw2", + "2y$10$Spv0lfEImA5Tw86b9SRj7eV.6onSb9UV8Bc6Z.KE5318iodS1.jz2", + "2y$10$VVzvpbgSExG", + "2y$10$YPS", + "2y$10$ZKYbgokC1NBpq3i", + "2y$10$cF5Q5KXEQFwZ6lNrdBNICu16MZ9qeR2tWFd8iEk", + "2y$10$cKZNPPCpDQKAWULFCpbiPuh2ofkOd3DLPN", + "2y$10$cf5q5kxeqfwz6lnrdbnicu16mz9qer2twfd8iek", + "2y$10$ckznppcpdqkawulfcpbipuh2ofkod3dlpn", + "2y$10$hba1iksmkxbmfsdfj.ko7ukoceo36.zit5vk.fmitfy44qudt.uw2", + "2y$10$oyUOn6mXZlIWUpN6y4a3OOEAXaNPwDxJAiijykRODPbAtMyih6fSa", + "2y$10$oyuon6mxzliwupn6y4a3ooeaxanpwdxjaiijykrodpbatmyih6fsa", + "2y$10$spv0lfeima5tw86b9srj7ev.6onsb9uv8bc6z.ke5318iods1.jz2", + "2y$10$v/93QYRnkoQtyU5E1O3", + "2y$10$v/93qyrnkoqtyu5e1o3", + "2y$10$vvzvpbgsexg", + "2y$10$yps", + "2y$10$zkybgokc1nbpq3i", + "3", + "3)Sure", + "3)sure", + "3.0", + "3.06k", + "3.07k", + "3.1", + "3.120.95.66", + "3.121.142.225", + "3.121.142.37", + "3.121.31.244", + "3.121.96.79", + "3.122.131.225", + "3.122.133.238", + "3.122.240.149", + "3.124.39.26", + "3.124.54.65", + "3.127.187.233", + "3.12k", + "3.2", + "3.2.5", + "3.22k", + "3.27k", + "3.29k", + "3.3", + "3.4", + "3.5", + "3.57k", + "3.6", + "3.6.1.2", + "3.60k", + "3.65.148.197", + "3.66.118.146", + "3.68.24.226", + "3.68k", + "3.69.89.48", + "3.7", + "3.70k", + "3.71k", + "3.74.136.198", + "3.74.145.156", + "3.800", + "3.9", + "3.txt", + "3/1/2023", + "30", + "30.00", + "300", + "301", + "302", + "304", + "307", + "309", + "30K.txt", + "30KK", + "30gr", + "30k", + "30k.txt", + "30kk", + "30kvalid_base_80%_2023", + "31", + "31.13.190.226", + "31.150.132.109", + "31.17.146.28", + "31.17.236.1", + "31.172.104.78", + "31.172.107.153", + "31.172.108.194", + "31.172.109.85", + "31.18.114.77", + "31.18.208.40", + "31.18.56.7", + "31.187.77.122", + "31.187.90.142", + "31.187.90.73", + "31.187.91.24", + "31.19.104.234", + "31.19.142.141", + "31.19.41.55", + "31.19.98.14", + "31.209.127.19", + "31.209.186.170", + "31.22.30.178", + "31.22.30.99", + "31.25.159.153", + "31.25.159.170", + "31.31.208.133", + "31.31.208.138", + "31.31.208.139", + "31.31.208.141", + "31.31.208.144", + "31.31.208.161", + "31.47.225.6", + "31.47.230.129", + "31.47.82.98", + "31.47.84.102", + "31.47.84.203", + "31.47.84.59", + "31.47.84.77", + "310", + "312", + "314", + "315", + "316", + "317", + "319", + "31A", + "31a", + "31e", + "31k", + "32", + "32,0,5)))))kDjP", + "32,0,5)))))kdjp", + "320", + "321", + "322", + "323", + "324", + "326", + "328", + "32k", + "33", + "33.91k", + "331", + "3315", + "332", + "333", + "335", + "336", + "337", + "338", + "33k", + "34.09k", + "34.141.43.46", + "34.94k", + "34/", + "340", + "344", + "346", + "34c", + "35", + "35.156.146.136", + "35.158.193.43", + "35.246.151.60", + "35.93k", + "35/", + "350", + "350RP", + "350rp", + "352", + "355", + "3569webb", + "357", + "359", + "35k", + "36", + "36.91k", + "36/", + "360", + "361", + "362", + "365", + "366", + "368", + "36dff9949c24be5a063efa21eceae5c639014d85", + "36k", + "37.123.122.243", + "37.148.137.150", + "37.156.80.54", + "37.157.253.179", + "37.16.70.61", + "37.16.71.210", + "37.209.84.91", + "37.228.140.69", + "37.228.187.65", + "37.24.0.170", + "37.24.1.238", + "37.24.100.115", + "37.24.103.138", + "37.24.125.242", + "37.24.127.82", + "37.24.133.210", + "37.24.141.162", + "37.24.155.154", + "37.24.157.162", + "37.24.16.194", + "37.24.163.154", + "37.24.165.100", + "37.24.167.211", + "37.24.167.213", + "37.24.167.215", + "37.24.167.218", + "37.24.167.221", + "37.24.178.41", + "37.24.195.242", + "37.24.201.178", + "37.24.201.215", + "37.24.218.31", + "37.24.226.18", + "37.24.232.82", + "37.24.28.98", + "37.24.29.17", + "37.24.38.222", + "37.24.39.114", + "37.24.42.189", + "37.24.43.154", + "37.24.46.144", + "37.24.47.120", + "37.24.51.92", + "37.24.60.24", + "37.24.76.218", + "37.24.83.174", + "37.24.83.189", + "37.24.85.78", + "37.247.65.222", + "37.247.68.146", + "37.252.248.156", + "37.26.202.241", + "37.26.230.6", + "37.44.2.242", + "37.60.1.172", + "37.60.174.190", + "37.60.175.227", + "37.60.200.129", + "37.60.7.246", + "37.72.148.222", + "37.80.70.121", + "37.81.96.161", + "37.82.107.153", + "37.82.185.197", + "37.83.106.24", + "37.83.30.21", + "37.83.70.197", + "370k", + "371297098784005", + "371297098784005=270320178669878917959", + "372", + "374", + "376", + "378", + "37FC", + "37fc", + "37k", + "38", + "380", + "387", + "388", + "389", + "38c", + "38k", + "39.24k", + "39.30k", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "39d", + "39k", + "3:10", + "3:2", + "3:26", + "3:28", + "3:38", + "3:49", + "3:51", + "3F3", + "3J279L", + "3MO", + "3Subs", + "3a.m", + "3a.m.", + "3ab", + "3ae", + "3bN", + "3bn", + "3c1", + "3ds", + "3e8", + "3f3", + "3j279l", + "3k", + "3l3", + "3mo", + "3month", + "3nd", + "3p.m", + "3p.m.", + "3rd", + "3rs", + "3subs", + "3w8", + "3wB", + "3wb", + "3wm", + "3\u0433\u043f\u043f", + "4", + "4,780", + "4.0", + "4.01", + "4.06k", + "4.09k", + "4.1", + "4.1/5", + "4.2", + "4.2.2", + "4.21k", + "4.3", + "4.31k", + "4.33k", + "4.38k", + "4.4", + "4.42k", + "4.5", + "4.50", + "4.6", + "4.7", + "4.7.2", + "4.7.3", + "4.75k", + "4.8", + "4.82k", + "4.88k", + "4.95k", + "4.cool", + "4/6", + "4/7", + "40", + "40,000", + "40/", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "40k", + "41.66k", + "411", + "4117740000006265", + "4117740000006265=24012010000000000000", + "412", + "413", + "415", + "416", + "417", + "41ded3c74f9c6617b19adcb987af8002bec7b087a0d2c8ddf1433d8e5e6bda09", + "41k", + "42/", + "420", + "421", + "424", + "426", + "4261de8b72d128f33477e508564b8359d16a8023a4d9fef22f9cdab892a0d33f:6uio2zy7jsKDZmng:2", + "4261de8b72d128f33477e508564b8359d16a8023a4d9fef22f9cdab892a0d33f:6uio2zy7jskdzmng:2", + "427", + "429", + "42c", + "42k", + "43", + "430", + "431", + "432", + "433", + "434", + "438", + "438K.txt", + "438k.txt", + "439", + "43k", + "44", + "44.87k", + "4406da7fc134705e02c62b343ac787296b8e1d895a67ecd6cef69f34e57c45d4", + "441", + "442", + "443", + "444", + "446", + "447", + "45.13.20.58", + "45.133.188.10", + "45.143.228.34", + "45.150.69.253", + "45.155.136.11", + "45.92.189.39", + "45/", + "452", + "455", + "456", + "457", + "459", + "46.114.187.27", + "46.114.191.249", + "46.114.26.62", + "46.114.29.188", + "46.114.29.211", + "46.114.58.204", + "46.114.60.199", + "46.128.85.52", + "46.142.212.181", + "46.142.238.109", + "46.142.81.219", + "46.142.91.138", + "46.16.218.30", + "46.165.172.82", + "46.165.173.214", + "46.183.46.42", + "46.183.47.100", + "46.183.99.211", + "46.189.16.106", + "46.189.19.245", + "46.19.89.202", + "46.19.89.62", + "46.19.92.198", + "46.22.158.43", + "46.22.39.204", + "46.22.46.164", + "46.223.119.226", + "46.223.190.172", + "46.227.217.189", + "46.231.237.252", + "46.231.49.26", + "46.231.89.100", + "46.232.186.235", + "46.232.187.12", + "46.232.228.70", + "46.243.75.250", + "46.243.75.254", + "46.245.178.74", + "46.245.178.76", + "46.245.218.86", + "46.245.221.98", + "46.245.223.197", + "46.252.130.50", + "46.252.131.140", + "46.252.131.218", + "46.252.135.86", + "46.252.140.34", + "46.253.18.30", + "46.28.36.250", + "46.30.74.71", + "46.31.216.143", + "46.31.218.2", + "46.31.218.56", + "46.35.32.56", + "46.35.34.109", + "46.35.34.113", + "46.4.192.66", + "46.5.122.93", + "46.80.246.131", + "46.80.252.243", + "46.92.204.232", + "46.94.88.137", + "46.95.198.31", + "460", + "463", + "465", + "466", + "46k", + "47.254.149.226", + "47.65.1.35", + "47.91.86.223", + "473", + "474", + "474341590891102219", + "475", + "477", + "4772", + "4789=4789", + "47E", + "47ac4b42f0b485c5a57d3da6fc0b50f3370bfded", + "47e", + "48", + "480", + "481", + "482", + "483", + "484", + "485", + "488", + "489", + "49.12.90.74", + "492", + "494", + "494CVV", + "494cvv", + "496", + "498", + "49c", + "49k", + "4:00", + "4:09", + "4:26", + "4:28", + "4BE", + "4M8", + "4N/", + "4Shared", + "4_1", + "4a.m", + "4a.m.", + "4be", + "4br4x4s", + "4c5", + "4cw", + "4dd2c8907fbe72516ceb1abc2f0402aed2cc949c", + "4f306b60887b19731329d61458aed4908359cfc5:0oWNIjyqO", + "4f306b60887b19731329d61458aed4908359cfc5:0ownijyqo", + "4ff", + "4k", + "4kk", + "4lo", + "4m8", + "4n/", + "4nd", + "4oA", + "4oa", + "4ok", + "4p.m", + "4p.m.", + "4shared", + "4th", + "4xx", + "5", + "5$.", + "5,000", + "5.0", + "5.0.0", + "5.0.12", + "5.09k", + "5.1", + "5.10.168.220", + "5.10.169.186", + "5.10.177.178", + "5.10.181.99", + "5.10.187.250", + "5.10.220.129", + "5.100.135.94", + "5.102.163.26", + "5.102.163.28", + "5.145.130.200", + "5.145.131.26", + "5.145.133.162", + "5.145.134.94", + "5.145.184.62", + "5.146.226.96", + "5.147.251.18", + "5.147.41.101", + "5.158.171.114", + "5.158.171.116", + "5.158.171.117", + "5.158.171.119", + "5.159.60.145", + "5.183.48.50", + "5.183.49.2", + "5.18k", + "5.199.138.194", + "5.199.176.86", + "5.199.241.17", + "5.2", + "5.254.104.186", + "5.254.104.98", + "5.254.68.2", + "5.3", + "5.4", + "5.4.0", + "5.45.0.109", + "5.5", + "5.59k", + "5.6", + "5.61.80.98", + "5.61.85.2", + "5.61.87.230", + "5.7", + "5.70k", + "5.8", + "5.83.189.189", + "5.9.5.28", + "5/10", + "5/17/2017", + "5/30/2022", + "50", + "500", + "500$-1k$", + "5000", + "50000", + "500px", + "500\u043c\u0435\u0442\u0440\u043e\u0432", + "502", + "50266e76eafe26f4e36e633fad036ab35e4ce3b31c15a83ca7c4ca4f4a65b4f0:4SwQGZlZHKoN4uAu:2", + "50266e76eafe26f4e36e633fad036ab35e4ce3b31c15a83ca7c4ca4f4a65b4f0:4swqgzlzhkon4uau:2", + "503", + "504", + "505", + "508", + "50Gb", + "50gb", + "50k", + "50usd", + "51", + "51.116.129.150", + "51.116.172.167", + "51.116.172.205", + "51.116.239.125", + "51.77.74.36", + "510", + "511", + "512", + "514", + "51722", + "51773", + "51794", + "51795", + "518", + "519", + "51k", + "52", + "52,0,32)))))xHft", + "52,0,32)))))xhft", + "52.28.4.157", + "52.28.87.23", + "52.58.38.9", + "52/", + "520", + "521", + "522", + "523", + "526", + "529", + "53", + "53.comseller", + "530", + "532", + "533", + "535", + "538", + "539", + "54", + "54-", + "540", + "542", + "545", + "546", + "547", + "549", + "54k", + "550", + "551", + "5518=5518", + "552", + "553", + "554", + "556", + "558", + "55a79c85a6fad621b9695e1850c21ec464af6312d9dc2c86649694672bb02346", + "56/", + "561", + "562", + "564", + "565", + "568", + "56k", + "57.191.0.10", + "57.191.0.24", + "57.191.0.25", + "57.191.0.43", + "57.191.0.46", + "57.191.0.53", + "57.191.0.62", + "57.191.0.65", + "57.191.0.67", + "57.191.0.71", + "57.191.0.75", + "57.191.0.81", + "57.191.4.10", + "57.191.4.16", + "57.191.4.27", + "57.191.4.7", + "57.31k", + "57/", + "570RM", + "570rm", + "571", + "574", + "575", + "577", + "57k", + "58/", + "580", + "581", + "582", + "583", + "586", + "587", + "58k", + "59.93k", + "590", + "591", + "595", + "597", + "59k", + "5:01", + "5:02", + "5:21", + "5:26", + "5:38", + "5:39", + "5BCB80569AC334FDA5B7806ABC05DDFE3AF8F126E08D0EA6D21DA3C13B43F164188C3EEE89E9", + "5Nw", + "5T2", + "5a.m", + "5a.m.", + "5a2", + "5a2393e86181d5dc978f57fca0a6529ea9ac75ba:7m9ICoQEz", + "5a2393e86181d5dc978f57fca0a6529ea9ac75ba:7m9icoqez", + "5bcb80569ac334fda5b7806abc05ddfe3af8f126e08d0ea6d21da3c13b43f164188c3eee89e9", + "5c2", + "5cdb95f3f52061ca1d99d92a70c5f1eb6f8a9358:0b98844c5", + "5d4", + "5d5ad44f41d372a98b484daccf373de1f4a87279", + "5e4", + "5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/signup", + "5g=", + "5headgaming.com_1.1k.sql", + "5k", + "5kp4dHYx", + "5kp4dhyx", + "5nw", + "5p.m", + "5p.m.", + "5sU", + "5su", + "5t2", + "5th", + "5xx", + "6", + "6.0", + "6.09k", + "6.1", + "6.16k", + "6.2", + "6.3", + "6.32k", + "6.36k", + "6.4", + "6.5", + "6.6", + "6.7", + "6.74k", + "6.75k", + "6.8", + "6.9", + "6.90k", + "6.95k", + "6/2", + "6/7", + "60", + "60/", + "600", + "60000", + "602", + "604", + "604.1", + "604710868@ina.cr", + "605", + "605.1.15", + "606", + "609", + "609|ORANGE|TX|77632|male|4097795242|dezrick.powell@yahoo.com", + "609|orange|tx|77632|male|4097795242|dezrick.powell@yahoo.com", + "60ACF1C0BB648D321C492F5F17282D54674ECE279EE2F20EF255A4DB7D531565EEE4208E9B07", + "60acf1c0bb648d321c492f5f17282d54674ece279ee2f20ef255a4db7d531565eee4208e9b07", + "60k", + "610", + "6100", + "611", + "612", + "613", + "617", + "61k", + "62.134.53.106", + "62.134.67.202", + "62.138.209.236", + "62.138.209.44", + "62.138.215.228", + "62.138.215.252", + "62.138.227.68", + "62.138.245.180", + "62.140.30.170", + "62.140.30.183", + "62.140.30.186", + "62.140.8.5", + "62.144.140.132", + "62.144.140.204", + "62.144.22.218", + "62.144.225.219", + "62.144.253.162", + "62.144.64.74", + "62.144.67.10", + "62.146.0.65", + "62.146.10.100", + "62.146.10.106", + "62.146.10.108", + "62.146.10.70", + "62.146.10.85", + "62.146.10.96", + "62.146.16.27", + "62.146.9.82", + "62.152.162.177", + "62.152.162.225", + "62.152.171.10", + "62.152.180.178", + "62.152.189.220", + "62.152.191.58", + "62.153.108.237", + "62.153.132.234", + "62.153.165.146", + "62.153.172.226", + "62.153.174.249", + "62.153.196.230", + "62.153.215.243", + "62.153.223.162", + "62.153.230.117", + "62.153.230.58", + "62.153.235.211", + "62.153.245.37", + "62.153.245.38", + "62.153.26.182", + "62.153.68.100", + "62.153.90.130", + "62.153.90.131", + "62.153.90.132", + "62.153.94.190", + "62.154.136.2", + "62.154.137.42", + "62.154.137.43", + "62.154.137.44", + "62.154.137.46", + "62.154.183.251", + "62.154.203.196", + "62.154.206.222", + "62.154.253.233", + "62.156.155.100", + "62.156.166.250", + "62.156.176.73", + "62.156.180.254", + "62.156.184.150", + "62.156.204.162", + "62.156.252.210", + "62.156.46.130", + "62.157.130.195", + "62.157.181.239", + "62.157.181.254", + "62.157.226.98", + "62.158.111.159", + "62.159.137.2", + "62.159.14.186", + "62.159.146.126", + "62.159.17.163", + "62.159.210.30", + "62.159.214.99", + "62.159.234.102", + "62.159.28.46", + "62.159.34.10", + "62.159.34.7", + "62.159.35.239", + "62.159.41.149", + "62.159.42.46", + "62.159.65.162", + "62.159.66.202", + "62.159.79.21", + "62.176.244.219", + "62.176.248.61", + "62.201.161.43", + "62.204.162.196", + "62.204.162.202", + "62.209.34.29", + "62.209.34.30", + "62.209.34.35", + "62.209.34.37", + "62.209.34.38", + "62.209.34.39", + "62.209.34.41", + "62.209.34.43", + "62.209.34.45", + "62.209.34.46", + "62.214.149.226", + "62.214.152.220", + "62.214.157.19", + "62.214.160.103", + "62.214.19.130", + "62.214.2.142", + "62.214.2.99", + "62.214.20.20", + "62.214.50.219", + "62.214.6.27", + "62.214.78.122", + "62.214.82.4", + "62.216.223.83", + "62.216.223.87", + "62.216.223.88", + "62.220.28.142", + "62.220.28.146", + "62.224.158.32", + "62.224.159.152", + "62.225.117.226", + "62.225.153.60", + "62.225.153.62", + "62.225.155.19", + "62.225.185.75", + "62.225.37.162", + "62.225.50.171", + "62.225.59.35", + "62.225.61.146", + "62.225.7.5", + "62.225.7.6", + "62.225.74.68", + "62.23.211.85", + "62.23.217.102", + "62.24.13.6", + "62.245.142.86", + "62.245.143.146", + "62.245.147.51", + "62.245.155.58", + "62.245.159.19", + "62.245.166.114", + "62.245.168.124", + "62.245.168.219", + "62.245.169.18", + "62.245.187.18", + "62.245.200.172", + "62.245.201.98", + "62.245.220.145", + "62.245.221.145", + "62.245.231.52", + "62.245.233.28", + "62.245.236.228", + "62.245.250.248", + "62.246.132.127", + "62.246.136.186", + "62.246.136.198", + "62.246.154.132", + "62.246.59.179", + "62.246.76.75", + "62.246.92.45", + "62.26.138.46", + "62.26.138.70", + "62.26.146.58", + "62.27.236.81", + "62.27.63.6", + "62.40.25.225", + "62.40.27.121", + "62.54.211.2", + "62.54.217.194", + "62.54.229.44", + "62.54.229.45", + "62.54.243.35", + "62.55.136.235", + "62.55.196.90", + "62.55.224.82", + "62.55.236.90", + "62.55.238.194", + "62.55.245.146", + "62.67.234.18", + "62.67.28.226", + "62.72.67.76", + "62.80.122.38", + "62.91.108.61", + "62.91.137.226", + "62.91.84.6", + "62.91.95.138", + "62.93.29.47", + "62.93.3.208", + "62.93.4.91", + "62.96.1.4", + "62.96.11.84", + "62.96.139.3", + "62.96.16.8", + "62.96.176.190", + "62.96.190.138", + "62.96.225.250", + "62.96.225.251", + "62.96.225.58", + "62.96.227.203", + "62.96.249.218", + "62.96.43.34", + "62.96.69.90", + "62.96.73.162", + "62.96.97.66", + "62/", + "621", + "623", + "624", + "625", + "626", + "627", + "62k", + "63.247.197.2", + "63/", + "631", + "633", + "634", + "636", + "637", + "638", + "638a513e77733b028096960fb6f2dc70fb1497721b0df77693f5909d12858d87", + "63k", + "64", + "64,0,5)))))kDjP", + "64,0,5)))))kdjp", + "64.27", + "64.40.224.4", + "64.so.2", + "64/", + "640", + "643", + "644", + "647", + "648", + "649", + "64k", + "65.229.159.226", + "65/", + "650", + "650,00", + "653", + "65535", + "657", + "658", + "65k", + "66.22.104.15", + "66.22.120.255", + "661", + "663", + "666", + "666@07f.de", + "666x@riseup.net", + "667", + "668", + "669", + "66k", + "67/", + "671", + "673", + "674", + "675", + "67M$", + "67k", + "67m$", + "68/", + "680", + "682", + "683", + "684", + "686", + "687", + "688", + "68a7dw1jvtbHSY0Hrhm3QW5H0XB", + "68a7dw1jvtbhsy0hrhm3qw5h0xb", + "68k", + "69", + "690", + "691", + "692", + "693", + "694", + "695560DFE158FCD5E4F5E161DAA6A080CF935C61DBADAD484DA6BA6D3DFFF50B74DEA2EF67AC", + "695560dfe158fcd5e4f5e161daa6a080cf935c61dbadad484da6ba6d3dfff50b74dea2ef67ac", + "696", + "6:10", + "6:24", + "6:25", + "6:39", + "6:40", + "6:45", + "6:55", + "6:56", + "6Bb", + "6P.", + "6a.m", + "6a.m.", + "6a/", + "6a4", + "6aQ", + "6aq", + "6bb", + "6d1", + "6db", + "6f2", + "6fecbabbf35e66d26538ba7a588978f6", + "6n", + "6p.", + "6p.m", + "6p.m.", + "6r0", + "6xc", + "7", + "7.1", + "7.18k", + "7.2", + "7.3", + "7.30k", + "7.4", + "7.5", + "7.6", + "7.7", + "7.8", + "7.97k", + "7/1/2022", + "7/5/2022", + "7/8", + "70", + "70$-month", + "70/", + "700", + "700k", + "703", + "706", + "708", + "709", + "70c4d57dd01177231b6bc01f378b3fa191229324:6oOhq7sAU", + "70c4d57dd01177231b6bc01f378b3fa191229324:6oohq7sau", + "70k", + "71,104", + "71.51k", + "71/", + "710", + "712", + "7121,sherwanhusni,0,Wed", + "7121,sherwanhusni,0,wed", + "713", + "715", + "717", + "718", + "719", + "71k", + "72", + "72/", + "722", + "724", + "725", + "726", + "727", + "728", + "729", + "72k", + "73/", + "732", + "733", + "734", + "735", + "737", + "737.72k", + "737k.txt", + "738", + "73F3", + "73f3", + "73r", + "740", + "742", + "744", + "745", + "747", + "748", + "749", + "74d95c60c0b7e25b6d0da0de34cbd9f569bab846a342ffa016cef5de818efe77", + "74k", + "75.187.191.160", + "75.187.240.89", + "75/", + "750", + "751", + "753", + "756", + "758", + "75k", + "76/", + "761", + "766", + "768", + "76a", + "76b", + "77.0.184.182", + "77.0.36.70", + "77.180.141.225", + "77.189.34.0", + "77.190.106.29", + "77.190.22.98", + "77.20.210.218", + "77.20.89.146", + "77.22.114.157", + "77.235.161.218", + "77.24.112.73", + "77.24.121.97", + "77.24.125.233", + "77.244.107.23", + "77.244.98.165", + "77.245.45.210", + "77.246.118.234", + "77.246.121.194", + "77.37.106.175", + "77.37.110.88", + "77.37.5.210", + "77.4.3.246", + "77.47.113.235", + "77.6.39.70", + "77.67.54.44", + "77.7.110.58", + "77.72.129.188", + "77.72.219.68", + "77.73.250.35", + "77.73.250.37", + "77.73.252.1", + "77.73.255.200", + "77.77.173.217", + "7700", + "772", + "773", + "774", + "775", + "776", + "777", + "778", + "77k", + "77store.cc", + "77store.me", + "78.11k", + "78.138.80.14", + "78.34.132.238", + "78.34.133.70", + "78.34.135.18", + "78.34.205.249", + "78.34.89.148", + "78.35.13.226", + "78.35.14.66", + "78.35.144.44", + "78.35.22.90", + "78.35.27.94", + "78.35.40.100", + "78.35.40.103", + "78.35.40.109", + "78.35.40.111", + "78.35.40.113", + "78.35.40.122", + "78.35.40.129", + "78.35.40.144", + "78.35.40.151", + "78.35.40.168", + "78.35.40.170", + "78.35.40.172", + "78.35.40.177", + "78.35.40.198", + "78.35.40.201", + "78.35.40.209", + "78.35.40.210", + "78.35.40.216", + "78.35.40.231", + "78.35.40.232", + "78.35.40.233", + "78.35.40.250", + "78.35.40.35", + "78.35.40.38", + "78.35.40.40", + "78.35.40.43", + "78.35.40.5", + "78.35.40.56", + "78.35.40.62", + "78.35.40.66", + "78.35.40.72", + "78.35.40.78", + "78.35.40.87", + "78.35.40.92", + "78.35.42.138", + "78.35.42.22", + "78.35.44.178", + "78.35.47.118", + "78.35.7.139", + "78.42.203.35", + "78.43.55.72", + "78.47.89.195", + "78.94.122.178", + "78.94.129.70", + "78.94.136.38", + "78.94.140.206", + "78.94.141.222", + "78.94.160.2", + "78.94.17.98", + "78.94.170.138", + "78.94.172.122", + "78.94.174.14", + "78.94.193.18", + "78.94.203.174", + "78.94.214.20", + "78.94.22.30", + "78.94.220.238", + "78.94.23.74", + "78.94.232.219", + "78.94.238.178", + "78.94.24.150", + "78.94.247.154", + "78.94.32.234", + "78.94.36.18", + "78.94.41.172", + "78.94.46.218", + "78.94.60.206", + "78.94.68.90", + "78.94.69.146", + "78.94.76.202", + "78.94.78.70", + "78.94.79.226", + "78.94.79.46", + "78.94.84.130", + "78.94.90.90", + "78.94.93.134", + "780", + "781", + "782", + "78352", + "784", + "784666005888696380", + "786", + "78669878917959", + "786c5b9a4402bc1c718c29799234d70a9af689a8ba2fe4047431666c2c30fe05", + "787", + "788", + "789", + "78k", + "79", + "79.136.64.183", + "79.136.76.146", + "79.136.76.196", + "79.136.76.200", + "79.136.76.42", + "79.140.179.210", + "79.140.185.65", + "79.140.187.37", + "79.140.189.214", + "79.171.179.194", + "79.171.179.219", + "79.171.182.6", + "79.171.90.170", + "79.192.204.158", + "79.194.67.12", + "79.195.202.136", + "79.195.211.251", + "79.196.182.67", + "79.198.225.34", + "79.199.120.89", + "79.199.204.214", + "79.199.69.165", + "79.201.197.7", + "79.204.173.79", + "79.205.162.86", + "79.205.210.1", + "79.205.224.7", + "79.205.95.143", + "79.207.181.44", + "79.207.95.212", + "79.208.58.235", + "79.211.71.223", + "79.211.74.148", + "79.213.15.197", + "79.213.48.126", + "79.214.34.46", + "79.215.118.162", + "79.217.188.248", + "79.217.45.144", + "79.219.208.197", + "79.220.54.111", + "79.221.123.251", + "79.222.238.138", + "79.223.47.243", + "79.223.80.66", + "79.225.68.251", + "79.226.0.236", + "79.226.210.38", + "79.226.220.24", + "79.228.117.138", + "79.230.117.169", + "79.230.31.189", + "79.230.82.210", + "79.231.153.176", + "79.232.212.147", + "79.233.125.251", + "79.233.179.104", + "79.235.155.122", + "79.236.134.133", + "79.236.27.244", + "79.236.30.248", + "79.236.30.86", + "79.237.68.195", + "79.237.72.45", + "79.238.113.20", + "79.238.226.189", + "79.240.173.147", + "79.242.145.23", + "79.242.27.90", + "79.243.197.163", + "79.243.213.153", + "79.243.249.210", + "79.243.76.54", + "79.244.33.4", + "79.246.163.44", + "79.246.55.212", + "79.246.55.239", + "79.248.181.185", + "79.248.250.29", + "79.249.146.115", + "79.250.155.200", + "79.250.230.19", + "79.251.27.153", + "79.252.197.211", + "79.252.38.133", + "79.253.149.24", + "79.253.162.103", + "79.253.26.86", + "79.99.96.161", + "79/", + "790", + "791", + "793", + "794", + "795", + "797", + "798", + "799", + "79L", + "79k", + "79l", + "7:00", + "7:01", + "7:07", + "7:13", + "7:2", + "7:25", + "7:32", + "7:38", + "7:42", + "7:47", + "7:48", + "7:50", + "7:51", + "7:55", + "7AC", + "7DFFA421CF18F77F3BB974A27646DE9DD985C1943584B48433BEB4A96F118621DAD8BEF69561", + "7FC", + "7HN", + "7M$", + "7M-", + "7W0", + "7Z1", + "7Zip", + "7a.m", + "7a.m.", + "7a10306c5ab46781", + "7ac", + "7b043d29f54c9a4bcf911b3c80af98ba42c2f6d1", + "7bb", + "7bc8c87aa29715d9e9ead1dea727cf9e0213f4dbc9f46a3aa79217e090cc9c18", + "7d2", + "7d9", + "7dffa421cf18f77f3bb974a27646de9dd985c1943584b48433beb4a96f118621dad8bef69561", + "7fc", + "7hn", + "7k", + "7m$", + "7m-", + "7nv", + "7p.m", + "7p.m.", + "7usd", + "7w0", + "7z1", + "7zip", + "8", + "8)", + "8-", + "8-)", + "8-D", + "8-d", + "8.0", + "8.05k", + "8.1", + "8.17k", + "8.2", + "8.211.14.94", + "8.3", + "8.36k", + "8.4", + "8.41k", + "8.5", + "8.6", + "8.7", + "8.8", + "8.9", + "80", + "80.128.228.109", + "80.128.230.115", + "80.129.43.182", + "80.130.217.230", + "80.131.112.192", + "80.132.186.167", + "80.132.203.47", + "80.132.30.147", + "80.132.30.185", + "80.133.118.124", + "80.133.238.1", + "80.134.142.143", + "80.134.143.233", + "80.134.244.150", + "80.135.21.254", + "80.135.221.227", + "80.135.30.10", + "80.136.211.111", + "80.136.218.106", + "80.137.202.43", + "80.137.220.180", + "80.138.119.20", + "80.138.250.238", + "80.139.122.214", + "80.139.64.130", + "80.140.91.123", + "80.141.246.12", + "80.142.229.81", + "80.143.20.225", + "80.143.41.235", + "80.145.78.145", + "80.146.162.18", + "80.146.166.5", + "80.146.193.123", + "80.146.198.76", + "80.146.211.106", + "80.146.228.231", + "80.146.247.252", + "80.146.247.254", + "80.147.0.67", + "80.147.103.247", + "80.147.105.50", + "80.147.109.126", + "80.147.110.127", + "80.147.118.216", + "80.147.120.128", + "80.147.123.247", + "80.147.129.84", + "80.147.13.249", + "80.147.132.142", + "80.147.133.75", + "80.147.138.173", + "80.147.142.173", + "80.147.147.194", + "80.147.148.39", + "80.147.148.83", + "80.147.149.28", + "80.147.15.82", + "80.147.154.62", + "80.147.159.208", + "80.147.160.161", + "80.147.163.252", + "80.147.165.123", + "80.147.168.14", + "80.147.169.241", + "80.147.176.183", + "80.147.186.30", + "80.147.187.241", + "80.147.187.244", + "80.147.190.222", + "80.147.192.109", + "80.147.194.106", + "80.147.195.141", + "80.147.195.88", + "80.147.200.226", + "80.147.201.140", + "80.147.205.29", + "80.147.206.119", + "80.147.211.40", + "80.147.213.194", + "80.147.214.71", + "80.147.22.157", + "80.147.220.59", + "80.147.223.117", + "80.147.224.106", + "80.147.224.188", + "80.147.224.2", + "80.147.234.47", + "80.147.237.137", + "80.147.237.174", + "80.147.242.124", + "80.147.3.124", + "80.147.31.65", + "80.147.35.215", + "80.147.38.110", + "80.147.39.129", + "80.147.4.82", + "80.147.42.6", + "80.147.50.88", + "80.147.52.140", + "80.147.56.134", + "80.147.56.147", + "80.147.58.184", + "80.147.64.206", + "80.147.65.51", + "80.147.66.179", + "80.147.71.113", + "80.147.72.153", + "80.147.72.231", + "80.147.77.31", + "80.147.84.179", + "80.147.88.237", + "80.147.89.112", + "80.147.92.200", + "80.147.93.59", + "80.147.96.58", + "80.147.99.92", + "80.148.10.138", + "80.148.14.67", + "80.149.112.178", + "80.149.125.18", + "80.149.130.244", + "80.149.143.58", + "80.149.150.10", + "80.149.180.213", + "80.149.197.162", + "80.149.205.170", + "80.149.47.10", + "80.149.57.59", + "80.149.60.236", + "80.149.69.51", + "80.149.70.66", + "80.149.75.228", + "80.149.85.115", + "80.150.109.50", + "80.150.131.138", + "80.150.198.68", + "80.150.240.122", + "80.150.246.130", + "80.151.1.181", + "80.151.101.200", + "80.151.103.253", + "80.151.103.66", + "80.151.104.124", + "80.151.108.154", + "80.151.109.13", + "80.151.11.122", + "80.151.11.141", + "80.151.11.241", + "80.151.11.248", + "80.151.11.70", + "80.151.113.14", + "80.151.119.227", + "80.151.120.241", + "80.151.125.224", + "80.151.126.192", + "80.151.13.3", + "80.151.130.208", + "80.151.130.53", + "80.151.133.173", + "80.151.135.229", + "80.151.138.194", + "80.151.140.150", + "80.151.142.233", + "80.151.147.239", + "80.151.149.176", + "80.151.149.214", + "80.151.150.73", + "80.151.160.176", + "80.151.161.247", + "80.151.163.15", + "80.151.165.207", + "80.151.166.169", + "80.151.166.90", + "80.151.167.186", + "80.151.170.66", + "80.151.172.205", + "80.151.172.222", + "80.151.173.217", + "80.151.174.18", + "80.151.180.117", + "80.151.180.241", + "80.151.185.58", + "80.151.192.246", + "80.151.193.166", + "80.151.196.100", + "80.151.197.12", + "80.151.202.228", + "80.151.206.158", + "80.151.209.58", + "80.151.211.4", + "80.151.216.200", + "80.151.218.27", + "80.151.222.235", + "80.151.227.220", + "80.151.227.59", + "80.151.228.9", + "80.151.229.123", + "80.151.229.50", + "80.151.229.94", + "80.151.236.78", + "80.151.239.85", + "80.151.240.1", + "80.151.240.41", + "80.151.244.24", + "80.151.244.244", + "80.151.245.200", + "80.151.246.22", + "80.151.247.30", + "80.151.248.235", + "80.151.27.65", + "80.151.28.119", + "80.151.33.17", + "80.151.41.204", + "80.151.42.231", + "80.151.45.48", + "80.151.48.246", + "80.151.5.235", + "80.151.5.92", + "80.151.51.96", + "80.151.55.111", + "80.151.62.28", + "80.151.71.55", + "80.151.72.118", + "80.151.72.20", + "80.151.72.98", + "80.151.79.219", + "80.151.79.31", + "80.151.81.60", + "80.151.85.176", + "80.151.86.128", + "80.151.89.84", + "80.151.91.95", + "80.151.96.178", + "80.151.97.186", + "80.151.99.115", + "80.151.99.77", + "80.152.128.99", + "80.152.129.226", + "80.152.134.28", + "80.152.136.128", + "80.152.136.83", + "80.152.137.230", + "80.152.139.206", + "80.152.151.56", + "80.152.154.81", + "80.152.157.144", + "80.152.159.250", + "80.152.160.223", + "80.152.165.97", + "80.152.167.106", + "80.152.167.33", + "80.152.169.72", + "80.152.177.144", + "80.152.178.39", + "80.152.179.140", + "80.152.181.3", + "80.152.181.84", + "80.152.183.197", + "80.152.187.144", + "80.152.191.251", + "80.152.193.222", + "80.152.200.124", + "80.152.200.94", + "80.152.202.114", + "80.152.205.162", + "80.152.207.183", + "80.152.209.139", + "80.152.211.243", + "80.152.216.205", + "80.152.226.26", + "80.152.227.186", + "80.152.228.216", + "80.152.235.25", + "80.152.246.173", + "80.152.255.128", + "80.152.3.183", + "80.152.30.162", + "80.152.7.60", + "80.153.103.153", + "80.153.109.58", + "80.153.110.162", + "80.153.111.60", + "80.153.115.242", + "80.153.122.180", + "80.153.127.192", + "80.153.129.211", + "80.153.131.131", + "80.153.134.228", + "80.153.135.148", + "80.153.135.21", + "80.153.138.155", + "80.153.139.5", + "80.153.145.67", + "80.153.168.123", + "80.153.169.142", + "80.153.177.95", + "80.153.184.192", + "80.153.187.146", + "80.153.188.137", + "80.153.189.79", + "80.153.190.68", + "80.153.194.3", + "80.153.196.9", + "80.153.198.151", + "80.153.204.8", + "80.153.205.22", + "80.153.209.103", + "80.153.213.71", + "80.153.214.145", + "80.153.215.241", + "80.153.216.159", + "80.153.22.111", + "80.153.222.233", + "80.153.228.79", + "80.153.233.224", + "80.153.240.253", + "80.153.25.114", + "80.153.26.82", + "80.153.35.6", + "80.153.38.199", + "80.153.45.157", + "80.153.46.191", + "80.153.47.56", + "80.153.48.216", + "80.153.5.54", + "80.153.51.1", + "80.153.55.218", + "80.153.57.124", + "80.153.61.173", + "80.153.61.236", + "80.153.64.101", + "80.153.64.14", + "80.153.71.79", + "80.153.78.117", + "80.153.78.228", + "80.153.79.182", + "80.153.98.229", + "80.154.112.210", + "80.154.116.218", + "80.154.12.154", + "80.154.120.120", + "80.154.125.42", + "80.154.14.90", + "80.154.200.114", + "80.154.202.242", + "80.154.216.130", + "80.154.25.90", + "80.154.26.3", + "80.154.3.142", + "80.154.6.234", + "80.155.136.146", + "80.155.145.194", + "80.155.146.146", + "80.155.148.70", + "80.155.149.138", + "80.155.153.138", + "80.155.153.140", + "80.155.153.142", + "80.155.164.174", + "80.155.173.202", + "80.155.181.170", + "80.155.24.180", + "80.155.26.90", + "80.155.37.35", + "80.155.37.50", + "80.155.47.154", + "80.155.58.188", + "80.155.58.189", + "80.155.58.190", + "80.155.58.245", + "80.155.63.222", + "80.155.7.98", + "80.156.1.155", + "80.156.1.157", + "80.156.1.158", + "80.156.16.162", + "80.156.16.202", + "80.156.168.156", + "80.156.208.244", + "80.156.21.125", + "80.156.227.74", + "80.156.26.66", + "80.156.26.68", + "80.156.77.22", + "80.156.8.250", + "80.156.91.234", + "80.157.185.218", + "80.157.190.108", + "80.157.5.238", + "80.157.78.158", + "80.190.143.194", + "80.228.112.34", + "80.228.113.214", + "80.228.113.38", + "80.228.13.211", + "80.228.22.236", + "80.228.22.68", + "80.228.226.132", + "80.228.226.82", + "80.228.226.86", + "80.228.244.186", + "80.228.244.20", + "80.228.247.229", + "80.228.249.60", + "80.228.251.110", + "80.228.26.83", + "80.228.28.20", + "80.228.31.230", + "80.228.31.6", + "80.228.36.110", + "80.228.36.91", + "80.228.37.227", + "80.228.44.178", + "80.228.60.226", + "80.228.61.18", + "80.228.61.26", + "80.228.64.66", + "80.228.66.34", + "80.228.69.34", + "80.228.72.138", + "80.228.72.44", + "80.228.76.30", + "80.228.78.42", + "80.228.79.170", + "80.228.80.11", + "80.228.91.62", + "80.237.140.180", + "80.237.140.245", + "80.237.141.102", + "80.237.178.12", + "80.237.179.84", + "80.237.219.132", + "80.239.144.254", + "80.242.164.242", + "80.242.171.105", + "80.243.204.70", + "80.243.204.86", + "80.243.204.94", + "80.243.56.94", + "80.244.213.219", + "80.244.213.70", + "80.244.214.218", + "80.244.214.226", + "80.244.214.253", + "80.244.214.254", + "80.244.215.90", + "80.244.218.26", + "80.252.109.226", + "80.66.6.204", + "80.67.236.113", + "80.69.200.11", + "80.69.200.2", + "80.69.206.170", + "80.69.206.172", + "80.69.206.173", + "80.69.206.242", + "80.72.131.26", + "80.74.48.179", + "80.74.48.25", + "80.74.56.58", + "80.74.60.237", + "80.74.63.2", + "80.74.63.82", + "80.75.19.158", + "80.78.164.110", + "80.81.10.251", + "80.81.15.38", + "80.81.17.189", + "80.81.2.135", + "80.81.30.178", + "80.81.8.1", + "80.81.9.53", + "80.82.202.149", + "80.83.103.174", + "80.86.187.140", + "80.90.145.160", + "80.90.145.212", + "80.90.145.74", + "800", + "801", + "802", + "804", + "8040", + "8041", + "80460", + "806", + "808", + "80XSBn8a", + "80k", + "80xsbn8a", + "81.16.20.36", + "81.173.166.189", + "81.173.206.249", + "81.173.216.254", + "81.173.242.112", + "81.173.242.134", + "81.173.242.136", + "81.173.242.140", + "81.173.242.148", + "81.173.242.153", + "81.173.242.160", + "81.173.242.162", + "81.173.242.168", + "81.173.242.171", + "81.173.242.174", + "81.173.242.179", + "81.173.242.184", + "81.173.242.190", + "81.173.242.201", + "81.173.242.205", + "81.173.242.210", + "81.173.242.211", + "81.173.242.213", + "81.173.242.22", + "81.173.242.29", + "81.173.242.38", + "81.173.242.80", + "81.173.242.88", + "81.173.244.76", + "81.173.245.94", + "81.20.116.207", + "81.20.140.227", + "81.201.109.122", + "81.201.148.118", + "81.201.148.134", + "81.201.156.68", + "81.229.67.180", + "81.235.178.31", + "81.251.38.123", + "81.27.115.129", + "81.27.115.144", + "81.89.198.133", + "811", + "813", + "814", + "815", + "816", + "819", + "819911846525927434", + "81k", + "82.100.204.51", + "82.100.212.172", + "82.100.219.250", + "82.100.224.2", + "82.100.224.91", + "82.100.229.249", + "82.100.241.155", + "82.100.250.42", + "82.100.252.210", + "82.115.102.178", + "82.115.103.199", + "82.119.164.200", + "82.119.170.54", + "82.119.176.107", + "82.119.179.134", + "82.135.108.11", + "82.135.11.114", + "82.135.11.162", + "82.135.20.206", + "82.135.22.20", + "82.135.22.21", + "82.135.22.28", + "82.135.22.29", + "82.135.22.30", + "82.135.28.66", + "82.135.35.114", + "82.135.37.206", + "82.135.62.79", + "82.135.63.246", + "82.135.65.22", + "82.139.198.1", + "82.144.33.38", + "82.144.55.34", + "82.149.171.83", + "82.193.226.52", + "82.193.227.70", + "82.193.237.18", + "82.193.240.38", + "82.194.104.219", + "82.194.104.80", + "82.194.104.93", + "82.194.112.212", + "82.195.75.17", + "82.198.209.109", + "82.198.218.133", + "82.212.32.100", + "82.214.223.164", + "82.214.223.84", + "82.96.89.150", + "82.96.96.100", + "82/", + "820", + "822", + "823", + "823648119798628412", + "824", + "826", + "8266", + "827", + "828", + "829", + "82k", + "83.135.18.10", + "83.135.18.11", + "83.135.18.13", + "83.135.18.162", + "83.135.25.24", + "83.135.34.36", + "83.135.36.130", + "83.135.56.132", + "83.135.58.4", + "83.135.63.170", + "83.135.63.172", + "83.135.70.85", + "83.136.73.3", + "83.136.83.178", + "83.137.65.72", + "83.137.68.30", + "83.221.247.27", + "83.226.40.178", + "83.236.131.194", + "83.236.141.110", + "83.236.142.90", + "83.236.165.221", + "83.236.169.155", + "83.236.176.186", + "83.236.189.198", + "83.236.189.26", + "83.236.193.248", + "83.236.196.202", + "83.236.217.135", + "83.236.221.130", + "83.236.225.222", + "83.236.242.90", + "83.242.62.227", + "83.242.63.103", + "83.250.92.33", + "83.251.146.162", + "83.251.152.103", + "83.251.194.167", + "83.251.194.203", + "83.251.201.197", + "83.251.74.177", + "830", + "831", + "831A6AFA29CBC70211151A1FAC3A5FE8FB28479E8B1A1928AC6F0360F7FDCC20590A0C9B1036", + "831a6afa29cbc70211151a1fac3a5fe8fb28479e8b1a1928ac6f0360f7fdcc20590a0c9b1036", + "834", + "835", + "836", + "837", + "839", + "83b", + "84.11.49.150", + "84.11.99.66", + "84.128.209.22", + "84.128.209.99", + "84.131.122.246", + "84.133.153.51", + "84.133.170.18", + "84.135.137.141", + "84.135.228.17", + "84.136.143.23", + "84.136.60.105", + "84.137.166.114", + "84.139.90.217", + "84.141.66.14", + "84.142.114.144", + "84.143.118.139", + "84.143.125.200", + "84.143.160.248", + "84.143.161.56", + "84.143.165.85", + "84.143.191.210", + "84.143.241.165", + "84.143.61.117", + "84.143.84.36", + "84.144.59.131", + "84.145.139.148", + "84.145.252.87", + "84.146.129.86", + "84.146.161.2", + "84.146.162.95", + "84.146.166.206", + "84.148.239.45", + "84.149.107.41", + "84.151.81.230", + "84.153.178.118", + "84.153.214.67", + "84.153.97.90", + "84.154.4.3", + "84.155.147.6", + "84.155.150.5", + "84.155.169.65", + "84.155.23.164", + "84.155.27.135", + "84.156.206.183", + "84.156.233.251", + "84.157.106.237", + "84.158.237.100", + "84.158.239.48", + "84.16.236.156", + "84.160.106.118", + "84.160.248.77", + "84.161.216.122", + "84.162.169.136", + "84.163.20.146", + "84.164.117.215", + "84.164.195.147", + "84.164.211.156", + "84.164.73.39", + "84.166.145.53", + "84.166.38.12", + "84.167.207.243", + "84.168.158.244", + "84.168.31.64", + "84.169.79.117", + "84.170.176.156", + "84.171.217.42", + "84.173.207.22", + "84.173.250.71", + "84.175.236.210", + "84.175.53.47", + "84.176.184.132", + "84.176.184.196", + "84.176.255.97", + "84.177.12.99", + "84.177.215.1", + "84.178.175.7", + "84.179.199.94", + "84.180.113.73", + "84.180.210.179", + "84.180.237.96", + "84.181.112.130", + "84.181.118.184", + "84.181.126.132", + "84.181.138.128", + "84.181.140.97", + "84.181.201.192", + "84.181.60.167", + "84.181.89.122", + "84.181.95.68", + "84.182.188.153", + "84.183.131.170", + "84.183.77.16", + "84.184.107.119", + "84.185.127.15", + "84.185.185.153", + "84.185.186.234", + "84.185.73.243", + "84.186.125.23", + "84.186.157.105", + "84.186.56.185", + "84.187.155.41", + "84.187.206.77", + "84.187.94.113", + "84.188.94.131", + "84.190.10.165", + "84.190.134.230", + "84.191.30.207", + "84.242.21.172", + "84.242.23.12", + "84.245.130.228", + "84.245.131.106", + "84.245.137.66", + "84.245.141.17", + "84.246.254.76", + "84.38.192.13", + "84.38.192.6", + "84.39.152.245", + "84.39.66.188", + "84.39.67.242", + "84.44.172.244", + "84.44.174.150", + "84.46.102.73", + "84.46.65.110", + "84.46.88.218", + "84.46.89.192", + "84.46.92.218", + "84.46.92.237", + "84.46.96.158", + "84.58.115.67", + "84.60.210.10", + "84.61.173.221", + "84.61.65.244", + "84.63.48.176", + "840", + "843", + "844", + "845", + "848", + "849", + "85", + "85-", + "85.115.14.229", + "85.115.15.35", + "85.115.16.196", + "85.115.6.130", + "85.118.248.10", + "85.132.221.114", + "85.14.247.50", + "85.14.251.243", + "85.14.254.45", + "85.158.1.178", + "85.158.5.163", + "85.16.113.110", + "85.16.113.198", + "85.16.133.106", + "85.16.67.75", + "85.16.70.170", + "85.16.71.53", + "85.16.71.6", + "85.16.73.17", + "85.16.75.191", + "85.16.76.12", + "85.16.76.209", + "85.183.126.28", + "85.183.14.87", + "85.183.148.135", + "85.183.152.119", + "85.183.154.21", + "85.183.16.80", + "85.183.17.131", + "85.190.177.194", + "85.190.178.238", + "85.190.198.66", + "85.195.97.122", + "85.197.41.200", + "85.199.125.186", + "85.199.73.14", + "85.199.88.8", + "85.22.136.127", + "85.22.137.5", + "85.22.138.130", + "85.22.138.233", + "85.22.143.98", + "85.22.151.57", + "85.22.153.109", + "85.22.153.248", + "85.22.153.7", + "85.22.153.71", + "85.22.153.9", + "85.22.156.107", + "85.22.172.11", + "85.22.172.41", + "85.220.135.170", + "85.220.141.98", + "85.220.161.74", + "85.220.175.36", + "85.220.196.203", + "85.220.196.204", + "85.220.197.90", + "85.230.76.24", + "85.232.30.177", + "85.236.193.45", + "85.236.45.164", + "85.236.49.244", + "85.25.23.182", + "85.8.113.203", + "85.8.117.126", + "85.8.67.214", + "85.8.70.252", + "85.8.93.108", + "85.8.93.98", + "85/", + "851", + "852", + "853", + "853211333944541184", + "854", + "856", + "859", + "85bf29702d6adf5218f46e3da0f70b9b98a08e5c", + "86", + "86.103.254.148", + "86.111.159.180", + "861", + "863", + "864", + "865", + "869", + "86k", + "86p", + "87.118.74.29", + "87.122.185.122", + "87.122.245.74", + "87.123.120.41", + "87.128.0.70", + "87.128.1.97", + "87.128.10.125", + "87.128.106.107", + "87.128.11.213", + "87.128.160.164", + "87.128.160.166", + "87.128.17.148", + "87.128.202.125", + "87.128.202.222", + "87.128.21.2", + "87.128.22.38", + "87.128.22.64", + "87.128.26.229", + "87.128.29.51", + "87.128.29.75", + "87.128.29.8", + "87.128.32.143", + "87.128.32.146", + "87.128.32.147", + "87.128.32.161", + "87.128.32.164", + "87.128.37.76", + "87.128.39.153", + "87.128.39.210", + "87.128.48.126", + "87.128.48.91", + "87.128.50.160", + "87.128.56.99", + "87.128.59.177", + "87.128.59.47", + "87.128.59.7", + "87.128.62.29", + "87.128.69.228", + "87.128.8.53", + "87.128.9.166", + "87.129.13.154", + "87.129.131.164", + "87.129.132.117", + "87.129.132.121", + "87.129.132.95", + "87.129.183.162", + "87.129.194.242", + "87.129.197.123", + "87.129.197.124", + "87.129.20.242", + "87.129.20.243", + "87.129.202.34", + "87.129.206.228", + "87.129.210.34", + "87.129.210.82", + "87.129.240.67", + "87.129.245.70", + "87.129.35.10", + "87.129.40.116", + "87.130.10.59", + "87.130.100.58", + "87.130.117.164", + "87.130.12.106", + "87.130.12.171", + "87.130.13.132", + "87.130.17.77", + "87.130.18.98", + "87.130.2.130", + "87.130.2.18", + "87.130.22.74", + "87.130.25.18", + "87.130.29.154", + "87.130.33.29", + "87.130.44.234", + "87.130.45.98", + "87.130.71.234", + "87.130.76.110", + "87.132.115.146", + "87.133.144.50", + "87.133.69.52", + "87.137.71.74", + "87.137.75.156", + "87.138.126.47", + "87.138.126.74", + "87.138.132.8", + "87.138.138.135", + "87.138.138.142", + "87.138.139.109", + "87.138.139.241", + "87.138.142.21", + "87.138.143.119", + "87.138.144.2", + "87.138.151.229", + "87.138.168.247", + "87.138.174.234", + "87.138.174.82", + "87.138.185.249", + "87.138.188.190", + "87.138.190.217", + "87.138.191.98", + "87.138.199.122", + "87.138.209.77", + "87.138.210.230", + "87.138.215.123", + "87.138.220.34", + "87.138.222.225", + "87.138.223.87", + "87.138.224.138", + "87.138.226.199", + "87.138.234.191", + "87.138.234.6", + "87.138.239.93", + "87.138.240.1", + "87.138.247.102", + "87.138.70.61", + "87.138.75.183", + "87.138.76.197", + "87.138.83.134", + "87.138.86.167", + "87.138.89.58", + "87.138.97.46", + "87.138.99.204", + "87.138.99.56", + "87.139.101.159", + "87.139.107.250", + "87.139.112.79", + "87.139.115.125", + "87.139.124.173", + "87.139.125.228", + "87.139.126.89", + "87.139.134.165", + "87.139.136.153", + "87.139.144.235", + "87.139.148.203", + "87.139.15.216", + "87.139.150.170", + "87.139.181.29", + "87.139.181.30", + "87.139.182.124", + "87.139.185.72", + "87.139.186.94", + "87.139.187.88", + "87.139.193.37", + "87.139.197.125", + "87.139.2.104", + "87.139.200.36", + "87.139.208.89", + "87.139.217.226", + "87.139.217.50", + "87.139.217.52", + "87.139.217.61", + "87.139.217.62", + "87.139.217.86", + "87.139.221.195", + "87.139.227.8", + "87.139.229.179", + "87.139.229.193", + "87.139.235.193", + "87.139.236.91", + "87.139.239.245", + "87.139.244.60", + "87.139.246.219", + "87.139.246.49", + "87.139.250.228", + "87.139.254.15", + "87.139.29.156", + "87.139.31.175", + "87.139.32.173", + "87.139.33.30", + "87.139.36.90", + "87.139.38.76", + "87.139.5.16", + "87.139.55.164", + "87.139.55.208", + "87.139.58.102", + "87.139.60.224", + "87.139.61.230", + "87.139.62.239", + "87.139.64.136", + "87.139.68.122", + "87.139.68.27", + "87.139.7.136", + "87.139.71.169", + "87.139.71.238", + "87.139.74.192", + "87.139.76.18", + "87.139.81.33", + "87.139.83.199", + "87.139.90.100", + "87.139.94.252", + "87.140.10.218", + "87.140.106.213", + "87.140.110.100", + "87.140.113.1", + "87.140.113.32", + "87.140.114.155", + "87.140.117.214", + "87.140.120.113", + "87.140.125.198", + "87.140.125.63", + "87.140.17.142", + "87.140.28.230", + "87.140.29.240", + "87.140.3.183", + "87.140.37.223", + "87.140.37.87", + "87.140.41.122", + "87.140.41.185", + "87.140.49.10", + "87.140.49.22", + "87.140.50.228", + "87.140.52.228", + "87.140.53.174", + "87.140.54.99", + "87.140.57.152", + "87.140.61.101", + "87.140.61.55", + "87.140.63.14", + "87.140.7.75", + "87.140.72.235", + "87.140.72.80", + "87.140.76.108", + "87.140.76.127", + "87.140.78.132", + "87.140.79.35", + "87.140.81.105", + "87.140.81.106", + "87.140.82.169", + "87.140.82.170", + "87.140.83.76", + "87.140.85.51", + "87.140.86.48", + "87.140.9.13", + "87.140.90.4", + "87.140.97.11", + "87.140.99.227", + "87.142.142.250", + "87.143.145.174", + "87.143.34.97", + "87.144.26.54", + "87.144.55.129", + "87.144.94.79", + "87.145.174.127", + "87.145.227.73", + "87.145.51.48", + "87.146.247.33", + "87.147.100.107", + "87.147.125.86", + "87.148.224.91", + "87.150.244.183", + "87.150.246.181", + "87.150.247.186", + "87.150.248.92", + "87.151.163.147", + "87.153.106.145", + "87.154.217.207", + "87.154.63.224", + "87.155.106.57", + "87.155.206.217", + "87.155.58.134", + "87.157.152.50", + "87.158.224.40", + "87.160.13.179", + "87.161.124.84", + "87.163.77.81", + "87.165.130.238", + "87.166.200.187", + "87.166.76.224", + "87.172.49.48", + "87.172.55.19", + "87.172.57.242", + "87.172.60.50", + "87.173.186.50", + "87.173.26.150", + "87.174.170.15", + "87.174.47.131", + "87.176.144.197", + "87.176.203.37", + "87.176.65.160", + "87.178.186.134", + "87.178.39.201", + "87.178.84.113", + "87.179.217.201", + "87.179.220.43", + "87.180.107.195", + "87.180.157.59", + "87.180.231.46", + "87.181.170.44", + "87.181.37.202", + "87.181.39.199", + "87.182.16.86", + "87.182.16.87", + "87.182.17.103", + "87.182.21.188", + "87.182.218.108", + "87.182.23.42", + "87.182.94.36", + "87.184.116.220", + "87.184.175.244", + "87.184.221.167", + "87.184.241.165", + "87.187.143.169", + "87.187.47.19", + "87.188.181.32", + "87.188.215.134", + "87.188.71.159", + "87.188.75.228", + "87.189.35.155", + "87.190.0.2", + "87.190.17.210", + "87.190.249.10", + "87.190.251.188", + "87.190.252.234", + "87.190.252.237", + "87.190.26.170", + "87.190.3.74", + "87.190.3.76", + "87.190.33.245", + "87.190.35.38", + "87.190.35.45", + "87.190.43.82", + "87.190.45.186", + "87.190.7.91", + "87.191.134.61", + "87.191.141.116", + "87.191.141.61", + "87.191.142.221", + "87.191.143.254", + "87.191.145.25", + "87.191.146.105", + "87.191.147.219", + "87.191.153.115", + "87.191.155.250", + "87.191.156.114", + "87.191.159.211", + "87.191.163.55", + "87.191.167.178", + "87.191.170.63", + "87.191.171.76", + "87.191.18.54", + "87.191.180.196", + "87.191.182.46", + "87.191.183.235", + "87.191.19.250", + "87.191.190.87", + "87.191.191.92", + "87.191.196.166", + "87.191.198.121", + "87.191.207.176", + "87.191.21.170", + "87.191.231.216", + "87.191.236.205", + "87.191.34.18", + "87.191.37.154", + "87.191.37.181", + "87.191.37.66", + "87.191.38.3", + "87.191.41.226", + "87.191.46.26", + "87.191.51.18", + "87.193.1.98", + "87.193.138.46", + "87.193.183.35", + "87.193.193.74", + "87.193.196.246", + "87.193.227.210", + "87.193.240.242", + "87.193.247.127", + "87.193.61.222", + "87.230.121.132", + "87.230.122.196", + "87.230.123.156", + "87.230.123.172", + "87.230.123.52", + "87.230.127.228", + "87.230.39.184", + "87.230.50.232", + "87.234.243.146", + "87.234.248.50", + "87.234.250.13", + "87.234.41.130", + "87.234.43.58", + "87.234.44.206", + "87.234.60.133", + "87.234.61.92", + "87.234.62.60", + "87.245.18.250", + "87.245.21.195", + "87.245.23.88", + "87.253.171.98", + "87.60k", + "87.78.129.215", + "87.78.179.226", + "87.78.56.142", + "87.78.96.235", + "87.79.0.194", + "87.79.0.226", + "87.79.108.150", + "87.79.12.94", + "87.79.200.136", + "87.79.200.189", + "87.79.237.47", + "87.79.29.138", + "87.79.29.182", + "87.79.34.50", + "87.79.36.237", + "87.79.39.36", + "87.79.5.203", + "87.79.65.44", + "87.79.67.48", + "87.79.70.34", + "87.79.71.201", + "87.79.74.4", + "87.79.76.7", + "87.79.78.77", + "87.79.79.143", + "87.79.79.156", + "87.79.89.189", + "87.79.91.149", + "87.79.92.231", + "87.79.94.169", + "87.79.95.114", + "87/", + "871", + "873", + "87488", + "875", + "876", + "879", + "87c391aad60a0fc1fc2e469e97f97d37", + "87k", + "88.130.18.103", + "88.130.209.90", + "88.133.180.213", + "88.134.208.54", + "88.134.86.151", + "88.134.87.36", + "88.134.91.226", + "88.150.15.47", + "88.198.217.182", + "88.198.226.244", + "88.198.228.202", + "88.205.125.32", + "88.208.191.154", + "88.217.136.219", + "88.217.137.34", + "88.217.140.144", + "88.217.140.43", + "88.217.142.68", + "88.217.145.230", + "88.217.152.106", + "88.217.163.210", + "88.217.174.250", + "88.217.175.67", + "88.217.185.8", + "88.217.198.50", + "88.217.224.12", + "88.217.225.80", + "88.217.236.123", + "88.217.248.126", + "88.217.250.139", + "88.217.250.143", + "88.217.26.207", + "88.217.67.29", + "88.217.75.184", + "88.217.75.224", + "88.64.151.95", + "88.65.210.66", + "88.65.29.198", + "88.68.134.130", + "88.70.36.4", + "88.73.118.171", + "88.79.104.117", + "88.79.114.250", + "88.79.220.90", + "88.79.243.108", + "88.79.245.180", + "88.79.251.90", + "88.79.253.237", + "88.99.91.197", + "880", + "881", + "882", + "883", + "884", + "885", + "886p", + "887", + "888", + "889", + "88f", + "88k", + "89", + "89-", + "89.0.28.10", + "89.1.135.4", + "89.1.21.234", + "89.1.236.18", + "89.1.33.42", + "89.1.36.4", + "89.1.77.249", + "89.1.82.218", + "89.1.82.244", + "89.1.82.6", + "89.1.83.194", + "89.1.94.90", + "89.106.219.218", + "89.107.164.63", + "89.15.248.138", + "89.163.159.19", + "89.163.159.22", + "89.163.229.134", + "89.163.229.26", + "89.163.234.199", + "89.166.131.192", + "89.191.91.51", + "89.202.113.164", + "89.202.21.131", + "89.202.21.174", + "89.202.38.146", + "89.202.39.177", + "89.202.43.56", + "89.233.209.183", + "89.233.213.16", + "89.233.215.53", + "89.233.220.61", + "89.233.221.163", + "89.233.221.184", + "89.233.221.91", + "89.233.225.132", + "89.233.88.247", + "89.244.119.78", + "89.244.150.234", + "89.244.169.6", + "89.245.149.220", + "89.245.153.20", + "89.245.186.34", + "89.246.111.121", + "89.246.112.23", + "89.246.114.108", + "89.246.151.18", + "89.246.71.147", + "89.246.80.210", + "89.247.128.205", + "89.247.176.57", + "89.247.194.14", + "89.247.196.4", + "89.247.41.84", + "89.27.157.228", + "89.27.158.167", + "89.28.143.112", + "89.28.143.122", + "89.28.143.205", + "89.43.121.79", + "89.57.48.18", + "890", + "894", + "896", + "899", + "89k", + "89kJAN", + "89kjan", + "8:02", + "8:09", + "8:11", + "8:13", + "8:18", + "8:2", + "8:29", + "8:37", + "8:42", + "8D", + "8Dd", + "8F/", + "8Hf", + "8KK", + "8VK", + "8a.m", + "8a.m.", + "8a1efb8cd913e5a4526c1254bb132a8b2fa7c089:566277477", + "8b4237659faddb46b932ebfe1e67f28962f862615c6a060241a428d6a2302f47", + "8d", + "8db", + "8dd", + "8efb664a08427b4ce4996457703b553656d8d6b32bd99649cc91d9b35c66711a", + "8f/", + "8f6", + "8hf", + "8k", + "8kk", + "8lbrv5T2", + "8lbrv5t2", + "8lk", + "8minecraft.ru_54.5k.sql", + "8p.m", + "8p.m.", + "8pl", + "8uu", + "8vk", + "8vr", + "9", + "9.1", + "9.2", + "9.3", + "9.37k", + "9.5", + "9.6", + "9.60k", + "9.7", + "9.8", + "9.87k", + "9/10", + "9/22/2022", + "90", + "90.187.110.173", + "90.187.114.225", + "90.187.118.209", + "90.187.125.245", + "90.187.161.21", + "90.187.187.193", + "90.187.218.221", + "90.187.65.45", + "90.187.84.133", + "90.187.86.145", + "90/", + "900", + "900442220522508359", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "90A0", + "90a0", + "90aaa5f8f5f772badab308dd34d1eeff2545df67e99c9eb730bf51bf6e2c376a", + "90k", + "91.103.115.170", + "91.103.115.171", + "91.103.240.121", + "91.103.8.129", + "91.106.122.162", + "91.106.122.50", + "91.106.126.35", + "91.106.135.252", + "91.106.138.153", + "91.106.176.124", + "91.106.179.94", + "91.11.160.20", + "91.11.160.29", + "91.11.160.99", + "91.11.180.28", + "91.132.76.233", + "91.132.76.234", + "91.132.76.236", + "91.137.102.144", + "91.137.117.106", + "91.137.122.181", + "91.137.57.251", + "91.14.10.179", + "91.14.137.176", + "91.15.20.87", + "91.15.6.112", + "91.15.95.155", + "91.16.73.244", + "91.16.79.221", + "91.16.98.23", + "91.18.35.58", + "91.19.161.183", + "91.198.238.246", + "91.2.31.180", + "91.20.40.123", + "91.209.159.30", + "91.21.215.149", + "91.21.230.44", + "91.211.10.210", + "91.212.221.59", + "91.212.221.62", + "91.220.56.36", + "91.224.226.57", + "91.23.161.34", + "91.23.170.184", + "91.23.171.224", + "91.23.171.234", + "91.23.171.254", + "91.231.204.3", + "91.248.101.104", + "91.248.161.192", + "91.248.161.42", + "91.249.133.162", + "91.249.134.82", + "91.249.135.72", + "91.249.137.210", + "91.249.142.82", + "91.249.155.130", + "91.249.155.82", + "91.249.163.207", + "91.249.172.154", + "91.249.173.2", + "91.249.186.219", + "91.249.187.18", + "91.249.199.90", + "91.249.202.209", + "91.249.205.154", + "91.249.220.138", + "91.249.230.190", + "91.249.234.18", + "91.249.242.210", + "91.25.112.146", + "91.25.135.162", + "91.25.136.194", + "91.25.136.210", + "91.25.140.218", + "91.25.144.226", + "91.25.153.138", + "91.25.164.163", + "91.25.168.107", + "91.25.174.20", + "91.25.182.7", + "91.25.193.147", + "91.25.196.122", + "91.25.200.123", + "91.25.206.76", + "91.25.207.242", + "91.25.216.75", + "91.25.230.85", + "91.25.252.250", + "91.25.81.226", + "91.25.83.139", + "91.25.94.2", + "91.26.0.162", + "91.26.114.211", + "91.26.16.251", + "91.26.26.58", + "91.26.3.250", + "91.26.30.34", + "91.26.32.162", + "91.26.40.67", + "91.26.50.162", + "91.26.55.42", + "91.26.6.114", + "91.26.72.20", + "91.26.73.211", + "91.26.76.226", + "91.26.86.178", + "91.26.86.194", + "91.26.90.153", + "91.3.240.105", + "91.32.24.113", + "91.32.86.128", + "91.33.18.72", + "91.33.210.19", + "91.34.251.71", + "91.35.12.84", + "91.35.8.199", + "91.36.192.84", + "91.36.202.220", + "91.37.220.186", + "91.37.253.168", + "91.37.255.34", + "91.37.34.234", + "91.37.47.50", + "91.38.147.39", + "91.39.45.37", + "91.39.70.156", + "91.39.74.121", + "91.39.75.226", + "91.39.76.20", + "91.39.85.189", + "91.4.117.31", + "91.4.214.13", + "91.4.214.187", + "91.4.216.135", + "91.4.217.178", + "91.4.235.133", + "91.4.49.22", + "91.4.63.178", + "91.41.210.41", + "91.42.155.236", + "91.42.158.148", + "91.42.196.166", + "91.42.207.56", + "91.43.144.198", + "91.43.251.39", + "91.43.252.132", + "91.43.252.162", + "91.44.17.34", + "91.44.232.54", + "91.44.64.160", + "91.45.167.162", + "91.45.209.55", + "91.45.33.137", + "91.45.57.156", + "91.46.42.4", + "91.46.80.2", + "91.46.85.249", + "91.47.241.216", + "91.47.99.162", + "91.48.157.7", + "91.48.221.2", + "91.48.240.59", + "91.5.124.191", + "91.5.14.231", + "91.5.174.45", + "91.5.21.124", + "91.50.229.49", + "91.51.194.235", + "91.51.59.36", + "91.51.83.214", + "91.51.94.59", + "91.52.0.7", + "91.52.139.87", + "91.54.34.235", + "91.54.37.68", + "91.55.28.90", + "91.58.116.18", + "91.59.242.173", + "91.59.248.250", + "91.59.49.253", + "91.60.103.232", + "91.61.134.11", + "91.61.134.98", + "91.61.168.30", + "91.61.172.245", + "91.62.12.147", + "91.63.19.161", + "91.63.248.16", + "91.64.70.194", + "91.65.173.49", + "91.66.218.83", + "91.66.237.140", + "91.7.249.247", + "91.9.122.164", + "91.9.215.217", + "91.96.28.148", + "91.97.175.64", + "912", + "914", + "915", + "917", + "918", + "919", + "91k", + "92.117.21.133", + "92.117.78.7", + "92.119.209.253", + "92.122.177.73", + "92.194.117.205", + "92.194.215.20", + "92.194.64.29", + "92.195.152.117", + "92.195.201.190", + "92.198.10.164", + "92.198.25.93", + "92.198.33.250", + "92.198.33.252", + "92.198.33.82", + "92.198.34.130", + "92.198.38.250", + "92.198.4.204", + "92.198.45.98", + "92.198.46.218", + "92.198.47.138", + "92.198.49.253", + "92.198.56.137", + "92.200.186.23", + "92.200.254.142", + "92.211.134.27", + "92.217.246.197", + "92.39.119.245", + "92.39.25.205", + "92.39.25.250", + "92.50.101.242", + "92.50.109.115", + "92.50.109.70", + "92.50.110.106", + "92.50.110.242", + "92.50.113.34", + "92.50.120.170", + "92.50.124.54", + "92.50.64.66", + "92.50.67.138", + "92.50.68.69", + "92.50.68.70", + "92.50.69.186", + "92.50.69.242", + "92.50.78.210", + "92.50.93.190", + "92.50.96.156", + "92.51.178.196", + "92.52", + "92.60.212.67", + "92.60.213.64", + "92.73.158.95", + "92.77.205.245", + "92.77.63.170", + "92.79.107.194", + "92.79.113.147", + "92.79.114.146", + "92.79.116.114", + "92.79.116.98", + "92.79.119.50", + "92.79.124.106", + "92.79.128.236", + "92.79.134.224", + "92.79.135.121", + "92.79.31.2", + "92.79.62.66", + "92.79.72.109", + "92.79.74.210", + "92.79.74.212", + "92.79.77.211", + "92.79.86.132", + "92.79.90.60", + "92/", + "920", + "921", + "922", + "924", + "926", + "928", + "929", + "92k", + "93.104.122.48", + "93.104.192.82", + "93.104.200.98", + "93.104.205.10", + "93.104.218.82", + "93.104.237.4", + "93.104.243.45", + "93.104.243.59", + "93.104.245.122", + "93.104.38.178", + "93.104.42.33", + "93.104.75.122", + "93.104.78.238", + "93.104.84.32", + "93.104.96.232", + "93.122.68.197", + "93.122.69.198", + "93.122.69.216", + "93.122.80.171", + "93.122.92.108", + "93.122.92.172", + "93.122.92.73", + "93.122.92.94", + "93.127.227.40", + "93.127.241.163", + "93.127.241.193", + "93.159.100.4", + "93.159.117.23", + "93.159.249.66", + "93.159.249.78", + "93.159.249.79", + "93.180.77.18", + "93.180.77.210", + "93.180.77.50", + "93.180.77.82", + "93.184.178.6", + "93.184.178.8", + "93.184.179.147", + "93.184.188.162", + "93.186.11.109", + "93.186.12.233", + "93.186.9.90", + "93.188.25.41", + "93.192.199.12", + "93.192.34.165", + "93.193.118.101", + "93.193.123.215", + "93.193.174.152", + "93.193.24.183", + "93.194.16.73", + "93.195.77.65", + "93.196.114.160", + "93.198.114.160", + "93.198.38.59", + "93.198.40.136", + "93.198.60.218", + "93.199.199.104", + "93.199.91.249", + "93.200.241.162", + "93.200.249.153", + "93.200.250.142", + "93.200.254.21", + "93.201.147.57", + "93.201.159.137", + "93.201.247.96", + "93.202.177.117", + "93.202.56.38", + "93.205.104.212", + "93.205.164.181", + "93.205.171.195", + "93.205.175.5", + "93.205.215.185", + "93.206.170.173", + "93.207.126.14", + "93.209.81.230", + "93.210.214.14", + "93.211.142.126", + "93.211.158.242", + "93.211.22.29", + "93.213.62.73", + "93.215.163.202", + "93.215.185.34", + "93.215.223.23", + "93.216.48.5", + "93.216.53.125", + "93.217.233.251", + "93.218.135.143", + "93.219.146.17", + "93.219.255.56", + "93.220.177.171", + "93.220.31.240", + "93.221.140.217", + "93.222.205.75", + "93.223.178.119", + "93.223.179.82", + "93.224.101.98", + "93.224.102.25", + "93.224.105.186", + "93.225.101.190", + "93.225.236.27", + "93.225.74.4", + "93.225.99.19", + "93.226.175.187", + "93.226.177.228", + "93.227.209.88", + "93.227.34.192", + "93.229.92.54", + "93.230.147.114", + "93.230.162.52", + "93.231.12.10", + "93.231.143.97", + "93.231.186.136", + "93.232.11.230", + "93.232.113.181", + "93.232.18.188", + "93.232.254.235", + "93.232.29.74", + "93.232.31.143", + "93.233.230.72", + "93.233.43.212", + "93.234.171.178", + "93.234.177.144", + "93.234.83.69", + "93.236.133.28", + "93.236.187.12", + "93.237.106.73", + "93.237.149.78", + "93.237.219.193", + "93.238.167.88", + "93.238.174.10", + "93.239.152.126", + "93.239.200.207", + "93.239.6.45", + "93.239.8.254", + "93.240.100.188", + "93.240.100.60", + "93.240.101.234", + "93.240.106.67", + "93.240.110.229", + "93.240.119.230", + "93.240.120.125", + "93.240.121.4", + "93.240.123.9", + "93.240.125.133", + "93.240.125.95", + "93.240.126.126", + "93.240.127.172", + "93.240.127.84", + "93.240.129.123", + "93.240.137.251", + "93.240.138.162", + "93.240.138.166", + "93.240.143.107", + "93.240.143.108", + "93.240.162.194", + "93.240.164.18", + "93.240.165.106", + "93.240.167.146", + "93.240.172.98", + "93.240.176.146", + "93.240.180.138", + "93.240.181.178", + "93.240.185.245", + "93.240.199.178", + "93.240.201.250", + "93.240.202.42", + "93.240.208.51", + "93.240.219.162", + "93.240.22.100", + "93.240.220.226", + "93.240.224.210", + "93.240.225.42", + "93.240.230.107", + "93.240.232.187", + "93.240.247.90", + "93.240.248.250", + "93.240.25.208", + "93.240.250.58", + "93.240.253.58", + "93.240.27.186", + "93.240.27.79", + "93.240.3.107", + "93.240.32.23", + "93.240.33.195", + "93.240.37.220", + "93.240.37.223", + "93.240.37.29", + "93.240.4.43", + "93.240.42.115", + "93.240.42.179", + "93.240.44.221", + "93.240.46.60", + "93.240.52.37", + "93.240.53.54", + "93.240.58.172", + "93.240.80.112", + "93.240.82.44", + "93.240.85.219", + "93.240.86.237", + "93.240.90.164", + "93.240.95.107", + "93.240.95.202", + "93.240.95.32", + "93.240.97.99", + "93.240.98.214", + "93.241.193.188", + "93.241.199.42", + "93.241.201.250", + "93.241.207.89", + "93.241.210.179", + "93.241.211.74", + "93.241.213.35", + "93.241.213.48", + "93.241.214.153", + "93.241.216.246", + "93.241.217.70", + "93.241.220.59", + "93.241.221.82", + "93.241.222.235", + "93.241.232.212", + "93.241.233.44", + "93.241.233.5", + "93.241.240.189", + "93.241.241.128", + "93.241.244.19", + "93.241.244.80", + "93.241.247.76", + "93.241.249.189", + "93.241.250.71", + "93.241.253.44", + "93.241.255.192", + "93.241.26.155", + "93.241.26.158", + "93.241.27.58", + "93.241.38.10", + "93.241.64.68", + "93.241.65.137", + "93.241.67.226", + "93.241.73.82", + "93.241.75.228", + "93.241.76.1", + "93.241.76.42", + "93.241.78.174", + "93.241.8.52", + "93.241.81.252", + "93.241.82.86", + "93.241.83.211", + "93.241.84.25", + "93.241.84.44", + "93.241.86.85", + "93.241.87.97", + "93.241.88.136", + "93.241.88.165", + "93.241.95.215", + "93.242.198.127", + "93.245.10.48", + "93.245.45.102", + "93.88.17.135", + "93.90.136.28", + "93.94.86.10", + "93.94.86.170", + "93.94.86.26", + "93.94.86.82", + "93.95.133.30", + "93.95.135.243", + "930", + "9307,782_647,0,Sun", + "9307,782_647,0,sun", + "932", + "934", + "9353fd2ce988216a131efaaa9aa7da8fc1b1ddf2eab56b61190cdfac497039f1:1cJ7vnoj0axp9qE3:2", + "9353fd2ce988216a131efaaa9aa7da8fc1b1ddf2eab56b61190cdfac497039f1:1cj7vnoj0axp9qe3:2", + "937", + "939", + "93k", + "94.100.70.115", + "94.100.70.14", + "94.101.33.229", + "94.114.197.45", + "94.130.195.233", + "94.134.137.141", + "94.134.159.172", + "94.16.17.48", + "94.16.6.214", + "94.16.6.245", + "94.16.7.66", + "94.16.98.44", + "94.186.179.114", + "94.186.183.82", + "94.186.198.146", + "94.186.219.173", + "94.186.234.59", + "94.186.235.11", + "94.217.218.239", + "94.219.236.147", + "94.79.133.154", + "94.79.135.49", + "94.79.154.122", + "94.79.162.242", + "94.79.162.70", + "94.79.163.6", + "94.79.167.222", + "94.79.175.62", + "94.79.175.94", + "94.79.177.54", + "94.79.186.62", + "94.79.188.38", + "94/", + "941", + "942", + "944", + "945", + "94k", + "95", + "95.100.196.73", + "95.128.17.198", + "95.130.162.17", + "95.130.162.209", + "95.130.163.137", + "95.130.163.233", + "95.130.164.143", + "95.130.166.187", + "95.130.167.111", + "95.130.167.180", + "95.131.96.186", + "95.208.114.220", + "95.223.139.219", + "95.223.213.165", + "95.33.69.89", + "95.33.71.169", + "95.88.42.95", + "95.91.109.94", + "95/", + "953", + "956", + "958", + "959", + "95k", + "960", + "961", + "963", + "964", + "967", + "969", + "97", + "97.80k", + "97110508089", + "9719", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "979", + "97k", + "98.98.164.218", + "982", + "98324224113413@hot-chilli.im", + "984", + "985", + "989", + "98E646E037B5E692E76BBBBC809F60E20E73FE57", + "98e646e037b5e692e76bbbbc809f60e20e73fe57", + "98k", + "98k.txt", + "99", + "99/", + "992", + "993", + "994", + "996", + "998", + "999", + "99999", + "9:00", + "9:06", + "9:09", + "9:13", + "9:14", + "9:19", + "9:2", + "9:43", + "9:46", + "9:47", + "9:50", + "9:55", + "9E2", + "9E9", + "9FF", + "9H/", + "9PE", + "9a.m", + "9a.m.", + "9ad", + "9ad9a407643acde8e6f5857601aebad7cebf4647", + "9b78af9365ebfed2c0d082a32fb7892e72cbcd8f6598ce03b5a7eca018ce53c1", + "9d93bc6aa5af6076d36c4a579aaa2d0465c22a8acc6bd00a0befe5f0f4284140:50eesdmJhaGtUubG:2", + "9d93bc6aa5af6076d36c4a579aaa2d0465c22a8acc6bd00a0befe5f0f4284140:50eesdmjhagtuubg:2", + "9e2", + "9e7c339b856b5f599cb8e3367425630f31ff8ef846d5ecd1420fa7b0306d87af:7rPXKfvRkmxRTQgTDUIgZl3XsZRwvSc9", + "9e7c339b856b5f599cb8e3367425630f31ff8ef846d5ecd1420fa7b0306d87af:7rpxkfvrkmxrtqgtduigzl3xszrwvsc9", + "9e9", + "9f5602d53a5126d2146b82b9470ac457359db42ed8f61a5d90f574b6254d26db", + "9ff", + "9h/", + "9j5", + "9p.m", + "9p.m.", + "9pe", + ":", + ":'(", + ":')", + ":'-(", + ":'-)", + ":(", + ":((", + ":(((", + ":()", + ":)", + ":))", + ":)))", + ":*", + ":-(", + ":-((", + ":-(((", + ":-)", + ":-))", + ":-)))", + ":-*", + ":-/", + ":-0", + ":-3", + ":->", + ":-D", + ":-O", + ":-P", + ":-X", + ":-]", + ":-d", + ":-o", + ":-p", + ":-x", + ":-|", + ":-}", + ":/", + ":0", + ":00", + ":01", + ":02", + ":03", + ":05", + ":06", + ":07", + ":08", + ":09", + ":1", + ":10", + ":11", + ":12", + ":13", + ":14", + ":15", + ":16", + ":17", + ":18", + ":19", + ":20", + ":21", + ":22", + ":23", + ":24", + ":25", + ":26", + ":27", + ":28", + ":29", + ":3", + ":30", + ":31", + ":32", + ":33", + ":34", + ":35", + ":36", + ":37", + ":38", + ":39", + ":40", + ":41", + ":42", + ":43", + ":44", + ":45", + ":46", + ":47", + ":48", + ":49", + ":50", + ":51", + ":52", + ":53", + ":54", + ":55", + ":56", + ":57", + ":58", + ":59", + ":>", + ":D", + ":O", + ":P", + ":X", + ":]", + ":d", + ":o", + ":o)", + ":p", + ":x", + ":x)", + ":|", + ":}", + ":\u2019(", + ":\u2019)", + ":\u2019-(", + ":\u2019-)", + ";", + ";)", + ";-)", + ";-D", + ";-X", + ";-d", + ";D", + ";X", + ";_;", + ";d", + "<", + "<.<", + "", + "", + "=", + "=(", + "=)", + "=/", + "=15", + "=28", + "=3", + "=D", + "=X", + "=[", + "=]", + "=d", + "=x", + "=|", + ">", + ">.<", + ">.>", + ">:(", + ">:o", + ">:x", + "><(((*>", + "?", + "@", + "@2", + "@ARTISTTSTUDIO", + "@Andrewwtate", + "@AspidSnake", + "@Bomb", + "@BreachPine", + "@Brick_Top", + "@C5pider", + "@CCHuckster", + "@Desec0x", + "@EmailGuy", + "@Eurekahl", + "@FOOBLE", + "@FederalAgentBrad", + "@G1venchy", + "@H0oligandz", + "@Iam_Zuwa", + "@ItsVladimirputin", + "@KYP", + "@MatthewNorman1", + "@Moderator", + "@OGYessine", + "@OrmosisBot", + "@Orpheusrefund", + "@ROShelper", + "@RonyKingSourcingINC", + "@Sinkln1337", + "@StarLinkCloud", + "@The_Bl4ck_h4nd", + "@VaultedRef", + "@Wooloo", + "@Wq552211", + "@XXX", + "@XXXX", + "@XXXxxxx", + "@Xdxxxx", + "@Xxdddd", + "@XxxXxxxx", + "@Xxx_Xxdxx_xdxx", + "@Xxx_Xxxx", + "@Xxxx", + "@XxxxXxxxXxxxx", + "@XxxxXxxxXxxxxXXX", + "@Xxxxx", + "@XxxxxXxx", + "@XxxxxXxxx", + "@XxxxxXxxxx", + "@XxxxxXxxxxXxxx", + "@XxxxxXxxxxd", + "@Xxxxx_Xxx", + "@Xxxxxdddd", + "@Xxxxxdx", + "@_@", + "@abroni17", + "@akapacpac", + "@altshub", + "@andrewwtate", + "@anyuhq", + "@artisttstudio", + "@aspidsnake", + "@babayyagga", + "@babyclipper_bot", + "@bomb", + "@breachpine", + "@brick_top", + "@buyingdata", + "@c5pider", + "@cadeacedocs", + "@cchuckster", + "@d", + "@desec0x", + "@devxstudio", + "@emailguy", + "@eurekahl", + "@federalagentbrad", + "@fooble", + "@g1venchy", + "@h0oligandz", + "@iam_zuwa", + "@iftekhar98", + "@itsvladimirputin", + "@kenix1613", + "@klaailonari", + "@kyp", + "@m2soft0909", + "@makiveli_bhf", + "@marktraffdev", + "@matthewnorman1", + "@mkdiretc", + "@moderator", + "@moretrust_cc", + "@nisan66", + "@noobplayer009", + "@ogyessine", + "@ormosisbot", + "@orpheusrefund", + "@oxygen", + "@prom_66", + "@r3nin", + "@resetmyname", + "@ronykingsourcinginc", + "@roshelper", + "@sinkln1337", + "@starlinkcloud", + "@sucker", + "@tgomni", + "@the_bl4ck_h4nd", + "@udodov228", + "@vaultedref", + "@wooloo", + "@wq552211", + "@xdxxx", + "@xdxxxx", + "@xdxxxxdddd", + "@xxdddd", + "@xxx", + "@xxx_xxdxx_xdxx", + "@xxx_xxxx", + "@xxxx", + "@xxxx_dd", + "@xxxx_xx", + "@xxxx_xxx", + "@xxxxd", + "@xxxxdd", + "@xxxxddd", + "@xxxxdddd", + "@xxxxdx", + "@yoy", + "A", + "A++", + "A+++", + "A.1718130568", + "A.1751189463", + "A.2200283667", + "A.K", + "A.Q", + "A00", + "A1", + "A101|Pottstown|PA|19464|Male|6103277777|hurstheatherl@gmail.com|11|11|1979|15/1/2023", + "AA", + "AB", + "ABA", + "ABI", + "ABOUT", + "ABOVE", + "ABSOLUTELY", + "ABU", + "AC", + "ACCES", + "ACCOUNT", + "ACCOUNTS", + "ACCS", + "ACE", + "ACH", + "ACK", + "ACT", + "AD", + "ADA", + "ADCB", + "ADD", + "ADDED", + "ADDRESS", + "ADDRESS^", + "ADE", + "ADMINS", + "ADS", + "ADSLDP00000P03.local:10389@local*$695F1D110EC238E971C1EAFE5C15FBA7$74EC4511F166400E653056FC5B83ED7D58E2227FD77C2859DA77D19EA8B5279643421049A68A650AD631BE6EADBF524A3662F96CAF5FAE8C309E7D7CC2C1E2164926DDC2D5157810DCF62525DC6009ED98AAD7C41D26F51D53E75749A3303727D60A4F5B2DF1AEC517F5968F9E1ADE8C08C849F6E502A320AD614267F05F4F6E08959F4DCA107836BF5EAE9DDD152E3C27CE38503F672EA9A35C565324797B414BD36C6726DA6D87CE512C3C667861BFD65C08A6F802DB1A48FB1482A92E17B368859B819298B790BB72BFF90361FD41635D5309EED39B4ABE502F71872ABBFA11AFCCB5884535CD312F93320FDE80EF046FE6882C55EA5C0384D29276BE7F5621EA3C2DB83B7C3398CF9CF06D0382DAEBF22A7451E34348724BC2B091EABB8231727AD1B247369158B7FD04852E11EDF69C2E14575847B55F3F16F742AC07EDF3BBA301A17A485D728E2A13037CBEB5A72BA5A0A285EE3DE00EE44BD6E21E60E3B3B30789285B5B4CAFBC5388813F6D75A928674FEFE04F593833FD543F6CEB75172A537DC95B108B919CA99455456F0520A7FBA6FA14855B9A5DC3A52832E1A33FE5165E28B7D60BF3F9B427A459EDFB3B52B59D7704A943D4A779FE1C8CE03BD3D1B316FD4E65D46BB38D0E59D98FF53AA2D6A64F4E4E15EC02D61F78BCA79806BFC18F27BBBB0159891F52FA0534A0547FCC6D470B3974039D4A5DB5637EA712DC1C507E9B31655D2DDB09974C9A82C7A098DE876E28C3DA4ED5A75499F393AE9F535CA9C2EF98F008AF624131C42BC8E0EA1B1574C6EEACA7536DAC8ADB9E5D7D4FF046C93A32C660F8935815EA30E13B1E0B449DE46E2B3566F83C02895886BD0BBB4BE2EF2B641F920100967914554E87A5AC5C52596379A3198DE84E335A339F8A305B3A9FA7E0C7F778514424840F4E6D919E08B39899CF6C784C6CFE48988D89473E85AE23F106359E24FEE80EB1CA92FAC4F51D4250FB8B75F544E7EC7C0405270E0C434AC92B29A355A215938C22FA238274923153F8B3207C15DDBFE665FD49DC8B70C16491BF36EAC7641AC507BB55EC37D409E78D131DAC7E35799B9B5CAE7D2E82BAAF6F10276A07BD29DC31BFE22BA8076B87F80A464F679D5401CBA597F68217D6779A76F71999FB20F885294FF3662D6A1885EA477AED523729DC0966205E55E50D649FF4EC2AB6D25BE66A5C988DBA15D4152D7949043976409704303F731B9F9FA54F3AA80621A56A8A591204F8C6612C611967C56956E7FD8D75D36B5FCE21CF864911C69B5814A62FC9A788BBBEFAA9FA768DEB396DECADEE5E482333E0B2163272CA3B49003CDADC512F1BD9027B126760728F01541ABC507A49F9DE50C3AA33F849F2FA814E5F51350D0ED8EBCE5F8A58FD48BDB502C8E08ADC344C6A9ACC97C57794B7C8A7126C1966EF377AE596F8AF7F38FD2C57D79159913E6484A924B361F6B482DF7DBE89A11232F6FE7CE90DA2D57ADEEF9A11F1FE932CC1BD997BF9C3256FBE56D0EF7E7EB24A64406B7E3BF56F73ADDF5F21BDE563ACBCB5B60360A0ADDAE91CEE62C14CC9CAB29CE382E9A1ED3A60BAB3C22F0850729F6E5ED7766BC0250B1E0A0058356969ED68448AEFC7B5CCC1D41796D790728EB9359F3015C89898EB0DDD953E7B87AB81807ED843E01860F4B7C0F8D189DA6C986337F51B65E929F1B4AAF77A355A327A769AB90CB0121ACD5995F6B52C69F1EFD9C595ACB1CC902B36643E1699604C6A78375E6586E9076F834C6400DAEDB558BC48B64FB4AFC22C566BF1216BCFA384DA7F60E49EE69E8E5D31EC81353CD8D85BADE65FDD7FC669F465C3AC999671A90DF2CE1E1567EDE188DA5673AB7FBE898C5BF1326482BE15EA44D14445C95A19E8B04298811AB4315EE99C52D3179D382F7EE321A7CE9C6887CF7779E435D47C66E6EB03EE1C929BE97799B4606861495D7EF6A81C27C9AA0E737C2EF18E2E733A4C9570481475E44432F8EA27C01E4C79F29797064762B015FD255677FFAF90A505D94D733E13C31C710164580EB774B2DAED254A1855A77A35E5287C51C7040EE65BF347056EF44A6F93230B03F060704AB4B6E4E6E4436CEABD37EA71F0A434921DBB92D6C523255DD877352B75D5A668FB556689EA77AE1EF996A5E67F8C7F40261DE920BA085714837BD11D1C28D1150F4F551236C7F2393CE2BCC46C9AF772B439CADC4D8A3389F57FD6AE78A70BAD6D3472CB8FB59A2675A689C13B1F318003CA0EEDF1F99870D41654B62F1B2254B57C82717ABB8FF1D07C8B62A10DF90C3B6E0F4445FD9FD72CA1179F9F3BC8550889668BCC0E0527826D6D4DBE7AB0556EB7B4DF112A13A559CBB489EC3CFF53DCFFDFCF71A577626B083513B8AD2AFFDA2A34C199438E33CE72CE1A9141A1CEDDFBB9EA54B174A60B0D9167E6E25BB641E43CDB6AC93E38CBFB76AD2F23A06AF27DB43A611E05653D173808B0540C2CBF42B8343857389D0C6B8584D4DC9BD2749126A20C132B4B83114E159E1AF4A76843BA7D3A054A8BDCF249A5AF500C6ED1AEB53515E8A612B99DBE5EF6A071EF27B05C70CE29D621E3913BAE4BC6E56580D50252E9DD2819603A0167EAC811AC495DCFEFC259FC2D7F18F27DB747F14AEA8E7E9E58D5BE1CA25D3411D313ED91B6A24EB2E23D090508C3CD6FA4770AAFE39087F4AB047ADC4671A40C4E155F260AC94293D8E9ABCF54894FC27699382F85163376E4DEABF8F75BAD390CD6756C676B413568A6466D9AA2EF98B6CC55902E5C6C6CF5749DF50A8CC7755A7A51E5C71E44FEE8FDDC6AA0C64A9AF4DAE83530DEA51CB89F9FF679E4520A386F6A18ED82A78F6DE7D3DD1E94703DE429F0613B0C509205F8F9B4576A69E135F3EC2563826429A4D16B1BE275B97149F76B07A28EB66380C3488EB77D0C30577426920C5BEF42C2D607893D9B9D5F5BD1C88A3F83EDA0B775F8490713340DA5E300035C98AECBAFA0C455CF8439DE1B1E10F8297AEF5100C06F6C386936D82259D82FF44E4E4644F45EA7600D8F493A139C3355A7345EEC868AEB7BFC5BDBA74EA4D60C8222F6A615C1D6E033F4869F0D953DC09FF1FA59B19A10D9E922A88D7FCC5F39C0DCE071D59A4B543258C566CABB7C5B0D9923EE2720FA91782AB8B734569778ED74FB7A00AD87F8EE2C2DC5BF37BCD88C417FC6F3B25DB5E5C95EA27C56695077DFA0474FE1A89855498BE127399CA4E70B2C518C15B5C78507A0AF76416167345DEC527E92707101AB66D07621F1A8D9EE8870F9F9D6485C148DCA7C14A520EFCB1672BE30973254C6DA8B469D0465CF06740A5ADEAD5987A54043B5549A5B8BC80C29E443CC397C7C519E6B67B5B14C10B090E600E9B84640788A5B23F3ACD76376829AD42A3407C2CC85AF42992B9DE859CC8D4FB603A85A72523B5155327913EA20185DBF332D3816EBF28FDD4455C6721B1096B4DD1AD7C3190D1B9258FBD14C2421370C572FDA16B14836FDF5E90EC771FDD0C072BEEEC7697D89FC2BCCC86C22A7F5FBA2C951E41AC80BEBEE400C53C133D0EE0FC2B3BC243E139EC018EAA5A7018ECDD11E00B71C410705245FDED6E8C30E9D85810C4DBEF0ABF6B551E75B553214DA05A530E67B54B3DBF744CD56536DB336BA6F0375018DC6373BF500724CA1CA836716019E5238A53098", + "ADULT", + "ADVANCED", + "ADVISED", + "AE", + "AEI", + "AEON", + "AES", + "AEx", + "AF", + "AFAIK", + "AFE", + "AFT", + "AFTER", + "AF_INET", + "AGAIN", + "AGE", + "AGREEMENT", + "AGRICOLA", + "AI", + "AI(chatgpt", + "AID", + "AIK", + "AIL", + "AIM", + "AIN", + "AIO", + "AKE", + "AKP", + "AKQJ10", + "AL", + "ALE", + "ALIBABA", + "ALK", + "ALKHAIMAH", + "ALL", + "ALS", + "ALSO", + "ALWAYS", + "ALY", + "ALhamdulilah", + "AM", + "AMAZON", + "AMAZON.COM.BE", + "AMAZON.SE", + "AMC+", + "AME", + "AMMdefi", + "AMOUNT", + "AMZ", + "AN", + "AN+RN", + "AN+RN+NAME", + "ANA", + "AND", + "ANDROID", + "ANK", + "ANNOUNCMENT", + "ANOMALY", + "ANS", + "ANT", + "ANTICHRISTDEMON#7703", + "ANTIPUBLIC", + "ANY", + "ANYTIME", + "ANZ", + "AOO", + "AOZ", + "API", + "APIs", + "APK", + "APPLE", + "APPS", + "APTRA", + "AR", + "ARAB", + "ARD", + "ARE", + "ARGyw9ht6z0wKFOhmI.", + "ARI", + "ARKANIAZ_mds_35k.txt.txt", + "ARM", + "ARP", + "ARRESTED", + "ARRIS", + "ARS", + "ART", + "ARY", + "AS", + "ASAP", + "ASE", + "ASI", + "ASK", + "ASP", + "ASPX", + "ASS", + "ASSIST", + "AST", + "AT", + "ATA", + "ATE", + "ATM", + "ATTEMPTING", + "ATZ", + "ATs", + "AU", + "AUD", + "AV", + "AVA", + "AVAILABILITY", + "AVAILABLE", + "AVAST", + "AVE", + "AVOID", + "AVs", + "AWARE", + "AWAY", + "AWIDIAWDJ", + "AYS", + "AYUDHYA", + "AZ", + "AZN", + "Abhinav6", + "About", + "Abraham", + "Absolutely", + "Academy", + "Accept", + "Access", + "AccessMan44", + "Account", + "Accounts", + "Accumulator", + "Ace", + "AceHCF", + "AceHCF_IPs_95.txt", + "Act", + "Active", + "Actual", + "Actually", + "Ad", + "Adams", + "Add", + "AddMeFast", + "Added", + "Addka72424", + "Address", + "Addresses", + "Adgasgsagg", + "Adidas", + "Adm", + "Adm.", + "Admin", + "Administrador:41860187edd10b3ea37bb3092d081830", + "Administrator", + "Adobe", + "Ads", + "Advance", + "Affiliate", + "Affiliated", + "Afghanistan", + "Afo", + "African", + "After", + "Again", + "Aged", + "Agency", + "Agent", + "AgentBlanco", + "Agreed", + "Ah", + "Ahh", + "Ai", + "Air", + "AirPods", + "Aj|", + "Ak", + "Ak.", + "Al", + "Ala", + "Ala.", + "Alabama", + "Alaska", + "Albayrak", + "Alberta", + "AlbinBerrycloth", + "Alcachofo", + "Alchemist", + "Aldow", + "Alexandrovich", + "Alferia.eu", + "Alien666", + "Alipay", + "All", + "All.txt", + "AllForOneSurvival", + "Alles4you", + "Allison", + "Almost", + "Alpha_Teamspeak_IPs_205.csv", + "Already", + "Alright", + "Also", + "Altho", + "Alvaris", + "Always", + "Am", + "Ama", + "Amazing", + "Amazon", + "Ambition", + "America", + "Americanexpress.com/seller", + "Amia", + "Amount", + "Amounts", + "Amz.one", + "AnK", + "AnarchyHCF_IPs_480.txt", + "And", + "Andaria", + "Andrew", + "AndrewwTate", + "Android", + "AnonFiles", + "Anonymous", + "Anti", + "Antibots", + "Antivirus", + "Any", + "Anyone", + "Anyway", + "Anyways", + "Apache", + "Apart", + "App", + "Apparently", + "Appeal", + "Apple", + "AppleWebKit/605.1.15", + "Applefight.fr", + "Applies", + "Appreciate", + "Appstore", + "Apr", + "Apr.", + "April", + "Apt", + "Arcade", + "Arch", + "Archived", + "Arcosia-PvP.fr", + "Are", + "Arefy_XF.sql", + "Argos", + "ArgumentParser", + "Arium_IPs_435.txt", + "Arivi.pl", + "Ariz", + "Ariz.", + "Arizona", + "ArizonaHCF", + "Ark", + "Ark.", + "Arkadia", + "Arkansas", + "Armadyl", + "Around", + "ArticleNinja", + "Arx", + "As", + "Ashitbag", + "Ask", + "Assalamualaikum", + "Assured", + "Astaroth", + "Astro_Buycraft_Logs_130.csv", + "At", + "Aternos.org-dehashed.txt", + "Aternos.org_899k.txt", + "Athenia", + "Atlas", + "AtomicSkull_IPs_345.txt", + "Aton2.com_Buycraft_DB.txt", + "Attackers", + "Attempted", + "Attempting", + "Attention", + "Aug", + "Aug.", + "August", + "Aurelius", + "Aus-Craft.net_Emails_DB.txt", + "AussieMC_Buycraft_Logs_300.csv", + "Australia", + "Australian", + "Austria", + "AuthMe", + "AuthMe.txt", + "AuthenticationException", + "Authme.txt", + "Authorization", + "Auto", + "Auto+Garant", + "AutoAddPolicy", + "Autobuy", + "Autochthonous", + "Automating", + "Automation", + "Autoshop", + "Available", + "Avatar", + "AverFight", + "Average", + "AviatorCraft", + "AviatorCraft_Buycraft_Logs_2.2k.txt", + "AviatorCraft_ForumSQL.txt", + "Avoid", + "Award", + "Awesome", + "Axie", + "AxinaMC.fr", + "AzoniaGames.fr", + "Azulos", + "AzurixePvP.fr", + "B", + "B'd", + "B.S.C.", + "B07", + "B16", + "B17", + "B18", + "B19", + "B20", + "B21", + "B2B", + "B2C", + "B4117740000006265", + "B4117740000006265^SHEA", + "B83131", + "B8B", + "B:2", + "BA", + "BAB", + "BACK", + "BAI", + "BAN", + "BANCO", + "BANGKOK", + "BANK", + "BANKASI", + "BANKBOSS", + "BANKS", + "BANKTHAIPUBLIC", + "BANNED", + "BARCLAYS", + "BARODA", + "BARTSHOP", + "BASE", + "BB7F7C7D5A5761D1838353B079CA83AD4A157E0B9A728C0EDEE9B4A82DC8441EEBA8DC1EC093", + "BE", + "BE/", + "BEC", + "BEE", + "BEEN", + "BEFORE", + "BEING", + "BELOW", + "BER", + "BEST", + "BETTER", + "BETTING", + "BETWEEN", + "BEWARE", + "BF", + "BFk", + "BG", + "BIG", + "BIGGEST", + "BILLION", + "BINs", + "BIT", + "BITCOIN", + "BITDEFENDER", + "BJS", + "BLACKBULLET", + "BLANK", + "BLE", + "BLOCK-----", + "BLY", + "BMS", + "BNPL", + "BOA", + "BOHOO", + "BOOKS", + "BOS", + "BOT", + "BOTH", + "BOTNET", + "BOW", + "BOX", + "BR", + "BRO", + "BROKI", + "BROO", + "BROOO", + "BROOOOO", + "BROOOOOOOO", + "BSD", + "BSG777@exploit.im", + "BTC", + "BTC\\USDT", + "BUG", + "BUILDER", + "BUMP", + "BUMPER", + "BUMPING", + "BUMPP", + "BUMPPPPPPPPPP", + "BUMPPPPPPPPPPPPPP", + "BUMPPP~~~~", + "BUNCH", + "BUSINESS", + "BUSSINESS", + "BUT", + "BUY", + "BUYER", + "BY", + "BZ", + "Baceux", + "Back", + "Backdoors", + "BacklinkMaker", + "Backlinks", + "Backstab", + "Backstab@thesecure.biz", + "Badoo", + "Baki", + "Balance", + "Balrog777", + "Ban", + "BandaliCraft_IPs_57.4k.csv", + "Bank", + "Banks", + "BanterUHC_Buycraft_Logs_470.txt", + "Baphomet", + "BariHonk", + "Base", + "Based", + "Bash", + "Battle.net", + "Bay", + "Bayron", + "Be", + "BeastPrisons", + "Because", + "Become", + "Been", + "Before", + "Believe", + "Belk.com", + "Bella", + "Below", + "Benefit", + "Benefits", + "Bennett@#899334238323", + "Berat", + "Berkmetal54949692", + "Best", + "BestChange", + "BestLink", + "Bestbuy", + "Bestbuy.com", + "Bestbuy.com/seller", + "Better", + "Bezos", + "BfJ", + "Bi6tuqJ5", + "Big", + "BigProof", + "Biggest", + "Billing", + "Billion", + "Bin", + "Binance", + "Binder", + "Bing", + "Bis", + "Bitcoin", + "Bjorka", + "Bjv", + "Black", + "BlackSpigotMC", + "BladeXXL", + "Blaster", + "Bleach", + "Blitz", + "Blizzard5", + "Blockchain", + "Blockedup_Emails_DB.txt", + "Blockmadness.com_Buycraft_DB.txt", + "BluTV", + "Blue", + "BlueHairLiberal", + "Bluevine", + "Bo$$", + "Bob", + "Bodies", + "Bodyguard", + "BofA", + "Bokaniels", + "Bolt", + "Bombings", + "BonAqua", + "Bong", + "Bonjour", + "Book", + "Boost", + "Bot", + "Both", + "Botnet", + "Botnets", + "Bots", + "Bottertopg", + "Bought", + "Box", + "Brain.fm", + "Braintree", + "Brand", + "Branta", + "Brazil", + "Brazzers", + "BreachForum", + "BreachForums", + "Breached", + "Breaking", + "BreakingSecurity", + "BriKK", + "Brian", + "Bright", + "Brightdata", + "Bring", + "Brion|Richards|33", + "Britain", + "BritneY321", + "Bro", + "BrokerService@local*$076CF2D441C38149EE67CE12F0AD0D60$CFFC7AE3E52789CB4B53F1F3B50A4C7D8AD3787BE1580D0462CAB351A537FFF4D6C12C6EBD8DD51D927EC6C5C5F35E3EF509306B4FC5E8D00898E70A203764702E92CD567899763AE6D4EBE9309BB332184C9BDEFE81D9F602795B76FAC22A222BD7019C7DE6DB03A000EEB7B307207C312A70F448E06F7207B99106C39E9808EF4897F560B92D6B0FDB8837AFAACF2A0A164FA5EF319BFFE79B95D59A74787B2A7F85194E707890F9CCE7EDF2E7972A83BB138979B69F12CD22F81731CBE99EA3C45C50CE391B8B21D80AF5CDC1C49B4D32E5D8FEC5A228C1B9C8406D4A9265591F6403DE12CE9483F53060B327F12F708DB0B60C3C925228179859C62627EF66B11F11584B87AC5DD87B508E867D233134403EBCB205FA616C2C485BDAD3B5370226331C0EAC2A939D85488FCE0741DF5E52D5921FD172FEEF4102DC7F72E90F0A546552A76C7D61F5084FA7735E24B483E573FAF2BEC186136620952DCBD01AE014CFE0CD1E40F3BC0B7B21AD7AB5521233AE9FCF3985A7E2E374A761DB3693C295989A72E5C6476231301D446988F78A076CC60A0FF74F918FA521099DE71C2DBBC15787DB16166D6B481549C6914C0A75B8C7B2BF4F121A4D03F28ED3072944E900050EE3844E8ECB678B230F5EF5867A625DB6C4767D31C9C2C2CD29D1FC68A86A59C0D90D585B9BC865EA1FA26AFA381D479F9FF20E727319DE448C52F331F1AB140225AA21367671E7788F2BFCF617392670E7A80CDD3E00FD9FFF53D6D6B1F2424E260EA7D2BA4B56F24F06C88A414BC9B1C3D8C448F302331362B8FA3EFB5A1D4CE3E0523ECE1683FDF65B6D0BEC0203951E0040B0D3A6DE02D59487D9BEDFB031900915A78ABA946B3AD2C3C3D82C1DC89C8C02E64C7BEA127D87409AFC3D9277FBFA08E917E2F4B21BF2A33569559129EDD912EF4B2FB24C3AB9D3A22661E760D95EFB4D434EF80C40104308C1D9E89D0FF7D87172895546FB37845A553132B40DBB7A4DE2F90E2AB9E045C888C25980DD3888122E3C345740D994A319F34582F50F70FC9A1EC0EB6A93032E924D5496F8881CA7C460B3A4D2BAE60FFFF572AB9E6F359A6D8A022B7B42636264B069A378696407377FCB3A151CA623452E8BFDE35C0D2186A6D2CB901CF5CE223B50FCC616FC3FC327884BACBD0B82CAEEEB6E90099C5F14DD9C53D482E613C33791D2527D09C2431892AE0BD27BDFCC44D9945787B2BFDD5C345E102C2773B1B5C0D862F29834D5772996602F73412FA2358E2175456B0763E20799589B79B1D22DEEDC8A3EE3CB6F053396C4085A8DCB7C4428EB3B35C457D4AEED35E6B14AD81E1B8F3191BBD64EB3810A841F5D3EEACDE382481EEFFEBAB2AA24811DA200DBDAA8B4DB3A4A75D0D37795F3382B83EB0BED6E0D97586BE27C249A4C2043140CFF01DEA3CE85812BA5D2A27A8A9C3EA16A44A13B83DF2A27994B299E3A4FF5C32D569FADC3571651E3D9854518FCF370BB27DF83BF84CE3D65B34DB787A1CAA0984E15FEBEA3057DE56BF99BBB0C4A359A6780BE06BCF350952D7B6F8A222D3DA9C98B477D3358A1BD05D098C329E5912C13F5AC83B42FF6C1D2E4C2B55844D4CEE52DF93E66F26F914BFE2314D7E7ECE5B140EE9CAE1A58129334191524E9894165F94CB2040F7D68F5843DF363C9EBFC81E0513FF395284F40E7872AD0BE9BABA36A40765193FA75128DBFA5F76219273D2A70EAC0E3CA0AF2377C0A5A35C1B7B43D47C951C473538898A961834F713E112C344335E4A3B8CC4D903C461ECBBC1ADC1293C92F3D73B236FB0DCB62725016C35CE9C96C967F5F269F9CA74E998D341BCC39DC3390E3C95D5531D2F3D5B19F8C9153F2F2E9F2BB228DEE83700F00CDE2D67CDD4156E231CD93A1A1EEB663E8D8546DED29439A2A110AA29803BD001B342A45384B4C622CAC9E1ECA7361D5C0A42694109B20D6BE7DFF645353A96681A1286A7E311751CBF8390726851097093C30BFD4B872E6DF7441B089AB1F807594FF3697DDFFE9EA38BA60B7AAEDBA5A61878885C97193D3086C4E792F7BA623CD3334FC2AEA9C2F156D6AC6A95E055266FDC796DE497CBD1A12B33FA91F6E3634E4353AB708AC4F5AA5E9BA06C304DFF31D203D3C28897A1EDFF3429752B5B4A940D9FE43D5860234FD8DE1FF13B336D6234CE607AA9A547C25AD176B765694DC676CF1C5FAEE7F7CDDBC81A906A01434480A3255CFF48C259AA6CE57DF2DF7A9BC8408C98E6A171D6EA06F7ECF918E577BD7591437F78781AD011420ABAB4600F3E86A7D53792C21D6323D2C8679E7BC0C2029AB973E0770999EA78861D6F2D8BF7CEDFEA2B46B3BB07446FC236A64C05943734B699D0631E342403E951D3B5924203678B50FBE81E4C85E88195EB520937EA684CB41A60FE4A337C8B0CBCCC04359D2A558DA078DAACAE9616ADB1F8C5DDEC5F933BB1A2606210635B36DD761EE33FB63DC468F40FBF6C1F73616FEE6B58C3168B7CE8D9A5D8F71DD2F4E22CBA72D45DABBD608EFBFF8E53627D78C06A272F67A5BF1E6A0610CA4E133006DFCAC25A19920D9346D81DF4DB806B71FC25C1F1C54251B705DD0CC240EFA854EF35A7BA6851FEED0B07DDE79BD030AA2BC63BFC53B93EE7CD0C943083AA110EE36CA6087FD9507DAE7CC8443B798D4AE5D2C1FE8C500E6630660F5971C39908CA72A5DFA9299D0495C384B1B16FBE66DD4EB1BFBB9975163C06A5B628E4D5F0FFCD973D66BE7CAF67044D1A3555B630D92A5CB4215AA8C6927FEE0CE08823D0E10139D7495E3D9500B54A739E64C4480111C91CF22B4E68AEDCE3CE5C115C8DC25665A7B0760D17D1C44747E82DC692C416E11065166BAC35A2A35CF73CF4A3565EF707ADE24DB37894E99BE3A81820F30417A7C61D80C2DDC8092EA4FA9BD3F8016652AFC73CD7068AA5153BB418E63CC9D6B8D0B080781C11587B2F162A3843B341F4B370E2EB1B60B150194E919BA7A07B212A713D1ECED57A7C50B43089D46CCBB28E3061D35BC3387D4D889B98C598F48BEDD6832DB5664F909C0A9CA0F3CA2A5EFB025E391489FC5ADB712E3A26E4DB982BF4908304F4BFABBD06A6430E066FCECC23F3CF4E2448D5771FB6C5A1CCA8495F7DFD3935DFDAF363680196015D6A8453448A14861A33851AC0E9FC468E575C0A0A1AC446726C5B6DE5F21DA55FEC3E7D1223EEB555AE438FD5A5404B1CCB8050CDE263A5D10C3283C000502BEFA992A90CC43276A387628A9245F9EE0C783D8588D919DE072F3F8F88BF1FC36D2AFE16B4F6C6B35490C216E995EBBF01FF65A3B095EC79FECD9A4647232BCF89C591A553EBE9A10080016C30E80ADB29D30DF41A0B25D90F0AFB764239CFBE46CB32E01563F619A217EDDDF90536F94108B2BBE807382011EB827100DA7EAA0A35C1953BD6A74DB15A204837F5D9F740D3C668D347E88B477274DBACABF0A5DBA6AF73010165D5C995DEF0EFCCE2A03D03F4EBC3357F79E63E911BD318827D3FE93447F6DA3953A95FA8B07383AB78C9B4D5FD8C4CECD908D913EF5EECCBAA550B8FE2258EE5672C37649304B1202401EAC3CB018360DCFCF4A580B3FE5A3F0CCBB037F6F07FD636CBFAC30A98A10C498FD25193AE68D8799A43FE816C4DC1F129B4E6F92F30CAA7DD5FDAE4128A7B634A7047E", + "Bros", + "Bros.", + "Brother", + "Brothers", + "Browser", + "Bruh", + "Brush", + "Brutal", + "BrutalFactions_Staff_50.txt", + "Bruteforcer", + "Bubble", + "Bucha", + "Budget", + "Buffalo", + "Build", + "BuildAndCraft.eu", + "BuildCraft_1.3k.txt", + "BuildID", + "Builder", + "Bulk", + "Bullet", + "Bump", + "BumpBumpBump", + "Bumping", + "Bumpington", + "Bumpong", + "Bumpoo", + "Bumpppping", + "Bumpy", + "Bundles", + "Burp", + "Bush", + "Business", + "But", + "Buy", + "Buycraft.txt", + "Buyer", + "Buyers", + "Buying", + "Buzzplex_E-Mails_100.txt", + "BvDvWI8Hf", + "Bw7", + "Bx", + "By", + "Bypass", + "Bypassed", + "C", + "C'm", + "C)2", + "C++", + "C.", + "C.U.", + "C09", + "C1", + "C1GrQHO", + "C2", + "C20", + "C206T15", + "C2AE", + "C2Matrix", + "C2P", + "C9FF", + "C:2", + "CA", + "CAA", + "CAL", + "CAM", + "CAN", + "CANADA", + "CANNOT", + "CANVA", + "CARD", + "CARTP", + "CAT3K_CAA", + "CAUSE", + "CAg", + "CB", + "CB2", + "CBS", + "CC", + "CCC", + "CCO", + "CCS", + "CCTV", + "CCscan", + "CDN", + "CE5", + "CED", + "CEEF869BE89CAA98228F8E5AEE23E1C48609F8646F61840BD969C7974D3EAC0E3D03306DCEE5", + "CEM", + "CENTRE", + "CES", + "CF", + "CFR", + "CG3700EMR-1CMNDS", + "CH", + "CHANGE", + "CHANNEL", + "CHARTERED", + "CHAT", + "CHEAPEST", + "CHECK", + "CHECKER", + "CHECKERS", + "CHIME", + "CIMB", + "CIS", + "CITADEL", + "CITADEL.CORP", + "CITRIX", + "CK", + "CLICK", + "CLIPPER", + "CLOSE", + "CLOUD", + "CM8", + "CMS", + "CO", + "COBALTSTRIKE", + "COCK.LI", + "COINBASE", + "COINIFY", + "COINPOT", + "COMBO", + "COMBOS", + "COMING", + "COMMERCIAL", + "COMMUNITY", + "COMPANY", + "CONFIGS", + "CONS", + "CONTACT", + "CONTAINS", + "CONTENT", + "CONTROL", + "COOKIES", + "COOL", + "COR", + "CORD", + "CORP", + "CORPORATE", + "CORPS", + "COURSE", + "COi", + "CP-47", + "CPANELS", + "CPENT", + "CPN", + "CPU", + "CR", + "CR2DCmrZK1S", + "CREDIT", + "CREDITS", + "CRITICAL", + "CRSN47", + "CRTE", + "CRTO", + "CRTP", + "CRUNCHYROLL", + "CRYPT", + "CRYPTO", + "CS", + "CS+CR", + "CSCOE+", + "CSP", + "CT", + "CTF", + "CTR", + "CTS", + "CTV", + "CUM", + "CVV", + "CZ", + "C_Reative", + "Ca", + "CaJ", + "Calif", + "Calif.", + "California", + "Californium", + "Call", + "Calls", + "Calm", + "CameFromBreachForums", + "Campaigns", + "Can", + "Canada", + "Canva", + "Capital(zelle", + "Capture", + "Captured", + "Carbon", + "Card", + "Carding", + "Cards", + "Carfyue", + "Carroll", + "CarterCartier", + "Cashapp", + "Cashout", + "Casino", + "Cassandra|Burke|200", + "Castiel#7547", + "Catcher", + "Cause", + "Caution", + "Cc", + "Ccg1998", + "Cdep3890", + "CeaserRodregaz", + "Ceci", + "CentrixPvP_E-Mails_10.3k.txt", + "Cert", + "Certificate", + "Certificates", + "Certified", + "Certs", + "Cesar240908", + "Challenges", + "Champion", + "Changes", + "Changing", + "Channel", + "Channels", + "Chaos", + "Chapple", + "Chapter", + "Chase", + "Chat", + "ChatGPT", + "Cheap", + "Cheapest", + "Check", + "Checked", + "Checker", + "Checking", + "Checks", + "Cheers", + "Chemical", + "Chessium_IPs_7.1k.txt", + "China", + "Chinese", + "Chocolia.eu", + "Choice", + "ChooChoosMC_E-Mails_1k.txt", + "Choosing", + "Christ", + "Chrome", + "ChromeMC_Buycraft_DB.txt", + "Ci/", + "Cisco", + "Citrix", + "Citrux", + "City", + "CityCraft_Forums_29k.txt", + "CityPrison_IPs_16k.txt", + "Claim", + "Claimed", + "Claiming", + "Claims", + "Clean", + "Cleanse", + "Clearing", + "Clearly", + "Click", + "Clips4sale", + "Closer", + "Clothing", + "Cloud", + "CloudEscape_Emails_3.5k.csv", + "Cloudflare", + "Cloudnet", + "Club", + "ClyroPvP", + "ClyroPvP.txt", + "Co", + "Co.", + "Cobalt", + "CobaltStrike", + "Cocksucker", + "Code", + "CodeRedTestServer.txt", + "CodeSign", + "Codeacademy", + "Codecademy", + "Coder", + "Codes", + "Coinbase", + "Coins", + "ColdNetwork.txt", + "ColdNetwork_Buycraft_Logs_732.txt", + "Colo", + "Colo.", + "Colombia", + "Colorado", + "Combo", + "Combolist", + "Combos", + "Come", + "Coming", + "Command", + "Comment", + "Community", + "Company", + "Compile", + "Complete", + "Compromised", + "Config", + "Congrats", + "Congratulations", + "Conn", + "Conn.", + "Connecticut", + "Connection", + "Consider", + "Considering", + "Construction", + "Contact", + "Contacts", + "Content", + "Contextual", + "Contribute", + "Contributing", + "Control", + "Cookie", + "Cookies", + "Cool", + "CoolNet", + "Cooper", + "Copywriting", + "Coronavac", + "Corp", + "Corp.", + "Corps", + "Correct", + "Cos", + "CosmicPvP_Forums_200k.csv", + "CosmouzX", + "Could", + "Countries", + "Country", + "Courage_Teamspeak_IPs_246.csv", + "Courses", + "Coz", + "Cpn", + "Cpp", + "Crack", + "Cracked", + "Cracking", + "Cracks.txt", + "Craft", + "CraftBlock_E-Mails_2.5k.txt", + "CraftRealms_Buycraft_DB_2012.txt", + "Crash", + "CrazyRDP", + "Create", + "Creation", + "Creative", + "Creator", + "Credential", + "Credentials", + "Credit", + "Crediting", + "Credits", + "CrossFire_1k.txt", + "CrowdStrike", + "Crunchyroll", + "Crypt", + "Crypting", + "Crypto", + "Ctrl+F", + "CuddlyBear", + "Cunt", + "Cup", + "Curbside", + "Curiosity", + "Curiositystream", + "Currently", + "Custom", + "Customer", + "Customers", + "Cuz", + "Cyber", + "Cybersecurity", + "Cylance", + "Cypher", + "Czech", + "C\u2019m", + "D", + "D.", + "D.B.", + "D.C.", + "D1", + "D18B", + "D1SCLA1M4", + "D27CC19D390182BE7935139A927979F09DAE82427ED4AD4B3EF006236220D44CB608E1593CE5", + "D4RDVL", + "D5B12aki3DOpp0", + "D5qZFLHwc", + "D6Q", + "D7", + "D77", + "D8v", + "D9u", + "DA", + "DAILY", + "DANTE", + "DATA", + "DATABASE", + "DATING", + "DAY", + "DAZN", + "DB", + "DB.txt", + "DBMS", + "DBMSes", + "DBS", + "DC", + "DC.CITADEL.COR", + "DC.GLACIS.CORP", + "DC1", + "DC6", + "DCAngel", + "DCB", + "DCS-930LB1", + "DDD", + "DDDD", + "DDF4", + "DDoS", + "DE", + "DEAL", + "DEALS", + "DEBUG", + "DED", + "DEEM", + "DEFPUB", + "DEFPUB.LOCAL", + "DEL", + "DEN", + "DEO", + "DER", + "DESORDEN", + "DEVELOPMENT", + "DF4", + "DF78", + "DGE", + "DGLN24XU537AMCM8gHfNmqfsYkXRGNKc9k", + "DHABI", + "DIAMOND", + "DIDN'T", + "DIFFERENT", + "DIO", + "DIR-100", + "DIR-600", + "DIS", + "DISCORD", + "DISCOUNT", + "DISCRETION", + "DISTINCT(IFNULL(CAST(schema_name", + "DIT", + "DIY", + "DJonson", + "DK", + "DL", + "DLE", + "DM", + "DM'd", + "DMC", + "DMCA", + "DMSecRansomware", + "DNA", + "DNAing", + "DNS", + "DO", + "DOB", + "DOC", + "DOCS", + "DOCSIS", + "DOCUMENTS", + "DOCX", + "DOES", + "DOM", + "DOMINOS", + "DON'T", + "DONE", + "DONORS", + "DONT", + "DORK", + "DORKER", + "DORKING", + "DOS", + "DOWNLOAD", + "DP/", + "DPs", + "DR2", + "DSP", + "DUBAI", + "DUE", + "DUMPER", + "DUMPING", + "DUPE", + "DUTY", + "DVL", + "DW", + "DYNAMIC", + "Daily", + "Dame", + "Damn", + "Dang", + "Danny", + "Daraz", + "DarceCraft", + "Darcecraft.com.txt", + "Dare", + "Dark", + "DarkAngelOF1", + "DarkFadePvP_Buycraft_Logs_30.txt", + "Darkakula#9934", + "Darkfight", + "Darkheroesmc.txt", + "Darknetworld", + "Dashboard", + "DatPixel_Emails_DB.txt", + "Data", + "Database", + "Databases", + "Datacenter", + "Date", + "Date).getTime", + "Date:2023", + "Dates", + "Dating", + "DawnCraft_Buycraft_Logs_745.csv", + "Day", + "Days", + "Dazn", + "Db.txt", + "Dbz_Logins_5.8k.txt", + "Dcw", + "DeFi", + "Dead", + "Deal", + "Dear", + "Death", + "DeathNote", + "Debian", + "Dec", + "Dec.", + "December", + "DecimatePvP", + "DecimatePvP.com.txt", + "Dedicated", + "Deezer", + "Defence", + "Defender", + "Defiance_TeamSpeak_IPs_180.txt", + "Defiance_Teamspeak_IPs_45.txt", + "Definitely", + "Definition_Teamspeak_IPs_20.txt", + "Dehash", + "Del", + "Del.", + "Delaware", + "Delete", + "Delivery", + "Dell", + "DeltaHCF_E-Mails_100.txt", + "Demo", + "Demon", + "Demons_Teamspeak_IPs_140.txt", + "Denji", + "Denmark", + "Dentistry", + "Depends", + "Deposits", + "Derailing", + "Derycube.fr", + "Designs", + "Desktop", + "Desteria_E-Mails_25.9k.txt", + "Desteria_IPs_908.8k.txt", + "DestinyPvP", + "Detailed", + "Detector", + "Detectors", + "Detuschland", + "Developer", + "Development", + "Device", + "Dey1337", + "Dezrick|Powell|2600", + "Diabolic", + "Diamond", + "DiamondFox", + "Did", + "Different", + "DigiKeyboard.sendKeyStroke(0", + "Digital", + "DigitalOcean", + "DildoFagins", + "DimmuBurgor", + "DinastyMC", + "DirCloner", + "DirecTV", + "Direct", + "DirectTV", + "Directory", + "Disable", + "Disc0rd", + "Discord", + "Discord:-", + "DiscordTokenLogin", + "Discount", + "Discover.com", + "Discovery", + "Discoverycraft.de", + "Disney", + "Disney+", + "Disposition", + "DjP", + "Djon3Volta", + "Dm", + "Dn5", + "Dndndndnnddp", + "Do", + "DoD", + "DoKitO", + "DoS", + "Doc+Docx", + "Docs", + "Document", + "Documents", + "Doe", + "Does", + "DogTv", + "Dogecoin", + "Doigcraft", + "Doin", + "Doin'", + "Doin\u2019", + "Domain", + "Dominos", + "Donald", + "Donate", + "Donating", + "Donation", + "Done", + "Doorbell", + "Doordash", + "Dork", + "Double", + "Doubtful", + "Download", + "Downloader", + "Downloads", + "Doxing", + "Dr", + "Dr.", + "Dragony#7777", + "Draining", + "Drake_Teamspeak_IPs_155.csv", + "Drakoria.fr", + "DratLoodi", + "Drawlife.eu", + "Drena_Teamspeak_IPs_25.txt", + "Drive", + "Driving", + "Dropbox", + "Droplets", + "Drugwars_IPs_13.txt", + "DtS", + "Dude", + "Dujunayan", + "Dump", + "DumpMen", + "Dumping", + "Dunning", + "Duolingo", + "During", + "Duty", + "Dvze", + "DwP", + "Dwight", + "Dynam1c", + "Dynam1c@thesecure.biz", + "E", + "E'd", + "E.G.", + "E.g", + "E.g.", + "E/", + "E38xgMzDoUhCKHcz5v", + "E46", + "E57", + "E66", + "E6jjds37HN", + "E75E9544618128DDD730C68467BEEF57BCF8303BF493B5EFB77C6094D684AD3F339ADCDF2CB2", + "EACH", + "EAD", + "EAK", + "EAL", + "EAM", + "EAR", + "EAS", + "EASIEST", + "EAST", + "EAT", + "EB", + "EB'd", + "ECH", + "ECK", + "ECT", + "ECs", + "EDIT", + "EDITOR", + "EDR", + "EDUCATIONAL", + "EDs", + "EE5", + "EED", + "EEE", + "EEM", + "EEN", + "EEP", + "EEc", + "EGA", + "EIN", + "ELF", + "ELL", + "ELOQUENT", + "ELS", + "ELSE", + "ELY", + "EMAIL", + "EME", + "EMI", + "EMIRATES", + "EMPLOYER", + "EMY", + "ENABLED", + "END", + "ENG", + "ENJOY", + "ENS", + "ENT", + "EOI", + "EON", + "EOS", + "EPA", + "EPICGAMES", + "ER-", + "ER6", + "ERE", + "ERO", + "ERROR", + "ERS", + "ERY", + "ES", + "ESBANK", + "ESCROW", + "ESE", + "ESET", + "ESH", + "ESKISEHIR", + "ESP", + "ESPN+", + "ESS", + "EST", + "ETE", + "ETHEREUM", + "ETS", + "EU", + "EUM", + "EURO", + "EU]/seller", + "EV", + "EVER", + "EVERY", + "EVERYTHING", + "EVM", + "EXCHANGE", + "EXE", + "EXEC", + "EXT", + "EXTREME", + "EYE", + "EYS", + "EZFTID", + "EagleHCF", + "EagleHCF_IPs_87.6k.txt", + "Eaq", + "Earnapp", + "Eclozia.fr", + "Edencraft.fr", + "Edit", + "Edit-", + "Edited", + "Edition", + "Edu", + "Education", + "Educations", + "Efficiency", + "EgypthiaMC.fr", + "Eight", + "Eisenhower", + "Ekstazy.eu", + "Electrical", + "Elenox.net", + "Elitios", + "ElixirPvP_E-Mails_30.csv", + "Ellens", + "Elm", + "Elorzia", + "Eltek", + "Email", + "Emails", + "Emails.txt", + "Emails.zip", + "Emmeellee#1", + "EmpireEyes.fr", + "EmpireMinecraft_E-Mails_7.7k.csv", + "EmpireMinecraft_Emails_DB.txt", + "Empty", + "Encrypted", + "End", + "Ended", + "EnderCraft_BuyCraft_DB.txt", + "Endinrio", + "EnergyFIGHT", + "EnforcedMC_Buycraft_Logs_1.3k.txt", + "Enforcement", + "Engine", + "Engineering", + "English", + "Enjoy", + "EnjoyGen_Logins_400.txt", + "EnozFaction.net", + "Enter", + "Enterprise", + "Enumerating", + "Enumeration", + "Envato", + "Environments", + "Enzyme", + "Ephesia.fr", + "Epic", + "EpixMC", + "EpsilonMC.fr", + "EpsilonMC_Forums.txt", + "EquitableEngineer", + "Eqx", + "Er504B", + "Eronit'\u0430", + "Error", + "Error(1", + "Eryzia", + "Esc", + "Escalation", + "EscapeRestart.com_Emails_DB.txt", + "Escrow", + "Espn+", + "Essence", + "Estate", + "Eternal", + "EternityTeam", + "Ethereum", + "Ethics", + "Etsy", + "EuraCraft", + "Eureka", + "Europe", + "Evadav", + "Evangelion", + "Eve", + "Even", + "Everest", + "Every", + "Everybody", + "Everyday", + "Everyone", + "Everything", + "Evidently", + "Evil", + "EvoluCraft.fr", + "EvoniCraft", + "ExG", + "Exam", + "ExamServices", + "ExamServices#4864", + "ExamVM.CITADEL.CORP", + "Excalibur-craft.ru", + "ExcaliburCraft(hash", + "Excel", + "Excellent", + "Except", + "Exchange", + "Execute", + "Executor", + "Existing", + "Expires", + "Expiry", + "Explained", + "Exploding", + "Exploit", + "Exploit.in", + "Exploitation", + "Exploits", + "Express", + "ExpressVPN", + "ExpressVpn", + "Extractor", + "Ey9TQjIe08NmrRwXqNMweMk7qNIkxEU3ULZHY4b9Hb0=", + "Eye", + "F", + "F.", + "F.A.K", + "F.A.Q", + "F1", + "F2665F89BA53ABD3DEB81988C0D5194992214053E77FC89B98B64A31A7504D77", + "F78", + "F:2", + "FA", + "FACEBOOK", + "FAKE", + "FAKKEEEEE", + "FANSLY", + "FAQ", + "FARGO", + "FARMERS", + "FAST", + "FAULT", + "FB", + "FBE9D6A646C04F793B314B737D119F3C96689B8B", + "FBI", + "FEB16", + "FEB17", + "FEB18", + "FEB19", + "FEB20", + "FEB21", + "FEBbonus", + "FEDs", + "FEE", + "FER", + "FID", + "FIE", + "FIFA", + "FILE", + "FINANCE", + "FINANCIAL", + "FIND", + "FIRST", + "FIT", + "FITBIT", + "FJ", + "FL", + "FLEXIBLE).So", + "FOOD", + "FOR", + "FORT", + "FORTNITE", + "FOS", + "FP", + "FR", + "FR+US+GB", + "FRAME_END", + "FREE", + "FRESH", + "FRESHLY", + "FROM", + "FRONT", + "FRONTEND", + "FS6", + "FT", + "FTID", + "FTP", + "FUCK", + "FUD", + "FUD@", + "FULL", + "FULLZ", + "FUTTAIM", + "FWapXmWsXMbDvOdYuuS", + "FabegeZippo", + "Facebook", + "Factasia", + "Factions", + "FactionsLab_E-Mails_900.txt", + "Fadegen.pw.txt", + "Failed", + "Failure", + "FaithfulHCF_Buycraft_Logs_1.8k.txt", + "FaithfulHCF_Buycraft_Logs_30k.txt", + "FaithfulHCF_IPs_34k.txt", + "FaithfulMC", + "Faithful_Buycraft.txt", + "Fake", + "FakeOriginal", + "Falcon", + "False", + "Family", + "Fantastic", + "Fant\u00e1stic", + "Fapping", + "Farisun.fr", + "FarmCraft_Buycraft_Logs_35.csv", + "Fast", + "FastlyCrafted_Teamspeak_IPs_240.csv", + "FazyMalone", + "Features", + "Feb", + "Feb.", + "February", + "FedEx", + "Fedex.com/seller", + "Fedora", + "Fee-", + "Feedback", + "Feel", + "Feeling", + "Fees", + "Fesh", + "Fez", + "Fffffuck", + "Fg2Uqcjd", + "Fg2UqcjdES", + "Fiddler", + "Fifty", + "Fight", + "Figured", + "File", + "Files", + "Films", + "Filters", + "Finally", + "Find", + "Fingerprint", + "Firefox", + "First", + "Fitbit", + "Fitness+", + "Five", + "Fla", + "Fla.", + "FlightRadar24", + "Flix", + "FloRida", + "Flood", + "FloodKilla", + "Flor3s", + "Florida", + "FlowSpy", + "Fltyxy", + "Fly", + "Fo4", + "Follow", + "Food", + "For", + "Forbidden", + "ForceCraft_E-Mails_50.txt", + "Forex", + "Form", + "Format", + "Formats", + "Fortinet", + "Fortnite", + "FortniteSweate", + "Forum", + "Forum.txt", + "Forums", + "Forums.txt", + "Found", + "Fourwars_Forums_21k.txt", + "Fox", + "FoxPro#9141", + "FoxY", + "France", + "Frankly", + "Free", + "FreeBSD", + "FreeGen", + "FreeGen.txt", + "FreeMrBond", + "FreeStresserIP", + "FreebuildMinecraft_-_IPs.txt", + "Freedom", + "French", + "FrenchSky_-_IPs.txt", + "Fresh", + "Freshtools.net", + "Friday", + "Friend", + "Friendly", + "Friends", + "Frivan", + "From", + "FrontierFactions_TeamSpeak_IPs_730.txt", + "Frontier_IPs_1.8k.txt", + "Frozenia", + "Frusky", + "Fubo", + "FuboTV", + "Fuck", + "Fucking", + "Fuckthaotherside", + "Fugayse", + "Full", + "Fullmetal", + "Fullz", + "FullzBazar", + "FunCloud", + "FunParty.sql", + "Funcraft", + "Funimation", + "FusionMC.txt", + "FutureCraft_65k.txt", + "FyreUK_E-Mails_26k.txt", + "G", + "G1X", + "G2f", + "G:2", + "GA", + "GAL", + "GAMBLING", + "GAME", + "GAMES", + "GATHER", + "GB", + "GC", + "GDB", + "GDRIVE", + "GE", + "GEARBEST", + "GEN", + "GENERAL", + "GENERALE", + "GENERATOR", + "GER", + "GES", + "GET", + "GETTING", + "GGG", + "GHT", + "GIFT", + "GIFTING", + "GIN", + "GIN784jOQ", + "GL", + "GLACIS", + "GLE", + "GLOBAL_OFFSET_TABLE", + "GLWS", + "GNOME", + "GNU", + "GNU_EH_FRAME_HDR", + "GO", + "GOD", + "GOLDEN", + "GOOD", + "GOOGLE", + "GOS", + "GOV", + "GOVERNMENT", + "GPAY", + "GPS", + "GPT", + "GPd", + "GRABIAS", + "GRAMMARLY", + "GROUP", + "GSM", + "GSTAR", + "GS]", + "GUARANTEE", + "GUARANTOR", + "GUE", + "GUI", + "GUIDE", + "GULF", + "GUY", + "GYK", + "Ga", + "Ga.", + "Gaia", + "GaiaServeur.txt", + "Galastar.txt", + "Galore_Teamspeak_IPs_120.txt", + "Gambling", + "Game", + "GameFly", + "Games", + "GamesMadeInPola", + "Gaming", + "Gamster", + "GamsterBW_SW__User_IP.txt", + "Gamster_Bedwars.sql", + "Gamster_SkyWars.sql", + "Garant", + "GardenMC", + "GardenMC.txt", + "Gas", + "Gd0", + "Gecko", + "Geinwald", + "Gen", + "Gen.", + "General", + "Generator", + "Genesis", + "Geo", + "GeoGusser", + "Georgia", + "Germany", + "Get", + "Gg2", + "Gift", + "Girls", + "GitHub", + "Github", + "Gitlab", + "Give", + "Given", + "Gladly", + "Gmail", + "Go", + "GoaCraft_E-Mails_1k.txt", + "God", + "Gofile", + "Goin", + "Goin'", + "Goin\u2019", + "GoldenAgeNetwork_E-Mails_25.txt", + "Goldmaster", + "Gon", + "Good", + "Goods", + "Google", + "Got", + "GotenGen_Logins_80.txt", + "Gotten", + "Gov", + "Gov.", + "Grabber", + "GracePau15161920", + "Grammarly", + "GrapheneOS", + "Grazie", + "Great", + "GreenGetsBunn", + "Greet", + "Greetings", + "GregoryContmr", + "Grella1337", + "Grimdale_Teamspeak_IPs_150.txt", + "Grin", + "Grizzly", + "Group", + "Groups", + "Grtilley@cebridge.net", + "Grungy", + "Guangzhou", + "Guarantee", + "Guard", + "Gucci", + "Gucci_Teamspeak_IPs_208.csv", + "Gucci_Teamspeak_IPs_2k.txt", + "Guccifer", + "Guesser", + "Gufi", + "Guide", + "Guides", + "GuildCraft_E-Mails_7.5k.txt", + "Guitar", + "Guy", + "GzelfaqsnQVsVZpRNrtSjqVdeMTZzPGn", + "Gzg", + "G\u8be5\u600e\u4e48\u4e0b\u8f7d", + "H", + "H.F4CP0cu", + "H30", + "H4ms3c", + "H99", + "HAI", + "HAND", + "HAPPY", + "HARD", + "HAT", + "HAVE", + "HAVING", + "HBO", + "HBOMAX", + "HBOVendor", + "HCF", + "HCFPvP_Buycraft_Logs_85.csv", + "HCGames", + "HCGames_Buycraft_Logs_13k.txt", + "HCGames_IPs_114k.txt", + "HCGames_IPs_21k.txt", + "HCGames_IPs_57.3k.txt", + "HCNations.txt", + "HCNations_Emails_1k.txt", + "HCNations_Teamspeak_IPs_200.csv", + "HCRiots_Buycraft_Logs_100.csv", + "HCRiots_Forums_143.txt", + "HCRiots_Forums_Leak.txt", + "HCTeams", + "HD", + "HDR", + "HE", + "HEA", + "HEM", + "HER", + "HERE", + "HES", + "HEX(IFNULL(CAST(COUNT(table_name", + "HH", + "HHusky", + "HI", + "HIDDEN", + "HIGH", + "HILAL", + "HIM", + "HIR", + "HIS", + "HITOMI", + "HIZ", + "HLY", + "HMA", + "HMAVPN", + "HOD", + "HOO", + "HOP", + "HOT", + "HOUSE", + "HOW", + "HQ", + "HQFactions_Buycraft_Logs_55.csv", + "HQFactions_IPs_230.txt", + "HRDP", + "HSBC", + "HTML", + "HTTP", + "HTTP(s", + "HTTP/1.1", + "HUB", + "HULU", + "HVNC", + "HYA", + "HYx", + "Hacked", + "Hacker", + "HackerT123", + "Hacking", + "HackingRealm", + "Hackinglord_IPs_1.7k.txt", + "Had", + "Hadaria.fr.txt", + "Haha", + "Hahahaha", + "Hallo", + "Hamilton", + "Handbook", + "Handle", + "Happiness", + "Happy", + "HappyHG_Staff_IPs_30.txt", + "Harambe_Ghost_Client_140.txt", + "HardFight.fr_Minecraft_Server_SHA1_201606.csv", + "HardFight.txt", + "Harmony", + "Hartedd1", + "Harvester", + "Has", + "Hasbulla", + "Hash", + "Hashed", + "Hashed].txt", + "Hashes", + "Hat", + "Hauts", + "Have", + "Havin", + "Havin'", + "Havin\u2019", + "Hayn", + "He", + "He's", + "HeadSpace", + "Headers", + "HealFight", + "HeartSender", + "Heartless_Teamspeak_IPs_177.txt", + "Heartless_Teamspeak_IPs_180.txt", + "Heating", + "Heav'n", + "HeavenNetwork.txt", + "Heidrun", + "Heidrun_-_IPs.txt", + "Helium10", + "Hell", + "Hello", + "Helloscribe", + "Help", + "Helpful", + "Here", + "Here'th", + "Heridia.txt", + "Hey", + "He\u2019s", + "Hft", + "Hhi", + "Hi", + "Hidden", + "High", + "Highest", + "Hijacker", + "His", + "Hit", + "Hits", + "Hive", + "HiverCraft.txt", + "Hkn", + "Hknsen156.Hkn", + "Hm", + "Hmm", + "Holde", + "Holla", + "Holy", + "Home", + "Honestly", + "Hongkong", + "Hope", + "Hopefully", + "Host", + "Hosting", + "Hotels", + "Hotmail", + "Hotspot", + "HotspotShield", + "How", + "How's", + "However", + "How\u2019s", + "HrULdHmNVSm5bgho", + "Hub", + "Hulu", + "Hundreds", + "HunterFight.txt", + "Hunterpas", + "Huntington", + "Hurst|Archdesign|430", + "Hustle", + "Hwc", + "Hydra", + "HydraPvP_E-Mails_7.1k.csv", + "HydraPvP_IPs_9.4k.txt", + "HydroMC_Buycraft_Logs_200.csv", + "HyperMine.net", + "Hyversal_Emails_560.txt", + "I", + "I'M", + "I'm", + "I.E.", + "I.e", + "I.e.", + "I3xi7446", + "IA", + "IAL", + "IAM", + "IAS", + "IAmVirus", + "IBAN", + "ICE", + "ICEOI", + "ICK", + "ICQ", + "ICS", + "ID+SELFIE+SSN", + "IDE", + "IDs", + "IE", + "IED", + "IER", + "IES", + "IEW", + "IEXML", + "IF", + "IFA", + "IFT", + "IFY", + "IG", + "IGH", + "IGS", + "IHm", + "III", + "IKE", + "IL", + "ILE", + "ILL", + "ILLINOIS]/seller", + "ILO", + "ILS", + "ILY", + "IM", + "IMB", + "IME", + "IMEI", + "IMPERSONATOR", + "IMPOSTORS", + "IMSI", + "IN", + "IN/", + "INC", + "IND", + "INFO", + "INFORMATION_SCHEMA.SCHEMATA", + "INFORMATION_SCHEMA.TABLES", + "INFOS", + "ING", + "INK", + "INS", + "INSIDERS", + "INSTAGRAM", + "INSTANT", + "INSTANTLY", + "INSTANTLY.When", + "INSTOCK", + "INT", + "INTERNATIONAL", + "INTERPAYMENT", + "INVITES", + "INs", + "IO-", + "ION", + "IOS", + "IOT", + "IO_stdin_used", + "IP", + "IP's.txt", + "IP).txt", + "IP.txt", + "IP2.txt", + "IP3.txt", + "IPAddress", + "IPCAM", + "IPR", + "IPS", + "IPTV", + "IPVANISH", + "IPVanish", + "IPs", + "IPs.txt", + "IPv4Address", + "IQ", + "IRAQ", + "IRE", + "IRL", + "IS", + "ISA", + "ISC)2", + "ISE", + "ISH", + "ISLAMIC", + "ISO", + "ISP", + "IST", + "IT", + "ITE", + "ITH", + "ITM_deregisterTMCloneTable", + "ITM_registerTMCloneTable", + "ITS", + "ITY", + "IUM", + "IVE", + "Ia", + "Ia.", + "IceSword.txt", + "Icloud", + "Id", + "Id.", + "Idaho", + "Identifying", + "If", + "Ignored", + "Iheart", + "Ill", + "Ill.", + "Illinois", + "Illuvium", + "Images", + "Imagine", + "Imo", + "Imperia", + "Impersonation", + "Important", + "Impossible", + "Improved", + "Imsi", + "In", + "Inaccurate", + "Inc", + "Inc.", + "Included", + "Ind", + "Ind.", + "India", + "Indiana", + "Indonesia", + "Industry", + "Infarium_-_AuthMe.txt", + "Info", + "Information", + "Injector", + "Insational_Teamspeak_IPs_110.csv", + "Instagram", + "Install", + "Instant", + "Instead", + "Instruct", + "Instruction", + "Instructions", + "Integral", + "IntelBroker", + "Intelyc_E-Mails_40.txt", + "Interested", + "Interesting", + "Internal", + "Internet", + "Intimshop", + "Into", + "Invalid", + "Invoices", + "Involved", + "IonCraft_Buycraft_2k.txt", + "IonCraft_Buycraft_Logs_2k.csv", + "Iowa", + "Iphone", + "Iqz", + "Iranian", + "Iraq", + "Iraq_IPs_57.txt", + "Iraq_Teamspeak_IPs_201.csv", + "IratusPvP_Buycraft_Logs_1.8k.csv", + "IratusPvP_IPs_10k.txt", + "Iratus_Buycraft_logs.txt", + "Ironcraft", + "Ironically", + "Is", + "IslandClash_Buycraft_Logs_2.8k.txt", + "It", + "It's", + "Italy", + "Item", + "Its", + "Itsco.1751356617", + "Itsn't", + "Itzme", + "It\u2019s", + "IvoryKetchup285',table_name", + "alert(\"xss\")',table_name", + "alex989", + "alexandrovich", + "alexhero", + "alf", + "alferia.eu", + "algorithm", + "alhamdulilah", + "ali", + "alias", + "alibaba", + "alien666", + "alike", + "alipay", + "alive", + "alk", + "alkhaimah", + "all", + "all.txt", + "allege", + "alleged", + "alleges", + "alles4you", + "allforonesurvival", + "allie", + "allison", + "allow", + "allowed", + "allowing", + "allows", + "allready", + "ally", + "alm", + "almost", + "alo", + "alone", + "along", + "alot", + "alp", + "alpha_teamspeak_ips_205.csv", + "already", + "alright", + "als", + "also", + "alt", + "altho", + "alts4.me_Accounts_1.3k.txt", + "alts4.me_accounts_1.3k.txt", + "alvaris", + "always", + "alx", + "aly", + "am", + "am-", + "am2yjon", + "am=", + "ama", + "amanley@suddenlinkmail.com", + "amazed", + "amazing", + "amazon", + "amazon.com.be", + "amazon.de", + "amazon.se", + "ambition", + "amboss", + "amc", + "amc+", + "ame", + "america", + "americanexpress.com/seller", + "amia", + "amigo", + "ammdefi", + "amn", + "amount", + "amount(as", + "amounts", + "amp", + "ams", + "amusing", + "amynnasser.photoshelter.com", + "amz", + "amz.one", + "an", + "an+rn", + "an+rn+name", + "an.", + "an1", + "anC", + "ana", + "ana.pena.1437@miremington.edu.co", + "analysis", + "analyst", + "analyze", + "anarchyhcf_ips_480.txt", + "anc", + "and", + "and/or", + "andaria", + "andres77", + "andrew", + "andrewwtate", + "android", + "android-10000000", + "ane", + "anees", + "anf", + "ang", + "anger", + "angle", + "angry", + "anime", + "animes", + "ank", + "ann", + "annetokatlayan", + "announcement", + "announcment", + "annually", + "annualtool04", + "ano", + "anomaly", + "anon", + "anonfiles", + "anonfiles.com", + "anonymity", + "anonymous", + "another", + "ans", + "answer", + "answer,[FILTERING", + "answer,[filtering", + "answered", + "answers", + "ant", + "anti", + "antibots", + "antichristdemon#7703", + "antics", + "antidetect", + "antipublic", + "antivirus", + "antiviruses", + "anubis", + "anx", + "any", + "anybody", + "anyfuny3", + "anymore", + "anyone", + "anyones", + "anything", + "anytime", + "anyway", + "anyways", + "anywhere", + "anz", + "aoo", + "aos", + "aot", + "aow", + "aoz", + "ap/", + "apache", + "apart", + "ape", + "api", + "apis", + "apk", + "apkeditor", + "apologise", + "apologize", + "apool", + "app", + "app.atera.com", + "app.comodo.com", + "apparently", + "appdate", + "appeal", + "appear", + "appeared", + "appears", + "append", + "apple", + "applefight.fr", + "applewebkit/605.1.15", + "applicable", + "application", + "applies", + "apply", + "applying", + "apprecaite", + "appreciate", + "appreciated", + "appreciation", + "approach", + "approaches", + "appropriate", + "appropriately", + "approval", + "approved", + "apps", + "appstore", + "apr", + "apr.", + "april", + "apt", + "apt.15D", + "apt.15d", + "aptra", + "apy", + "ar", + "ar+", + "ar.", + "ar/", + "ar1", + "ar7", + "arab", + "arbitrage", + "arbitration", + "arcade", + "arcane_teamspeak_11k.txt", + "arch", + "archive", + "archived", + "archives", + "arcosia-pvp.fr", + "ard", + "are", + "area", + "arefy_xf.sql", + "argon2id", + "argos", + "argparse", + "args", + "arguing", + "argument", + "argumentparser", + "argyw9ht6z0wkfohmi.", + "ari", + "arium_ips_435.txt", + "arivi.pl", + "ariz", + "ariz.", + "arizonahcf", + "ark", + "ark.", + "arkadia", + "arkaniaz.fr_9.5k.txt", + "arkaniaz_mds_35k.txt.txt", + "arm", + "armadyl", + "army", + "arn", + "aro", + "around", + "arp", + "arrested", + "arris", + "arrival", + "arrive", + "arrived", + "arrives", + "arriving", + "ars", + "art", + "arthur******@edhec.com", + "article", + "articleninja", + "articles", + "artificial", + "arx", + "ary", + "arz", + "as", + "asafyazar1", + "asap", + "ascii_letters", + "asd", + "asdadadadada", + "asdasdasd", + "asdinjqwaszkmdvfbujgtriwefd", + "ase", + "asf", + "ash", + "ashamed", + "ashitbag", + "ashole", + "asi", + "aside", + "ask", + "asked", + "asking", + "asp", + "aspx", + "ass", + "assalamualaikum", + "assembler", + "assess", + "assign", + "assist", + "assistance", + "associated", + "assume", + "assure", + "assured", + "ast", + "astaroth", + "astro_buycraft_130.txt", + "astro_buycraft_logs_130.csv", + "aswell", + "asy", + "async", + "at", + "ata", + "ate", + "aternos.org-dehashed.txt", + "aternos.org.csv", + "aternos.org_1.2m.sql", + "aternos.org_899k.txt", + "ath", + "athenia", + "atlas", + "atleast", + "atm", + "ato", + "atomicskull_ips_345.txt", + "aton2.com_buycraft_db.txt", + "atrocities", + "ats", + "attach", + "attachHeaderListener", + "attachHeaderListener(tabId", + "attached", + "attachheaderlistener", + "attachheaderlistener(tabid", + "attaching", + "attachment", + "attack", + "attackers", + "attacks", + "attempt", + "attempted", + "attempting", + "attempts", + "attention", + "attractive", + "attributes", + "aty", + "atz", + "au", + "aud", + "aug", + "aug.", + "augmented", + "august", + "aul", + "aurelius", + "aus", + "aus-craft.net_emails_db.txt", + "aussie", + "aussiemc_buycraft_logs_300.csv", + "australia", + "australian", + "austria", + "auth", + "authenticationexception", + "authenticity", + "authme", + "authme.txt", + "author", + "authorities", + "authorization", + "auto", + "auto+garant", + "autoaddpolicy", + "autobuy", + "autochthonous", + "automated", + "automatic", + "automatically", + "automating", + "automation", + "autoshop", + "av", + "av6", + "ava", + "availability", + "available", + "avani123", + "avast", + "avatar", + "avatars", + "avcheck", + "ave", + "average", + "averfight", + "averfight.fr_2k.txt", + "avery01", + "avg.com", + "avi", + "aviatorcraft", + "aviatorcraft_buycraft_logs_2.2k.txt", + "aviatorcraft_forumsql.txt", + "avoid", + "avs", + "avy", + "await", + "award", + "aware", + "away", + "awe", + "awesome", + "awesomeeeeee", + "awg", + "awidiawdj", + "awkward", + "awl", + "awr", + "aws", + "ax", + "axe", + "axie", + "axinamc.fr", + "axos", + "axs", + "ay", + "aya", + "aylH2RY6cU9ndL5ZJFS6", + "aylh2ry6cu9ndl5zjfs6", + "ayn", + "ayo", + "ays", + "ayu", + "ayudhya", + "az", + "aza", + "azer", + "aziefaison", + "azn", + "azogl7", + "azoniagames.fr", + "azulos", + "azurixepvp.fr", + "azurixepvp.fr_1k.csv", + "azy", + "b", + "b'd", + "b.", + "b.i", + "b.s.c.", + "b07", + "b09e04d0323c976031602c2873ce499d48c95204ff36c8a011dd2af811fc5c12", + "b0=", + "b14022a35", + "b16", + "b17", + "b18", + "b19", + "b20", + "b21", + "b2b", + "b2c", + "b33ddc6713b414a6850842c68b1116e7ffd72d2a", + "b3669ce4fd2dbdc6e72ce98f77c703316cc3d41afee231fe69bf70ba566ce301:89T1kQm2GpKeMV6gntNMzw5YoCadd9E2", + "b3669ce4fd2dbdc6e72ce98f77c703316cc3d41afee231fe69bf70ba566ce301:89t1kqm2gpkemv6gntnmzw5yocadd9e2", + "b3fc215a7e0a49446a18c8f8e20f5aa2d7950f66", + "b3r", + "b4117740000006265", + "b4117740000006265^shea", + "b42", + "b51", + "b64", + "b73db054ff", + "b83131", + "b86", + "b8b", + "b96", + "b994139323dd83b02a4c962559b0771111c75c9d2704000d54398c816717dec7", + "b:2", + "bGI", + "bI1", + "bId", + "bRo", + "ba", + "ba1", + "bab", + "babes.com", + "baby", + "baceux", + "back", + "backdoors", + "backend", + "backends", + "background", + "backlinkmaker", + "backlinks", + "backstab", + "backstab@thesecure.biz", + "backup", + "bad", + "bad review", + "badax", + "badge", + "badly", + "badoo", + "bag", + "bags", + "bai", + "bail", + "bakery", + "baki", + "bal", + "balance", + "balances", + "ball", + "ballance", + "balrog777", + "ban", + "banco", + "band", + "bandalicraft_ips_57.4k.csv", + "bandwidth", + "banger", + "bangkok", + "bank", + "bank(zelle", + "bankasi", + "bankboss", + "banknotes", + "banks", + "bankthaipublic", + "bann", + "banned", + "banner", + "banteruhc_buycraft_logs_470.txt", + "baphomet", + "bar", + "barclays", + "barcode", + "barely", + "bargain", + "barihonk", + "baroda", + "barred", + "bartshop", + "base", + "based", + "bases", + "bash", + "basic", + "basically", + "basis", + "bastards", + "bat", + "batches", + "bath", + "battle.net", + "baxARok4zkQaYhXv:2", + "baxarok4zkqayhxv:2", + "bay", + "bayfiles", + "bayron", + "bb7f7c7d5a5761d1838353b079ca83ad4a157e0b9a728c0edee9b4a82dc8441eeba8dc1ec093", + "bbbumppppppppppp", + "bby", + "bby.astray", + "bc", + "bc.monster", + "bc1q94svjyg39g8hr6w84ncx742a6eggley9njwyu6", + "bc1qe2k695emsjy4gtp9ywytcprmkw045j79h7tsaw", + "bc1qqre0ex63e8peuyq2hczrxgcjk2c0gxgrczxqpt", + "bcrypt", + "bda", + "be", + "be/", + "beacons", + "beard", + "beastfaction_buycraft.txt", + "beastprisons", + "bec", + "became", + "because", + "become", + "becomes", + "becoming", + "bed", + "bee", + "bee\"(\u903c", + "bee1", + "beefo", + "been", + "beer", + "beetsbydwight", + "before", + "beg", + "began", + "begging", + "begin", + "beginner", + "beginners", + "behave", + "behavior", + "behaviour", + "behind", + "being", + "bel", + "belgium", + "believe", + "belk.com", + "bella", + "belong", + "below", + "bendercraft.ru_171.7k.txt", + "benefit", + "benefits", + "benholden", + "benji", + "bennett@#899334238323", + "ber", + "berat", + "berkmetal54949692", + "bes", + "best", + "bestbuy", + "bestbuy.com", + "bestbuy.com/seller", + "bestchange", + "bestlink", + "bet", + "beta", + "bethpage", + "bets", + "better", + "betting", + "between", + "beware", + "beyond", + "bezos", + "bf", + "bfj", + "bfk", + "bg", + "bgi", + "bgt5^YHN", + "bgt5^yhn", + "bhf", + "bi0", + "bi1", + "bi6tuqj5", + "bia", + "bid", + "bid=399", + "bidding", + "bie", + "big", + "bigger", + "biggest", + "bigproof", + "bigs", + "billing", + "billion", + "bills", + "bin", + "binance", + "binances", + "binary", + "binder", + "bing", + "binge", + "bins", + "bis", + "bisecthosting.sql", + "bit", + "bitcoin", + "bitcoins", + "bitdefender", + "biting", + "bitok", + "biz", + "bjorka", + "bjs", + "bjv", + "black", + "blackbullet", + "blackedition", + "blacklisting", + "blackmoon99", + "blacks", + "blackspigotmc", + "bladexxl", + "blame", + "blank", + "blaster", + "ble", + "bleach", + "bless", + "blessing", + "blessings", + "blind", + "blitz", + "blizzard5", + "block", + "block-----", + "blockchain", + "blockchain.com", + "blocked", + "blockedup_emails_db.txt", + "blockers", + "blocking", + "blockmadness.com_buycraft_db.txt", + "blockquote", + "blocks", + "blocksten167", + "blog", + "blow", + "blue", + "bluehairliberal", + "bluevine", + "blurred", + "blutv", + "bly", + "bms", + "bni.co.id", + "bnpl", + "bo$$", + "boa", + "bob", + "bocchi", + "bodge16", + "bodies", + "bodyguard", + "bofa", + "bogga", + "bohoo", + "bokaniels", + "bolivia", + "bolt", + "bomber", + "bombings", + "bon", + "bonacqua", + "bonaqua", + "bong", + "bonjour", + "bonus", + "boo", + "boobies", + "book", + "books", + "bool", + "boolean", + "booming", + "boos", + "boost", + "boot", + "boots", + "bor", + "boring", + "born", + "borrow", + "bos", + "bose", + "boss", + "bot", + "bot+stealer", + "both", + "bother", + "botnet", + "botnets", + "bots", + "bottertopg", + "bottle", + "bought", + "boundary=----------YWJkMTQzNDcw", + "boundary=----------ywjkmtqzndcw", + "bounty", + "bout", + "bow", + "bowl", + "box", + "boxes", + "boxing", + "boy", + "boys", + "br", + "br.", + "br/", + "br8", + "brah", + "brain", + "brain.fm", + "braintree", + "branch", + "brand", + "brands", + "branta", + "bratva", + "brawl.com.sql", + "brazil", + "brazzers", + "breach", + "breach.co", + "breached", + "breached.vc", + "breached65xqh64s7xbkvqgg7bmj4nj7656hcb7x4g42x753r7zmejqd.onion", + "breachforum", + "breachforums", + "bread", + "break", + "breaking", + "breakingsecurity", + "breakpoint", + "brewed", + "brian", + "bribery", + "bridges", + "briefly", + "bright", + "brightdata", + "brikk", + "bring", + "bringing", + "brings", + "brion|richards|33", + "britain", + "britney321", + "bro", + "brodie", + "broke", + "broken", + "broken08@yahoo.com", + "brokerservice@local*$076cf2d441c38149ee67ce12f0ad0d60$cffc7ae3e52789cb4b53f1f3b50a4c7d8ad3787be1580d0462cab351a537fff4d6c12c6ebd8dd51d927ec6c5c5f35e3ef509306b4fc5e8d00898e70a203764702e92cd567899763ae6d4ebe9309bb332184c9bdefe81d9f602795b76fac22a222bd7019c7de6db03a000eeb7b307207c312a70f448e06f7207b99106c39e9808ef4897f560b92d6b0fdb8837afaacf2a0a164fa5ef319bffe79b95d59a74787b2a7f85194e707890f9cce7edf2e7972a83bb138979b69f12cd22f81731cbe99ea3c45c50ce391b8b21d80af5cdc1c49b4d32e5d8fec5a228c1b9c8406d4a9265591f6403de12ce9483f53060b327f12f708db0b60c3c925228179859c62627ef66b11f11584b87ac5dd87b508e867d233134403ebcb205fa616c2c485bdad3b5370226331c0eac2a939d85488fce0741df5e52d5921fd172feef4102dc7f72e90f0a546552a76c7d61f5084fa7735e24b483e573faf2bec186136620952dcbd01ae014cfe0cd1e40f3bc0b7b21ad7ab5521233ae9fcf3985a7e2e374a761db3693c295989a72e5c6476231301d446988f78a076cc60a0ff74f918fa521099de71c2dbbc15787db16166d6b481549c6914c0a75b8c7b2bf4f121a4d03f28ed3072944e900050ee3844e8ecb678b230f5ef5867a625db6c4767d31c9c2c2cd29d1fc68a86a59c0d90d585b9bc865ea1fa26afa381d479f9ff20e727319de448c52f331f1ab140225aa21367671e7788f2bfcf617392670e7a80cdd3e00fd9fff53d6d6b1f2424e260ea7d2ba4b56f24f06c88a414bc9b1c3d8c448f302331362b8fa3efb5a1d4ce3e0523ece1683fdf65b6d0bec0203951e0040b0d3a6de02d59487d9bedfb031900915a78aba946b3ad2c3c3d82c1dc89c8c02e64c7bea127d87409afc3d9277fbfa08e917e2f4b21bf2a33569559129edd912ef4b2fb24c3ab9d3a22661e760d95efb4d434ef80c40104308c1d9e89d0ff7d87172895546fb37845a553132b40dbb7a4de2f90e2ab9e045c888c25980dd3888122e3c345740d994a319f34582f50f70fc9a1ec0eb6a93032e924d5496f8881ca7c460b3a4d2bae60ffff572ab9e6f359a6d8a022b7b42636264b069a378696407377fcb3a151ca623452e8bfde35c0d2186a6d2cb901cf5ce223b50fcc616fc3fc327884bacbd0b82caeeeb6e90099c5f14dd9c53d482e613c33791d2527d09c2431892ae0bd27bdfcc44d9945787b2bfdd5c345e102c2773b1b5c0d862f29834d5772996602f73412fa2358e2175456b0763e20799589b79b1d22deedc8a3ee3cb6f053396c4085a8dcb7c4428eb3b35c457d4aeed35e6b14ad81e1b8f3191bbd64eb3810a841f5d3eeacde382481eeffebab2aa24811da200dbdaa8b4db3a4a75d0d37795f3382b83eb0bed6e0d97586be27c249a4c2043140cff01dea3ce85812ba5d2a27a8a9c3ea16a44a13b83df2a27994b299e3a4ff5c32d569fadc3571651e3d9854518fcf370bb27df83bf84ce3d65b34db787a1caa0984e15febea3057de56bf99bbb0c4a359a6780be06bcf350952d7b6f8a222d3da9c98b477d3358a1bd05d098c329e5912c13f5ac83b42ff6c1d2e4c2b55844d4cee52df93e66f26f914bfe2314d7e7ece5b140ee9cae1a58129334191524e9894165f94cb2040f7d68f5843df363c9ebfc81e0513ff395284f40e7872ad0be9baba36a40765193fa75128dbfa5f76219273d2a70eac0e3ca0af2377c0a5a35c1b7b43d47c951c473538898a961834f713e112c344335e4a3b8cc4d903c461ecbbc1adc1293c92f3d73b236fb0dcb62725016c35ce9c96c967f5f269f9ca74e998d341bcc39dc3390e3c95d5531d2f3d5b19f8c9153f2f2e9f2bb228dee83700f00cde2d67cdd4156e231cd93a1a1eeb663e8d8546ded29439a2a110aa29803bd001b342a45384b4c622cac9e1eca7361d5c0a42694109b20d6be7dff645353a96681a1286a7e311751cbf8390726851097093c30bfd4b872e6df7441b089ab1f807594ff3697ddffe9ea38ba60b7aaedba5a61878885c97193d3086c4e792f7ba623cd3334fc2aea9c2f156d6ac6a95e055266fdc796de497cbd1a12b33fa91f6e3634e4353ab708ac4f5aa5e9ba06c304dff31d203d3c28897a1edff3429752b5b4a940d9fe43d5860234fd8de1ff13b336d6234ce607aa9a547c25ad176b765694dc676cf1c5faee7f7cddbc81a906a01434480a3255cff48c259aa6ce57df2df7a9bc8408c98e6a171d6ea06f7ecf918e577bd7591437f78781ad011420abab4600f3e86a7d53792c21d6323d2c8679e7bc0c2029ab973e0770999ea78861d6f2d8bf7cedfea2b46b3bb07446fc236a64c05943734b699d0631e342403e951d3b5924203678b50fbe81e4c85e88195eb520937ea684cb41a60fe4a337c8b0cbccc04359d2a558da078daacae9616adb1f8c5ddec5f933bb1a2606210635b36dd761ee33fb63dc468f40fbf6c1f73616fee6b58c3168b7ce8d9a5d8f71dd2f4e22cba72d45dabbd608efbff8e53627d78c06a272f67a5bf1e6a0610ca4e133006dfcac25a19920d9346d81df4db806b71fc25c1f1c54251b705dd0cc240efa854ef35a7ba6851feed0b07dde79bd030aa2bc63bfc53b93ee7cd0c943083aa110ee36ca6087fd9507dae7cc8443b798d4ae5d2c1fe8c500e6630660f5971c39908ca72a5dfa9299d0495c384b1b16fbe66dd4eb1bfbb9975163c06a5b628e4d5f0ffcd973d66be7caf67044d1a3555b630d92a5cb4215aa8c6927fee0ce08823d0e10139d7495e3d9500b54a739e64c4480111c91cf22b4e68aedce3ce5c115c8dc25665a7b0760d17d1c44747e82dc692c416e11065166bac35a2a35cf73cf4a3565ef707ade24db37894e99be3a81820f30417a7c61d80c2ddc8092ea4fa9bd3f8016652afc73cd7068aa5153bb418e63cc9d6b8d0b080781c11587b2f162a3843b341f4b370e2eb1b60b150194e919ba7a07b212a713d1eced57a7c50b43089d46ccbb28e3061d35bc3387d4d889b98c598f48bedd6832db5664f909c0a9ca0f3ca2a5efb025e391489fc5adb712e3a26e4db982bf4908304f4bfabbd06a6430e066fcecc23f3cf4e2448d5771fb6c5a1cca8495f7dfd3935dfdaf363680196015d6a8453448a14861a33851ac0e9fc468e575c0a0a1ac446726c5b6de5f21da55fec3e7d1223eeb555ae438fd5a5404b1ccb8050cde263a5d10c3283c000502befa992a90cc43276a387628a9245f9ee0c783d8588d919de072f3f8f88bf1fc36d2afe16b4f6c6b35490c216e995ebbf01ff65a3b095ec79fecd9a4647232bcf89c591a553ebe9a10080016c30e80adb29d30df41a0b25d90f0afb764239cfbe46cb32e01563f619a217edddf90536f94108b2bbe807382011eb827100da7eaa0a35c1953bd6a74db15a204837f5d9f740d3c668d347e88b477274dbacabf0a5dba6af73010165d5c995def0efcce2a03d03f4ebc3357f79e63e911bd318827d3fe93447f6da3953a95fa8b07383ab78c9b4d5fd8c4cecd908d913ef5eeccbaa550b8fe2258ee5672c37649304b1202401eac3cb018360dcfcf4a580b3fe5a3f0ccbb037f6f07fd636cbfac30a98a10c498fd25193ae68d8799a43fe816c4dc1f129b4e6f92f30caa7dd5fdae4128a7b634a7047e", + "broki", + "broklyn", + "broo", + "brooo", + "broooo", + "brooooo", + "broooooooo", + "bros", + "bros.", + "brot", + "brotaaaa", + "brotha", + "brother", + "brotherdoge", + "brothers", + "brought", + "browser", + "browsers", + "browsing", + "bruh", + "brunimax", + "brush", + "brutal", + "brutalfactions_staff_50.txt", + "brute", + "brute_force_scan", + "bruteforce", + "bruteforcer", + "bsd", + "bsg777@exploit.im", + "bsh", + "bsparkes5@gmail.com;$P$BElq8amQHXuSDfRinQkZTI9t2QlwV70", + "bsparkes5@gmail.com;$P$BMz6", + "bsparkes5@gmail.com;$p$belq8amqhxusdfrinqkzti9t2qlwv70", + "bsparkes5@gmail.com;$p$bmz6", + "bss_start", + "btc", + "btc\\usdt", + "btray@cebridge.net", + "bts", + "btw", + "bubbies", + "bubble", + "bucha", + "buck", + "bucks", + "bud", + "buddy", + "budget", + "budy", + "buffalo", + "bug", + "buga", + "bugaboo", + "buggy", + "build", + "buildandcraft.eu", + "buildcraft_1.3k.txt", + "builder", + "buildid", + "building", + "builds", + "built", + "buker", + "buks", + "bulk", + "bullet", + "bullshit", + "bulutu", + "bumo", + "bump", + "bumpAMAZON", + "bumpamazon", + "bumpbumpbump", + "bumpbumpbumpbumpbumpbumpbumpbumpbumpbump", + "bumped", + "bumpedbumpedbumped", + "bumper", + "bumping", + "bumpingg", + "bumpinggg", + "bumpington", + "bumpinnnggg", + "bumpity", + "bumpong", + "bumpoo", + "bumpp", + "bumpppp", + "bumpppping", + "bumppppppp", + "bumppppppppp", + "bumpppppppppp", + "bumppppppppppppp", + "bumpppppppppppppbumpppppppppppppbumppppppppppppp", + "bumpppppppppppppp", + "bumpppppppppppppppbumppppppppppppppp", + "bumppppppppppppppppbumpppppppppppppppp", + "bumppppppppppppppppppppppppp", + "bumpppppppppppppppppppppppppbumppppppppppppppppppppppppp", + "bumpppppppppppppppppppppppppppppppppppppppppp", + "bumppp~~~~", + "bumps", + "bumpssssss", + "bumpy", + "bunch", + "bundles", + "burn", + "burp", + "bush", + "business", + "businesses", + "bussiness", + "busy", + "but", + "butterflylili@yahoo.com", + "button", + "buy", + "buyaccpremium#5975", + "buycraft.txt", + "buyer", + "buyers", + "buying", + "buys", + "buzzplex_e-mails_100.txt", + "bvdvwi8hf", + "bw7", + "bwz", + "bx", + "by", + "bya", + "bye", + "bypass", + "bypassed", + "bypassing", + "bz", + "b\u1ecb", + "c", + "c'm", + "c)2", + "c++", + "c.", + "c.u.", + "c02", + "c09", + "c0d3r_0f_shr0d13ng3r", + "c0r0ll@", + "c0x", + "c1", + "c12", + "c18", + "c1grqho", + "c2", + "c20", + "c206t15", + "c2ae", + "c2db516247254085f5cb4047c165b3fc6d425a8a", + "c2matrix", + "c2p", + "c3f", + "c40d43e7b4ec231833cd1f95f62ea5a228eb23215a665da88faf05f9aa37b884", + "c4n", + "c5df4e07f152a64b520aee4142a398e897092122", + "c66e7f94073a2d01bc37a832faa34085d938e32d:1c05c8226", + "c66e7f94073a2d01bc37a832faa34085d938e32d:1c05c8226:123456", + "c7d", + "c821da45242ac743a0bff081d4e4c93849d73706a03ed5294879e298f81ae34c", + "c9ff", + "c9k", + "c:2", + "cOS", + "cOYjZtSGbchQh", + "cPanel", + "cPanels", + "cTV", + "cYD", + "c_reative", + "ca", + "caa", + "cached", + "cad", + "cadeace", + "caffeine", + "cag", + "caj", + "cal", + "calculate", + "calculated", + "calif", + "calif.", + "californium", + "call", + "callback", + "called", + "caller", + "calling", + "callouts", + "calls", + "calm", + "cam", + "came", + "camefrombreachforums", + "camel", + "cameras", + "campaign", + "campaigns", + "can", + "canada", + "cancel", + "candid", + "candlemass", + "candypvp.fr_3k.txt", + "canfig", + "cannot", + "canva", + "cap", + "capabilities", + "capability", + "capital", + "capital(zelle", + "capture", + "captured", + "captures", + "car", + "carbon", + "card", + "carders", + "carding", + "cards", + "cards-23.2.23", + "care", + "cared", + "careful", + "carefully", + "carelessly", + "carfyue", + "carnaval", + "carpentry", + "carried", + "carrier", + "carriers", + "carroll", + "cars", + "cartercartier", + "cartp", + "cas", + "case", + "cases", + "cash", + "cashable", + "cashapp", + "cashiers", + "cashout", + "cashoutEmails", + "cashoutemails", + "casino", + "cassandra|burke|200", + "cast", + "castiel#7547", + "cat", + "cat3k_caa", + "catalog", + "catalogue", + "catcher", + "catchers", + "catching", + "cattle", + "caught", + "cause", + "caution", + "cautious", + "caviar", + "cb", + "cb2", + "cb6687a600a22d23b2171e53ceca7195", + "cbs", + "cc/", + "ccc", + "ccg1998", + "cci", + "cco", + "ccs", + "ccscan", + "cctv", + "ccvbv", + "ccx", + "cd1", + "cd2", + "cdep3890", + "cdn", + "cds", + "ce", + "ce/", + "ce5", + "ce9", + "ce>", + "ceaserrodregaz", + "ceci", + "ced", + "cee", + "ceef869be89caa98228f8e5aee23e1c48609f8646f61840bd969c7974d3eac0e3d03306dcee5", + "cel", + "cell", + "cem", + "centre", + "centrixpvp_e-mails_10.3k.txt", + "cer", + "cerealkiller#0087", + "ceritifed", + "cert", + "certain", + "certainly", + "certificate", + "certificates", + "certified", + "certs", + "ces", + "cesar240908", + "cey", + "cf", + "cf3d664983797f0d63270147a105fa8b92a8224c:5g28zfG1X", + "cf3d664983797f0d63270147a105fa8b92a8224c:5g28zfg1x", + "cfr", + "cg3700emr-1cmnds", + "cgi", + "ch", + "ch.", + "cha", + "chainalysis", + "chaining", + "challange", + "challenges", + "challenging", + "chamomile", + "champ", + "champagne", + "champion", + "chances", + "change", + "changed", + "changer", + "changes", + "changing", + "channel", + "channels", + "chaos", + "chapple", + "chapter", + "char", + "character", + "characteristics", + "characters", + "charge", + "charm", + "chars", + "charset", + "chartered", + "chase", + "chat", + "chatbots", + "chatgpt", + "chats", + "che", + "cheap", + "cheaper", + "cheapest", + "chearful.ninja_Logins_450.txt", + "chearful.ninja_Snipes_16k.sql", + "chearful.ninja_logins_450.txt", + "chearful.ninja_snipes_16k.sql", + "cheat", + "cheating", + "cheatsheet", + "check", + "checkTasks", + "checkUrls", + "check_data", + "check_data.indexOf(item", + "check_data.indexof(item", + "check_data.push(item", + "checked", + "checker", + "checkers", + "checking", + "checkout", + "checks", + "checktasks", + "checkurls", + "cheers", + "chefir", + "chek", + "chelas", + "chemical", + "cherries", + "chessium_ips_7.1k.txt", + "chi", + "child", + "chill", + "chime", + "china", + "chinese", + "chinga", + "chingada", + "chingados", + "cho", + "chocolia.eu", + "choice", + "choices", + "choochoosmc_e-mails_1k.txt", + "choose", + "choosing", + "chop", + "chosen", + "chrisanderson33193@yahoo.com", + "chrismas", + "christ", + "christmas", + "chromahills.com_11k.txt", + "chrome", + "chrome.browsingData.remove", + "chrome.browsingdata.remove", + "chrome.google.com", + "chrome.history.search", + "chrome.storage.local.get(['machineId", + "chrome.storage.local.get(['machineid", + "chrome.storage.local.get(['uuidMachine", + "chrome.storage.local.get(['uuidmachine", + "chrome.storage.local.set", + "chrome.tabs.captureVisibleTab(null", + "chrome.tabs.capturevisibletab(null", + "chrome.tabs.onActivated.addListener(function", + "chrome.tabs.onactivated.addlistener(function", + "chrome.webRequest.onHeadersReceived.addListener", + "chrome.webrequest.onheadersreceived.addlistener", + "chromemc_buycraft_db.txt", + "chs", + "chto", + "chy", + "ci/", + "cimb", + "cimobrju8389813@estudiantes.edu.ec", + "cipher", + "circumvent", + "cis", + "cisco", + "cit", + "citadel", + "citadel.corp", + "citation", + "cities", + "citizensbank.com", + "citrix", + "citrixcloud", + "citrux", + "city", + "citycraft_forums_29k.txt", + "cityprison_ips_16k.txt", + "civilians", + "cjd", + "ck", + "ck0", + "ck1", + "ck2", + "ckX", + "ckk", + "cko", + "cks", + "ckx", + "cky", + "claim", + "claimed", + "claiming", + "claims", + "claping", + "clarify", + "claro", + "class", + "class=\"forumPost", + "class=\"forumpost", + "classic", + "clause", + "cle", + "clean", + "cleaned", + "cleaner", + "cleaning", + "cleanse", + "clear", + "cleared", + "clearing", + "clearly", + "clearnet", + "click", + "clicked", + "client", + "clients", + "climate", + "clipboard", + "clipboard_data_size", + "clipper", + "clips4sale", + "clone", + "cloned", + "cloneevvvp", + "clones", + "clonned", + "close", + "closed", + "closer", + "closing", + "clothing", + "cloud", + "cloudescape_emails_3.5k.csv", + "cloudflare", + "cloudnet", + "clown", + "club", + "clubhydra.co", + "clue", + "cly", + "clyropvp", + "clyropvp.txt", + "cm8", + "cmp", + "cms", + "cn", + "cnn", + "co", + "co.", + "coachID", + "coachid", + "cobalt", + "cobalt2015", + "cobaltstrike", + "cock.li", + "cocksucker", + "cod", + "code", + "codeacademy", + "codecademy", + "coder", + "coderedtestserver.txt", + "codes", + "codesign", + "coding", + "coffees", + "coi", + "coin", + "coinbase", + "coined", + "coinify", + "coinpot", + "coins", + "coke", + "col", + "coldnetwork.txt", + "coldnetwork_buycraft_logs_732.txt", + "collect", + "collected", + "collection", + "collector", + "colo", + "colo.", + "colombia", + "color", + "colour", + "com", + "combinaison", + "combo", + "combolist", + "combos", + "come", + "comes", + "comfort", + "comfortable", + "coming", + "command", + "comment", + "commenting", + "comments", + "commercial", + "commission", + "commit", + "committing", + "common", + "commonly", + "communicate", + "communication", + "communism)))\"-", + "communist", + "communities", + "community", + "companies", + "companioncare@suddenlinkmail.com", + "company", + "compare", + "compare_memory(orig_clipboard_data", + "compared", + "comparing", + "compartment", + "compelling", + "competitor", + "competitors", + "compilations", + "compile", + "compiled", + "compiler", + "complain", + "complaint", + "complete", + "completed", + "completed.0", + "completely", + "complex", + "complexxxx", + "complications", + "compliment", + "comply", + "comprehension", + "comprehensive", + "compression", + "compromised", + "computer", + "computers", + "comugamers.com_10k.txt", + "con", + "concentrate", + "concept", + "concepts", + "concern", + "concerned", + "concerns", + "concerts", + "concise", + "concurrent", + "conditions", + "confidence", + "confident", + "config", + "configs", + "configuration", + "configured", + "configuring", + "confimred", + "confirm", + "confirmation", + "confirmed", + "confirming", + "confiscate", + "confrim", + "confused", + "confusion", + "congrats", + "congratulations", + "conn", + "conn.", + "connect", + "connect_ex", + "connected", + "connecting", + "connection", + "connections", + "cons", + "consequences", + "consider", + "consider(Black)Arch", + "consider(black)arch", + "considered", + "considering", + "consignment", + "consistent", + "consisting", + "console", + "const", + "constant", + "constantly", + "construction", + "consumers", + "contacs", + "contact", + "contacted", + "contacter", + "contacts", + "contain", + "containing", + "contains", + "content", + "content(s", + "contents", + "contextual", + "continually", + "continue", + "continued", + "continues", + "continuous", + "contract", + "contribute", + "contributed", + "contributing", + "contribution", + "contributor", + "control", + "controlling", + "controls", + "contr\u00f4le", + "convenient", + "conversation", + "conversations", + "conversion", + "convert", + "convo", + "cookie", + "cookie(s", + "cookies", + "cooking", + "cool", + "cooldudes9001", + "coolnet", + "cooming", + "cooper", + "cooperate", + "cooperation", + "coordinate", + "copied", + "copies", + "cops", + "copy", + "copywriting", + "cor", + "corax@thesecure.biz", + "cord", + "core", + "coreymcalinson", + "coronavac", + "corp", + "corp.", + "corporate", + "corporation", + "corps", + "correct", + "correctly", + "correspondence", + "corrupt", + "cos", + "cosmic.csv", + "cosmic_formatted.csv", + "cosmicpvp_forums_200k.csv", + "cosmouzx", + "cost", + "costs", + "couch", + "cought", + "could", + "count", + "counterfeit", + "counting", + "countless", + "countries", + "country", + "county", + "countySpecific", + "countyspecific", + "couple", + "coupon", + "courage_teamspeak_ips_246.csv", + "courier", + "couriers", + "course", + "courses", + "couuntries", + "cover", + "coyjztsgbchqh", + "coz", + "cp-47", + "cpanel", + "cpanels", + "cpent", + "cpn", + "cpp", + "cpu", + "cpy", + "cqdec", + "cqngd74mtjd5snnwq5uqd3qeok3hz36yrt2iu5mpzgxcqhbpbfpxyjid.onion", + "cr", + "cr2dcmrzk1s", + "crack", + "cracked", + "cracker", + "cracking", + "cracks", + "cracks.txt", + "craft", + "craftapple.pl_9.2k.sql", + "craftblock_e-mails_2.5k.txt", + "craftboard.pl_26.5k.sql", + "craftrealms_buycraft_db_2012.txt", + "crash", + "crawler", + "craxs", + "crazy", + "crazyrdp", + "crazysauce", + "cre", + "cream", + "create", + "created", + "creates", + "creating", + "creation", + "creative", + "creator", + "credential", + "credentials", + "credit", + "credited", + "crediting", + "creditkarma", + "credits", + "creeperscraft.net_140.txt", + "crime", + "crimes", + "criminal", + "crispywater", + "cristalix.ru_72.8k.txt", + "critical", + "criticize", + "critique", + "cro", + "croge", + "crogedracl", + "crossfire_1k.txt", + "crowdsource", + "crowdstrike", + "crsn47", + "crte", + "crto", + "crtp", + "crunchyroll", + "cry", + "crypt", + "crypta", + "crypter", + "crypters", + "crypting", + "crypto", + "cryptocurrency", + "crypts", + "crystal666", + "cs", + "cs+cr", + "cscoe+", + "csgo", + "csp", + "css", + "csv", + "ct", + "ct.", + "ctf", + "cto", + "ctr", + "ctrl+f", + "cts", + "ctv", + "ctx", + "cuddlybear", + "cultcraft.me_9.4k.txt", + "cum", + "cumbag89", + "cunt", + "cuntires", + "cup", + "curbside", + "curiosity", + "curiositystream", + "curious", + "curl", + "current", + "currently", + "curse", + "cus", + "cushions", + "custom", + "customer", + "customers", + "customers(WWH", + "customers(wwh", + "customization", + "cut", + "cute", + "cuz", + "cvv", + "cxa_finalize@GLIBC_2.2.5", + "cxa_finalize@glibc_2.2.5", + "cxiture0001", + "cxx", + "cyber", + "cyberarsenal", + "cybersecurity", + "cyberspace", + "cyd", + "cylance", + "cypher", + "cz", + "czech", + "c\u1ea3m", + "c\u1ee7a", + "c\u2019m", + "d", + "d$/xxxx", + "d(1", + "d)", + "d)\"Xxxxx", + "d)\"xxxx", + "d)Xxxx", + "d)xxxx", + "d,XXXX,'d", + "dES", + "dEx", + "dID", + "dIn", + "dK5.wJ9hNmaT52EAFSgs8eF6txeRUdAJDtS", + "dMC", + "dS5", + "dTC", + "dX", + "dXX", + "dXX+", + "dXXX", + "dXXXX", + "dXXXXdddXXddXddXdXXdddXddddXXdXXdddXddddXddddXXXdXddXddddXXXdXXXdddd", + "dXXXddddXXdddXXXdXddddXXXddXXXXdXXdXdddXddXdXXdXddXXdXddXddXddddXdXXXddXd", + "dXXdXXxXxxXXXXxXXXXdxxxdxdxxdXxxXx", + "dXdX", + "dXdddX", + "dXddddXddddXXdXXddddXXXddddXdddXXXXdXddXXddXdddXddddXXdddd", + "dXxx", + "dXxxx", + "dXxxxx", + "d_d", + "d_x", + "da", + "da$local$ldap", + "da.net", + "da0", + "da8", + "da_nikto", + "dafuq", + "daily", + "daisy", + "dal", + "dam", + "damage", + "dame", + "damn", + "dang", + "dangerous", + "danny", + "dante", + "dap", + "dapest", + "dar", + "daraz", + "darcecraft", + "darcecraft.com.txt", + "darcecraft.com_10k.txt", + "dare", + "dark", + "darkakula", + "darkakula#9934", + "darkangelof1", + "darkfadepvp_buycraft_logs_30.txt", + "darkfight", + "darkheroesmc.txt", + "darknetworld", + "darknetworld.com", + "darkweb", + "darling", + "darxe", + "das", + "dashboard", + "dat", + "data", + "data--65473]Find", + "data--65473]find", + "dataType", + "dataUri", + "data_start", + "database", + "databases", + "databreach", + "datacenter", + "datatype", + "datauri", + "date", + "date).gettime", + "date:2023", + "dated", + "dateline=\"1671794657", + "dateline='1672597036", + "datelover", + "dates", + "dating", + "datpixel_emails_db.txt", + "dav", + "david", + "dawg", + "dawncraft_buycraft_logs_745.csv", + "dax", + "day", + "days", + "dazn", + "db", + "db.txt", + "dbfbi", + "dbms", + "dbmses", + "dbs", + "dbserver31.tech.finance.corp", + "dbz_logins_5.8k.txt", + "dc", + "dc.citadel.cor", + "dc.glacis.corp", + "dc01(3", + "dc02", + "dc1", + "dc1714711d8b05826296c326e749d7358ed355f7d2cfaa5dbc130c2c891903e8", + "dc3e6c96d42d2c8c20a29e3df05c47d2", + "dc6", + "dcangel", + "dcb", + "dcc", + "dcs-930lb1", + "dcw", + "dd", + "dd$-xxxx", + "dd$.", + "dd$/dddd", + "dd+XX", + "dd+xx", + "dd,d,d))))xXxX", + "dd,d,d))))xxxx", + "dd,d,dd))))xXxx", + "dd,d,dd))))xxxx", + "dd,ddd", + "dd,ddd,ddd", + "dd.Xxx.dddd", + "dd.d", + "dd.d.d", + "dd.d.d.ddd", + "dd.d.dd.d", + "dd.d.dd.dd", + "dd.d.dd.ddd", + "dd.d.ddd.d", + "dd.d.ddd.dd", + "dd.d.ddd.ddd", + "dd.dd", + "dd.dd.d.d", + "dd.dd.d.dd", + "dd.dd.d.ddd", + "dd.dd.dd", + "dd.dd.dd.d", + "dd.dd.dd.dd", + "dd.dd.dd.ddd", + "dd.dd.ddd.d", + "dd.dd.ddd.dd", + "dd.dd.ddd.ddd", + "dd.dd.dddd", + "dd.ddd.d.d", + "dd.ddd.d.dd", + "dd.ddd.d.ddd", + "dd.ddd.dd.d", + "dd.ddd.dd.dd", + "dd.ddd.dd.ddd", + "dd.ddd.ddd.d", + "dd.ddd.ddd.dd", + "dd.ddd.ddd.ddd", + "dd.ddx", + "dd.xx.d", + "dd.xxx.dddd", + "dd.xxxx", + "dd/d", + "dd/d/ddd", + "dd/d/dddd", + "dd/dd", + "dd/dd/dd", + "dd/dd/dddd", + "dd1", + "dd:dd", + "dd:dd:dd", + "dd:ddxx", + "ddX$", + "ddX.xxx", + "ddXX", + "ddXXXdXdXXdddXdddXdddXdXddddXddddXXXdddXXdXddXXdddXdXXdXddddXXXddddXdXdd", + "ddXXXxdx", + "ddXd", + "ddXdd:dd:ddX", + "ddXdddXdddXdXdddXddXXXXdddXddXddXddXXdd", + "ddXdddd.X", + "ddXx", + "dd_d_d", + "ddd", + "ddd$-dx$", + "ddd$ddd", + "ddd+/XXX", + "ddd+/xxx", + "ddd,dd", + "ddd,ddd", + "ddd.d", + "ddd.d.d.ddd", + "ddd.d.dd", + "ddd.d.dd.d", + "ddd.d.dd.dd", + "ddd.d.dd.ddd", + "ddd.d.ddd.d", + "ddd.d.ddd.dd", + "ddd.d.ddd.ddd", + "ddd.dd.d.d", + "ddd.dd.d.dd", + "ddd.dd.d.ddd", + "ddd.dd.dd.d", + "ddd.dd.dd.dd", + "ddd.dd.dd.ddd", + "ddd.dd.ddd.d", + "ddd.dd.ddd.dd", + "ddd.dd.ddd.ddd", + "ddd.ddd.d.d", + "ddd.ddd.d.dd", + "ddd.ddd.d.ddd", + "ddd.ddd.dd.d", + "ddd.ddd.dd.dd", + "ddd.ddd.dd.ddd", + "ddd.ddd.ddd.d", + "ddd.ddd.ddd.dd", + "ddd.ddd.ddd.dd:dddd>>>Xxxx", + "ddd.ddd.ddd.dd:dddd>>>Xxxx;xxxx;xxxxddd", + "ddd.ddd.ddd.dd:dddd>>>xxxx", + "ddd.ddd.ddd.dd:dddd>>>xxxx;xxxx;xxxxddd", + "ddd.ddd.ddd.dd:dddd>>>xxxxddd", + "ddd.ddd.ddd.ddd", + "ddd.ddd.ddd.ddd:dddd>>>Xxxx", + "ddd.ddd.ddd.ddd:dddd>>>XxxxxXxx", + "ddd.ddd.ddd.ddd:dddd>>>XxxxxXxx;Xxxx;XxxxxXxx", + "ddd.ddd.ddd.ddd:dddd>>>xxxx", + "ddd.ddd.ddd.ddd:dddd>>>xxxx;xxxx;xxxx", + "ddd.ddx", + "ddd@ddx.xx", + "dddX+", + "dddX.xxx", + "dddXX", + "dddXXX", + "dddXXXX", + "dddXdXXXddXXXddddXdXXXdXdXXdXXddddXdXdXddddXXdXddddXdXXXXddddXdXdXdddd", + "dddd", + "dddd).xxx", + "dddd,ddd_ddd,d,Xxx", + "dddd,ddd_ddd,d,xxx", + "dddd,ddd_dddd,d,Xxx", + "dddd,ddd_dddd,d,xxx", + "dddd,xxxx", + "dddd,xxxx,d,Xxx", + "dddd,xxxx,d,xxx", + "dddd.dddd", + "dddd.xxx", + "dddd.xxxx:$xxxx$*dddd", + "dddd/dddd/dddd/dddd", + "dddd=dddd", + "dddd@xxx-xxxx.xx", + "dddd@xxx.xx", + "dddd@xxx.xxxx.xxx.xx", + "dddd@xxxx.xxx.xx", + "ddddXXXdddXXXdXdXdXdddXXXdXdddXXdddXddXXXXdddXXdXXdXdXXXXddXddXXXdXXddXX", + "ddddXxxxx@", + "ddddx", + "ddddxd", + "ddddxdd", + "ddddxddxddxxxdxdxxxdddxddxxxddddxxxddxd", + "ddddxddxxxxddxdxddxdddxxxdddxxddxdxxdxddxddxddxxdxdxxdxdxddxdxd:dXxXXXxXXXxXdxXx:d", + "ddddxddxxxxddxdxddxdddxxxdddxxddxdxxdxddxddxddxxdxdxxdxdxddxdxd:dxxxxdxxx:d", + "ddddxxd", + "ddddxxddxdxxdxdddxxxdxdxdddxddxdxdxddd:dxddddxxd", + "ddddxxdxddxdddxddddxddddxddddxddxddddxdxdxxxddxdxxxxdddxdxddx:dxxxdxxdxxXXXxxx:d", + "ddddxxdxddxdddxddddxddddxddddxddxddddxdxdxxxddxdxxxxdddxdxddx:dxxxdxxdxxxx:d", + "ddddxxdxxddddxdddxxxxdxxdxxdxxdxdxxxdxxxddxddddxxxxddddxd:dxXdxxxxdxxxdxXd:d", + "ddddxxdxxddddxdddxxxxdxxdxxdxxdxdxxxdxxxddxddddxxxxddddxd:dxxdxxxxdxxxdxxd:d", + "ddddxxdxxddddxddxddxdddxxddddxdxdxdddxddxxxdxxxddxddxddxddxd", + "ddddxxxdddxxxdxdxdxdddxxxdxdddxxdddxddxxxxdddxxdxxdxdxxxxddxddxxxdxxddxx", + "ddddxxxddxxdddxdxdxxdddxxdxxxddddxdddxx", + "ddddxxxx", + "ddddxxxx.xxx", + "ddddxxxx@", + "dddd|xxxxd|Xxxxxdd|Xxxxx|xx_XX|", + "dddd|xxxxd|xxxxdd|xxxx|xx_xx|", + "dddx", + "dddx$", + "dddx+", + "dddx.xxx", + "dddx@xxxx.xxx", + "dddxdddxddddxddddxxdxdxxddxxddddxdxxddddxddddxddddxdd", + "dddxdxddddxddxxddddxxdxddddxdxdddxxddxxxddddxxxxddx", + "dddxdxddddxxddddxxxddxdddxxxxdxddddxddddxdddxddddxddxxddddxdd:dxXxxxdxXxdxXxxx:d", + "dddxdxddddxxddddxxxddxdddxxxxdxddddxddddxdddxddddxddxxddddxdd:dxxxxdxxxdxxxx:d", + "dddxdxdxddddxxdxdddxddddxddxdxxdddxdxxdxxddddxdxddxxdd", + "dddxdxxxddxxxddddxdxxxdxdxxdxxddddxdxdxddddxxdxddddxdxxxxddddxdxdxdddd", + "dddxx", + "dddxx+", + "dddxx.xxx", + "dddxxdXdXXxxxxXxxXdxdxxxXXxdXXxddd", + "dddxxddddxxdxxxxdxxdddxdxxddxxxddxxdxxddxxdxxxxdxdxddxdddxdxxdxd", + "dddxxdxdxxxxdxdxxxxdxxxddd", + "dddxxx", + "dddxxxx", + "ddd|XXXX|XX|dddd|xxxx|dddd|xxxx.xxxx@xxxx.xxx", + "ddd|xxxx|xx|dddd|xxxx|dddd|xxxx.xxxx@xxxx.xxx", + "ddf4", + "ddos", + "ddp", + "dds", + "ddx", + "ddx$", + "ddx+", + "ddx.x", + "ddx.x.", + "ddx.xxx", + "ddxXXX", + "ddxXxXXdXdxXdxxXxxXXXXxXxxXxXdxxX\\", + "ddx\\xxxx", + "ddxd", + "ddxdd:dd:ddx", + "ddxdddd.x", + "ddxddddxddxddxxdxddxddxxdddxdddxddddxxdddxdxxdddxddxxxddddxxdxdd", + "ddxdddxdddxdxdddxddxxxxdddxddxddxddxxdd", + "ddxdddxxxddxdxxdxxdxdddxddxddxdd", + "ddxddxddxdxdxddxdxdxxdxxddxxxdxdddxxxdddxdddxxxdddxxxdxxdddxxxdd", + "ddxddxddxdxxxdddxddddxddddxddxxdddxxddddxdxxdxddddxxdddd", + "ddxdxddxxddddxdxxddxdddxdxxdddd:dxXxxdxXX", + "ddxdxddxxddddxdxxddxdddxdxxdddd:dxxxxdxxx", + "ddxdxdxddddxddxdddxdxdxdddxdxdxdddxxddd:ddxddxddd", + "ddxdxxdxxxxXXXdXxxxdXXdXdXX", + "ddxdxxdxxxxdxxxxdxxdxdxx", + "ddxdxxxdxxdxdddxxxxdxddddxdxddxxdxxxddddxxddxddddxddxdd", + "ddxx", + "ddxxddddxdxxxddddxddxdxxdxddxdxddxddxdx", + "ddxxdxddxdxdddxdxddxdxxdxxdxddxddddxxxx", + "ddxxx", + "ddxxxdddd@xxxx.xx", + "ddxxxddddxddxxdxdddxxxddxxxxdxddddxdd", + "ddxxxdxddxdxddddxddxxxxdddxxddddxxxdxdddxdxdxdxxxddddxdxdxdxxxdd", + "ddxxxdxdxdxdddxxxxdddxxddxdxxxxddddxxddxddxdxxdddxxddxxdxdxdddx", + "ddxxxdxdxxdddxdddxdddxdxddddxddddxxxdddxxdxddxxdddxdxxdxddddxxxddddxdxdd", + "ddxxxx", + "ddxxxx.xx", + "ddxxxx_xxxx_dd%_dddd", + "ddxxxxdx", + "ddxxxxdxdxxdxxxxdxxx\\", + "ddy", + "de", + "de/", + "de423e48556521a19143cd8c3fda6105afe284e4:162311e44", + "de5", + "dea", + "dead", + "dead_fenrir", + "deadadam", + "deal", + "dealing", + "dealings", + "deals", + "dear", + "death", + "deathnote", + "debian", + "debouce.io", + "debug", + "debugger", + "dec", + "dec.", + "deceive", + "december", + "decent", + "deceptions", + "decide", + "decided", + "decimatepvp", + "decimatepvp.com.txt", + "declared", + "decline", + "decluttering", + "decode", + "decrypt", + "decrypted.txt", + "decryption", + "ded", + "dedale", + "dedicate", + "dedicated", + "deducted", + "deem", + "deemed", + "deeper", + "deepfake", + "deeppvddles", + "deepweb", + "deezer", + "def", + "def.gouv.fr", + "defaced", + "defamation", + "default", + "defence", + "defender", + "defense", + "defi", + "defiance_teamspeak_ips_180.txt", + "defiance_teamspeak_ips_45.txt", + "defined", + "definitely", + "definition_teamspeak_ips_20.txt", + "deflect", + "defpub", + "defpub.local", + "dehash", + "dei", + "del", + "del.", + "delay", + "delete", + "deleted", + "deliberate", + "deliver", + "delivered", + "delivering", + "delivery", + "dell", + "deltahcf_e-mails_100.txt", + "deltamirrage", + "demand", + "demanding", + "demo", + "demon", + "demons_teamspeak_ips_140.txt", + "demonstrates", + "den", + "denigrate", + "denji", + "denmark", + "denotes", + "dent", + "dentistry", + "deo", + "depend", + "dependencies", + "depending", + "depends", + "deposit", + "depositphotos.com", + "deposits", + "deprecated", + "depth", + "der", + "derailing", + "deregister_tm_clones", + "derycube.fr", + "des", + "describe", + "description", + "deserve", + "deserving", + "design", + "designated", + "designs", + "desire", + "desired", + "desktop", + "desorden", + "despise", + "desteria_e-mails_25.9k.txt", + "desteria_ips_908.8k.txt", + "destinypvp", + "destory", + "destroy", + "detailed", + "detailing", + "details", + "details.responseHeaders", + "details.responseHeaders.length", + "details.responseHeaders[i].name.toLowerCase", + "details.responseHeaders[i].value", + "details.responseheaders", + "details.responseheaders.length", + "details.responseheaders[i].name.tolowercase", + "details.responseheaders[i].value", + "detect", + "detectable", + "detected", + "detection", + "detections", + "detector", + "detectors", + "detects", + "determine", + "detuschland", + "dev", + "dev007", + "developed", + "developer", + "developers", + "development", + "develops", + "device", + "devices", + "dex", + "dex73r", + "dey1337", + "deystviya", + "dezrick|powell|2600", + "df/", + "df4", + "df78", + "dge", + "dgln24xu537amcm8ghfnmqfsykxrgnkc9k", + "dhabi", + "dia", + "diabolic", + "diamond", + "diamondfox", + "dick", + "dickhead10", + "dictatorship", + "did", + "didn't", + "die", + "died", + "dies", + "diet", + "different", + "difficult", + "difficulty", + "digikeyboard.sendkeystroke(0", + "digital", + "digitalocean", + "digits", + "dildofagins", + "dime", + "dimmuburgor", + "dimples66", + "din", + "dinastymc", + "dinastymc.eu_1k.txt", + "dio", + "diomennys", + "dir-100", + "dir-600", + "dircloner", + "direct", + "directed", + "direction", + "directly", + "directory", + "directtv", + "directv", + "dirs", + "dirty", + "dis", + "disable", + "disagree", + "disappointing", + "disc", + "disc0rd", + "disconnected", + "discord", + "discord.gg/ecash", + "discord:-", + "discordtokenlogin", + "discount", + "discounts", + "discover", + "discover.com", + "discovery", + "discoverycraft.de", + "discretion", + "discuss", + "discussion", + "disgusting", + "disk", + "disney", + "disney+", + "disneyplus.com/seller", + "dispatched", + "disposition", + "disruptions", + "dissolved", + "distinct", + "distinct(ifnull(cast(schema_name", + "distributed", + "distro", + "dit", + "divided", + "diy", + "djon3volta", + "djonson", + "djp", + "dk", + "dk5.wj9hnmat52eafsgs8ef6txerudajdts", + "dl", + "dle", + "dll", + "dlogs", + "dly", + "dm", + "dm'd", + "dm.", + "dmc", + "dmca", + "dms", + "dmsecransomware", + "dn5", + "dna", + "dnaing", + "dndndndnnddp", + "dns", + "do", + "do_global_dtors_aux", + "do_global_dtors_aux_fini_array_entry", + "dob", + "doc", + "doc+docx", + "dockerrodeo", + "docs", + "docs.freebsd.org", + "docsis", + "document", + "documentation", + "documents", + "docx", + "dod", + "doe", + "does", + "dog", + "dogecoin", + "dognwalk", + "dogtv", + "doigcraft", + "doin", + "doin'", + "doing", + "doin\u2019", + "dokazhu", + "dokito", + "dollar", + "dollars", + "dom", + "domain", + "domains", + "domainsss", + "domain}${prefix}/check", + "domain}${prefix}/init", + "domain}${prefix}/set", + "dominos", + "dompdf-rce.py", + "don", + "don't", + "donald", + "donate", + "donating", + "donation", + "done", + "donn\u00e9es", + "donors", + "dont", + "doo", + "door", + "doorbell", + "doordash", + "dooveee", + "dor", + "dork", + "dorker", + "dorking", + "dos", + "dosh", + "double", + "doubt", + "doubtful", + "doubts", + "dough", + "dow", + "down", + "download", + "download&execute", + "downloaded", + "downloader", + "downloading", + "downloads", + "dox", + "doxing", + "dozens", + "dp/", + "dps", + "dpst.dhl.com/svcpoint", + "dpu.def.br", + "dqdogorio", + "dr", + "dr.", + "dr2", + "dra", + "draft", + "dragony#7777", + "drainer", + "drainers", + "draining", + "drake_teamspeak_ips_155.csv", + "drakoria.fr", + "drakoria.fr_6k.sql", + "dratloodi", + "drawlife.eu", + "dre", + "dream", + "dreamcrafts.su_162.3k.txt", + "drena_teamspeak_ips_25.txt", + "dress", + "drink", + "drinks", + "dripper", + "drive", + "driver", + "drivers", + "driving", + "drop", + "dropbox", + "droplets", + "dropped", + "dropper", + "drops", + "dru_minion", + "drugwars_ips_13.txt", + "drunk", + "dry", + "dryness", + "ds5", + "dso_handle", + "dsp", + "dtc", + "dth", + "dts", + "du", + "dubai", + "duck", + "dud", + "dude", + "duderydu", + "due", + "duilio.sanchez@alumno.buap.mx", + "dujunayan", + "dujunayan#7777", + "dumayete", + "dumb", + "dumbass", + "dump", + "dumped", + "dumper", + "dumping", + "dumpmen", + "dunning", + "duolingo", + "dupe", + "duplicate", + "duplicates", + "duration", + "durations", + "during", + "duty", + "dvl", + "dvze", + "dw", + "dwight", + "dwp", + "dx", + "dx$dd$XXX", + "dx$dd$XXXxxxxXdXXxxdx", + "dx$dd$XXxxxxXXxX", + "dx$dd$XxXdxXXxXXxXxxxXX.XxdxxXXXxdd.XxXdXX.xXXXxxddxxXX.xxd", + "dx$dd$XxxdxxXXxXdXxddxdXXxdxX.dxxXxdXXdXxdX.XXddddxxxXd.xxd", + "dx$dd$dXXxxXXXxXxxxxdxXxxXxXxdXxXxxX", + "dx$dd$dXxXXXXxxxxXXxxXXxXxXXdxXxxXxXXxd.dxXXXXxXxddXxxXXxx", + "dx$dd$dXxdXxdXXXXxxxxXddXxXx", + "dx$dd$dxdXdXXXxXxXdxxXXXXxXxddXXdxXxxXdddXxxXXxxXdXxxdXXdx", + "dx$dd$dxdxdxxxxdxxxxddxxdxxxxdddxxxxdxxxdxxdx", + "dx$dd$dxxdxxdxxxxddxxxx", + "dx$dd$dxxxxdxxxxd.dxxxxddxxxx", + "dx$dd$dxxxxdxxxxdxxxx", + "dx$dd$x/ddXXXxxxXxxXdXdXd", + "dx$dd$x/ddxxxxdxdxd", + "dx$dd$xXXXXxXXXXxxxXxxdxxxXxdXXXX", + "dx$dd$xXdXdXXXXxXdxXxxXXXXxddXXdxxXdxXXxdxXx", + "dx$dd$xxXXxdxXXxXXXxXdxdxdXXXXxXXxXxXXxxxxXXXXxXxXxxxdxXx", + "dx$dd$xxdxdxxxxdxxxxddxxdxxxdxxxxdxxx", + "dx$dd$xxx", + "dx$dd$xxxdxxxx.xxdxxxxdd.xxxdxx.xxxxddxxxx.xxd", + "dx$dd$xxxdxxxxdxxddxdxxxdxx.dxxxxdxxdxxdx.xxddddxxxxd.xxd", + "dx$dd$xxxx", + "dx$dd$xxxxdxxxxdx", + "dx$dd$xxxxdxxxxdxdxdxxxxdxxx", + "dx$dd$xxxxdxxxxdxxxx", + "dx.x", + "dx.x.", + "dxXddxXxXdx", + "dxck", + "dxdXdxdXxdxXddddXdxdXddddxddddxddxxdXdd", + "dxddddXddddXddXddXXXddddXddXddXXdd", + "dxddddxddddxddxddxxxddddxddxddxxdd", + "dxddddxddddxdxxdddxddxxxdxddddxxdxxddxx:dxdXXxXXx", + "dxddddxddddxdxxdddxddxxxdxddddxxdxxddxx:dxdxxxx", + "dxddddxddddxxdxxddddxxxddddxdddxxxxdxddxxddxdddxddddxxdddd", + "dxddddxddxddddxddddxddxddddxxddddxxddxxdxddxdxddxdddxddddxddxx", + "dxddddxddxxxxdxxxdddxxxxddxddxddx:dddxddddx", + "dxddddxdxxdddd", + "dxddddxdxxdxxxxdxxxddddxdxddddxddddxxxxddxddddxdddx", + "dxddddxxxxddxdddxxxxdxddxddddxddddxdxddddxdddxdxddddxdd", + "dxdddx", + "dxdddxddddxddddxddddxxxddddxxxd:dxXXXxxxX", + "dxdddxddddxddddxddddxxxddddxxxd:dxxxx", + "dxdddxddxddxdxdxxxdddxdxddxxddxxddxdxdxd", + "dxddxxddddxxxxdxdxdddxddxxddddxddxxxxdxddddxxddxdxdxxxdddxxddxd", + "dxddxxdxxdxxddddxddxdxdddxxxdxddddxddxdxxxdxxddxdxxxxdxdxdddd:ddxxxx:d", + "dxddxxdxxdxxddddxddxdxdddxxxdxddddxddxdxxxdxxddxdxxxxdxdxdddd:ddxxxxXxxXxXxxX:d", + "dxdx", + "dxdxdddxdddxdxdddxxdxddddxddxxdxxdddxdxxxddddxxdxddddxddxx:dxXXXxxXxxxXXXxXXXXxXxdXxXXxxXxd", + "dxdxdddxdddxdxdddxxdxddddxddxxdxxdddxdxxxddddxxdxddddxddxx:dxxxxdxxxxd", + "dxdxdxXdddXxXdxddXdddxdddXddXxXdXdXddXddXx", + "dxdxdxdxxdxxddddxdxdxddddxddddxddxxdxdd", + "dxdxdxxdddxxxdxddxdddxdddxddxxxdxdxddxddxx", + "dxdxxddxddxdddxddxdddxxxxdddxxdxdxdddd", + "dxdxxxdxxdddxdxddddxddddxxdddxdxdxxdxddd:dddd", + "dxx", + "dxx+", + "dxx@xxxx.xx", + "dxxddxxxxdx", + "dxxdxXXx", + "dxxdxddddxxxddddxxxdxxxdxddddxxxdxxdddx", + "dxxdxddddxxxxdxdxddddxxxxdxxxxdddd", + "dxxdxddxxddddxdxdxxxdxxxdddxxdxddddxdxxxdxddxdxxddddxdddxxdxdd", + "dxxdxdx", + "dxxdxxxx", + "dxxdxxxxdxxxdxdxxdxxxx", + "dxxx", + "dxxxddddxxdddxxxdxddddxxxddxxxxdxxdxdddxddxdxxdxddxxdxddxddxddddxdxxxddxd", + "dxxxdddxddddxdxxddddxddddxdxdxddxxddddxxddxdxddxddddx", + "dxxxddxdxddddxxdxddxddxddxdxdxxdxdxdddd:dxddddxd", + "dxxxx", + "dxxxx.xx_dd.dx.xxx", + "dxxxx.xxx_d.dx.xxx", + "dxxxxXxxxxd", + "dxxxxd", + "dxxxxdXd", + "dxxxxdddxxddxddxdxxdddxddddxxdxxdddxddddxddddxxxdxddxddddxxxdxxxdddd", + "dxxxxdddxxxxdxdxxxdxxxxdxxxxddxxxxdxxxx.xxxx/xxxx", + "dxxxxddxddxddddxxdxddddxd", + "dxxxxdxd", + "dying", + "dyl", + "dylan99", + "dynam1c", + "dynam1c@thesecure.biz", + "dynamic", + "dynamically", + "dyson", + "dzht2023", + "dzo", + "d\u1ee5ng", + "e", + "e#1", + "e'd", + "e's", + "e(0", + "e(1", + "e(s", + "e-1", + "e.", + "e.g", + "e.g.", + "e/", + "e05", + "e12", + "e16", + "e2092719f7425792e6727540de346cdfa2d74e97:77de20403", + "e22cseu0073@bennett.edu.in", + "e38xgmzdouhckhcz5v", + "e3e", + "e41b080fa", + "e44", + "e46", + "e510b43205407fd46791c1c76edf6aa6d9e90587", + "e57", + "e5c", + "e628bac3dd2e1b59c12c2f515beab77f069c61f0", + "e66", + "e69", + "e6c42b2cfba3b98915277ce4a1bff41af19ad72dba066e061810c1e645072d23", + "e6jjds37hn", + "e75e9544618128ddd730c68467beef57bcf8303bf493b5efb77c6094d684ad3f339adcdf2cb2", + "e77", + "e9f9787ad03edb3a8355cc778d4d86f79e20c76b", + "e:-", + "e:2", + "e=2", + "eAa", + "eBay", + "eCPPTV2", + "eCPPTv2", + "eCPTXV2", + "eCPTXv2", + "eFi", + "eId", + "eIn", + "eOS", + "eR0", + "eRFucsqvINYJOMDp:2", + "eSIM", + "eWPT", + "eWPTXV2", + "eWPTXv2", + "eaWwO51ze", + "eaa", + "each", + "eachother", + "ead", + "eaglehcf", + "eaglehcf_ips_87.6k.txt", + "eah", + "eak", + "eal", + "eam", + "ean", + "eap", + "eaq", + "ear", + "earlier", + "early", + "earn", + "earnapp", + "earned", + "eas", + "easier", + "easiest", + "easily", + "east", + "easy", + "easyyyyy", + "eat", + "eawwo51ze", + "eb", + "eb'd", + "eb.", + "eb/", + "eb0", + "eb68d740c527d245ded017c104651a332647a39d", + "eb94b6c93027608ce2b4492d603e6d7da4686d59", + "ebay", + "ebay-kleinanzeigen.de", + "ebb", + "ebm", + "ebr", + "ebs", + "eby", + "ec.", + "ec7", + "ece", + "ech", + "echo", + "eci", + "eck", + "eclozia.fr", + "eclozia.fr_27.3k.sql", + "ecpptv2", + "ecptxv2", + "ecs", + "ect", + "ecv", + "ed", + "ed/", + "edata", + "edd", + "edencraft.fr", + "edit", + "edit-", + "editd", + "edite", + "edited", + "editing", + "edition", + "editor", + "edits", + "edo", + "edr", + "eds", + "edu", + "education", + "educational", + "educations", + "edumini890", + "ed|", + "ee", + "ee-", + "ee/", + "ee1", + "ee5", + "ee8", + "eec", + "eed", + "eee", + "eek", + "eel", + "eem", + "een", + "eep", + "eer", + "ees", + "eet", + "efd", + "effect", + "effective", + "effectively", + "efficiency", + "effort", + "efi", + "efo", + "eft", + "eg", + "ega", + "ege", + "ego", + "egs3W04Ax8ulUcUzagzMnNYXcSbi0", + "egs3w04ax8ulucuzagzmnnyxcsbi0", + "egy", + "egypthiamc.fr", + "eid", + "eight", + "ein", + "eir", + "eisenhower", + "eit", + "either", + "eitherway", + "ejo", + "eka", + "eks", + "ekstazy.eu", + "ekt", + "el.", + "el0", + "el84", + "elaboration", + "eld", + "ele", + "electrical", + "electronic", + "electrum", + "element", + "elenox.net", + "elf", + "elif", + "elitios", + "elixirpvp_e-mails_30.csv", + "ell", + "ellens", + "elm", + "eloquent", + "elorzia", + "elp", + "elp&hid=15", + "els", + "else", + "eltek", + "ely", + "em", + "em/", + "ema", + "email", + "email).txt", + "emails", + "emails.txt", + "emails.zip", + "embed", + "eme", + "emi", + "emirates", + "emmeellee#1", + "emo", + "emonteros@indoamerica.edu.ec", + "emotionally", + "empireeyes.fr", + "empireeyes.fr_2k.csv", + "empiremc.txt", + "empireminecraft_e-mails_7.7k.csv", + "empireminecraft_emails_db.txt", + "employee", + "employer", + "empty", + "empty>:admin", + "ems", + "emy", + "en", + "en.", + "en/", + "ena", + "enabled", + "encapsulate", + "encode", + "encoding", + "encountered", + "encrypt", + "encrypted", + "encryption", + "end", + "ended", + "endercraft_buycraft_db.txt", + "ending", + "endinrio", + "endpoint", + "ends", + "energy", + "energyfight", + "enforcedmc_buycraft_logs_1.3k.txt", + "enforcement", + "eng", + "engine", + "engineer", + "engineering", + "engineers", + "engines", + "english", + "enip@creep.im", + "enjay", + "enjoy", + "enjoyed", + "enjoygen_logins_400.txt", + "enjoyyyyyyy", + "enn", + "enough", + "enozfaction.net", + "ens", + "ensemble", + "ent", + "enter", + "entered", + "enterprise", + "enterprisebi.local@local*$4C817D0D93DAEC678D44FB5E$50E558C6D7BECF81968DD7513F6C5C8F9915A1B543428FC1036120540512B5363315108FEB1DA6C0DA6A1D70047776AD71FE844B7E1669FD598741C5EB6692A76AA72974B726700931F2EA1D385BB4C623FAE312B1DE1D8DF4628B9D5637BF7E35276210714F21E2FE318D9DC85789C3BE6B92D1EF87C0F81CC04B4E3BCDA5223809C2C2C12A528FB386B721539C53DC383534C78B2BB357B796A2F2114CAAF48C031C914493020A3D916852DFDA75DFC7AAE11F04826A4266514A06A2E64FFEAC183E7BBD77330245726DDA39D56121793F9FDC52A4552E74B32351D31242313F083749B6376BB54374ABBCA4CCE546246742BD920D6AD916796896BF99771947C0AD74ABCD254AD88DD6F55E1ED870762E13071040DF856813CBB4E1CE6C1A3054BEB9521D0C7F15AD0447E0835C5C31FC46B73DE7AEC2C5A37A1BE3E7F89CC066ABC28E37E6B957FADFB265F761DD783728DCBF590108255A315890384FAFE9182FA345600FC6FAB69ABB18211050798F23C9F81F59DED4F7F7B07C356E393D86A960277C5C50A7CE4B556B61F1AB37B66220D5D16E91D66B58499B150FBB82E477C4B0C86EA52E75BC3EAEC2F46DD4954A07F470E49131612B0F05AFBF6F9D3C005BA66E3D1DA770E30745E614C3B04321608C00FDFB27B9978F65E6689315FB343286BD93C381CA5F61E3CD12F65C15B1C3A513E59B0C0A98459F7F2132191A08BEFBA0D319B9D48F79AE2E14A56098A308241BDB5E8F462A79B63407EB8949397305A37EC9999300F62DA6EE7E868A9B587018C1E14298ABB30C621C941FCC625008818F62E81FC7EB1D6131F5443185982BC349A2CD5040303801B5EB15FBFFAEFC2CFA6753FC4500D57BDB8F9E6509A532782A64D9D7E836C0E06D678EAAE01E1D9C52CF2E40595EFC87CC2E5899141ECE8A96A44BE41DB1EAFF63498EFF14B69C0017E5C3B9AA8E0FE559A0338F1E027D8DC81A0BBF55FAFC20E6D4BE5DF7016E5C2F593A44C7D7AF4C049443B0C78C7FFE66073AA8AC8EC77204A5E45993E1C9E3F2B916431C2D035CBB51E4F4D5C8ECF7F3EBC77B6B626EC2A3D381CEB45A04A8893A5B9C27E0A2C571AC9F79CB9A3B0B07E66B256AC5CEF31DC9A0D1C3BE0153543E3C73FEE4CB8C54114A2EE443DDB84CA7C7F77073DF376B161930F65B518FB58213D0F5EC25D249DD96B8169E5B3F35EA37D447AA1D3863514917FDF4E4B03319EE9F6EE25383A3A80B88644FFD66FD6C790A551712806BAADE2AB7AEDB26EA407FD5A3392A0351D23056898190BD4F5D6039C6B5728065719C299FC29E5525F27EDD0EBFDECFEA48497BD4433305CDA5987C887D1FE7891276EC96636D06801E2C5BDFB21BD54D91346E68176012D75EBCD9DB27389258DB96EF408F357607A5EF3B4B091846EDBD9F18F09B80DFF2F9CCC6C1205B0FB0346923EF351F32227AB7C8316BE356DE9D58DB0AD925B11FB22C3F274E22DA7E55ADBC8110C87D603B43C0519587A1A552EDAC2C117E123816CF9EB146012F60B0C8D9FFFCC60C791510A14B2C5DCCAE5CA439E7927BE2B87875269DFC974BCD25A8FD548E93C1F11667EE247802003FFA9680FC416BE4E055B2863D35FEF5C6F13AE02512B1ACB18029F1BABE4B9AF68F7ADA159CE9C2A9DDF633C7664CC98D091DE2702B0D58491F86505F2235515F0CB88ED9926073D3BF1FA30121F3495D7DBCE2B243D1F2EA897DE0BB43F6FFC2DE7B9FB71C4BFF2E6DE0572B35B7932B19CCBFFB1197DF8A681368838BECAF7E2BABC7361E289A0C46F2FCB273D694944C1DED1576BD9DA511C540CE0DC11579E789C73B0B3846FD82D6289BD654A5F5B16DF2CAF3759FA0F123E03413149D7E71A7306262FBA1A0D4C17124FE6448524D1940C317868E652A8F8B46C338A5AFD3CE49845590380667E4F20709D686A8D3330153AF1DA90AD8D9CCA48ED85E86A696ADA1AF0A8D8A4126A6767D6CF3EA9CDEBF90668663B524216A8135BF7F3585B5DF4E3418611BF373FD2142461411030D3FDF72D9DC69FB81BB704DE83D81B0D3A9B541319285C0984E2ABA0D0B75BE3C938823224E060E1BAE9E65E21FA3DBD4FCD35EF4DFFCD65961AA61C4AF7DB46F752E37F9086F7A0DC29B044F18561B0FE447BEBF0424C0CAE3077DDFA44EBEB918798D554613BB40AFF2F8EFF342DBA01E81E7E4A9607D816717272A5BEE051B59772F95ADABD3017255B3ECBF4C3C1CF9FA2FA5F5A27F8C92B43E4F03CA0DE1B277E1B52246B220C12A35312AB5DB7DA75AF5A3F293C0EFEBB05C960F89A9D5A6FD3FB978B4601B2D1BFD290F1F868BFDF4F032B7C0C291FAB430E9F5E68F180D50FA8C1DE89334418BA2B67EC4E19045ABB50A3618F6CCE25CA02FCF9A8BEE25081AD14257782561CA27D150BAB40A06B76310E18F87D04661541B5B7AE8FB79109FC5BD97F91B65557A30BA12C65F79D9D5E6ABE98E16A150F75B25BF73ADA17BF968168D1DF9B97C603FC2D87B94708C0607EEB2CD84CC4E6C580DAA9B9945D95606C830FF38205831435CF2FCC3D070597DCF547EDBB6618B91F332A3F3DED7A039F50DEE4EDA647B59D9BC10025EDB48A90ADD89BCBCF1411A54B37D8568F2A85144708654C70A9AED8D659B11AEA48C9766C544E83D57940CE28692426F74ED2B3BD3A000C216BFC5FF597A07D0EBF9467F71CCA93844F1A82D97DC742A7E9566E96AFAA9C63E4838114CC6E29ACF4A3B799A416B15B493E15E6F0F5D688E65D5A9076CD0E3868B64566ECD7178C1C396BF034A8C58906FCD4488FC0DB399B92E1F523497A89979325AE16103527619FF8B2F6A1866FA2A8D5471B0F6B73B1C851625818BF41B613ABAE76CD109FFAFCB3E9D19091EF49755D3A1F54A8D8113D61A7E8FA4A9DE0B322FBB726702EB2A20645FA17577BDC953E7BAE588CBEDCA6475F9190FAB858FAE33649F3AC00028CF345B39F8AFA34CC501759E514DCD625AE900593C2A3B397D5CF531C7C2F00F7C1BAD053436CD34DB2F9E18E09FA2F7AE648CA695488A333A903F8B658CAC043D64A7E7F2AE48F70046058AC97B0CE73593751F93880A275888C48B16F85A4326B2A75C6B2F2DD993AB645794717727483F353A005BA9B52F991E890619FFCDEAC98BCF83E52C8656EC7C32E453065497DA70ACE7010B11C0E261D4E7C410BA6A92E897376F5C226C12737A0DF2D3230BEDD7D843E00B1BB07405B9B4C3DFF0BB05DBE0C50FB0797C6164B1C455B5C9478C43967E5D0928BBAFE74F513844E2A19BAE0D7A9E8B3F4276310971478E10E7843BC120E33BC45F7EB87E899A1096B003F0F0D87A54F070D3AE715B36E1A43F5AA592B149C5908F36E14B6B23DFA1D6A7D6F3569FE1CC65FC99FFB78812ABC74A8AF9F0FDFDF1064F47A16C127F587C8F08D3CD7C860E4146AE960CF28F4722C4746BFF139F2CE8BD28F17FADFF74A8AF2C23A6E8DD8EE2F637F569CBA4E670267E6C8CE7A3224E016673D3856143A7BBE717BB837D643ACCD7BEFCC6A4064910A25A6946F9254C224C0C26BA2C8A68A563BD9116714E6E626839B720E1B5847C24F499106903DE4BF4EB67EB6B33CBDB9A8F6D61438914AF8854784E88F16FBCD56A4CED14CFD0C9610EACCEA6569952CA1CF7D7F877C52DCE0AA31C3D39177A2387FA7DC6", + "enterprisebi.local@local*$4c817d0d93daec678d44fb5e$50e558c6d7becf81968dd7513f6c5c8f9915a1b543428fc1036120540512b5363315108feb1da6c0da6a1d70047776ad71fe844b7e1669fd598741c5eb6692a76aa72974b726700931f2ea1d385bb4c623fae312b1de1d8df4628b9d5637bf7e35276210714f21e2fe318d9dc85789c3be6b92d1ef87c0f81cc04b4e3bcda5223809c2c2c12a528fb386b721539c53dc383534c78b2bb357b796a2f2114caaf48c031c914493020a3d916852dfda75dfc7aae11f04826a4266514a06a2e64ffeac183e7bbd77330245726dda39d56121793f9fdc52a4552e74b32351d31242313f083749b6376bb54374abbca4cce546246742bd920d6ad916796896bf99771947c0ad74abcd254ad88dd6f55e1ed870762e13071040df856813cbb4e1ce6c1a3054beb9521d0c7f15ad0447e0835c5c31fc46b73de7aec2c5a37a1be3e7f89cc066abc28e37e6b957fadfb265f761dd783728dcbf590108255a315890384fafe9182fa345600fc6fab69abb18211050798f23c9f81f59ded4f7f7b07c356e393d86a960277c5c50a7ce4b556b61f1ab37b66220d5d16e91d66b58499b150fbb82e477c4b0c86ea52e75bc3eaec2f46dd4954a07f470e49131612b0f05afbf6f9d3c005ba66e3d1da770e30745e614c3b04321608c00fdfb27b9978f65e6689315fb343286bd93c381ca5f61e3cd12f65c15b1c3a513e59b0c0a98459f7f2132191a08befba0d319b9d48f79ae2e14a56098a308241bdb5e8f462a79b63407eb8949397305a37ec9999300f62da6ee7e868a9b587018c1e14298abb30c621c941fcc625008818f62e81fc7eb1d6131f5443185982bc349a2cd5040303801b5eb15fbffaefc2cfa6753fc4500d57bdb8f9e6509a532782a64d9d7e836c0e06d678eaae01e1d9c52cf2e40595efc87cc2e5899141ece8a96a44be41db1eaff63498eff14b69c0017e5c3b9aa8e0fe559a0338f1e027d8dc81a0bbf55fafc20e6d4be5df7016e5c2f593a44c7d7af4c049443b0c78c7ffe66073aa8ac8ec77204a5e45993e1c9e3f2b916431c2d035cbb51e4f4d5c8ecf7f3ebc77b6b626ec2a3d381ceb45a04a8893a5b9c27e0a2c571ac9f79cb9a3b0b07e66b256ac5cef31dc9a0d1c3be0153543e3c73fee4cb8c54114a2ee443ddb84ca7c7f77073df376b161930f65b518fb58213d0f5ec25d249dd96b8169e5b3f35ea37d447aa1d3863514917fdf4e4b03319ee9f6ee25383a3a80b88644ffd66fd6c790a551712806baade2ab7aedb26ea407fd5a3392a0351d23056898190bd4f5d6039c6b5728065719c299fc29e5525f27edd0ebfdecfea48497bd4433305cda5987c887d1fe7891276ec96636d06801e2c5bdfb21bd54d91346e68176012d75ebcd9db27389258db96ef408f357607a5ef3b4b091846edbd9f18f09b80dff2f9ccc6c1205b0fb0346923ef351f32227ab7c8316be356de9d58db0ad925b11fb22c3f274e22da7e55adbc8110c87d603b43c0519587a1a552edac2c117e123816cf9eb146012f60b0c8d9fffcc60c791510a14b2c5dccae5ca439e7927be2b87875269dfc974bcd25a8fd548e93c1f11667ee247802003ffa9680fc416be4e055b2863d35fef5c6f13ae02512b1acb18029f1babe4b9af68f7ada159ce9c2a9ddf633c7664cc98d091de2702b0d58491f86505f2235515f0cb88ed9926073d3bf1fa30121f3495d7dbce2b243d1f2ea897de0bb43f6ffc2de7b9fb71c4bff2e6de0572b35b7932b19ccbffb1197df8a681368838becaf7e2babc7361e289a0c46f2fcb273d694944c1ded1576bd9da511c540ce0dc11579e789c73b0b3846fd82d6289bd654a5f5b16df2caf3759fa0f123e03413149d7e71a7306262fba1a0d4c17124fe6448524d1940c317868e652a8f8b46c338a5afd3ce49845590380667e4f20709d686a8d3330153af1da90ad8d9cca48ed85e86a696ada1af0a8d8a4126a6767d6cf3ea9cdebf90668663b524216a8135bf7f3585b5df4e3418611bf373fd2142461411030d3fdf72d9dc69fb81bb704de83d81b0d3a9b541319285c0984e2aba0d0b75be3c938823224e060e1bae9e65e21fa3dbd4fcd35ef4dffcd65961aa61c4af7db46f752e37f9086f7a0dc29b044f18561b0fe447bebf0424c0cae3077ddfa44ebeb918798d554613bb40aff2f8eff342dba01e81e7e4a9607d816717272a5bee051b59772f95adabd3017255b3ecbf4c3c1cf9fa2fa5f5a27f8c92b43e4f03ca0de1b277e1b52246b220c12a35312ab5db7da75af5a3f293c0efebb05c960f89a9d5a6fd3fb978b4601b2d1bfd290f1f868bfdf4f032b7c0c291fab430e9f5e68f180d50fa8c1de89334418ba2b67ec4e19045abb50a3618f6cce25ca02fcf9a8bee25081ad14257782561ca27d150bab40a06b76310e18f87d04661541b5b7ae8fb79109fc5bd97f91b65557a30ba12c65f79d9d5e6abe98e16a150f75b25bf73ada17bf968168d1df9b97c603fc2d87b94708c0607eeb2cd84cc4e6c580daa9b9945d95606c830ff38205831435cf2fcc3d070597dcf547edbb6618b91f332a3f3ded7a039f50dee4eda647b59d9bc10025edb48a90add89bcbcf1411a54b37d8568f2a85144708654c70a9aed8d659b11aea48c9766c544e83d57940ce28692426f74ed2b3bd3a000c216bfc5ff597a07d0ebf9467f71cca93844f1a82d97dc742a7e9566e96afaa9c63e4838114cc6e29acf4a3b799a416b15b493e15e6f0f5d688e65d5a9076cd0e3868b64566ecd7178c1c396bf034a8c58906fcd4488fc0db399b92e1f523497a89979325ae16103527619ff8b2f6a1866fa2a8d5471b0f6b73b1c851625818bf41b613abae76cd109ffafcb3e9d19091ef49755d3a1f54a8d8113d61a7e8fa4a9de0b322fbb726702eb2a20645fa17577bdc953e7bae588cbedca6475f9190fab858fae33649f3ac00028cf345b39f8afa34cc501759e514dcd625ae900593c2a3b397d5cf531c7c2f00f7c1bad053436cd34db2f9e18e09fa2f7ae648ca695488a333a903f8b658cac043d64a7e7f2ae48f70046058ac97b0ce73593751f93880a275888c48b16f85a4326b2a75c6b2f2dd993ab645794717727483f353a005ba9b52f991e890619ffcdeac98bcf83e52c8656ec7c32e453065497da70ace7010b11c0e261d4e7c410ba6a92e897376f5c226c12737a0df2d3230bedd7d843e00b1bb07405b9b4c3dff0bb05dbe0c50fb0797c6164b1c455b5c9478c43967e5d0928bbafe74f513844e2a19bae0d7a9e8b3f4276310971478e10e7843bc120e33bc45f7eb87e899a1096b003f0f0d87a54f070d3ae715b36e1a43f5aa592b149c5908f36e14b6b23dfa1d6a7d6f3569fe1cc65fc99ffb78812abc74a8af9f0fdfdf1064f47a16c127f587c8f08d3cd7c860e4146ae960cf28f4722c4746bff139f2ce8bd28f17fadff74a8af2c23a6e8dd8ee2f637f569cba4e670267e6c8ce7a3224e016673d3856143a7bbe717bb837d643accd7befcc6a4064910a25a6946f9254c224c0c26ba2c8a68a563bd9116714e6e626839b720e1b5847c24f499106903de4bf4eb67eb6b33cbdb9a8f6d61438914af8854784e88f16fbcd56a4ced14cfd0c9610eaccea6569952ca1cf7d7f877c52dce0aa31c3d39177a2387fa7dc6", + "entheogens", + "entire", + "entirely", + "entitled", + "entity", + "entrance", + "entries", + "entrusted", + "entrypoint78", + "enu", + "enumerating", + "enumeration", + "envato", + "envelope", + "environment", + "environments", + "enzyme", + "eoi", + "eon", + "eop", + "eos", + "ep.", + "epa", + "ephesia.fr", + "epic", + "epicgames", + "epixmc", + "epo", + "eps", + "epsilonmc.fr", + "epsilonmc_forums.txt", + "ept", + "epy", + "eqN", + "eqn", + "eqq", + "equitableengineer", + "equivalent", + "eqx", + "er-", + "er/", + "er0", + "er504b", + "er6", + "era", + "erab", + "erb", + "ere", + "erfucsqvinyjomdp:2", + "erm", + "ern", + "ero", + "eronit'\u0430", + "err", + "error", + "error(1", + "errors", + "ers", + "ert", + "erv", + "ery", + "eryzia", + "eryzia.fr_3k.txt", + "erz", + "er\u00fa", + "es", + "es-", + "es.mysellix.io/", + "es/", + "esbank", + "esc", + "escalation", + "escapecraft.net_phpbb_bcrypt_january_2019.txt", + "escaperestart.com_emails_db.txt", + "escrow", + "escrows", + "ese", + "eset", + "esh", + "esim", + "eskisehir", + "esp", + "especially", + "especialy", + "espn+", + "espresso", + "ess", + "essence", + "est", + "estas", + "estate", + "este", + "esthetics", + "estockphoto.com", + "estupido", + "est\u00e1", + "et", + "et/", + "eta", + "etc", + "ete", + "eternal", + "eternityteam", + "eth", + "ethereum", + "ethically", + "ethics", + "ets", + "etsy", + "ett", + "ety", + "eu", + "eu]/seller", + "eum", + "eup", + "eur", + "euracraft", + "eureka", + "euro", + "europe", + "eux", + "ev", + "ev.", + "eva", + "evadav", + "evangelion", + "evasion", + "eve", + "even", + "evening", + "eventful", + "events", + "eventually", + "ever", + "everdesoto@indoamerica.edu.ec", + "everest", + "every", + "everybody", + "everyday", + "everyone", + "everything", + "everything(ProtonVPN", + "everything(protonvpn", + "everytime", + "everywhere", + "evgexacraft_338k.sql", + "evicende", + "evidence", + "evidently", + "evil", + "evm", + "evolucraft.fr", + "evonicraft", + "evrywhere", + "ewhoring", + "ewl", + "ewpt", + "ewptxv2", + "ews", + "exact", + "exactally", + "exactly", + "exam", + "examined", + "example", + "examples", + "exams", + "examservices", + "examservices#4864", + "examvm.citadel.corp", + "excahnge", + "excalibur-craft.ru", + "excaliburcraft(hash", + "excel", + "excellent", + "except", + "exceptValueError", + "exceptvalueerror", + "exchange", + "exchanger", + "excited", + "exe", + "exec", + "executable", + "execute", + "executed", + "executor", + "exg", + "exist", + "existing", + "exit", + "exp", + "expect", + "expected", + "expenses", + "expensive", + "experation", + "experience", + "experienced", + "experiences", + "experimenting", + "expert", + "experts", + "expgods", + "expired", + "expires", + "expiry", + "explain", + "explained", + "explaining", + "explainnation", + "explanation", + "explicit", + "exploding", + "exploit", + "exploit.in", + "exploitation", + "exploitivzcm5dawzhe6c32bbylyggbjvh5dyvsvb5lkuz5ptmunkmqd.onion/topic/216942/", + "exploits", + "export", + "exportlist.bat", + "exposure", + "express", + "expressions", + "expressvpn", + "exprince", + "ext", + "extend", + "extended", + "extension", + "extensive", + "extent", + "extra", + "extract", + "extracted", + "extractor", + "extreme", + "exttract", + "ey+", + "ey9tqjie08nmrrwxqnmwemk7qnikxeu3ulzhy4b9hb0=", + "eya", + "eye", + "eyeem.com", + "eyes", + "eyr", + "eys", + "eza", + "eze", + "ezftid", + "e\u2019s", + "f", + "f\"Attempting", + "f\"Open", + "f\"Recovered", + "f\"attempting", + "f\"open", + "f\"recovered", + "f'Recovered", + "f'recovered", + "f-8", + "f.", + "f.a.k", + "f.a.q", + "f00bc43c57625b018c293abafa38c66a4f52e215651205400306c8f3e65d16a4", + "f1", + "f113ea3ab", + "f2309c6d6cdd7dfc54b163f7ee252013943f5ba1", + "f23475446968f25d863f10b6939d61294971e0659c1120e4373821e29d54db42", + "f2665f89ba53abd3deb81988c0d5194992214053e77fc89b98b64a31a7504d77", + "f47", + "f586d0a409d89281b44333bd38f53927a009873ab9265061f41ff283b33e516f", + "f66", + "f6f46ef530720f83848c3ffbdbe0fd8dcceacb4a:54986831e", + "f76", + "f78", + "f8QwNoyXcW8OImbJyXnW8tkqGUuBPsAN", + "f8qwnoyxcw8oimbjyxnw8tkqguubpsan", + "f98", + "f:2", + "fJN", + "fM5SL9.zKqAZWUygjeBCGgNFhl2vhVY1TesBUjg", + "fSa", + "fTH", + "fWG", + "fa", + "fabegezippo", + "fac4b69ab5112e6260c8dc9cf6349089fa499bcb08dca79cf32bb4af562a49eb:49Edkhpv2FvOYssF:2", + "fac4b69ab5112e6260c8dc9cf6349089fa499bcb08dca79cf32bb4af562a49eb:49edkhpv2fvoyssf:2", + "face", + "facebook", + "facey", + "fact", + "factasia", + "factions", + "factionslab_e-mails_900.txt", + "factors", + "factory", + "facts", + "fadegen.pw.txt", + "fadehost.com_2.9k.txt", + "faggot", + "fags", + "fail", + "failed", + "fails", + "failure", + "fair", + "fairly", + "fais", + "faithful", + "faithful_buycraft.txt", + "faithfulhcf_buycraft_logs_1.8k.txt", + "faithfulhcf_buycraft_logs_30k.txt", + "faithfulhcf_ips_34k.txt", + "faithfulmc", + "fake", + "faked", + "fakeoriginal", + "faker", + "fakes", + "fakkeeeee", + "falcon", + "fall", + "falling", + "false", + "falsify", + "family", + "fan", + "fancy", + "fansly", + "fanspicy", + "fantastic", + "fant\u00e1stic", + "fapping", + "faq", + "far", + "fargo", + "farisun.fr", + "farmcraft_buycraft_logs_35.csv", + "farmers", + "fast", + "fastalts.txt", + "faster", + "fastlycrafted_teamspeak_ips_240.csv", + "fastpeoplesearch.com", + "fatigue", + "fault", + "favorite", + "favourite", + "fazymalone", + "fb", + "fbe9d6a646c04f793b314b737d119f3c96689b8b", + "fbi", + "fd91578878b20e08fec9580d0614b2b9538ca1f8", + "features", + "feb", + "feb.", + "feb16", + "feb17", + "feb18", + "feb19", + "feb20", + "feb21", + "febbonus", + "february", + "fed", + "federal", + "fedex", + "fedex.com/seller", + "fedora", + "feds", + "fee", + "fee-", + "feed", + "feedback", + "feedbacks", + "feel", + "feeling", + "feelings", + "fees", + "fell", + "female", + "fer", + "feri6043", + "fesh", + "fetched", + "fetching", + "few", + "fez", + "fff", + "fffffffffffffff", + "fffffuck", + "ffy", + "fg2uqcjd", + "fg2uqcjdes", + "fi", + "fic", + "fiction", + "fictional", + "fid", + "fiddler", + "fie", + "fifa", + "fifty", + "fig", + "fight", + "fightcraft.fr_2.5k.txt", + "figure", + "figured", + "fijos77", + "file", + "filehosts", + "filename", + "filenotfound", + "files", + "fill", + "filled", + "filling", + "filmmagic.com", + "films", + "filtering", + "filters", + "fin", + "final", + "finally", + "finance", + "finance-dc.tech.finance.corp", + "financial", + "find", + "finding", + "fine", + "finesse", + "finger", + "fingerprint", + "fingerprints", + "fingers", + "fini", + "finish", + "finished", + "fir", + "fire", + "firebase", + "fireeeeeeeeee", + "firefox", + "firewall", + "firmware", + "firs", + "first", + "firstName", + "firstname", + "fish", + "fishing", + "fistbump", + "fit", + "fitbit", + "fitness+", + "fits", + "fitsbump", + "five", + "fix", + "fixed", + "fj", + "fjn", + "fkng", + "fl", + "fla", + "fla.", + "flagged", + "flags", + "flamebin.com", + "flar", + "flatpak", + "flaws", + "fle", + "flexible).so", + "flies", + "flightradar24", + "flix", + "flood", + "floodkilla", + "flor3s", + "florida", + "flow", + "flowspy", + "fltyxy", + "fluffybunnyfufu", + "flushing", + "fluurp", + "fly", + "fm", + "fm5sl9.zkqazwuygjebcggnfhl2vhvy1tesbujg", + "fnbo.com", + "fo", + "fo4", + "focus", + "foege1001", + "foi", + "foil", + "folder", + "folders", + "folk", + "follow", + "followed", + "followers", + "following", + "food", + "for", + "forbidden", + "force", + "forcecraft_e-mails_50.txt", + "forcing", + "forensics", + "forever", + "forex", + "forget", + "forgive", + "forgot", + "fork", + "forlan12", + "form", + "format", + "formats", + "formatted", + "forms", + "fort", + "forth", + "fortinet", + "fortnite", + "fortnitesweate", + "forum", + "forum.txt", + "forums", + "forums.txt", + "foruns", + "forward", + "forwarded", + "fos", + "fot", + "foul", + "fouls", + "found", + "four", + "fourms", + "fourwars_forums_21k.txt", + "fox", + "foxpro#9141", + "foxy", + "fp", + "fr", + "fr+us+gb", + "frame", + "frame_dummy", + "frame_dummy_init_array_entry", + "frame_end", + "framework", + "framing", + "france", + "francis2609", + "frangipanidreamz@gmail.com;$P$BqgNRzXCsXv5SvNr.kpnPkmMD1fBzo/", + "frangipanidreamz@gmail.com;$p$bqgnrzxcsxv5svnr.kpnpkmmd1fbzo/", + "frankandersons2022", + "frankly", + "fraud", + "fraudulent", + "freashmeat.io", + "free", + "freeBSD", + "freebsd", + "freebuildminecraft_-_ips.txt", + "freedom", + "freegen", + "freegen.txt", + "freeide", + "freelancing", + "freemrbond", + "freestresserip", + "freeze", + "freezing", + "french", + "frenchsky_-_ips.txt", + "frenxie", + "fresh", + "freshest", + "freshly", + "freshmeat.io", + "freshtools.net", + "friands", + "friday", + "friend", + "friendly", + "friends", + "friendzo", + "frivan", + "fro", + "from", + "fron", + "front", + "frontend", + "frontier_ips_1.8k.txt", + "frontierfactions_teamspeak_ips_730.txt", + "frontpage", + "frostland.pro_204.6k.txt", + "froums", + "frozencraft.ru_38.5k.sql", + "frozencraft.ru_38.5k.txt", + "frozenia", + "frusky", + "fs4", + "fs6", + "fsa", + "fstigale@cebridge.net", + "ft", + "ft/", + "fth", + "ftid", + "ftp", + "fts", + "fty", + "fuG", + "fubariceman", + "fubo", + "fubotv", + "fuck", + "fucked", + "fucking", + "fuckk", + "fucks", + "fuckthaotherside", + "fud", + "fud@", + "fug", + "fugayse", + "fugy34", + "ful", + "fulfill", + "full", + "full).txt", + "fullmetal", + "fully", + "fullz", + "fullzbazar", + "fun", + "funcloud", + "funcraft", + "funcraft.fr_41k.txt", + "function", + "functionality", + "functions", + "funds", + "funimation", + "funny", + "funparty.sql", + "fuq", + "further", + "fusionmc.txt", + "futtaim", + "future", + "futurecraft_65k.txt", + "futures", + "fvndz", + "fwapxmwsxmbdvodyuus", + "fwg", + "fyreuk_e-mails_26k.txt", + "g", + "g.", + "g1x", + "g2f", + "g3r", + "g47", + "g71", + "g89", + "g90", + "g:2", + "gREAT", + "gTv", + "ga", + "ga.", + "gaia", + "gaiaserveur.fr_6.7k.csv", + "gaiaserveur.txt", + "gain", + "gal", + "galastar.txt", + "galore_teamspeak_ips_120.txt", + "gambling", + "game", + "gamefly", + "gamemaster", + "games", + "gamesmadeinpola", + "gaming", + "gamster", + "gamster_bedwars.sql", + "gamster_skywars.sql", + "gamsterbw_sw__user_ip.txt", + "gan", + "garant", + "garanti", + "garbage", + "gardenmc", + "gardenmc.txt", + "gas", + "gather", + "gave", + "gay", + "gaz", + "gb", + "gbs", + "gc", + "gd0", + "gdb", + "gdrive", + "ge", + "gearbest", + "gecko", + "ged", + "geee", + "geeza", + "geinwald", + "gel", + "gen", + "gen.", + "gender", + "general", + "generale", + "generate", + "generate(1", + "generate_passwords", + "generated", + "generator", + "generic", + "genesis", + "genesissecurity", + "genesisshop", + "genital", + "genius", + "genuine", + "geo", + "geogusser", + "ger", + "germany", + "ges", + "get", + "get_clipboard_data(&clipboard_data_size", + "gets", + "getting", + "gettyimages.in", + "gg", + "gg2", + "gga", + "ggg", + "ggh", + "ggs", + "ggservers.com_605.txt", + "ggy", + "ghh", + "gho", + "ght", + "giant", + "gic", + "gif", + "gift", + "gifting", + "gifts", + "gin", + "gin784joq", + "girl", + "girls", + "git", + "github", + "github.com", + "gitlab", + "give", + "giveaway", + "given", + "gives", + "giving", + "gkKCOC0itXqUtBfvYXliomsLBhS7FXOVsvtdL6zNk6CJhjm8", + "gkkcoc0itxqutbfvyxliomslbhs7fxovsvtdl6znk6cjhjm8", + "gl", + "gl7", + "glacis", + "glad", + "gladly", + "glass", + "glasses", + "gle", + "gliderexpert", + "global", + "global_offset_table", + "glory", + "glove", + "glws", + "gly", + "gmail", + "gmon_start", + "gne", + "gnome", + "gns", + "gnu", + "gnu_eh_frame_hdr", + "go", + "goacraft_e-mails_1k.txt", + "goals", + "goanna", + "goat", + "goated", + "god", + "goddamn", + "godsend", + "goes", + "gofender", + "gofile", + "gofile.io", + "goin", + "goin'", + "going", + "goin\u2019", + "gold", + "golden", + "goldenagenetwork_e-mails_25.txt", + "goldmaster", + "goldmine", + "gon", + "gone", + "gonna", + "good", + "good review", + "goodluck", + "goodness", + "goods", + "goodsoft", + "google", + "goooooooo", + "gor", + "gos", + "got", + "gotengen_logins_80.txt", + "gotten", + "gov", + "gov.", + "government", + "govoryu", + "gpay", + "gpd", + "gps", + "gpt", + "gq/", + "grab", + "grabber", + "grabbers", + "grabias", + "gracepau15161920", + "gracias", + "grade", + "grading", + "gradually", + "grammarly", + "grams", + "grand", + "grant", + "grapes", + "grapheneos", + "graphic", + "grasp", + "grazie", + "great", + "greate", + "greatest", + "greatgreat", + "green", + "greengetsbunn", + "greet", + "greetings", + "gregorycontmr", + "grella1337", + "grimdale_teamspeak_ips_150.txt", + "grimier", + "grin", + "grizzly", + "groom", + "gross", + "grounds", + "group", + "groupezk.com_280.sql", + "groups", + "grow", + "growing", + "grtilley@cebridge.net", + "grungy", + "gry", + "gs/", + "gs]", + "gsm", + "gstar", + "gtfo", + "gth", + "gtv", + "guangzhou", + "guarantee", + "guarantees", + "guarantoor", + "guarantor", + "guard", + "gucci", + "gucci_teamspeak_ips_208.csv", + "gucci_teamspeak_ips_2k.txt", + "guccifer", + "gue", + "guess", + "guesser", + "guesses", + "guesstimate", + "gufi", + "gui", + "guide", + "guidelines", + "guides", + "guildcraft_e-mails_7.5k.txt", + "guilt", + "guilty", + "guitar", + "gulf", + "gumdrop", + "gun", + "gut", + "guy", + "guys", + "guyss", + "gyk", + "gz", + "gzelfaqsnqvsvzprnrtsjqvdemtzzpgn", + "gzg", + "gzhUsnnHe1Yv1", + "gzhusnnhe1yv1", + "g\u8be5\u600e\u4e48\u4e0b\u8f7d", + "h", + "h.", + "h.f4cp0cu", + "h30", + "h4ms3c", + "h6", + "h99", + "h?v=6aQ", + "h?v=6aq", + "h@S", + "h@s", + "hDn5", + "hID", + "hMP", + "hMe", + "hQh", + "hYR", + "ha1", + "hack", + "hacked", + "hacker", + "hackermania", + "hackers", + "hackert123", + "hacking", + "hackinglord_ips_1.7k.txt", + "hackingrealm", + "hacxx", + "had", + "hadaria.fr.txt", + "hah", + "haha", + "hahahah", + "hahahaha", + "hai", + "hai.vv195001@sis.hust.edu.vn", + "haircut", + "hakan@senmuhendislikproje.com", + "hakus", + "half", + "hallo", + "hallucinated.\u200b", + "ham", + "hamilton", + "han", + "hand", + "handbook", + "handed", + "handing", + "handle", + "handled", + "hands", + "hang", + "happen", + "happened", + "happening", + "happens", + "happiness", + "happy", + "happyhg_staff_ips_30.txt", + "har", + "harambe_ghost_client_140.txt", + "hard", + "harder", + "hardfight.fr_minecraft_server_sha1_201606.csv", + "hardfight.txt", + "hardware", + "harmful", + "harmony", + "harms", + "hartedd1", + "harvester", + "harvestors", + "has", + "hasbulla", + "hash", + "hash_attack", + "hashed", + "hashed].txt", + "hashes", + "hashing", + "hassle", + "hat", + "hate", + "hating", + "hauts", + "have", + "havefun", + "haver", + "havin", + "havin'", + "having", + "havin\u2019", + "hayn", + "hbc", + "hbo", + "hbomax", + "hbovendor", + "hc", + "hcf", + "hcfpvp_buycraft_logs_85.csv", + "hcgames", + "hcgames_buycraft_logs_13k.txt", + "hcgames_ips_114k.txt", + "hcgames_ips_21k.txt", + "hcgames_ips_57.3k.txt", + "hcnations.txt", + "hcnations_emails_1k.txt", + "hcnations_teamspeak_ips_200.csv", + "hcriots_buycraft_logs_100.csv", + "hcriots_forums_143.txt", + "hcriots_forums_leak.txt", + "hcteams", + "hd", + "hdn5", + "hdr", + "he", + "he's", + "hea", + "header", + "header(s", + "headers", + "header}{user", + "headphones", + "headset", + "headspace", + "healfight", + "healthy", + "hear", + "heard", + "heart", + "heartless_teamspeak_ips_177.txt", + "heartless_teamspeak_ips_180.txt", + "heartsender", + "heating", + "heav'n", + "heavennetwork.txt", + "heavily", + "hector.torres.cagua@estudiantes.cordillera.edu.ec", + "hed", + "hedonism", + "heidrun", + "heidrun_-_ips.txt", + "hek", + "helium10", + "hell", + "hellhole", + "hello", + "hello@", + "hello@ormosis(dot)com", + "hello@ormosis.com", + "helloscribe", + "help", + "helped", + "helpful", + "helping", + "helps", + "hem", + "hen", + "hence", + "her", + "herding", + "here", + "here'th", + "here/", + "heres", + "heridia.txt", + "heroin", + "hes", + "het", + "heuristic", + "heuristics", + "hex", + "hex(ifnull(cast(count(table_name", + "hexed", + "hey", + "he\u2019s", + "hft", + "hggh", + "hh", + "hhh", + "hhhhhey", + "hhi", + "hhusky", + "hi", + "hialp", + "hic", + "hid", + "hidden", + "hide", + "hig", + "high", + "higher", + "highest", + "highly", + "hiiiiiiiiiiiiiiiiiiiiii", + "hijacker", + "hijacking", + "hilal", + "hilarious", + "hilariously", + "him", + "himself", + "hin", + "hip", + "hiplay.pl_IPs_3.3k.txt", + "hiplay.pl_ips_3.3k.txt", + "hir", + "his", + "histories", + "historyItems", + "historyItems.length", + "historyItems[i].url", + "historyitems", + "historyitems.length", + "historyitems[i].url", + "hit", + "hitomi", + "hits", + "hitting", + "hive", + "hivercraft.txt", + "hiz", + "hi\u1ec7u", + "hj", + "hk", + "hka", + "hkn", + "hknsen156.hkn", + "hks", + "hl66646wtlp2naoqnhattngigjp5palgqmbwixepcjyq5i534acgqyad.onion", + "hly", + "hm", + "hma", + "hmavpn", + "hme", + "hmm", + "hmmm", + "hmp", + "hnk", + "hnx", + "hockey", + "hod", + "hol", + "hold", + "holde", + "holder", + "holding", + "hole", + "holidays", + "holisavra", + "holla", + "holy", + "hom", + "home", + "hometownmc.com_4.5k.sql", + "hon", + "honest", + "honestly", + "hongkong", + "honhonk", + "hoo", + "hop", + "hope", + "hopefull", + "hopefully", + "hops", + "hor", + "horiaq#5157", + "horrible", + "hos", + "host", + "host=\"site.com", + "hosted", + "hostedrmm.com", + "hosting", + "hostlink.com.au_IPs_1.3k.csv", + "hostlink.com.au_ips_1.3k.csv", + "hostname", + "hot", + "hotels", + "hotmail", + "hotspot", + "hotspotshield", + "hou", + "hour", + "hours", + "house", + "how", + "how's", + "however", + "howlong", + "howmuch", + "how\u2019s", + "hq", + "hqfactions_buycraft_logs_55.csv", + "hqfactions_ips_230.txt", + "hqh", + "hrdp", + "hrs", + "hruldhmnvsm5bgho", + "hsbc", + "html", + "hto", + "hts", + "http", + "http(s", + "http/1.1", + "http://52rh4ydtapqtl36quxz6uedcmcygkef5fedb534dvgzqyufoj5xml7id.onion/", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/leak", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/signup", + "http://',xxxx_xxxx", + "xxxx(\"xxx\")',xxxx_xxxx", + "xxxx((xxx", + "xxxx(XX", + "xxxx(XXX", + "xxxx(Xxxx", + "xxxx(Xxxxx", + "xxxx(Xxxxx)Xxxx", + "xxxx(XxxxxXXX", + "xxxx(d", + "xxxx(x", + "xxxx(xdxx", + "xxxx(xx", + "xxxx(xxx", + "xxxx(xxx)xxx", + "xxxx(xxxx", + "xxxx(xxxx(d)))xxxx", + "xxxx(xxxx(d-(xx(xxx(xxx((xxxx", + "xxxx(xxxx(dd-(xx(xxx(xxx((xxxx", + "xxxx(xxxx(xxxx(xxxx_xxxx", + "xxxx(xxxx)xxxx", + "xxxx(xxxx.xx", + "xxxx(xxxx.xxxx", + "xxxx(xxxx.xxxx(d", + "xxxx)))\"-", + "xxxx))Xxx", + "xxxx))xxx", + "xxxx),dxdd", + "xxxx).xx", + "xxxx).xxx", + "xxxx).xxxx", + "xxxx)/xxxx", + "xxxx****@xxxx.xxx", + "xxxx+", + "xxxx+Xxxxx", + "xxxx+x", + "xxxx+xxxx", + "xxxx+xxxx+xx+xx", + "xxxx,[XXXX", + "xxxx,[xxxx", + "xxxx-", + "xxxx-+", + "xxxx----", + "xxxx--dddd]Xxxx", + "xxxx--dddd]xxxx", + "xxxx-d", + "xxxx-dd.d.dd", + "xxxx-dddd", + "xxxx-xx.xxxx.xxxx.xxxx", + "xxxx-xx_x-xxxx_ddd.xxx", + "xxxx-xx_x-xxxx_dx.xxx", + "xxxx-xx_xxxx.xxx", + "xxxx-xx_xxxx_d.dx.xxx", + "xxxx-xxx.xx", + "xxxx-xxx.xxx.xxx/xxx", + "xxxx-xxxx-xxx-xxx.xxx", + "xxxx-xxxx.xx", + "xxxx-xxxx.xx.xxx", + "xxxx-xxxx.xx_d.dx.xxx", + "xxxx-xxxx.xx_dddx.xxx", + "xxxx-xxxx.xx_dx.xxx", + "xxxx-xxxx.xxx", + "xxxx-xxxx://xxxxdxxxxddxxxdxdxxxxdxxdddxxxx.xxxx/xxxx/dddd/", + "xxxx-xxxx_xxxx_d.dx.xxx", + "xxxx.XxxxxXxxxx-xx.xx", + "xxxx.d", + "xxxx.dddd", + "xxxx.xx", + "xxxx.xx.xx", + "xxxx.xx.xx_XXx_ddd.xxx", + "xxxx.xx.xx_xxx_ddd.xxx", + "xxxx.xx.xxx", + "xxxx.xx/@xxxx", + "xxxx.xx/xxxx", + "xxxx.xx_XXx_d.dx.xxx", + "xxxx.xx_Xxxxx_Xxxxx_d.dx.xxx", + "xxxx.xx_d.ddxxx.xxx", + "xxxx.xx_d.dx.xxx", + "xxxx.xx_dd.dx.xxx", + "xxxx.xx_ddd.dx.xxx", + "xxxx.xx_ddd.xxx", + "xxxx.xx_dddx.xxx", + "xxxx.xx_ddx.xxx", + "xxxx.xx_dx.xxx", + "xxxx.xx_xxx_d.dx.xxx", + "xxxx.xx_xxxd(xxxx)_dddd.xxx", + "xxxx.xx_xxxx.xxx", + "xxxx.xx_xxxx_d.dx.xxx", + "xxxx.xx_xxxx_dd.xxx", + "xxxx.xx_xxxx_xxxx_d.dx.xxx", + "xxxx.xx_xxxx_xxxx_xxxd_dddd.xxx", + "xxxx.xxd", + "xxxx.xxx", + "xxxx.xxx-xxxx.xxx", + "xxxx.xxx.xx", + "xxxx.xxx.xx_XXx_d.dx.xxx", + "xxxx.xxx.xx_xxx_d.dx.xxx", + "xxxx.xxx.xxx", + "xxxx.xxx.xxx/xxxx", + "xxxx.xxx/xxxx", + "xxxx.xxxXxxxx.xxXxxxxXxxxx.xxxXxxxx", + "xxxx.xxx_X-Xxxxx_dd.dx.xxx", + "xxxx.xxx_X-Xxxxx_ddd.xxx", + "xxxx.xxx_Xxxxx_dd.xxx", + "xxxx.xxx_d.dx.xxx", + "xxxx.xxx_d_xxxx.xxx", + "xxxx.xxx_dd.dx.xxx", + "xxxx.xxx_dd.dx.xxx.xxx", + "xxxx.xxx_dd.xxx", + "xxxx.xxx_ddd.dx.xxx", + "xxxx.xxx_ddd.xxx", + "xxxx.xxx_dddd.dd.dd.xxx", + "xxxx.xxx_dddx.xxx", + "xxxx.xxx_ddx.xxx", + "xxxx.xxx_ddx_xxxx_xxxx_dddd.xxx.xxx", + "xxxx.xxx_dx.xxx", + "xxxx.xxx_dx_dddd.xxx", + "xxxx.xxx_x-xxxx_dd.dx.xxx", + "xxxx.xxx_x-xxxx_ddd.xxx", + "xxxx.xxx_xxd_ddx_xxxx_dddd.xxx", + "xxxx.xxx_xxxx_dd.xxx", + "xxxx.xxx_xxxx_dddd.xxx", + "xxxx.xxx_xxxx_xx.xxx", + "xxxx.xxx_xxxx_xxxx_xxxx_dddd.xxx", + "xxxx.xxxx", + "xxxx.xxxx(d", + "xxxx.xxxx-xx.xx", + "xxxx.xxxx.d@xxxx.xxxx.xx", + "xxxx.xxxx.xx", + "xxxx.xxxx.xxXxxxx.xxxXxxxx(xxxx", + "xxxx.xxxx.xx_Xxxxx.xxx", + "xxxx.xxxx.xx_d.dx.xxx", + "xxxx.xxxx.xx_xxxx.xxx", + "xxxx.xxxx.xxx", + "xxxx.xxxx.xxx_ddd.dx.xxx", + "xxxx.xxxx.xxx_ddx.xxx", + "xxxx.xxxx.xxxx", + "xxxx.xxxx.xxxx(xxxx", + "xxxx.xxxx.xxxx.xxx", + "xxxx.xxxx.xxxx.xxx(['xxxx", + "xxxx.xxxx.xxxx.xxx(['xxxxXx", + "xxxx.xxxx.xxxx.xxx(['xxxxXxxxx", + "xxxx.xxxx.xxxx.xxxx", + "xxxx.xxxx.xxxx.xxxx(xxxx", + "xxxx.xxxx.xxxx@xxxx.xxxx.xxx.xx", + "xxxx.xxxx.xxxxXxxxxXxx(xxxx", + "xxxx.xxxx@xx.xxxx.xxx.xx", + "xxxx.xxxx@xxxx.xxx", + "xxxx.xxxx@xxxx.xxxx.xx", + "xxxx.xxxxXx", + "xxxx.xxxxXxxx.xxxx", + "xxxx.xxxxXxxxx", + "xxxx.xxxxXxxxx.xxxx", + "xxxx.xxxxXxxxx[x].xxxx", + "xxxx.xxxxXxxxx[x].xxxx.xxXxxxxXxxx", + "xxxx.xxxx[x].xxxx", + "xxxx.xxxx[x].xxxx.xxxx", + "xxxx.xxxx_Xxxxx_ddd.xxx", + "xxxx.xxxx_Xxxxx_ddx.xxx", + "xxxx.xxxx_ddx.xxx", + "xxxx.xxxx_xxxx_ddd.xxx", + "xxxx.xxxx_xxxx_ddx.xxx", + "xxxx.xxxx_xxxx_xxx_ddd.xxx", + "xxxx.xxxxd.xxx.xxx", + "xxxx.xxxxd@xxxx.xx", + "xxxx.xxxxdd@xxxx.xxx", + "xxxx.\u200b", + "xxxx/", + "xxxx//XxxxxXxx.xx=3.5.1,<3.6.0", + "description":"", + "author":"", + "email":"", + "url":"", + "license":"", + "spacy_git_version":"8153bd573", + "vectors":{ + "width":0, + "vectors":0, + "keys":0, + "name":null, + "mode":"default" + }, + "labels":{ + "transformer":[ + + ], + "textcat_multilabel":[ + "acknowledgement", + "actual advice", + "actual enquiry", + "bad review", + "bumping", + "good review", + "noise", + "self-advertisment (offering service or product)" + ] + }, + "pipeline":[ + "transformer", + "textcat_multilabel" + ], + "components":[ + "transformer", + "textcat_multilabel" + ], + "disabled":[ + + ], + "performance":{ + "cats_score":0.9265726461, + "cats_score_desc":"macro AUC", + "cats_micro_p":0.7692307692, + "cats_micro_r":0.7882882883, + "cats_micro_f":0.7786429366, + "cats_macro_p":0.7438770428, + "cats_macro_r":0.7570460597, + "cats_macro_f":0.7475368097, + "cats_macro_auc":0.9265726461, + "cats_f_per_type":{ + "acknowledgement":{ + "p":0.84, + "r":0.84, + "f":0.84 + }, + "actual advice":{ + "p":0.5945945946, + "r":0.4782608696, + "f":0.5301204819 + }, + "actual enquiry":{ + "p":0.7049180328, + "r":0.7962962963, + "f":0.747826087 + }, + "bad review":{ + "p":0.78125, + "r":0.8620689655, + "f":0.8196721311 + }, + "bumping":{ + "p":0.9848484848, + "r":0.9848484848, + "f":0.9848484848 + }, + "good review":{ + "p":0.679245283, + "r":0.8, + "f":0.7346938776 + }, + "noise":{ + "p":0.6470588235, + "r":0.5238095238, + "f":0.5789473684 + }, + "self-advertisment (offering service or product)":{ + "p":0.7191011236, + "r":0.7710843373, + "f":0.7441860465 + } + }, + "transformer_loss":7.1740087921, + "textcat_multilabel_loss":1.1874934939 + } +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/textcat_multilabel/cfg b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/textcat_multilabel/cfg new file mode 100644 index 0000000000000000000000000000000000000000..3a3fd4449b070a06f546c38a15c399f3733bb854 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/textcat_multilabel/cfg @@ -0,0 +1,13 @@ +{ + "labels":[ + "acknowledgement", + "actual advice", + "actual enquiry", + "bad review", + "bumping", + "good review", + "noise", + "self-advertisment (offering service or product)" + ], + "threshold":0.5 +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/textcat_multilabel/model b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/textcat_multilabel/model new file mode 100644 index 0000000000000000000000000000000000000000..951b662eb502a20372e55301f90d35b3bc6ad8d4 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/textcat_multilabel/model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33590459232078fa75a10bac0a3a8ffe28bf12f860f34431c517f21a31afecc +size 15512687 diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/tokenizer b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/tokenizer new file mode 100644 index 0000000000000000000000000000000000000000..ba2f4615241984f45f222cb10735a0fb291f113b --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/tokenizer @@ -0,0 +1,3 @@ +‡­prefix_searchÚ ’^§|^%|^=|^—|^–|^\+(?![0-9])|^…|^……|^,|^:|^;|^\!|^\?|^¿|^ØŸ|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^ï¼|^,|^ã€|^ï¼›|^:|^~|^·|^।|^ØŒ|^Û”|^Ø›|^Ùª|^\.\.+|^…|^\'|^"|^â€|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^ã€|^『|^ã€|^(|^)|^〔|^〕|^ã€|^】|^《|^》|^〈|^〉|^〈|^〉|^⟦|^⟧|^\$|^£|^€|^Â¥|^฿|^US\$|^C\$|^A\$|^₽|^ï·¼|^â‚´|^â‚ |^â‚¡|^â‚¢|^â‚£|^₤|^â‚¥|^₦|^â‚§|^₨|^â‚©|^₪|^â‚«|^€|^â‚­|^â‚®|^₯|^â‚°|^₱|^₲|^₳|^â‚´|^₵|^â‚¶|^â‚·|^₸|^₹|^₺|^â‚»|^₼|^₽|^₾|^â‚¿|^[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]­suffix_searchÚ2™â€¦$|……$|,$|:$|;$|\!$|\?$|¿$|ØŸ$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|ï¼$|,$|ã€$|ï¼›$|:$|~$|·$|।$|ØŒ$|Û”$|Ø›$|Ùª$|\.\.+$|…$|\'$|"$|â€$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|ã€$|『$|ã€$|($|)$|〔$|〕$|ã€$|】$|《$|》$|〈$|〉$|〈$|〉$|⟦$|⟧$|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]$|'s$|'S$|’s$|’S$|—$|–$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|Â¥|฿|US\$|C\$|A\$|₽|ï·¼|â‚´|â‚ |â‚¡|â‚¢|â‚£|₤|â‚¥|₦|â‚§|₨|â‚©|₪|â‚«|€|â‚­|â‚®|₯|â‚°|₱|₲|₳|â‚´|₵|â‚¶|â‚·|₸|₹|₺|â‚»|₼|₽|₾|â‚¿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|Ñм|Ñм²|Ñм³|мм|мм²|мм³|нм|кг|г|мг|м/Ñ|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|Ù…|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[0-9a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F%²\-\+…|……|,|:|;|\!|\?|¿|ØŸ|¡|\(|\)|\[|\]|\{|\}|<|>|_|#|\*|&|。|?|ï¼|,|ã€|ï¼›|:|~|·|।|ØŒ|Û”|Ø›|Ùª(?:\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧)])\.$|(?<=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F][A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$®infix_finditerÚ>ü\.\.+|…|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]|(?<=[0-9])[+\-\*^](?=[0-9-])|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEÐÐ-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌÎΉΎÐ-ЩЮЯІЇЄÒЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"â€â€œ`‘´’‚,„»«「ã€ã€Žã€ï¼ˆï¼‰ã€”〕ã€ã€‘《》〈〉〈〉⟦⟧])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]),(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])(?:-|–|—|--|---|——|~)(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])[:<>=/](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-ÑÐÐ-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήÏΑ-ΩΆΈΊΌÎΉΎа-щюÑіїєґÐ-ЩЮЯІЇЄÒѓѕјљњќÑÑЃЅЈЉЊЌЀÐ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])«token_matchÀ©url_matchÚ Õ(?u)^(?:(?:[\w\+\-\.]{2,})://)?(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[A-Za-z0-9\u00a1-\uffff][A-Za-z0-9\u00a1-\uffff_-]{0,62})?[A-Za-z0-9\u00a1-\uffff]\.)+(?:[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-Ñәөүҗңһα-ωάέίόώήÏа-щюÑіїєґѓѕјљњќÑÑ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]{2,63}))(?::\d{2,5})?(?:[/?#]\S*)?$ªexceptionsÞC¡ ‘A¡ ¡ +‘A¡ +¡ ‘A¡ ¡'‘A¡'¢''‘A¢''¦'Cause‘‚A¦'CauseC§because¤'Cos‘‚A¤'CosC§because¤'Coz‘‚A¤'CozC§because¤'Cuz‘‚A¤'CuzC§because¢'S‘‚A¢'SC¢'s¥'bout‘‚A¥'boutC¥about¦'cause‘‚A¦'causeC§because¤'cos‘‚A¤'cosC§because¤'coz‘‚A¤'cozC§because¤'cuz‘‚A¤'cuzC§because¢'d‘A¢'d£'em‘‚A£'emC¤them£'ll‘‚A£'llC¤will¥'nuff‘‚A¥'nuffC¦enough£'re‘‚A£'reC£are¢'s‘‚A¢'sC¢'s¥(*_*)‘A¥(*_*)£(-8‘A£(-8£(-:‘A£(-:£(-;‘A£(-;¥(-_-)‘A¥(-_-)¥(._.)‘A¥(._.)¢(:‘A¢(:¢(;‘A¢(;¢(=‘A¢(=¥(>_<)‘A¥(>_<)¥(^_^)‘A¥(^_^)£(o:‘A£(o:§(¬_¬)‘A§(¬_¬)©(ಠ_ಠ)‘A©(ಠ_ಠ)½(╯°□°)╯︵┻â”â”»‘A½(╯°□°)╯︵┻â”â”»£)-:‘A£)-:¢):‘A¢):£-_-‘A£-_-¤-__-‘A¤-__-£._.‘A£._.£0.0‘A£0.0£0.o‘A£0.o£0_0‘A£0_0£0_o‘A£0_o¦10a.m.’A¢10‚A¤a.m.C¤a.m.¤10am’A¢10‚A¢amC¤a.m.¦10p.m.’A¢10‚A¤p.m.C¤p.m.¤10pm’A¢10‚A¢pmC¤p.m.¦11a.m.’A¢11‚A¤a.m.C¤a.m.¤11am’A¢11‚A¢amC¤a.m.¦11p.m.’A¢11‚A¤p.m.C¤p.m.¤11pm’A¢11‚A¢pmC¤p.m.¦12a.m.’A¢12‚A¤a.m.C¤a.m.¤12am’A¢12‚A¢amC¤a.m.¦12p.m.’A¢12‚A¤p.m.C¤p.m.¤12pm’A¢12‚A¢pmC¤p.m.¥1a.m.’A¡1‚A¤a.m.C¤a.m.£1am’A¡1‚A¢amC¤a.m.¥1p.m.’A¡1‚A¤p.m.C¤p.m.£1pm’A¡1‚A¢pmC¤p.m.¥2a.m.’A¡2‚A¤a.m.C¤a.m.£2am’A¡2‚A¢amC¤a.m.¥2p.m.’A¡2‚A¤p.m.C¤p.m.£2pm’A¡2‚A¢pmC¤p.m.¥3a.m.’A¡3‚A¤a.m.C¤a.m.£3am’A¡3‚A¢amC¤a.m.¥3p.m.’A¡3‚A¤p.m.C¤p.m.£3pm’A¡3‚A¢pmC¤p.m.¥4a.m.’A¡4‚A¤a.m.C¤a.m.£4am’A¡4‚A¢amC¤a.m.¥4p.m.’A¡4‚A¤p.m.C¤p.m.£4pm’A¡4‚A¢pmC¤p.m.¥5a.m.’A¡5‚A¤a.m.C¤a.m.£5am’A¡5‚A¢amC¤a.m.¥5p.m.’A¡5‚A¤p.m.C¤p.m.£5pm’A¡5‚A¢pmC¤p.m.¥6a.m.’A¡6‚A¤a.m.C¤a.m.£6am’A¡6‚A¢amC¤a.m.¥6p.m.’A¡6‚A¤p.m.C¤p.m.£6pm’A¡6‚A¢pmC¤p.m.¥7a.m.’A¡7‚A¤a.m.C¤a.m.£7am’A¡7‚A¢amC¤a.m.¥7p.m.’A¡7‚A¤p.m.C¤p.m.£7pm’A¡7‚A¢pmC¤p.m.¢8)‘A¢8)£8-)‘A£8-)£8-D‘A£8-D¢8D‘A¢8D¥8a.m.’A¡8‚A¤a.m.C¤a.m.£8am’A¡8‚A¢amC¤a.m.¥8p.m.’A¡8‚A¤p.m.C¤p.m.£8pm’A¡8‚A¢pmC¤p.m.¥9a.m.’A¡9‚A¤a.m.C¤a.m.£9am’A¡9‚A¢amC¤a.m.¥9p.m.’A¡9‚A¤p.m.C¤p.m.£9pm’A¡9‚A¢pmC¤p.m.£:'(‘A£:'(£:')‘A£:')¤:'-(‘A¤:'-(¤:'-)‘A¤:'-)¢:(‘A¢:(£:((‘A£:((¤:(((‘A¤:(((£:()‘A£:()¢:)‘A¢:)£:))‘A£:))¤:)))‘A¤:)))¢:*‘A¢:*£:-(‘A£:-(¤:-((‘A¤:-((¥:-(((‘A¥:-(((£:-)‘A£:-)¤:-))‘A¤:-))¥:-)))‘A¥:-)))£:-*‘A£:-*£:-/‘A£:-/£:-0‘A£:-0£:-3‘A£:-3£:->‘A£:->£:-D‘A£:-D£:-O‘A£:-O£:-P‘A£:-P£:-X‘A£:-X£:-]‘A£:-]£:-o‘A£:-o£:-p‘A£:-p£:-x‘A£:-x£:-|‘A£:-|£:-}‘A£:-}¢:/‘A¢:/¢:0‘A¢:0¢:1‘A¢:1¢:3‘A¢:3¢:>‘A¢:>¢:D‘A¢:D¢:O‘A¢:O¢:P‘A¢:P¢:X‘A¢:X¢:]‘A¢:]¢:o‘A¢:o£:o)‘A£:o)¢:p‘A¢:p¢:x‘A¢:x¢:|‘A¢:|¢:}‘A¢:}¥:’(‘A¥:’(¥:’)‘A¥:’)¦:’-(‘A¦:’-(¦:’-)‘A¦:’-)¢;)‘A¢;)£;-)‘A£;-)£;-D‘A£;-D¢;D‘A¢;D£;_;‘A£;_;£<.<‘A£<.<£‘A§¢=(‘A¢=(¢=)‘A¢=)¢=/‘A¢=/¢=3‘A¢=3¢=D‘A¢=D¢=[‘A¢=[¢=]‘A¢=]¢=|‘A¢=|£>.<‘A£>.<£>.>‘A£>.>£>:(‘A£>:(£>:o‘A£>:o§><(((*>‘A§><(((*>£@_@‘A£@_@¤Adm.‘A¤Adm.¥Ain't’A¢Ai‚A£n'tC£not¤Aint’A¢Ai‚A¢ntC£not§Ain’t’A¢Ai‚A¥n’tC£not£Ak.‘‚A£Ak.C¦Alaska¤Ala.‘‚A¤Ala.C§Alabama¤Apr.‘‚A¤Apr.C¥April¦Aren't’‚A£AreC£are‚A£n'tC£not¥Arent’‚A£AreC£are‚A¢ntC£not¨Aren’t’‚A£AreC£are‚A¥n’tC£not¥Ariz.‘‚A¥Ariz.C§Arizona¤Ark.‘‚A¤Ark.C¨Arkansas¤Aug.‘‚A¤Aug.C¦August¥Bros.‘A¥Bros.¥C'mon’‚A£C'mC¤comeA¢on£C++‘A£C++¦Calif.‘‚A¦Calif.CªCalifornia¥Can't’‚A¢CaC£can‚A£n'tC£not¨Can't've“‚A¢CaC£can‚A£n'tC£not‚A£'veC¤have¦Cannot’‚A£CanC£canA£not¤Cant’‚A¢CaC£can‚A¢ntC£not¦Cantve“‚A¢CaC£can‚A¢ntC£not‚A¢veC¤have§Can’t’‚A¢CaC£can‚A¥n’tC£not¬Can’t’ve“‚A¢CaC£can‚A¥n’tC£not‚A¥â€™veC¤have£Co.‘A£Co.¥Colo.‘‚A¥Colo.C¨Colorado¥Conn.‘‚A¥Conn.C«Connecticut¥Corp.‘A¥Corp.¨Could've’‚A¥CouldC¥couldA£'ve¨Couldn't’‚A¥CouldC¥could‚A£n'tC£not«Couldn't've“‚A¥CouldC¥could‚A£n'tC£not‚A£'veC¤have§Couldnt’‚A¥CouldC¥could‚A¢ntC£not©Couldntve“‚A¥CouldC¥could‚A¢ntC£not‚A¢veC¤haveªCouldn’t’‚A¥CouldC¥could‚A¥n’tC£not¯Couldn’t’ve“‚A¥CouldC¥could‚A¥n’tC£not‚A¥â€™veC¤have§Couldve’‚A¥CouldC¥couldA¢veªCould’ve’‚A¥CouldC¥couldA¥â€™ve§C’mon’‚A¥C’mC¤comeA¢on¤D.C.‘A¤D.C.§Daren't’‚A¤DareC¤dare‚A£n'tC£not¦Darent’‚A¤DareC¤dare‚A¢ntC£not©Daren’t’‚A¤DareC¤dare‚A¥n’tC£not¤Dec.‘‚A¤Dec.C¨December¤Del.‘‚A¤Del.C¨Delaware¦Didn't’‚A£DidC¢do‚A£n'tC£not©Didn't've“‚A£DidC¢do‚A£n'tC£not‚A£'veC¤have¥Didnt’‚A£DidC¢do‚A¢ntC£not§Didntve“‚A£DidC¢do‚A¢ntC£not‚A¢veC¤have¨Didn’t’‚A£DidC¢do‚A¥n’tC£not­Didn’t’ve“‚A£DidC¢do‚A¥n’tC£not‚A¥â€™veC¤have§Doesn't’‚A¤DoesC¤does‚A£n'tC£notªDoesn't've“‚A¤DoesC¤does‚A£n'tC£not‚A£'veC¤have¦Doesnt’‚A¤DoesC¤does‚A¢ntC£not¨Doesntve“‚A¤DoesC¤does‚A¢ntC£not‚A¢veC¤have©Doesn’t’‚A¤DoesC¤does‚A¥n’tC£not®Doesn’t’ve“‚A¤DoesC¤does‚A¥n’tC£not‚A¥â€™veC¤have¤Doin‘‚A¤DoinC¥doing¥Doin'‘‚A¥Doin'C¥doing§Doin’‘‚A§Doin’C¥doing¥Don't’‚A¢DoC¢do‚A£n'tC£not¨Don't've“‚A¢DoC¢do‚A£n'tC£not‚A£'veC¤have¤Dont’‚A¢DoC¢do‚A¢ntC£not¦Dontve“‚A¢DoC¢do‚A¢ntC£not‚A¢veC¤have§Don’t’‚A¢DoC¢do‚A¥n’tC£not¬Don’t’ve“‚A¢DoC¢do‚A¥n’tC£not‚A¥â€™veC¤have£Dr.‘A£Dr.¤E.G.‘A¤E.G.¤E.g.‘A¤E.g.¤Feb.‘‚A¤Feb.C¨February¤Fla.‘‚A¤Fla.C§Florida£Ga.‘‚A£Ga.C§Georgia¤Gen.‘A¤Gen.¤Goin‘‚A¤GoinC¥going¥Goin'‘‚A¥Goin'C¥going§Goin’‘‚A§Goin’C¥going¥Gonna’‚A£GonC¥going‚A¢naC¢to¥Gotta’‚A£GotC£got‚A¢taC¢to¤Gov.‘A¤Gov.¦Hadn't’‚A£HadC¤have‚A£n'tC£not©Hadn't've“‚A£HadC¤have‚A£n'tC£not‚A£'veC¤have¥Hadnt’‚A£HadC¤have‚A¢ntC£not§Hadntve“‚A£HadC¤have‚A¢ntC£not‚A¢veC¤have¨Hadn’t’‚A£HadC¤have‚A¥n’tC£not­Hadn’t’ve“‚A£HadC¤have‚A¥n’tC£not‚A¥â€™veC¤have¦Hasn't’‚A£HasC£has‚A£n'tC£not¥Hasnt’‚A£HasC£has‚A¢ntC£not¨Hasn’t’‚A£HasC£has‚A¥n’tC£not§Haven't’‚A¤HaveC¤have‚A£n'tC£not¦Havent’‚A¤HaveC¤have‚A¢ntC£not©Haven’t’‚A¤HaveC¤have‚A¥n’tC£not¥Havin‘‚A¥HavinC¦having¦Havin'‘‚A¦Havin'C¦having¨Havin’‘‚A¨Havin’C¦having¤He'd’‚A¢HeC¢he‚A¢'dC¢'d§He'd've“‚A¢HeC¢he‚A¢'dC¥would‚A£'veC¤have¥He'll’‚A¢HeC¢he‚A£'llC¤will¨He'll've“‚A¢HeC¢he‚A£'llC¤will‚A£'veC¤have¤He's’‚A¢HeC¢he‚A¢'sC¢'s£Hed’‚A¢HeC¢he‚A¡dC¢'d¥Hedve“‚A¢HeC¢he‚A¡dC¥would‚A¢veC¤have¦Hellve“‚A¢HeC¢he‚A¢llC¤will‚A¢veC¤have£Hes’‚A¢HeC¢heA¡s¦He’d’‚A¢HeC¢he‚A¤â€™dC¢'d«He’d’ve“‚A¢HeC¢he‚A¤â€™dC¥would‚A¥â€™veC¤have§He’ll’‚A¢HeC¢he‚A¥â€™llC¤will¬He’ll’ve“‚A¢HeC¢he‚A¥â€™llC¤will‚A¥â€™veC¤have¦He’s’‚A¢HeC¢he‚A¤â€™sC¢'s¥How'd’‚A£HowC£how‚A¢'dC¢'d¨How'd've“‚A£HowC£how‚A¢'dC¥would‚A£'veC¤have§How'd'y“‚A£HowC£howA¢'d‚A¢'yC£you¦How'll’‚A£HowC£how‚A£'llC¤will©How'll've“‚A£HowC£how‚A£'llC¤will‚A£'veC¤have¦How're’‚A£HowC£how‚A£'reC£are¥How's’‚A£HowC£how‚A¢'sC¢'s¦How've’‚A£HowC£howA£'ve¤Howd’‚A£HowC£how‚A¡dC¢'d¦Howdve“‚A£HowC£how‚A¡dC¥would‚A¢veC¤have¥Howll’‚A£HowC£how‚A¢llC¤will§Howllve“‚A£HowC£how‚A¢llC¤will‚A¢veC¤have¥Howre’‚A£HowC£how‚A¢reC£are¤Hows’‚A£HowC£howA¡s¥Howve’A£How‚A¢veC¤have§How’d’‚A£HowC£how‚A¤â€™dC¢'d¬How’d’ve“‚A£HowC£how‚A¤â€™dC¥would‚A¥â€™veC¤have«How’d’y“‚A£HowC£howA¤â€™d‚A¤â€™yC£you¨How’ll’‚A£HowC£how‚A¥â€™llC¤will­How’ll’ve“‚A£HowC£how‚A¥â€™llC¤will‚A¥â€™veC¤have¨How’re’‚A£HowC£how‚A¥â€™reC£are§How’s’‚A£HowC£how‚A¤â€™sC¢'s¨How’ve’‚A£HowC£howA¥â€™ve£I'd’‚A¡IC¡i‚A¢'dC¢'d¦I'd've“‚A¡IC¡i‚A¢'dC¥would‚A£'veC¤have¤I'll’‚A¡IC¡i‚A£'llC¤will§I'll've“‚A¡IC¡i‚A£'llC¤will‚A£'veC¤have£I'm’‚A¡IC¡i‚A¢'mC¢am¤I'ma“‚A¡IC¡i‚A¢'mC¢am‚A¡aC¥gonna¤I've’‚A¡IC¡i‚A£'veC¤have¤I.E.‘A¤I.E.¤I.e.‘A¤I.e.£Ia.‘‚A£Ia.C¤Iowa¢Id’‚A¡IC¡i‚A¡dC¢'d£Id.‘‚A£Id.C¥Idaho¤Idve“‚A¡IC¡i‚A¡dC¥would‚A¢veC¤have¤Ill.‘‚A¤Ill.C¨Illinois¥Illve“‚A¡IC¡i‚A¢llC¤will‚A¢veC¤have¢Im’‚A¡IC¡iA¡m£Ima“‚A¡IC¡i‚A¡mC¢am‚A¡aC¥gonna¤Inc.‘A¤Inc.¤Ind.‘‚A¤Ind.C§Indiana¥Isn't’‚A¢IsC¢is‚A£n'tC£not¤Isnt’‚A¢IsC¢is‚A¢ntC£not§Isn’t’‚A¢IsC¢is‚A¥n’tC£not¤It'd’‚A¢ItC¢it‚A¢'dC¢'d§It'd've“‚A¢ItC¢it‚A¢'dC¥would‚A£'veC¤have¥It'll’‚A¢ItC¢it‚A£'llC¤will¨It'll've“‚A¢ItC¢it‚A£'llC¤will‚A£'veC¤have¤It's’‚A¢ItC¢it‚A¢'sC¢'s£Itd’‚A¢ItC¢it‚A¡dC¢'d¥Itdve“‚A¢ItC¢it‚A¡dC¥would‚A¢veC¤have¤Itll’‚A¢ItC¢it‚A¢llC¤will¦Itllve“‚A¢ItC¢it‚A¢llC¤will‚A¢veC¤have¦It’d’‚A¢ItC¢it‚A¤â€™dC¢'d«It’d’ve“‚A¢ItC¢it‚A¤â€™dC¥would‚A¥â€™veC¤have§It’ll’‚A¢ItC¢it‚A¥â€™llC¤will¬It’ll’ve“‚A¢ItC¢it‚A¥â€™llC¤will‚A¥â€™veC¤have¦It’s’‚A¢ItC¢it‚A¤â€™sC¢'s£Ive’‚A¡IC¡i‚A¢veC¤have¥I’d’‚A¡IC¡i‚A¤â€™dC¢'dªI’d’ve“‚A¡IC¡i‚A¤â€™dC¥would‚A¥â€™veC¤have¦I’ll’‚A¡IC¡i‚A¥â€™llC¤will«I’ll’ve“‚A¡IC¡i‚A¥â€™llC¤will‚A¥â€™veC¤have¥I’m’‚A¡IC¡i‚A¤â€™mC¢am¦I’ma“‚A¡IC¡i‚A¤â€™mC¢am‚A¡aC¥gonna¦I’ve’‚A¡IC¡i‚A¥â€™veC¤have¤Jan.‘‚A¤Jan.C§January£Jr.‘A£Jr.¤Jul.‘‚A¤Jul.C¤July¤Jun.‘‚A¤Jun.C¤June¤Kan.‘‚A¤Kan.C¦Kansas¥Kans.‘‚A¥Kans.C¦Kansas£Ky.‘‚A£Ky.C¨Kentucky£La.‘‚A£La.C©Louisiana¥Let's’‚A£LetC£let‚A¢'sC¢us§Let’s’‚A£LetC£let‚A¤â€™sC¢us¥Lovin‘‚A¥LovinC¦loving¦Lovin'‘‚A¦Lovin'C¦loving¨Lovin’‘‚A¨Lovin’C¦loving¤Ltd.‘A¤Ltd.¥Ma'am‘‚A¥Ma'amC¥madam¤Mar.‘‚A¤Mar.C¥March¥Mass.‘‚A¥Mass.C­Massachusetts¦Mayn't’‚A£MayC£may‚A£n'tC£not©Mayn't've“‚A£MayC£may‚A£n'tC£not‚A£'veC¤have¥Maynt’‚A£MayC£may‚A¢ntC£not§Mayntve“‚A£MayC£may‚A¢ntC£not‚A¢veC¤have¨Mayn’t’‚A£MayC£may‚A¥n’tC£not­Mayn’t’ve“‚A£MayC£may‚A¥n’tC£not‚A¥â€™veC¤have§Ma’am‘‚A§Ma’amC¥madam£Md.‘A£Md.§Messrs.‘A§Messrs.¥Mich.‘‚A¥Mich.C¨Michigan¨Might've’‚A¥MightC¥mightA£'ve¨Mightn't’‚A¥MightC¥might‚A£n'tC£not«Mightn't've“‚A¥MightC¥might‚A£n'tC£not‚A£'veC¤have§Mightnt’‚A¥MightC¥might‚A¢ntC£not©Mightntve“‚A¥MightC¥might‚A¢ntC£not‚A¢veC¤haveªMightn’t’‚A¥MightC¥might‚A¥n’tC£not¯Mightn’t’ve“‚A¥MightC¥might‚A¥n’tC£not‚A¥â€™veC¤have§Mightve’‚A¥MightC¥mightA¢veªMight’ve’‚A¥MightC¥mightA¥â€™ve¥Minn.‘‚A¥Minn.C©Minnesota¥Miss.‘‚A¥Miss.C«Mississippi£Mo.‘A£Mo.¥Mont.‘A¥Mont.£Mr.‘A£Mr.¤Mrs.‘A¤Mrs.£Ms.‘A£Ms.£Mt.‘‚A£Mt.C¥Mount§Must've’‚A¤MustC¤mustA£'ve§Mustn't’‚A¤MustC¤must‚A£n'tC£notªMustn't've“‚A¤MustC¤must‚A£n'tC£not‚A£'veC¤have¦Mustnt’‚A¤MustC¤must‚A¢ntC£not¨Mustntve“‚A¤MustC¤must‚A¢ntC£not‚A¢veC¤have©Mustn’t’‚A¤MustC¤must‚A¥n’tC£not®Mustn’t’ve“‚A¤MustC¤must‚A¥n’tC£not‚A¥â€™veC¤have¦Mustve’‚A¤MustC¤mustA¢ve©Must’ve’‚A¤MustC¤mustA¥â€™ve¤N.C.‘‚A¤N.C.C®North Carolina¤N.D.‘‚A¤N.D.C¬North Dakota¤N.H.‘‚A¤N.H.C­New Hampshire¤N.J.‘‚A¤N.J.CªNew Jersey¤N.M.‘‚A¤N.M.CªNew Mexico¤N.Y.‘‚A¤N.Y.C¨New York¤Neb.‘‚A¤Neb.C¨Nebraska¥Nebr.‘‚A¥Nebr.C¨Nebraska§Needn't’‚A¤NeedC¤need‚A£n'tC£notªNeedn't've“‚A¤NeedC¤need‚A£n'tC£not‚A£'veC¤have¦Neednt’‚A¤NeedC¤need‚A¢ntC£not¨Needntve“‚A¤NeedC¤need‚A¢ntC£not‚A¢veC¤have©Needn’t’‚A¤NeedC¤need‚A¥n’tC£not®Needn’t’ve“‚A¤NeedC¤need‚A¥n’tC£not‚A¥â€™veC¤have¤Nev.‘‚A¤Nev.C¦Nevada¦Not've’‚A£NotC£not‚A£'veC¤have¦Nothin‘‚A¦NothinC§nothing§Nothin'‘‚A§Nothin'C§nothing©Nothin’‘‚A©Nothin’C§nothing¥Notve’‚A£NotC£not‚A¢veC¤have¨Not’ve’‚A£NotC£not‚A¥â€™veC¤have¤Nov.‘‚A¤Nov.C¨November¦Nuthin‘‚A¦NuthinC§nothing§Nuthin'‘‚A§Nuthin'C§nothing©Nuthin’‘‚A©Nuthin’C§nothing§O'clock‘‚A§O'clockC§o'clock£O.O‘A£O.O£O.o‘A£O.o£O_O‘A£O_O£O_o‘A£O_o¤Oct.‘‚A¤Oct.C§October¥Okla.‘‚A¥Okla.C¨Oklahoma¢Ol‘‚A¢OlC£old£Ol'‘‚A£Ol'C£old¥Ol’‘‚A¥Ol’C£old¤Ore.‘‚A¤Ore.C¦Oregon¨Oughtn't’‚A¥OughtC¥ought‚A£n'tC£not«Oughtn't've“‚A¥OughtC¥ought‚A£n'tC£not‚A£'veC¤have§Oughtnt’‚A¥OughtC¥ought‚A¢ntC£not©Oughtntve“‚A¥OughtC¥ought‚A¢ntC£not‚A¢veC¤haveªOughtn’t’‚A¥OughtC¥ought‚A¥n’tC£not¯Oughtn’t’ve“‚A¥OughtC¥ought‚A¥n’tC£not‚A¥â€™veC¤have©O’clock‘‚A©O’clockC§o'clock£Pa.‘‚A£Pa.C¬Pennsylvania¥Ph.D.‘A¥Ph.D.¥Prof.‘A¥Prof.¤Rep.‘A¤Rep.¤Rev.‘A¤Rev.¤S.C.‘‚A¤S.C.C®South Carolina¤Sen.‘A¤Sen.¤Sep.‘‚A¤Sep.C©September¥Sept.‘‚A¥Sept.C©September¦Shan't’‚A£ShaC¥shall‚A£n'tC£not©Shan't've“‚A£ShaC¥shall‚A£n'tC£not‚A£'veC¤have¥Shant’‚A£ShaC¥shall‚A¢ntC£not§Shantve“‚A£ShaC¥shall‚A¢ntC£not‚A¢veC¤have¨Shan’t’‚A£ShaC¥shall‚A¥n’tC£not­Shan’t’ve“‚A£ShaC¥shall‚A¥n’tC£not‚A¥â€™veC¤have¥She'd’‚A£SheC£she‚A¢'dC¢'d¨She'd've“‚A£SheC£she‚A¢'dC¥would‚A£'veC¤have¦She'll’‚A£SheC£she‚A£'llC¤will©She'll've“‚A£SheC£she‚A£'llC¤will‚A£'veC¤have¥She's’‚A£SheC£she‚A¢'sC¢'s¦Shedve“‚A£SheC£she‚A¡dC¥would‚A¢veC¤have§Shellve“‚A£SheC£she‚A¢llC¤will‚A¢veC¤have¤Shes’‚A£SheC£sheA¡s§She’d’‚A£SheC£she‚A¤â€™dC¢'d¬She’d’ve“‚A£SheC£she‚A¤â€™dC¥would‚A¥â€™veC¤have¨She’ll’‚A£SheC£she‚A¥â€™llC¤will­She’ll’ve“‚A£SheC£she‚A¥â€™llC¤will‚A¥â€™veC¤have§She’s’‚A£SheC£she‚A¤â€™sC¢'s©Should've’‚A¦ShouldC¦shouldA£'ve©Shouldn't’‚A¦ShouldC¦should‚A£n'tC£not¬Shouldn't've“‚A¦ShouldC¦should‚A£n'tC£not‚A£'veC¤have¨Shouldnt’‚A¦ShouldC¦should‚A¢ntC£notªShouldntve“‚A¦ShouldC¦should‚A¢ntC£not‚A¢veC¤have«Shouldn’t’‚A¦ShouldC¦should‚A¥n’tC£not°Shouldn’t’ve“‚A¦ShouldC¦should‚A¥n’tC£not‚A¥â€™veC¤have¨Shouldve’‚A¦ShouldC¦shouldA¢ve«Should’ve’‚A¦ShouldC¦shouldA¥â€™ve¨Somethin‘‚A¨SomethinC©something©Somethin'‘‚A©Somethin'C©something«Somethin’‘‚A«Somethin’C©something£St.‘A£St.¥Tenn.‘‚A¥Tenn.C©Tennessee¦That'd’‚A¤ThatC¤that‚A¢'dC¢'d©That'd've“‚A¤ThatC¤that‚A¢'dC¥would‚A£'veC¤have§That'll’‚A¤ThatC¤that‚A£'llC¤willªThat'll've“‚A¤ThatC¤that‚A£'llC¤will‚A£'veC¤have¦That's’‚A¤ThatC¤that‚A¢'sC¢'s¥Thatd’‚A¤ThatC¤that‚A¡dC¢'d§Thatdve“‚A¤ThatC¤that‚A¡dC¥would‚A¢veC¤have¦Thatll’‚A¤ThatC¤that‚A¢llC¤will¨Thatllve“‚A¤ThatC¤that‚A¢llC¤will‚A¢veC¤have¥Thats’‚A¤ThatC¤thatA¡s¨That’d’‚A¤ThatC¤that‚A¤â€™dC¢'d­That’d’ve“‚A¤ThatC¤that‚A¤â€™dC¥would‚A¥â€™veC¤have©That’ll’‚A¤ThatC¤that‚A¥â€™llC¤will®That’ll’ve“‚A¤ThatC¤that‚A¥â€™llC¤will‚A¥â€™veC¤have¨That’s’‚A¤ThatC¤that‚A¤â€™sC¢'s§There'd’‚A¥ThereC¥there‚A¢'dC¢'dªThere'd've“‚A¥ThereC¥there‚A¢'dC¥would‚A£'veC¤have¨There'll’‚A¥ThereC¥there‚A£'llC¤will«There'll've“‚A¥ThereC¥there‚A£'llC¤will‚A£'veC¤have¨There're’‚A¥ThereC¥there‚A£'reC£are§There's’‚A¥ThereC¥there‚A¢'sC¢'s¨There've’‚A¥ThereC¥thereA£'ve¦Thered’‚A¥ThereC¥there‚A¡dC¢'d¨Theredve“‚A¥ThereC¥there‚A¡dC¥would‚A¢veC¤have§Therell’‚A¥ThereC¥there‚A¢llC¤will©Therellve“‚A¥ThereC¥there‚A¢llC¤will‚A¢veC¤have§Therere’‚A¥ThereC¥there‚A¢reC£are¦Theres’‚A¥ThereC¥thereA¡s§Thereve’A¥There‚A¢veC¤have©There’d’‚A¥ThereC¥there‚A¤â€™dC¢'d®There’d’ve“‚A¥ThereC¥there‚A¤â€™dC¥would‚A¥â€™veC¤haveªThere’ll’‚A¥ThereC¥there‚A¥â€™llC¤will¯There’ll’ve“‚A¥ThereC¥there‚A¥â€™llC¤will‚A¥â€™veC¤haveªThere’re’‚A¥ThereC¥there‚A¥â€™reC£are©There’s’‚A¥ThereC¥there‚A¤â€™sC¢'sªThere’ve’‚A¥ThereC¥thereA¥â€™ve§These'd’‚A¥TheseC¥these‚A¢'dC¢'dªThese'd've“‚A¥TheseC¥these‚A¢'dC¥would‚A£'veC¤have¨These'll’‚A¥TheseC¥these‚A£'llC¤will«These'll've“‚A¥TheseC¥these‚A£'llC¤will‚A£'veC¤have¨These're’‚A¥TheseC¥these‚A£'reC£are¨These've’‚A¥TheseC¥theseA£'ve¦Thesed’‚A¥TheseC¥these‚A¡dC¢'d¨Thesedve“‚A¥TheseC¥these‚A¡dC¥would‚A¢veC¤have§Thesell’‚A¥TheseC¥these‚A¢llC¤will©Thesellve“‚A¥TheseC¥these‚A¢llC¤will‚A¢veC¤have§Thesere’‚A¥TheseC¥these‚A¢reC£are§Theseve’A¥These‚A¢veC¤have©These’d’‚A¥TheseC¥these‚A¤â€™dC¢'d®These’d’ve“‚A¥TheseC¥these‚A¤â€™dC¥would‚A¥â€™veC¤haveªThese’ll’‚A¥TheseC¥these‚A¥â€™llC¤will¯These’ll’ve“‚A¥TheseC¥these‚A¥â€™llC¤will‚A¥â€™veC¤haveªThese’re’‚A¥TheseC¥these‚A¥â€™reC£areªThese’ve’‚A¥TheseC¥theseA¥â€™ve¦They'd’‚A¤TheyC¤they‚A¢'dC¢'d©They'd've“‚A¤TheyC¤they‚A¢'dC¥would‚A£'veC¤have§They'll’‚A¤TheyC¤they‚A£'llC¤willªThey'll've“‚A¤TheyC¤they‚A£'llC¤will‚A£'veC¤have§They're’‚A¤TheyC¤they‚A£'reC£are§They've’‚A¤TheyC¤they‚A£'veC¤have¥Theyd’‚A¤TheyC¤they‚A¡dC¢'d§Theydve“‚A¤TheyC¤they‚A¡dC¥would‚A¢veC¤have¦Theyll’‚A¤TheyC¤they‚A¢llC¤will¨Theyllve“‚A¤TheyC¤they‚A¢llC¤will‚A¢veC¤have¦Theyre’‚A¤TheyC¤they‚A¢reC£are¦Theyve’‚A¤TheyC¤they‚A¢veC¤have¨They’d’‚A¤TheyC¤they‚A¤â€™dC¢'d­They’d’ve“‚A¤TheyC¤they‚A¤â€™dC¥would‚A¥â€™veC¤have©They’ll’‚A¤TheyC¤they‚A¥â€™llC¤will®They’ll’ve“‚A¤TheyC¤they‚A¥â€™llC¤will‚A¥â€™veC¤have©They’re’‚A¤TheyC¤they‚A¥â€™reC£are©They’ve’‚A¤TheyC¤they‚A¥â€™veC¤have¦This'd’‚A¤ThisC¤this‚A¢'dC¢'d©This'd've“‚A¤ThisC¤this‚A¢'dC¥would‚A£'veC¤have§This'll’‚A¤ThisC¤this‚A£'llC¤willªThis'll've“‚A¤ThisC¤this‚A£'llC¤will‚A£'veC¤have¦This's’‚A¤ThisC¤this‚A¢'sC¢'s¥Thisd’‚A¤ThisC¤this‚A¡dC¢'d§Thisdve“‚A¤ThisC¤this‚A¡dC¥would‚A¢veC¤have¦Thisll’‚A¤ThisC¤this‚A¢llC¤will¨Thisllve“‚A¤ThisC¤this‚A¢llC¤will‚A¢veC¤have¥Thiss’‚A¤ThisC¤thisA¡s¨This’d’‚A¤ThisC¤this‚A¤â€™dC¢'d­This’d’ve“‚A¤ThisC¤this‚A¤â€™dC¥would‚A¥â€™veC¤have©This’ll’‚A¤ThisC¤this‚A¥â€™llC¤will®This’ll’ve“‚A¤ThisC¤this‚A¥â€™llC¤will‚A¥â€™veC¤have¨This’s’‚A¤ThisC¤this‚A¤â€™sC¢'s§Those'd’‚A¥ThoseC¥those‚A¢'dC¢'dªThose'd've“‚A¥ThoseC¥those‚A¢'dC¥would‚A£'veC¤have¨Those'll’‚A¥ThoseC¥those‚A£'llC¤will«Those'll've“‚A¥ThoseC¥those‚A£'llC¤will‚A£'veC¤have¨Those're’‚A¥ThoseC¥those‚A£'reC£are¨Those've’‚A¥ThoseC¥thoseA£'ve¦Thosed’‚A¥ThoseC¥those‚A¡dC¢'d¨Thosedve“‚A¥ThoseC¥those‚A¡dC¥would‚A¢veC¤have§Thosell’‚A¥ThoseC¥those‚A¢llC¤will©Thosellve“‚A¥ThoseC¥those‚A¢llC¤will‚A¢veC¤have§Thosere’‚A¥ThoseC¥those‚A¢reC£are§Thoseve’A¥Those‚A¢veC¤have©Those’d’‚A¥ThoseC¥those‚A¤â€™dC¢'d®Those’d’ve“‚A¥ThoseC¥those‚A¤â€™dC¥would‚A¥â€™veC¤haveªThose’ll’‚A¥ThoseC¥those‚A¥â€™llC¤will¯Those’ll’ve“‚A¥ThoseC¥those‚A¥â€™llC¤will‚A¥â€™veC¤haveªThose’re’‚A¥ThoseC¥those‚A¥â€™reC£areªThose’ve’‚A¥ThoseC¥thoseA¥â€™ve£V.V‘A£V.V£V_V‘A£V_V£Va.‘‚A£Va.C¨Virginia¥Wash.‘‚A¥Wash.CªWashington¦Wasn't’‚A£WasC£was‚A£n'tC£not¥Wasnt’‚A£WasC£was‚A¢ntC£not¨Wasn’t’‚A£WasC£was‚A¥n’tC£not¤We'd’‚A¢WeC¢we‚A¢'dC¢'d§We'd've“‚A¢WeC¢we‚A¢'dC¥would‚A£'veC¤have¥We'll’‚A¢WeC¢we‚A£'llC¤will¨We'll've“‚A¢WeC¢we‚A£'llC¤will‚A£'veC¤have¥We're’‚A¢WeC¢we‚A£'reC£are¥We've’‚A¢WeC¢we‚A£'veC¤have£Wed’‚A¢WeC¢we‚A¡dC¢'d¥Wedve“‚A¢WeC¢we‚A¡dC¥would‚A¢veC¤have¦Wellve“‚A¢WeC¢we‚A¢llC¤will‚A¢veC¤have§Weren't’‚A¤WereC¤were‚A£n'tC£not¦Werent’‚A¤WereC¤were‚A¢ntC£not©Weren’t’‚A¤WereC¤were‚A¥n’tC£not¤Weve’‚A¢WeC¢we‚A¢veC¤have¦We’d’‚A¢WeC¢we‚A¤â€™dC¢'d«We’d’ve“‚A¢WeC¢we‚A¤â€™dC¥would‚A¥â€™veC¤have§We’ll’‚A¢WeC¢we‚A¥â€™llC¤will¬We’ll’ve“‚A¢WeC¢we‚A¥â€™llC¤will‚A¥â€™veC¤have§We’re’‚A¢WeC¢we‚A¥â€™reC£are§We’ve’‚A¢WeC¢we‚A¥â€™veC¤have¦What'd’‚A¤WhatC¤what‚A¢'dC¢'d©What'd've“‚A¤WhatC¤what‚A¢'dC¥would‚A£'veC¤have§What'll’‚A¤WhatC¤what‚A£'llC¤willªWhat'll've“‚A¤WhatC¤what‚A£'llC¤will‚A£'veC¤have§What're’‚A¤WhatC¤what‚A£'reC£are¦What's’‚A¤WhatC¤what‚A¢'sC¢'s§What've’‚A¤WhatC¤whatA£'ve¥Whatd’‚A¤WhatC¤what‚A¡dC¢'d§Whatdve“‚A¤WhatC¤what‚A¡dC¥would‚A¢veC¤have¦Whatll’‚A¤WhatC¤what‚A¢llC¤will¨Whatllve“‚A¤WhatC¤what‚A¢llC¤will‚A¢veC¤have¦Whatre’‚A¤WhatC¤what‚A¢reC£are¥Whats’‚A¤WhatC¤whatA¡s¦Whatve’A¤What‚A¢veC¤have¨What’d’‚A¤WhatC¤what‚A¤â€™dC¢'d­What’d’ve“‚A¤WhatC¤what‚A¤â€™dC¥would‚A¥â€™veC¤have©What’ll’‚A¤WhatC¤what‚A¥â€™llC¤will®What’ll’ve“‚A¤WhatC¤what‚A¥â€™llC¤will‚A¥â€™veC¤have©What’re’‚A¤WhatC¤what‚A¥â€™reC£are¨What’s’‚A¤WhatC¤what‚A¤â€™sC¢'s©What’ve’‚A¤WhatC¤whatA¥â€™ve¦When'd’‚A¤WhenC¤when‚A¢'dC¢'d©When'd've“‚A¤WhenC¤when‚A¢'dC¥would‚A£'veC¤have§When'll’‚A¤WhenC¤when‚A£'llC¤willªWhen'll've“‚A¤WhenC¤when‚A£'llC¤will‚A£'veC¤have§When're’‚A¤WhenC¤when‚A£'reC£are¦When's’‚A¤WhenC¤when‚A¢'sC¢'s§When've’‚A¤WhenC¤whenA£'ve¥Whend’‚A¤WhenC¤when‚A¡dC¢'d§Whendve“‚A¤WhenC¤when‚A¡dC¥would‚A¢veC¤have¦Whenll’‚A¤WhenC¤when‚A¢llC¤will¨Whenllve“‚A¤WhenC¤when‚A¢llC¤will‚A¢veC¤have¦Whenre’‚A¤WhenC¤when‚A¢reC£are¥Whens’‚A¤WhenC¤whenA¡s¦Whenve’A¤When‚A¢veC¤have¨When’d’‚A¤WhenC¤when‚A¤â€™dC¢'d­When’d’ve“‚A¤WhenC¤when‚A¤â€™dC¥would‚A¥â€™veC¤have©When’ll’‚A¤WhenC¤when‚A¥â€™llC¤will®When’ll’ve“‚A¤WhenC¤when‚A¥â€™llC¤will‚A¥â€™veC¤have©When’re’‚A¤WhenC¤when‚A¥â€™reC£are¨When’s’‚A¤WhenC¤when‚A¤â€™sC¢'s©When’ve’‚A¤WhenC¤whenA¥â€™ve§Where'd’‚A¥WhereC¥where‚A¢'dC¢'dªWhere'd've“‚A¥WhereC¥where‚A¢'dC¥would‚A£'veC¤have¨Where'll’‚A¥WhereC¥where‚A£'llC¤will«Where'll've“‚A¥WhereC¥where‚A£'llC¤will‚A£'veC¤have¨Where're’‚A¥WhereC¥where‚A£'reC£are§Where's’‚A¥WhereC¥where‚A¢'sC¢'s¨Where've’‚A¥WhereC¥whereA£'ve¦Whered’‚A¥WhereC¥where‚A¡dC¢'d¨Wheredve“‚A¥WhereC¥where‚A¡dC¥would‚A¢veC¤have§Wherell’‚A¥WhereC¥where‚A¢llC¤will©Wherellve“‚A¥WhereC¥where‚A¢llC¤will‚A¢veC¤have§Wherere’‚A¥WhereC¥where‚A¢reC£are¦Wheres’‚A¥WhereC¥whereA¡s§Whereve’A¥Where‚A¢veC¤have©Where’d’‚A¥WhereC¥where‚A¤â€™dC¢'d®Where’d’ve“‚A¥WhereC¥where‚A¤â€™dC¥would‚A¥â€™veC¤haveªWhere’ll’‚A¥WhereC¥where‚A¥â€™llC¤will¯Where’ll’ve“‚A¥WhereC¥where‚A¥â€™llC¤will‚A¥â€™veC¤haveªWhere’re’‚A¥WhereC¥where‚A¥â€™reC£are©Where’s’‚A¥WhereC¥where‚A¤â€™sC¢'sªWhere’ve’‚A¥WhereC¥whereA¥â€™ve¥Who'd’‚A£WhoC£who‚A¢'dC¢'d¨Who'd've“‚A£WhoC£who‚A¢'dC¥would‚A£'veC¤have¦Who'll’‚A£WhoC£who‚A£'llC¤will©Who'll've“‚A£WhoC£who‚A£'llC¤will‚A£'veC¤have¦Who're’‚A£WhoC£who‚A£'reC£are¥Who's’‚A£WhoC£who‚A¢'sC¢'s¦Who've’‚A£WhoC£whoA£'ve¤Whod’‚A£WhoC£who‚A¡dC¢'d¦Whodve“‚A£WhoC£who‚A¡dC¥would‚A¢veC¤have¥Wholl’‚A£WhoC£who‚A¢llC¤will§Whollve“‚A£WhoC£who‚A¢llC¤will‚A¢veC¤have¤Whos’‚A£WhoC£whoA¡s¥Whove’A£Who‚A¢veC¤have§Who’d’‚A£WhoC£who‚A¤â€™dC¢'d¬Who’d’ve“‚A£WhoC£who‚A¤â€™dC¥would‚A¥â€™veC¤have¨Who’ll’‚A£WhoC£who‚A¥â€™llC¤will­Who’ll’ve“‚A£WhoC£who‚A¥â€™llC¤will‚A¥â€™veC¤have¨Who’re’‚A£WhoC£who‚A¥â€™reC£are§Who’s’‚A£WhoC£who‚A¤â€™sC¢'s¨Who’ve’‚A£WhoC£whoA¥â€™ve¥Why'd’‚A£WhyC£why‚A¢'dC¢'d¨Why'd've“‚A£WhyC£why‚A¢'dC¥would‚A£'veC¤have¦Why'll’‚A£WhyC£why‚A£'llC¤will©Why'll've“‚A£WhyC£why‚A£'llC¤will‚A£'veC¤have¦Why're’‚A£WhyC£why‚A£'reC£are¥Why's’‚A£WhyC£why‚A¢'sC¢'s¦Why've’‚A£WhyC£whyA£'ve¤Whyd’‚A£WhyC£why‚A¡dC¢'d¦Whydve“‚A£WhyC£why‚A¡dC¥would‚A¢veC¤have¥Whyll’‚A£WhyC£why‚A¢llC¤will§Whyllve“‚A£WhyC£why‚A¢llC¤will‚A¢veC¤have¥Whyre’‚A£WhyC£why‚A¢reC£are¤Whys’‚A£WhyC£whyA¡s¥Whyve’A£Why‚A¢veC¤have§Why’d’‚A£WhyC£why‚A¤â€™dC¢'d¬Why’d’ve“‚A£WhyC£why‚A¤â€™dC¥would‚A¥â€™veC¤have¨Why’ll’‚A£WhyC£why‚A¥â€™llC¤will­Why’ll’ve“‚A£WhyC£why‚A¥â€™llC¤will‚A¥â€™veC¤have¨Why’re’‚A£WhyC£why‚A¥â€™reC£are§Why’s’‚A£WhyC£why‚A¤â€™sC¢'s¨Why’ve’‚A£WhyC£whyA¥â€™ve¤Wis.‘‚A¤Wis.C©Wisconsin¥Won't’‚A¢WoC¤will‚A£n'tC£not¨Won't've“‚A¢WoC¤will‚A£n'tC£not‚A£'veC¤have¤Wont’‚A¢WoC¤will‚A¢ntC£not¦Wontve“‚A¢WoC¤will‚A¢ntC£not‚A¢veC¤have§Won’t’‚A¢WoC¤will‚A¥n’tC£not¬Won’t’ve“‚A¢WoC¤will‚A¥n’tC£not‚A¥â€™veC¤have¨Would've’‚A¥WouldC¥wouldA£'ve¨Wouldn't’‚A¥WouldC¥would‚A£n'tC£not«Wouldn't've“‚A¥WouldC¥would‚A£n'tC£not‚A£'veC¤have§Wouldnt’‚A¥WouldC¥would‚A¢ntC£not©Wouldntve“‚A¥WouldC¥would‚A¢ntC£not‚A¢veC¤haveªWouldn’t’‚A¥WouldC¥would‚A¥n’tC£not¯Wouldn’t’ve“‚A¥WouldC¥would‚A¥n’tC£not‚A¥â€™veC¤have§Wouldve’‚A¥WouldC¥wouldA¢veªWould’ve’‚A¥WouldC¥wouldA¥â€™ve¢XD‘A¢XD£XDD‘A£XDD¥You'd’‚A£YouC£you‚A¢'dC¢'d¨You'd've“‚A£YouC£you‚A¢'dC¥would‚A£'veC¤have¦You'll’‚A£YouC£you‚A£'llC¤will©You'll've“‚A£YouC£you‚A£'llC¤will‚A£'veC¤have¦You're’‚A£YouC£you‚A£'reC£are¦You've’‚A£YouC£you‚A£'veC¤have¤Youd’‚A£YouC£you‚A¡dC¢'d¦Youdve“‚A£YouC£you‚A¡dC¥would‚A¢veC¤have¥Youll’‚A£YouC£you‚A¢llC¤will§Youllve“‚A£YouC£you‚A¢llC¤will‚A¢veC¤have¥Youre’‚A£YouC£you‚A¢reC£are¥Youve’‚A£YouC£you‚A¢veC¤have§You’d’‚A£YouC£you‚A¤â€™dC¢'d¬You’d’ve“‚A£YouC£you‚A¤â€™dC¥would‚A¥â€™veC¤have¨You’ll’‚A£YouC£you‚A¥â€™llC¤will­You’ll’ve“‚A£YouC£you‚A¥â€™llC¤will‚A¥â€™veC¤have¨You’re’‚A£YouC£you‚A¥â€™reC£are¨You’ve’‚A£YouC£you‚A¥â€™veC¤have£[-:‘A£[-:¢[:‘A¢[:¢[=‘A¢[=£\")‘A£\")¢\n‘A¢\n¢\t‘A¢\t¢]=‘A¢]=£^_^‘A£^_^¤^__^‘A¤^__^¥^___^‘A¥^___^¢a.‘A¢a.¤a.m.‘A¤a.m.¥ain't’A¢ai‚A£n'tC£not¤aint’A¢ai‚A¢ntC£not§ain’t’A¢ai‚A¥n’tC£not¦and/or‘‚A¦and/orC¦and/or¦aren't’‚A£areC£are‚A£n'tC£not¥arent’‚A£areC£are‚A¢ntC£not¨aren’t’‚A£areC£are‚A¥n’tC£not¢b.‘A¢b.¥c'mon’‚A£c'mC¤comeA¢on¢c.‘A¢c.¥can't’‚A¢caC£can‚A£n'tC£not¨can't've“‚A¢caC£can‚A£n'tC£not‚A£'veC¤have¦cannot’A£canA£not¤cant’‚A¢caC£can‚A¢ntC£not¦cantve“‚A¢caC£can‚A¢ntC£not‚A¢veC¤have§can’t’‚A¢caC£can‚A¥n’tC£not¬can’t’ve“‚A¢caC£can‚A¥n’tC£not‚A¥â€™veC¤have£co.‘A£co.¨could've’‚A¥couldC¥couldA£'ve¨couldn't’‚A¥couldC¥could‚A£n'tC£not«couldn't've“‚A¥couldC¥could‚A£n'tC£not‚A£'veC¤have§couldnt’‚A¥couldC¥could‚A¢ntC£not©couldntve“‚A¥couldC¥could‚A¢ntC£not‚A¢veC¤haveªcouldn’t’‚A¥couldC¥could‚A¥n’tC£not¯couldn’t’ve“‚A¥couldC¥could‚A¥n’tC£not‚A¥â€™veC¤have§couldve’‚A¥couldC¥couldA¢veªcould’ve’‚A¥couldC¥couldA¥â€™ve§c’mon’‚A¥c’mC¤comeA¢on¢d.‘A¢d.§daren't’‚A¤dareC¤dare‚A£n'tC£not¦darent’‚A¤dareC¤dare‚A¢ntC£not©daren’t’‚A¤dareC¤dare‚A¥n’tC£not¦didn't’‚A£didC¢do‚A£n'tC£not©didn't've“‚A£didC¢do‚A£n'tC£not‚A£'veC¤have¥didnt’‚A£didC¢do‚A¢ntC£not§didntve“‚A£didC¢do‚A¢ntC£not‚A¢veC¤have¨didn’t’‚A£didC¢do‚A¥n’tC£not­didn’t’ve“‚A£didC¢do‚A¥n’tC£not‚A¥â€™veC¤have§doesn't’‚A¤doesC¤does‚A£n'tC£notªdoesn't've“‚A¤doesC¤does‚A£n'tC£not‚A£'veC¤have¦doesnt’‚A¤doesC¤does‚A¢ntC£not¨doesntve“‚A¤doesC¤does‚A¢ntC£not‚A¢veC¤have©doesn’t’‚A¤doesC¤does‚A¥n’tC£not®doesn’t’ve“‚A¤doesC¤does‚A¥n’tC£not‚A¥â€™veC¤have¤doin‘‚A¤doinC¥doing¥doin'‘‚A¥doin'C¥doing§doin’‘‚A§doin’C¥doing¥don't’‚A¢doC¢do‚A£n'tC£not¨don't've“‚A¢doC¢do‚A£n'tC£not‚A£'veC¤have¤dont’‚A¢doC¢do‚A¢ntC£not¦dontve“‚A¢doC¢do‚A¢ntC£not‚A¢veC¤have§don’t’‚A¢doC¢do‚A¥n’tC£not¬don’t’ve“‚A¢doC¢do‚A¥n’tC£not‚A¥â€™veC¤have¢e.‘A¢e.¤e.g.‘A¤e.g.¢em‘‚A¢emC¤them¢f.‘A¢f.¢g.‘A¢g.¤goin‘‚A¤goinC¥going¥goin'‘‚A¥goin'C¥going§goin’‘‚A§goin’C¥going¥gonna’‚A£gonC¥going‚A¢naC¢to¥gotta’A£got‚A¢taC¢to¢h.‘A¢h.¦hadn't’‚A£hadC¤have‚A£n'tC£not©hadn't've“‚A£hadC¤have‚A£n'tC£not‚A£'veC¤have¥hadnt’‚A£hadC¤have‚A¢ntC£not§hadntve“‚A£hadC¤have‚A¢ntC£not‚A¢veC¤have¨hadn’t’‚A£hadC¤have‚A¥n’tC£not­hadn’t’ve“‚A£hadC¤have‚A¥n’tC£not‚A¥â€™veC¤have¦hasn't’‚A£hasC£has‚A£n'tC£not¥hasnt’‚A£hasC£has‚A¢ntC£not¨hasn’t’‚A£hasC£has‚A¥n’tC£not§haven't’‚A¤haveC¤have‚A£n'tC£not¦havent’‚A¤haveC¤have‚A¢ntC£not©haven’t’‚A¤haveC¤have‚A¥n’tC£not¥havin‘‚A¥havinC¦having¦havin'‘‚A¦havin'C¦having¨havin’‘‚A¨havin’C¦having¤he'd’‚A¢heC¢he‚A¢'dC¢'d§he'd've“‚A¢heC¢he‚A¢'dC¥would‚A£'veC¤have¥he'll’‚A¢heC¢he‚A£'llC¤will¨he'll've“‚A¢heC¢he‚A£'llC¤will‚A£'veC¤have¤he's’‚A¢heC¢he‚A¢'sC¢'s£hed’‚A¢heC¢he‚A¡dC¢'d¥hedve“‚A¢heC¢he‚A¡dC¥would‚A¢veC¤have¦hellve“‚A¢heC¢he‚A¢llC¤will‚A¢veC¤have£hes’‚A¢heC¢heA¡s¦he’d’‚A¢heC¢he‚A¤â€™dC¢'d«he’d’ve“‚A¢heC¢he‚A¤â€™dC¥would‚A¥â€™veC¤have§he’ll’‚A¢heC¢he‚A¥â€™llC¤will¬he’ll’ve“‚A¢heC¢he‚A¥â€™llC¤will‚A¥â€™veC¤have¦he’s’‚A¢heC¢he‚A¤â€™sC¢'s¥how'd’‚A£howC£how‚A¢'dC¢'d¨how'd've“‚A£howC£how‚A¢'dC¥would‚A£'veC¤have§how'd'y“A£howA¢'d‚A¢'yC£you¦how'll’‚A£howC£how‚A£'llC¤will©how'll've“‚A£howC£how‚A£'llC¤will‚A£'veC¤have¦how're’‚A£howC£how‚A£'reC£are¥how's’‚A£howC£how‚A¢'sC¢'s¦how've’‚A£howC£howA£'ve¤howd’‚A£howC£how‚A¡dC¢'d¦howdve“‚A£howC£how‚A¡dC¥would‚A¢veC¤have¥howll’‚A£howC£how‚A¢llC¤will§howllve“‚A£howC£how‚A¢llC¤will‚A¢veC¤have¥howre’‚A£howC£how‚A¢reC£are¤hows’‚A£howC£howA¡s¥howve’A£how‚A¢veC¤have§how’d’‚A£howC£how‚A¤â€™dC¢'d¬how’d’ve“‚A£howC£how‚A¤â€™dC¥would‚A¥â€™veC¤have«how’d’y“A£howA¤â€™d‚A¤â€™yC£you¨how’ll’‚A£howC£how‚A¥â€™llC¤will­how’ll’ve“‚A£howC£how‚A¥â€™llC¤will‚A¥â€™veC¤have¨how’re’‚A£howC£how‚A¥â€™reC£are§how’s’‚A£howC£how‚A¤â€™sC¢'s¨how’ve’‚A£howC£howA¥â€™ve£i'd’‚A¡iC¡i‚A¢'dC¢'d¦i'd've“‚A¡iC¡i‚A¢'dC¥would‚A£'veC¤have¤i'll’‚A¡iC¡i‚A£'llC¤will§i'll've“‚A¡iC¡i‚A£'llC¤will‚A£'veC¤have£i'm’‚A¡iC¡i‚A¢'mC¢am¤i'ma“‚A¡iC¡i‚A¢'mC¢am‚A¡aC¥gonna¤i've’‚A¡iC¡i‚A£'veC¤have¢i.‘A¢i.¤i.e.‘A¤i.e.¢id’‚A¡iC¡i‚A¡dC¢'d¤idve“‚A¡iC¡i‚A¡dC¥would‚A¢veC¤have¥illve“‚A¡iC¡i‚A¢llC¤will‚A¢veC¤have¢im’‚A¡iC¡iA¡m£ima“‚A¡iC¡i‚A¡mC¢am‚A¡aC¥gonna¥isn't’‚A¢isC¢is‚A£n'tC£not¤isnt’‚A¢isC¢is‚A¢ntC£not§isn’t’‚A¢isC¢is‚A¥n’tC£not¤it'd’‚A¢itC¢it‚A¢'dC¢'d§it'd've“‚A¢itC¢it‚A¢'dC¥would‚A£'veC¤have¥it'll’‚A¢itC¢it‚A£'llC¤will¨it'll've“‚A¢itC¢it‚A£'llC¤will‚A£'veC¤have¤it's’‚A¢itC¢it‚A¢'sC¢'s£itd’‚A¢itC¢it‚A¡dC¢'d¥itdve“‚A¢itC¢it‚A¡dC¥would‚A¢veC¤have¤itll’‚A¢itC¢it‚A¢llC¤will¦itllve“‚A¢itC¢it‚A¢llC¤will‚A¢veC¤have¦it’d’‚A¢itC¢it‚A¤â€™dC¢'d«it’d’ve“‚A¢itC¢it‚A¤â€™dC¥would‚A¥â€™veC¤have§it’ll’‚A¢itC¢it‚A¥â€™llC¤will¬it’ll’ve“‚A¢itC¢it‚A¥â€™llC¤will‚A¥â€™veC¤have¦it’s’‚A¢itC¢it‚A¤â€™sC¢'s£ive’‚A¡iC¡i‚A¢veC¤have¥i’d’‚A¡iC¡i‚A¤â€™dC¢'dªi’d’ve“‚A¡iC¡i‚A¤â€™dC¥would‚A¥â€™veC¤have¦i’ll’‚A¡iC¡i‚A¥â€™llC¤will«i’ll’ve“‚A¡iC¡i‚A¥â€™llC¤will‚A¥â€™veC¤have¥i’m’‚A¡iC¡i‚A¤â€™mC¢am¦i’ma“‚A¡iC¡i‚A¤â€™mC¢am‚A¡aC¥gonna¦i’ve’‚A¡iC¡i‚A¥â€™veC¤have¢j.‘A¢j.¢k.‘A¢k.¢l.‘A¢l.¥let's’A£let‚A¢'sC¢us§let’s’A£let‚A¤â€™sC¢us¢ll‘‚A¢llC¤will¥lovin‘‚A¥lovinC¦loving¦lovin'‘‚A¦lovin'C¦loving¨lovin’‘‚A¨lovin’C¦loving¢m.‘A¢m.¥ma'am‘‚A¥ma'amC¥madam¦mayn't’‚A£mayC£may‚A£n'tC£not©mayn't've“‚A£mayC£may‚A£n'tC£not‚A£'veC¤have¥maynt’‚A£mayC£may‚A¢ntC£not§mayntve“‚A£mayC£may‚A¢ntC£not‚A¢veC¤have¨mayn’t’‚A£mayC£may‚A¥n’tC£not­mayn’t’ve“‚A£mayC£may‚A¥n’tC£not‚A¥â€™veC¤have§ma’am‘‚A§ma’amC¥madam¨might've’‚A¥mightC¥mightA£'ve¨mightn't’‚A¥mightC¥might‚A£n'tC£not«mightn't've“‚A¥mightC¥might‚A£n'tC£not‚A£'veC¤have§mightnt’‚A¥mightC¥might‚A¢ntC£not©mightntve“‚A¥mightC¥might‚A¢ntC£not‚A¢veC¤haveªmightn’t’‚A¥mightC¥might‚A¥n’tC£not¯mightn’t’ve“‚A¥mightC¥might‚A¥n’tC£not‚A¥â€™veC¤have§mightve’‚A¥mightC¥mightA¢veªmight’ve’‚A¥mightC¥mightA¥â€™ve§must've’‚A¤mustC¤mustA£'ve§mustn't’‚A¤mustC¤must‚A£n'tC£notªmustn't've“‚A¤mustC¤must‚A£n'tC£not‚A£'veC¤have¦mustnt’‚A¤mustC¤must‚A¢ntC£not¨mustntve“‚A¤mustC¤must‚A¢ntC£not‚A¢veC¤have©mustn’t’‚A¤mustC¤must‚A¥n’tC£not®mustn’t’ve“‚A¤mustC¤must‚A¥n’tC£not‚A¥â€™veC¤have¦mustve’‚A¤mustC¤mustA¢ve©must’ve’‚A¤mustC¤mustA¥â€™ve¢n.‘A¢n.§needn't’‚A¤needC¤need‚A£n'tC£notªneedn't've“‚A¤needC¤need‚A£n'tC£not‚A£'veC¤have¦neednt’‚A¤needC¤need‚A¢ntC£not¨needntve“‚A¤needC¤need‚A¢ntC£not‚A¢veC¤have©needn’t’‚A¤needC¤need‚A¥n’tC£not®needn’t’ve“‚A¤needC¤need‚A¥n’tC£not‚A¥â€™veC¤have¦not've’A£not‚A£'veC¤have¦nothin‘‚A¦nothinC§nothing§nothin'‘‚A§nothin'C§nothing©nothin’‘‚A©nothin’C§nothing¥notve’A£not‚A¢veC¤have¨not’ve’A£not‚A¥â€™veC¤have¤nuff‘‚A¤nuffC¦enough¦nuthin‘‚A¦nuthinC§nothing§nuthin'‘‚A§nuthin'C§nothing©nuthin’‘‚A©nuthin’C§nothing§o'clock‘‚A§o'clockC§o'clock¢o.‘A¢o.£o.0‘A£o.0£o.O‘A£o.O£o.o‘A£o.o£o_0‘A£o_0£o_O‘A£o_O£o_o‘A£o_o¢ol‘‚A¢olC£old£ol'‘‚A£ol'C£old¥ol’‘‚A¥ol’C£old¨oughtn't’‚A¥oughtC¥ought‚A£n'tC£not«oughtn't've“‚A¥oughtC¥ought‚A£n'tC£not‚A£'veC¤have§oughtnt’‚A¥oughtC¥ought‚A¢ntC£not©oughtntve“‚A¥oughtC¥ought‚A¢ntC£not‚A¢veC¤haveªoughtn’t’‚A¥oughtC¥ought‚A¥n’tC£not¯oughtn’t’ve“‚A¥oughtC¥ought‚A¥n’tC£not‚A¥â€™veC¤have©o’clock‘‚A©o’clockC§o'clock¢p.‘A¢p.¤p.m.‘A¤p.m.¢q.‘A¢q.¢r.‘A¢r.¢s.‘A¢s.¦shan't’‚A£shaC¥shall‚A£n'tC£not©shan't've“‚A£shaC¥shall‚A£n'tC£not‚A£'veC¤have¥shant’‚A£shaC¥shall‚A¢ntC£not§shantve“‚A£shaC¥shall‚A¢ntC£not‚A¢veC¤have¨shan’t’‚A£shaC¥shall‚A¥n’tC£not­shan’t’ve“‚A£shaC¥shall‚A¥n’tC£not‚A¥â€™veC¤have¥she'd’‚A£sheC£she‚A¢'dC¢'d¨she'd've“‚A£sheC£she‚A¢'dC¥would‚A£'veC¤have¦she'll’‚A£sheC£she‚A£'llC¤will©she'll've“‚A£sheC£she‚A£'llC¤will‚A£'veC¤have¥she's’‚A£sheC£she‚A¢'sC¢'s¦shedve“‚A£sheC£she‚A¡dC¥would‚A¢veC¤have§shellve“‚A£sheC£she‚A¢llC¤will‚A¢veC¤have¤shes’‚A£sheC£sheA¡s§she’d’‚A£sheC£she‚A¤â€™dC¢'d¬she’d’ve“‚A£sheC£she‚A¤â€™dC¥would‚A¥â€™veC¤have¨she’ll’‚A£sheC£she‚A¥â€™llC¤will­she’ll’ve“‚A£sheC£she‚A¥â€™llC¤will‚A¥â€™veC¤have§she’s’‚A£sheC£she‚A¤â€™sC¢'s©should've’‚A¦shouldC¦shouldA£'ve©shouldn't’‚A¦shouldC¦should‚A£n'tC£not¬shouldn't've“‚A¦shouldC¦should‚A£n'tC£not‚A£'veC¤have¨shouldnt’‚A¦shouldC¦should‚A¢ntC£notªshouldntve“‚A¦shouldC¦should‚A¢ntC£not‚A¢veC¤have«shouldn’t’‚A¦shouldC¦should‚A¥n’tC£not°shouldn’t’ve“‚A¦shouldC¦should‚A¥n’tC£not‚A¥â€™veC¤have¨shouldve’‚A¦shouldC¦shouldA¢ve«should’ve’‚A¦shouldC¦shouldA¥â€™ve¨somethin‘‚A¨somethinC©something©somethin'‘‚A©somethin'C©something«somethin’‘‚A«somethin’C©something¢t.‘A¢t.¦that'd’‚A¤thatC¤that‚A¢'dC¢'d©that'd've“‚A¤thatC¤that‚A¢'dC¥would‚A£'veC¤have§that'll’‚A¤thatC¤that‚A£'llC¤willªthat'll've“‚A¤thatC¤that‚A£'llC¤will‚A£'veC¤have¦that's’‚A¤thatC¤that‚A¢'sC¢'s¥thatd’‚A¤thatC¤that‚A¡dC¢'d§thatdve“‚A¤thatC¤that‚A¡dC¥would‚A¢veC¤have¦thatll’‚A¤thatC¤that‚A¢llC¤will¨thatllve“‚A¤thatC¤that‚A¢llC¤will‚A¢veC¤have¥thats’‚A¤thatC¤thatA¡s¨that’d’‚A¤thatC¤that‚A¤â€™dC¢'d­that’d’ve“‚A¤thatC¤that‚A¤â€™dC¥would‚A¥â€™veC¤have©that’ll’‚A¤thatC¤that‚A¥â€™llC¤will®that’ll’ve“‚A¤thatC¤that‚A¥â€™llC¤will‚A¥â€™veC¤have¨that’s’‚A¤thatC¤that‚A¤â€™sC¢'s§there'd’‚A¥thereC¥there‚A¢'dC¢'dªthere'd've“‚A¥thereC¥there‚A¢'dC¥would‚A£'veC¤have¨there'll’‚A¥thereC¥there‚A£'llC¤will«there'll've“‚A¥thereC¥there‚A£'llC¤will‚A£'veC¤have¨there're’‚A¥thereC¥there‚A£'reC£are§there's’‚A¥thereC¥there‚A¢'sC¢'s¨there've’‚A¥thereC¥thereA£'ve¦thered’‚A¥thereC¥there‚A¡dC¢'d¨theredve“‚A¥thereC¥there‚A¡dC¥would‚A¢veC¤have§therell’‚A¥thereC¥there‚A¢llC¤will©therellve“‚A¥thereC¥there‚A¢llC¤will‚A¢veC¤have§therere’‚A¥thereC¥there‚A¢reC£are¦theres’‚A¥thereC¥thereA¡s§thereve’A¥there‚A¢veC¤have©there’d’‚A¥thereC¥there‚A¤â€™dC¢'d®there’d’ve“‚A¥thereC¥there‚A¤â€™dC¥would‚A¥â€™veC¤haveªthere’ll’‚A¥thereC¥there‚A¥â€™llC¤will¯there’ll’ve“‚A¥thereC¥there‚A¥â€™llC¤will‚A¥â€™veC¤haveªthere’re’‚A¥thereC¥there‚A¥â€™reC£are©there’s’‚A¥thereC¥there‚A¤â€™sC¢'sªthere’ve’‚A¥thereC¥thereA¥â€™ve§these'd’‚A¥theseC¥these‚A¢'dC¢'dªthese'd've“‚A¥theseC¥these‚A¢'dC¥would‚A£'veC¤have¨these'll’‚A¥theseC¥these‚A£'llC¤will«these'll've“‚A¥theseC¥these‚A£'llC¤will‚A£'veC¤have¨these're’‚A¥theseC¥these‚A£'reC£are¨these've’‚A¥theseC¥theseA£'ve¦thesed’‚A¥theseC¥these‚A¡dC¢'d¨thesedve“‚A¥theseC¥these‚A¡dC¥would‚A¢veC¤have§thesell’‚A¥theseC¥these‚A¢llC¤will©thesellve“‚A¥theseC¥these‚A¢llC¤will‚A¢veC¤have§thesere’‚A¥theseC¥these‚A¢reC£are§theseve’A¥these‚A¢veC¤have©these’d’‚A¥theseC¥these‚A¤â€™dC¢'d®these’d’ve“‚A¥theseC¥these‚A¤â€™dC¥would‚A¥â€™veC¤haveªthese’ll’‚A¥theseC¥these‚A¥â€™llC¤will¯these’ll’ve“‚A¥theseC¥these‚A¥â€™llC¤will‚A¥â€™veC¤haveªthese’re’‚A¥theseC¥these‚A¥â€™reC£areªthese’ve’‚A¥theseC¥theseA¥â€™ve¦they'd’‚A¤theyC¤they‚A¢'dC¢'d©they'd've“‚A¤theyC¤they‚A¢'dC¥would‚A£'veC¤have§they'll’‚A¤theyC¤they‚A£'llC¤willªthey'll've“‚A¤theyC¤they‚A£'llC¤will‚A£'veC¤have§they're’‚A¤theyC¤they‚A£'reC£are§they've’‚A¤theyC¤they‚A£'veC¤have¥theyd’‚A¤theyC¤they‚A¡dC¢'d§theydve“‚A¤theyC¤they‚A¡dC¥would‚A¢veC¤have¦theyll’‚A¤theyC¤they‚A¢llC¤will¨theyllve“‚A¤theyC¤they‚A¢llC¤will‚A¢veC¤have¦theyre’‚A¤theyC¤they‚A¢reC£are¦theyve’‚A¤theyC¤they‚A¢veC¤have¨they’d’‚A¤theyC¤they‚A¤â€™dC¢'d­they’d’ve“‚A¤theyC¤they‚A¤â€™dC¥would‚A¥â€™veC¤have©they’ll’‚A¤theyC¤they‚A¥â€™llC¤will®they’ll’ve“‚A¤theyC¤they‚A¥â€™llC¤will‚A¥â€™veC¤have©they’re’‚A¤theyC¤they‚A¥â€™reC£are©they’ve’‚A¤theyC¤they‚A¥â€™veC¤have¦this'd’‚A¤thisC¤this‚A¢'dC¢'d©this'd've“‚A¤thisC¤this‚A¢'dC¥would‚A£'veC¤have§this'll’‚A¤thisC¤this‚A£'llC¤willªthis'll've“‚A¤thisC¤this‚A£'llC¤will‚A£'veC¤have¦this's’‚A¤thisC¤this‚A¢'sC¢'s¥thisd’‚A¤thisC¤this‚A¡dC¢'d§thisdve“‚A¤thisC¤this‚A¡dC¥would‚A¢veC¤have¦thisll’‚A¤thisC¤this‚A¢llC¤will¨thisllve“‚A¤thisC¤this‚A¢llC¤will‚A¢veC¤have¥thiss’‚A¤thisC¤thisA¡s¨this’d’‚A¤thisC¤this‚A¤â€™dC¢'d­this’d’ve“‚A¤thisC¤this‚A¤â€™dC¥would‚A¥â€™veC¤have©this’ll’‚A¤thisC¤this‚A¥â€™llC¤will®this’ll’ve“‚A¤thisC¤this‚A¥â€™llC¤will‚A¥â€™veC¤have¨this’s’‚A¤thisC¤this‚A¤â€™sC¢'s§those'd’‚A¥thoseC¥those‚A¢'dC¢'dªthose'd've“‚A¥thoseC¥those‚A¢'dC¥would‚A£'veC¤have¨those'll’‚A¥thoseC¥those‚A£'llC¤will«those'll've“‚A¥thoseC¥those‚A£'llC¤will‚A£'veC¤have¨those're’‚A¥thoseC¥those‚A£'reC£are¨those've’‚A¥thoseC¥thoseA£'ve¦thosed’‚A¥thoseC¥those‚A¡dC¢'d¨thosedve“‚A¥thoseC¥those‚A¡dC¥would‚A¢veC¤have§thosell’‚A¥thoseC¥those‚A¢llC¤will©thosellve“‚A¥thoseC¥those‚A¢llC¤will‚A¢veC¤have§thosere’‚A¥thoseC¥those‚A¢reC£are§thoseve’A¥those‚A¢veC¤have©those’d’‚A¥thoseC¥those‚A¤â€™dC¢'d®those’d’ve“‚A¥thoseC¥those‚A¤â€™dC¥would‚A¥â€™veC¤haveªthose’ll’‚A¥thoseC¥those‚A¥â€™llC¤will¯those’ll’ve“‚A¥thoseC¥those‚A¥â€™llC¤will‚A¥â€™veC¤haveªthose’re’‚A¥thoseC¥those‚A¥â€™reC£areªthose’ve’‚A¥thoseC¥thoseA¥â€™ve¢u.‘A¢u.¢v.‘A¢v.¤v.s.‘A¤v.s.£v.v‘A£v.v£v_v‘A£v_v£vs.‘A£vs.¢w.‘A¢w.£w/o‘‚A£w/oC§without¦wasn't’‚A£wasC£was‚A£n'tC£not¥wasnt’‚A£wasC£was‚A¢ntC£not¨wasn’t’‚A£wasC£was‚A¥n’tC£not¤we'd’‚A¢weC¢we‚A¢'dC¢'d§we'd've“‚A¢weC¢we‚A¢'dC¥would‚A£'veC¤have¥we'll’‚A¢weC¢we‚A£'llC¤will¨we'll've“‚A¢weC¢we‚A£'llC¤will‚A£'veC¤have¥we're’‚A¢weC¢we‚A£'reC£are¥we've’‚A¢weC¢we‚A£'veC¤have£wed’‚A¢weC¢we‚A¡dC¢'d¥wedve“‚A¢weC¢we‚A¡dC¥would‚A¢veC¤have¦wellve“‚A¢weC¢we‚A¢llC¤will‚A¢veC¤have§weren't’‚A¤wereC¤were‚A£n'tC£not¦werent’‚A¤wereC¤were‚A¢ntC£not©weren’t’‚A¤wereC¤were‚A¥n’tC£not¤weve’‚A¢weC¢we‚A¢veC¤have¦we’d’‚A¢weC¢we‚A¤â€™dC¢'d«we’d’ve“‚A¢weC¢we‚A¤â€™dC¥would‚A¥â€™veC¤have§we’ll’‚A¢weC¢we‚A¥â€™llC¤will¬we’ll’ve“‚A¢weC¢we‚A¥â€™llC¤will‚A¥â€™veC¤have§we’re’‚A¢weC¢we‚A¥â€™reC£are§we’ve’‚A¢weC¢we‚A¥â€™veC¤have¦what'd’‚A¤whatC¤what‚A¢'dC¢'d©what'd've“‚A¤whatC¤what‚A¢'dC¥would‚A£'veC¤have§what'll’‚A¤whatC¤what‚A£'llC¤willªwhat'll've“‚A¤whatC¤what‚A£'llC¤will‚A£'veC¤have§what're’‚A¤whatC¤what‚A£'reC£are¦what's’‚A¤whatC¤what‚A¢'sC¢'s§what've’‚A¤whatC¤whatA£'ve¥whatd’‚A¤whatC¤what‚A¡dC¢'d§whatdve“‚A¤whatC¤what‚A¡dC¥would‚A¢veC¤have¦whatll’‚A¤whatC¤what‚A¢llC¤will¨whatllve“‚A¤whatC¤what‚A¢llC¤will‚A¢veC¤have¦whatre’‚A¤whatC¤what‚A¢reC£are¥whats’‚A¤whatC¤whatA¡s¦whatve’A¤what‚A¢veC¤have¨what’d’‚A¤whatC¤what‚A¤â€™dC¢'d­what’d’ve“‚A¤whatC¤what‚A¤â€™dC¥would‚A¥â€™veC¤have©what’ll’‚A¤whatC¤what‚A¥â€™llC¤will®what’ll’ve“‚A¤whatC¤what‚A¥â€™llC¤will‚A¥â€™veC¤have©what’re’‚A¤whatC¤what‚A¥â€™reC£are¨what’s’‚A¤whatC¤what‚A¤â€™sC¢'s©what’ve’‚A¤whatC¤whatA¥â€™ve¦when'd’‚A¤whenC¤when‚A¢'dC¢'d©when'd've“‚A¤whenC¤when‚A¢'dC¥would‚A£'veC¤have§when'll’‚A¤whenC¤when‚A£'llC¤willªwhen'll've“‚A¤whenC¤when‚A£'llC¤will‚A£'veC¤have§when're’‚A¤whenC¤when‚A£'reC£are¦when's’‚A¤whenC¤when‚A¢'sC¢'s§when've’‚A¤whenC¤whenA£'ve¥whend’‚A¤whenC¤when‚A¡dC¢'d§whendve“‚A¤whenC¤when‚A¡dC¥would‚A¢veC¤have¦whenll’‚A¤whenC¤when‚A¢llC¤will¨whenllve“‚A¤whenC¤when‚A¢llC¤will‚A¢veC¤have¦whenre’‚A¤whenC¤when‚A¢reC£are¥whens’‚A¤whenC¤whenA¡s¦whenve’A¤when‚A¢veC¤have¨when’d’‚A¤whenC¤when‚A¤â€™dC¢'d­when’d’ve“‚A¤whenC¤when‚A¤â€™dC¥would‚A¥â€™veC¤have©when’ll’‚A¤whenC¤when‚A¥â€™llC¤will®when’ll’ve“‚A¤whenC¤when‚A¥â€™llC¤will‚A¥â€™veC¤have©when’re’‚A¤whenC¤when‚A¥â€™reC£are¨when’s’‚A¤whenC¤when‚A¤â€™sC¢'s©when’ve’‚A¤whenC¤whenA¥â€™ve§where'd’‚A¥whereC¥where‚A¢'dC¢'dªwhere'd've“‚A¥whereC¥where‚A¢'dC¥would‚A£'veC¤have¨where'll’‚A¥whereC¥where‚A£'llC¤will«where'll've“‚A¥whereC¥where‚A£'llC¤will‚A£'veC¤have¨where're’‚A¥whereC¥where‚A£'reC£are§where's’‚A¥whereC¥where‚A¢'sC¢'s¨where've’‚A¥whereC¥whereA£'ve¦whered’‚A¥whereC¥where‚A¡dC¢'d¨wheredve“‚A¥whereC¥where‚A¡dC¥would‚A¢veC¤have§wherell’‚A¥whereC¥where‚A¢llC¤will©wherellve“‚A¥whereC¥where‚A¢llC¤will‚A¢veC¤have§wherere’‚A¥whereC¥where‚A¢reC£are¦wheres’‚A¥whereC¥whereA¡s§whereve’A¥where‚A¢veC¤have©where’d’‚A¥whereC¥where‚A¤â€™dC¢'d®where’d’ve“‚A¥whereC¥where‚A¤â€™dC¥would‚A¥â€™veC¤haveªwhere’ll’‚A¥whereC¥where‚A¥â€™llC¤will¯where’ll’ve“‚A¥whereC¥where‚A¥â€™llC¤will‚A¥â€™veC¤haveªwhere’re’‚A¥whereC¥where‚A¥â€™reC£are©where’s’‚A¥whereC¥where‚A¤â€™sC¢'sªwhere’ve’‚A¥whereC¥whereA¥â€™ve¥who'd’‚A£whoC£who‚A¢'dC¢'d¨who'd've“‚A£whoC£who‚A¢'dC¥would‚A£'veC¤have¦who'll’‚A£whoC£who‚A£'llC¤will©who'll've“‚A£whoC£who‚A£'llC¤will‚A£'veC¤have¦who're’‚A£whoC£who‚A£'reC£are¥who's’‚A£whoC£who‚A¢'sC¢'s¦who've’‚A£whoC£whoA£'ve¤whod’‚A£whoC£who‚A¡dC¢'d¦whodve“‚A£whoC£who‚A¡dC¥would‚A¢veC¤have¥wholl’‚A£whoC£who‚A¢llC¤will§whollve“‚A£whoC£who‚A¢llC¤will‚A¢veC¤have¤whos’‚A£whoC£whoA¡s¥whove’A£who‚A¢veC¤have§who’d’‚A£whoC£who‚A¤â€™dC¢'d¬who’d’ve“‚A£whoC£who‚A¤â€™dC¥would‚A¥â€™veC¤have¨who’ll’‚A£whoC£who‚A¥â€™llC¤will­who’ll’ve“‚A£whoC£who‚A¥â€™llC¤will‚A¥â€™veC¤have¨who’re’‚A£whoC£who‚A¥â€™reC£are§who’s’‚A£whoC£who‚A¤â€™sC¢'s¨who’ve’‚A£whoC£whoA¥â€™ve¥why'd’‚A£whyC£why‚A¢'dC¢'d¨why'd've“‚A£whyC£why‚A¢'dC¥would‚A£'veC¤have¦why'll’‚A£whyC£why‚A£'llC¤will©why'll've“‚A£whyC£why‚A£'llC¤will‚A£'veC¤have¦why're’‚A£whyC£why‚A£'reC£are¥why's’‚A£whyC£why‚A¢'sC¢'s¦why've’‚A£whyC£whyA£'ve¤whyd’‚A£whyC£why‚A¡dC¢'d¦whydve“‚A£whyC£why‚A¡dC¥would‚A¢veC¤have¥whyll’‚A£whyC£why‚A¢llC¤will§whyllve“‚A£whyC£why‚A¢llC¤will‚A¢veC¤have¥whyre’‚A£whyC£why‚A¢reC£are¤whys’‚A£whyC£whyA¡s¥whyve’A£why‚A¢veC¤have§why’d’‚A£whyC£why‚A¤â€™dC¢'d¬why’d’ve“‚A£whyC£why‚A¤â€™dC¥would‚A¥â€™veC¤have¨why’ll’‚A£whyC£why‚A¥â€™llC¤will­why’ll’ve“‚A£whyC£why‚A¥â€™llC¤will‚A¥â€™veC¤have¨why’re’‚A£whyC£why‚A¥â€™reC£are§why’s’‚A£whyC£why‚A¤â€™sC¢'s¨why’ve’‚A£whyC£whyA¥â€™ve¥won't’‚A¢woC¤will‚A£n'tC£not¨won't've“‚A¢woC¤will‚A£n'tC£not‚A£'veC¤have¤wont’‚A¢woC¤will‚A¢ntC£not¦wontve“‚A¢woC¤will‚A¢ntC£not‚A¢veC¤have§won’t’‚A¢woC¤will‚A¥n’tC£not¬won’t’ve“‚A¢woC¤will‚A¥n’tC£not‚A¥â€™veC¤have¨would've’‚A¥wouldC¥wouldA£'ve¨wouldn't’‚A¥wouldC¥would‚A£n'tC£not«wouldn't've“‚A¥wouldC¥would‚A£n'tC£not‚A£'veC¤have§wouldnt’‚A¥wouldC¥would‚A¢ntC£not©wouldntve“‚A¥wouldC¥would‚A¢ntC£not‚A¢veC¤haveªwouldn’t’‚A¥wouldC¥would‚A¥n’tC£not¯wouldn’t’ve“‚A¥wouldC¥would‚A¥n’tC£not‚A¥â€™veC¤have§wouldve’‚A¥wouldC¥wouldA¢veªwould’ve’‚A¥wouldC¥wouldA¥â€™ve¢x.‘A¢x.¢xD‘A¢xD£xDD‘A£xDD¥y'all’‚A¢y'C£youA£all¢y.‘A¢y.¤yall’‚A¡yC£youA£all¥you'd’‚A£youC£you‚A¢'dC¢'d¨you'd've“‚A£youC£you‚A¢'dC¥would‚A£'veC¤have¦you'll’‚A£youC£you‚A£'llC¤will©you'll've“‚A£youC£you‚A£'llC¤will‚A£'veC¤have¦you're’‚A£youC£you‚A£'reC£are¦you've’‚A£youC£you‚A£'veC¤have¤youd’‚A£youC£you‚A¡dC¢'d¦youdve“‚A£youC£you‚A¡dC¥would‚A¢veC¤have¥youll’‚A£youC£you‚A¢llC¤will§youllve“‚A£youC£you‚A¢llC¤will‚A¢veC¤have¥youre’‚A£youC£you‚A¢reC£are¥youve’‚A£youC£you‚A¢veC¤have§you’d’‚A£youC£you‚A¤â€™dC¢'d¬you’d’ve“‚A£youC£you‚A¤â€™dC¥would‚A¥â€™veC¤have¨you’ll’‚A£youC£you‚A¥â€™llC¤will­you’ll’ve“‚A£youC£you‚A¥â€™llC¤will‚A¥â€™veC¤have¨you’re’‚A£youC£you‚A¥â€™reC£are¨you’ve’‚A£youC£you‚A¥â€™veC¤have§y’all’‚A¤y’C£youA£all¢z.‘A¢z.¢Â ‘‚A¢Â C¢ «Â¯\(ツ)/¯‘A«Â¯\(ツ)/¯¤Â°C.“A¢Â°A¡CA¡.¤Â°F.“A¢Â°A¡FA¡.¤Â°K.“A¢Â°A¡KA¡.¤Â°c.“A¢Â°A¡cA¡.¤Â°f.“A¢Â°A¡fA¡.¤Â°k.“A¢Â°A¡kA¡.£Ã¤.‘A£Ã¤.£Ã¶.‘A£Ã¶.£Ã¼.‘A£Ã¼.§à² _ಠ‘A§à² _ಠ©à² ï¸µà² ‘A©à² ï¸µà² £â€”‘A£â€”¤â€˜S‘‚A¤â€˜SC¢'s¤â€˜s‘‚A¤â€˜sC¢'s£â€™‘A£â€™¨â€™Cause‘‚A¨â€™CauseC§because¦â€™Cos‘‚A¦â€™CosC§because¦â€™Coz‘‚A¦â€™CozC§because¦â€™Cuz‘‚A¦â€™CuzC§because¤â€™S‘‚A¤â€™SC¢'s§â€™bout‘‚A§â€™boutC¥about¨â€™cause‘‚A¨â€™causeC§because¦â€™cos‘‚A¦â€™cosC§because¦â€™coz‘‚A¦â€™cozC§because¦â€™cuz‘‚A¦â€™cuzC§because¤â€™d‘A¤â€™d¥â€™em‘‚A¥â€™emC¤them¥â€™ll‘‚A¥â€™llC¤will§â€™nuff‘‚A§â€™nuffC¦enough¥â€™re‘‚A¥â€™reC£are¤â€™s‘‚A¤â€™sC¢'s¦â€™â€™‘A¦â€™â€™±faster_heuristicsà \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/transformer/cfg b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/transformer/cfg new file mode 100644 index 0000000000000000000000000000000000000000..49e87fa2939155f6c67351f544b111359a0ce279 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/transformer/cfg @@ -0,0 +1,3 @@ +{ + "max_batch_items":4096 +} \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/transformer/model b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/transformer/model new file mode 100644 index 0000000000000000000000000000000000000000..e9a071ca57cfc4444d3ec394bd93f1842a55bf86 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/transformer/model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267ae7df09b5b8e9ebc51e80185d897b06e1e86b4fa2598403195f4dd0e24aec +size 502027905 diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/vocab/key2row b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/vocab/key2row new file mode 100644 index 0000000000000000000000000000000000000000..5416677bc7dab0c8bec3f5bf44d7d28b4ff73b13 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/vocab/key2row @@ -0,0 +1 @@ +€ \ No newline at end of file diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/vocab/lookups.bin b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/vocab/lookups.bin new file mode 100644 index 0000000000000000000000000000000000000000..c66317f8d354f32911b0beb802a18ab12b6507c9 --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/vocab/lookups.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71 +size 1 diff --git a/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/vocab/strings.json b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/vocab/strings.json new file mode 100644 index 0000000000000000000000000000000000000000..73b2a73df6af71c97fdcfddbfeac23b94ddb65dc --- /dev/null +++ b/reply classification-20250107T052251Z-001/reply classification/trf_output_v2/model-last/vocab/strings.json @@ -0,0 +1,32284 @@ +[ + "\t", + "\t\t\t", + "\t\t\n", + "\n", + "\n\t\t\t\t", + "\n\t\t\t\t\t\n", + "\n\t\t\t\t\n", + "\n\n", + "\n\n\n", + "\n\n\n\n", + "\n\n\n\n\n", + "\n\n\n\n\n\n\n\n\n\n\n\n", + "\n\n\n\n\n\n ", + "\n\n\n\n ", + "\n\n\n\n \n\n", + "\n\n\n\n \n\n \n\n", + "\n\n ", + "\n\n \n\n ", + "\n\n ", + "\n\n \n\n\n", + "\n\n \n\n \n \n ", + "\n\n \n\n \n\n \n\n ", + "\n\n ", + "\n\n\u00a0 ", + "\n ", + "\n \n", + "\n \n ", + "\n ", + "\n\u00a0 ", + " ", + " \n", + " \n\n", + " \n\n\n", + " \n\n\n\n ", + " \n\n ", + " \n ", + " ", + " \n\n\n", + " \n\n\n\n", + " \n\n\n\n\n", + " ", + " \n\n", + " \n\n\n", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "!", + "!!1", + "!\"-", + "\"", + "\"(\u903c", + "\"XL", + "\"ip", + "\"xl", + "#", + "$", + "%", + "%85", + "&", + "&t2", + "'", + "''", + "'-(", + "'-)", + "'Cause", + "'Cos", + "'Coz", + "'Cuz", + "'S", + "'X", + "'Xxx", + "'Xxxxx", + "'am", + "'bout", + "'cause", + "'cos", + "'coz", + "'cuz", + "'d", + "'ed", + "'em", + "'ll", + "'m", + "'nuff", + "'re", + "'rs", + "'s", + "'th", + "'ve", + "'x", + "'xx", + "'xxx", + "'xxxx", + "'y", + "(", + "(((", + "(*>", + "(*_*)", + "(-8", + "(-:", + "(-;", + "(-_-)", + "(-d", + "(._.)", + "(:", + "(;", + "(=", + "(>_<)", + "(Us", + "(WE", + "(^_^)", + "(as", + "(o:", + "(us", + "(we", + "(x:", + "(x_x)", + "(\u00ac_\u00ac)", + "(\u0ca0_\u0ca0)", + "(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35\u253b\u2501\u253b", + ")", + ")\"-", + ")))", + ")-:", + ")/\u00af", + "):", + "*", + "**/", + "+", + "+++", + "+0000", + "+10", + "+1188", + "+1300", + "+1xxxxxxxxxx", + "+20", + "+4d", + "+6", + "+800", + "+CR", + "+DL", + "+GB", + "+JP", + "+RN", + "+cr", + "+d", + "+dd", + "+ddd", + "+dddd", + "+dl", + "+dxxxx", + "+gb", + "+jp", + "+rn", + ",", + ",+1", + ",00", + "-", + "-((", + "-))", + "--", + "---", + "----", + "----------------", + "-----------------------------------------", + "--------------------------------------------------------------------------------", + "------------YWJkMTQzNDcw", + "------------YWJkMTQzNDcw--", + "------------ywjkmtqzndcw", + "------------ywjkmtqzndcw--", + "-----BEGIN", + "-----END", + "-----begin", + "-----end", + "----XXX", + "----XXXX", + "----XXXxXXXxXXxx", + "----XXXxXXXxXXxx--", + "----xxx", + "----xxxx", + "----xxxx--", + "--current", + "--dbms", + "--dbs", + "--demangle", + "--dompdf", + "--flush", + "--hex", + "--inject", + "--length", + "--level=5", + "--no", + "--num", + "--random", + "--risk=3", + "--string=\"XL", + "--string=\"xl", + "--tamper", + "--threads", + "--time", + "--url=\"ip", + "--wordlist", + "--xx", + "--xxx", + "--xxx=\"xx", + "--xxxx", + "--xxxx=\"XX", + "--xxxx=\"xx", + "--xxxx=d", + "--|", + "-/", + "-/**/", + "-0", + "-1", + "-1k", + "-2", + "-20", + "-2016", + "-3", + "-47", + "-5", + "-50", + "-6n", + "-8", + "-900k", + "->Telegram<-", + "->Xxxxx<-", + "->telegram<-", + "->xxxx<-", + "-BOA", + "-Builder", + "-CAPITOL", + "-CHASE", + "-COMPLETE", + "-D", + "-DB", + "-Dark", + "-I", + "-I'm", + "-ID", + "-Manual", + "-O", + "-P", + "-Panel", + "-Q", + "-Systeme", + "-TRUIST", + "-VPN", + "-WELLS", + "-X", + "-X'x", + "-XXX", + "-XXXX", + "-Xxxx", + "-Xxxxx", + "-_-", + "-__-", + "-bit", + "-boa", + "-builder", + "-c", + "-capitol", + "-chase", + "-co", + "-complete", + "-d", + "-dark", + "-db", + "-dddd", + "-dddx", + "-dx", + "-https://magicproducts.sellix.io/", + "-i", + "-i'm", + "-id", + "-ik", + "-l", + "-l/--length", + "-lurlmon", + "-mail", + "-manual", + "-n", + "-n/--num", + "-no", + "-o", + "-on", + "-p", + "-panel", + "-q", + "-rep", + "-schizo", + "-systeme", + "-t", + "-truist", + "-u", + "-v3", + "-vpn", + "-w", + "-w/--wordlist", + "-wells", + "-x", + "-x'x", + "-x/--xxx", + "-x/--xxxx", + "-xd", + "-xx", + "-xxx", + "-xxxx", + "-xxxx://xxxx.xxxx.xx/", + "-|", + "-\u041f\u041e\u041b\u041d\u041e\u0415", + "-\u043f\u043e\u043b\u043d\u043e\u0435", + "-\u0442\u043e", + "-\u261a-", + "-\u26a1/", + ".", + "..", + "...", + "....", + ".....", + "......", + ".......", + "..........", + "...........", + ".................", + ".....................", + ".........................", + "..................................", + "./", + "./scripts", + "./xxxx", + ".0", + ".00", + ".01", + ".04", + ".05", + ".08", + ".10", + ".11", + ".12", + ".13", + ".14", + ".15", + ".16", + ".17", + ".18", + ".19", + ".20", + ".21", + ".22", + ".23", + ".24", + ".25", + ".26", + ".27", + ".28", + ".29", + ".30", + ".31", + ".32", + ".33", + ".34", + ".35", + ".36", + ".37", + ".38", + ".39", + ".40", + ".41", + ".42", + ".43", + ".44", + ".45", + ".46", + ".47", + ".48", + ".49", + ".50", + ".51", + ".52", + ".53", + ".54", + ".55", + ".56", + ".57", + ".58", + ".59", + ".5L", + ".5l", + ".60", + ".61", + ".62", + ".63", + ".64", + ".65", + ".66", + ".67", + ".68", + ".69", + ".70", + ".71", + ".72", + ".73", + ".74", + ".75", + ".76", + ".77", + ".78", + ".79", + ".80", + ".81", + ".82", + ".83", + ".84", + ".85", + ".86", + ".87", + ".88", + ".89", + ".90", + ".91", + ".92", + ".93", + ".94", + ".95", + ".96", + ".97", + ".98", + ".99", + ".A.", + ".B.", + ".BE", + ".C.", + ".D.", + ".DE", + ".E.", + ".Edu(mail", + ".G.", + ".H.", + ".IO", + ".J.", + ".LI", + ".M.", + ".S.", + ".SE", + ".So", + ".U.", + ".Xxx(xxxx", + ".Y.", + "._.", + ".a.", + ".ajax", + ".au", + ".b.", + ".be", + ".br", + ".c.", + ".ca", + ".cc", + ".cm", + ".co", + ".com", + ".cr", + ".d", + ".db", + ".de", + ".do", + ".e.", + ".each(urls", + ".ec", + ".edu(mail", + ".es", + ".eu", + ".fm", + ".fr", + ".g.", + ".gg", + ".hr", + ".id", + ".if", + ".im", + ".in", + ".io", + ".is", + ".jo", + ".jp", + ".li", + ".m", + ".m.", + ".md", + ".me", + ".mx", + ".no", + ".nz", + ".onion", + ".pem", + ".pl", + ".pw", + ".py", + ".ru", + ".s.", + ".sc", + ".se", + ".so", + ".then((response", + ".then(async", + ".to", + ".tr", + ".tv", + ".txt", + ".u.", + ".uk", + ".url", + ".vc", + ".vn", + ".ws", + ".x", + ".xinitrc", + ".xx", + ".xxx", + ".xxx(xxxx", + ".xxxx", + ".xxxx((xxxx", + ".xxxx(xxxx", + ".\u0438\u043c", + "/", + "/*/", + "//", + "//*/", + "/06", + "/10", + "/11", + "/22", + "/23", + "/26", + "/3", + "/59", + "/>>Help", + "132.251.135.14:3389>>>Help;hquispe;back238", + "132.251.135.14:3389>>>back238", + "132.251.135.14:3389>>>help", + "132.251.135.14:3389>>>help;hquispe;back238", + "132.251.135.14:3389>>>hquispe", + "133", + "134", + "134.101.174.5", + "134.101.222.178", + "134.102.44.193", + "134.106.186.116", + "134.247.0.45", + "134.247.0.46", + "134.247.10.66", + "134.247.13.150", + "134.247.172.26", + "134.76.241.7", + "134.91.134.2", + "134.91.6.189", + "134.91.7.189", + "134.93.123.203", + "135", + "135.125.224.179", + "135.37k", + "135056238990852096", + "136", + "137", + "137.221.37.130", + "137.221.37.134", + "137.221.39.40", + "138", + "138.124.150.69", + "138.124.151.33", + "139", + "139.1.128.219", + "139.17.7.5", + "139.28.245.11", + "139.4.50.98", + "13b1dbf4fd9c264dadb9d463833881a0d46ea8cfc3233ee41d91012250f53f76", + "13e", + "13inch", + "13k", + "14", + "14.02k", + "14.35k", + "14/02/22", + "140", + "1402", + "141", + "141.10.48.36", + "141.17.49.10", + "141.2.253.17", + "141.31.128.5", + "141.58.145.250", + "141.58.15.135", + "141.58.2.249", + "141.68.233.114", + "141.80.236.1", + "141.91.210.146", + "141.91.210.172", + "141.91.211.10", + "141.91.211.190", + "1417", + "142", + "143", + "144", + "144.208.212.50", + "144.24.171.17", + "145", + "145.14.231.120", + "145.253.111.115", + "145.253.118.100", + "145.253.118.30", + "145.253.128.238", + "145.253.135.30", + "145.253.141.131", + "145.253.141.132", + "145.253.148.34", + "145.253.158.148", + "145.253.158.254", + "145.253.162.78", + "145.253.170.140", + "145.253.173.34", + "145.253.175.140", + "145.253.181.100", + "145.253.206.78", + "145.253.227.87", + "145.253.237.44", + "145.253.242.188", + "145.253.242.196", + "145.253.245.2", + "145.253.246.195", + "145.253.248.166", + "145.253.66.66", + "145.253.75.34", + "145.253.94.242", + "145.253.94.243", + "145.253.98.102", + "145.253.98.104", + "145.253.98.98", + "145.253.99.46", + "145.87k", + "146", + "146.0.119.165", + "146.234.10.106", + "146.234.10.149", + "146.234.10.96", + "146.234.10.97", + "146.234.199.74", + "146.234.6.158", + "146.234.86.155", + "146.37k", + "146.52.49.220", + "147", + "148", + "148.153.115.42", + "149", + "149.154.149.12", + "149.224.163.73", + "149.233.157.101", + "149.233.165.252", + "149.233.5.128", + "149.6.139.3", + "149.6.140.130", + "149.6.140.146", + "14k", + "14kk", + "14th", + "15", + "15,000", + "15.01k", + "15/02/2023", + "15/05/2023", + "150", + "150.230.147.216", + "1500", + "151", + "151.189.129.162", + "151.248.101.129", + "151.248.101.181", + "151.252.124.41", + "152", + "152.101.81.81", + "153", + "153.92.81.94", + "153.92.92.149", + "153.92.93.10", + "15330.20196", + "153by6N4PPwfxoNkvP7c2uijPAq4XTi429", + "153by6n4ppwfxonkvp7c2uijpaq4xti429", + "154", + "154.14.101.242", + "154.14.170.106", + "154.14.171.6", + "154.14.192.106", + "154.14.192.114", + "154.14.194.138", + "154.14.194.18", + "154.14.195.98", + "154.14.196.34", + "154.14.198.18", + "154.14.31.186", + "154.14.47.70", + "154.14.64.94", + "154.52.0.104", + "154.52.0.109", + "154.52.0.110", + "154.52.0.117", + "154.52.0.120", + "154.52.0.128", + "154.52.0.136", + "154.52.0.143", + "154.52.0.145", + "154.52.0.151", + "154.52.0.153", + "154.52.0.154", + "154.52.0.156", + "154.52.0.17", + "154.52.0.19", + "154.52.0.194", + "154.52.0.196", + "154.52.0.202", + "154.52.0.204", + "154.52.0.207", + "154.52.0.216", + "154.52.0.218", + "154.52.0.222", + "154.52.0.223", + "154.52.0.230", + "154.52.0.243", + "154.52.0.25", + "154.52.0.26", + "154.52.0.29", + "154.52.0.32", + "154.52.0.33", + "154.52.0.45", + "154.52.0.46", + "154.52.0.47", + "154.52.0.49", + "154.52.0.50", + "154.52.0.58", + "154.52.0.66", + "154.52.0.68", + "154.52.0.72", + "154.52.0.77", + "154.52.0.85", + "154.52.0.87", + "155", + "155a5d45482cf29592bda58a268beab8b41064a4741d921d2868a22ff4302b40:5gFdhs1zYi8kXjdw:2", + "155a5d45482cf29592bda58a268beab8b41064a4741d921d2868a22ff4302b40:5gfdhs1zyi8kxjdw:2", + "156", + "156.67.160.139", + "156.67.165.12", + "156.67.167.86", + "156.67.168.2", + "156.67.168.237", + "156.67.172.224", + "156.67.176.138", + "156.67.176.37", + "156.67.178.250", + "156.67.180.144", + "156.67.181.2", + "156.67.181.4", + "156.67.183.252", + "156.67.187.230", + "156.67.190.221", + "156.67.190.245", + "156.67.224.38", + "156.67.224.42", + "156.67.224.45", + "157", + "157.90.84.251", + "157.97.98.21", + "157.97.98.8", + "158", + "159", + "159.69.226.254", + "159.69.227.218", + "159.69.231.204", + "15:00", + "15D", + "15_4_1", + "15d", + "15k", + "15th", + "16", + "16*d27ca94e71564c7e3ca651083008301a*d683d0067eafe5edbf7d10f5d37eee3a*397fda80cd7641af7c94ee505b819a596c8e549927340be11796dee0fc67b508", + "16.6.4", + "16.60k", + "16.7", + "16/", + "16/02/2023", + "16/2", + "16/7", + "160", + "160.44.229.173", + "161", + "161.156.126.18", + "161190", + "162", + "162.255.49.43", + "162.43.146.7", + "162.55.33.188", + "163", + "164", + "164.138.195.67", + "164.138.195.70", + "165", + "166", + "167", + "167.235.100.232", + "1676476724|star7|Fullshot77|Lobby|en_US|", + "1676476724|star7|fullshot77|lobby|en_us|", + "168", + "169", + "16f", + "16k", + "17", + "17.00", + "17.13k", + "170", + "170.133.21.56", + "171", + "172", + "172.70.116.134", + "172.70.116.148", + "173", + "174", + "174.127.65.20", + "174.127.65.32", + "175", + "176", + "176.52.200.74", + "176.52.204.158", + "176.9.42.123", + "176.94.110.41", + "176.94.141.26", + "176.94.17.205", + "176.94.186.112", + "176.94.188.10", + "176.94.201.46", + "176.94.239.202", + "176.94.240.153", + "176.94.250.46", + "176.94.32.122", + "176.94.82.240", + "176.94.98.151", + "176.95.138.221", + "176.95.138.42", + "176.95.140.9", + "176.95.143.171", + "176.95.162.229", + "176.95.169.128", + "176.95.169.186", + "176.95.180.247", + "176.95.181.132", + "176.95.193.86", + "176.95.197.177", + "176.95.197.44", + "176.95.199.218", + "176.95.199.76", + "176.95.201.44", + "176.95.209.119", + "176.95.212.31", + "176.95.212.35", + "176.95.212.48", + "176.95.220.9", + "176.95.222.225", + "176.95.225.130", + "176.95.226.138", + "176.95.227.130", + "176.95.228.181", + "176.95.231.88", + "176.95.232.215", + "176.95.240.148", + "176.95.244.176", + "176.95.249.239", + "176.95.255.93", + "176.95.65.140", + "176.95.70.90", + "176.95.71.130", + "176.95.82.16", + "176.95.83.154", + "177", + "178", + "178.1.253.61", + "178.13.120.194", + "178.13.13.120", + "178.13.15.177", + "178.13.227.225", + "178.13.238.21", + "178.13.244.133", + "178.13.248.54", + "178.13.249.161", + "178.13.252.49", + "178.13.27.42", + "178.13.65.184", + "178.13.65.22", + "178.13.65.242", + "178.13.67.111", + "178.13.68.19", + "178.13.74.126", + "178.13.79.48", + "178.13.80.86", + "178.13.82.119", + "178.13.88.127", + "178.13.91.192", + "178.13.95.218", + "178.142.166.6", + "178.142.23.126", + "178.142.9.8", + "178.15.126.88", + "178.15.134.135", + "178.15.135.237", + "178.15.135.4", + "178.15.135.5", + "178.15.146.70", + "178.15.168.242", + "178.15.173.2", + "178.15.208.122", + "178.15.239.176", + "178.15.37.186", + "178.15.51.218", + "178.15.58.20", + "178.15.58.21", + "178.15.81.82", + "178.172.152.157:3389>>>Fans", + "178.172.152.157:3389>>>ManagerOne", + "178.172.152.157:3389>>>ManagerOne;Fans;ManagerTwo", + "178.172.152.157:3389>>>ManagerTwo", + "178.172.152.157:3389>>>fans", + "178.172.152.157:3389>>>managerone", + "178.172.152.157:3389>>>managerone;fans;managertwo", + "178.172.152.157:3389>>>managertwo", + "178.19.85.57", + "178.19.90.248", + "178.19.94.205", + "178.200.215.67", + "178.201.134.18", + "178.208.114.50", + "178.239.67.174", + "178.239.76.114", + "178.248.216.6", + "178.249.30.4", + "178.25.142.51", + "178.250.160.155", + "178.250.160.70", + "178.250.161.116", + "178.250.166.2", + "178.251.118.4", + "178.251.119.10", + "178.251.13.190", + "178.251.90.51", + "178.27.15.75", + "178.27.160.115", + "178.27.255.194", + "178.63.183.1", + "179", + "17:01:30", + "17:01:31", + "17:07:16", + "17:07:44", + "17:07:56", + "17:12:50", + "17B00150.E", + "17T00:00:00Z", + "17b00150.e", + "17k", + "17mJyMB9G8bV4wjVkfNJEEWeMboQvN5dtU\\", + "17mjymb9g8bv4wjvkfnjeewemboqvn5dtu\\", + "17t00:00:00z", + "18", + "18.13k", + "18.159.84.209", + "18.192.138.119", + "18.192.47.130", + "18.196.53.221", + "18.198.218.224", + "18.198.252.75", + "18.198.80.40", + "18.77k", + "18/", + "180", + "181", + "182", + "18205708", + "183", + "1833Millie@", + "1833millie@", + "184", + "184.104.207.73", + "185", + "185.101.250.19", + "185.101.250.31", + "185.101.5.237", + "185.103.232.86", + "185.104.162.41", + "185.11.56.10", + "185.11.56.15", + "185.11.56.20", + "185.11.56.43", + "185.11.56.6", + "185.110.126.226", + "185.113.146.143", + "185.116.99.164", + "185.124.197.26", + "185.124.75.76", + "185.125.172.74", + "185.127.208.39", + "185.13.28.40", + "185.13.28.44", + "185.13.31.125", + "185.130.22.5", + "185.134.108.108", + "185.134.109.82", + "185.141.64.204", + "185.143.168.70", + "185.150.32.207", + "185.153.142.102", + "185.158.182.84", + "185.159.32.66", + "185.160.249.188", + "185.160.249.22", + "185.160.249.238", + "185.161.176.2", + "185.168.161.9", + "185.169.56.34", + "185.169.57.178", + "185.169.57.26", + "185.169.57.34", + "185.17.244.114", + "185.170.140.134", + "185.171.79.45", + "185.171.79.46", + "185.176.16.212", + "185.186.121.154", + "185.19.233.254", + "185.194.64.34", + "185.200.8.84", + "185.201.85.102", + "185.204.103.0", + "185.204.103.7", + "185.206.89.227", + "185.207.62.74", + "185.209.132.252", + "185.209.132.5", + "185.209.132.6", + "185.209.133.25", + "185.209.67.208", + "185.211.16.138", + "185.215.237.43", + "185.218.197.10", + "185.219.211.190", + "185.219.211.22", + "185.219.211.38", + "185.219.211.63", + "185.219.211.70", + "185.220.0.70", + "185.220.2.129", + "185.223.146.178", + "185.230.86.208", + "185.230.86.210", + "185.233.220.34", + "185.239.82.123", + "185.239.82.179", + "185.241.152.8", + "185.243.15.74", + "185.249.169.146", + "185.25.165.115", + "185.253.12.74", + "185.254.127.38", + "185.254.127.39", + "185.26.26.38", + "185.35.218.18", + "185.35.218.20", + "185.35.218.251", + "185.35.219.62", + "185.35.235.198", + "185.36.117.166", + "185.36.117.6", + "185.36.120.114", + "185.36.120.146", + "185.37.136.251", + "185.37.155.238", + "185.37.248.37", + "185.37.249.202", + "185.39.104.15", + "185.45.240.172", + "185.45.240.47", + "185.45.241.226", + "185.45.241.228", + "185.47.233.190", + "185.5.169.42", + "185.58.28.179", + "185.59.15.18", + "185.62.150.35", + "185.62.88.14", + "185.62.88.22", + "185.63.126.20", + "185.65.193.177", + "185.65.195.11", + "185.65.4.2", + "185.65.4.6", + "185.66.65.224", + "185.70.147.212", + "185.71.122.54", + "185.71.123.28", + "185.71.123.44", + "185.74.216.218", + "185.74.216.22", + "185.76.160.50", + "185.78.61.163", + "185.8.228.42", + "185.89.24.14", + "185.9.182.34", + "185.93.117.86", + "185.94.28.148", + "185.94.36.103", + "185.94.37.198", + "185.95.212.190", + "185.98.241.82", + "186", + "187", + "188", + "188.1.239.218", + "188.111.104.157", + "188.111.40.238", + "188.111.41.197", + "188.111.53.58", + "188.172.113.222", + "188.172.121.34", + "188.172.124.62", + "188.174.196.166", + "188.174.202.231", + "188.174.53.239", + "188.174.57.109", + "188.192.1.63", + "188.192.65.75", + "188.192.81.142", + "188.193.69.104", + "188.193.88.16", + "188.210.43.242", + "188.210.46.14", + "188.244.102.188", + "188.244.102.98", + "188.34.145.148", + "188.64.249.74", + "188.92.133.164", + "188.93.221.37", + "188307981589282816", + "189", + "18B", + "18b", + "18k", + "19", + "19-", + "19.41k", + "19.56k", + "19.71k", + "19.86k", + "19/01/23", + "190", + "191", + "192", + "192.109.223.135", + "192.109.231.182", + "192.109.235.144", + "192.166.9.5", + "192.168.0.1", + "192.168.0.255", + "193", + "193.100.249.11", + "193.102.25.4", + "193.110.178.164", + "193.110.43.159", + "193.111.174.5", + "193.122.15.46", + "193.138.117.8", + "193.138.158.143", + "193.158.180.241", + "193.158.212.36", + "193.158.47.110", + "193.158.51.93", + "193.158.69.2", + "193.158.93.122", + "193.158.96.114", + "193.158.99.106", + "193.159.169.250", + "193.159.169.252", + "193.159.17.145", + "193.159.176.236", + "193.159.185.203", + "193.159.185.205", + "193.159.185.206", + "193.16.3.7", + "193.17.178.1", + "193.17.22.14", + "193.17.22.2", + "193.17.22.5", + "193.17.22.8", + "193.17.28.67", + "193.174.193.59", + "193.174.67.93", + "193.19.180.218", + "193.196.160.1", + "193.196.199.18", + "193.197.169.7", + "193.202.107.86", + "193.218.21.16", + "193.22.115.5", + "193.22.174.26", + "193.22.24.117", + "193.23.56.2", + "193.23.56.38", + "193.238.8.109", + "193.25.201.205", + "193.26.96.78", + "193.27.156.126", + "193.27.252.10", + "193.29.252.69", + "193.3.45.2", + "193.3.45.6", + "193.37.79.174", + "193.38.40.1", + "193.41.121.70", + "193.93.2.14", + "193.93.3.40", + "193.99.160.123", + "193.99.214.46", + "194", + "194.107.128.1", + "194.113.137.120", + "194.113.160.251", + "194.115.120.152", + "194.116.168.1", + "194.127.107.12", + "194.15.166.22", + "194.150.189.194", + "194.156.214.10", + "194.195.1.99", + "194.195.9.222", + "194.2", + "194.231.113.108", + "194.246.46.66", + "194.25.111.78", + "194.25.154.162", + "194.25.157.126", + "194.25.170.178", + "194.25.172.131", + "194.25.172.134", + "194.25.172.151", + "194.25.172.152", + "194.25.172.165", + "194.25.203.18", + "194.25.214.195", + "194.25.28.146", + "194.25.44.18", + "194.25.44.20", + "194.25.80.91", + "194.25.80.93", + "194.25.87.114", + "194.25.99.234", + "194.31.70.43", + "194.34.243.31", + "194.50.58.253", + "194.55.195.16", + "194.77.132.229", + "194.77.132.233", + "194.77.163.161", + "194.8.206.226", + "194.8.215.34", + "194.8.216.162", + "194.8.218.102", + "194.8.221.254", + "194.8.222.34", + "194.9.11.8", + "194.93.103.1", + "194.93.103.10", + "194.94.157.249", + "194.94.47.130", + "194.94.65.1", + "194.95.197.4", + "194.95.197.6", + "194.95.221.254", + "194.97.143.209", + "194.97.145.195", + "194.97.146.108", + "194.97.156.226", + "195", + "195.110.27.82", + "195.110.27.85", + "195.110.27.86", + "195.110.27.88", + "195.110.27.89", + "195.123.104.124", + "195.135.144.57", + "195.135.158.228", + "195.14.193.175", + "195.14.208.38", + "195.14.209.150", + "195.14.209.36", + "195.14.209.58", + "195.14.210.122", + "195.14.211.10", + "195.14.211.111", + "195.14.211.28", + "195.14.211.29", + "195.14.211.47", + "195.14.211.52", + "195.14.211.61", + "195.14.211.65", + "195.14.211.74", + "195.14.211.75", + "195.14.211.83", + "195.14.211.86", + "195.14.211.92", + "195.14.211.93", + "195.14.211.95", + "195.14.211.96", + "195.14.211.98", + "195.14.225.10", + "195.14.242.25", + "195.14.243.174", + "195.14.246.54", + "195.14.248.82", + "195.14.253.253", + "195.145.108.108", + "195.145.108.166", + "195.145.124.50", + "195.145.139.171", + "195.145.139.82", + "195.145.171.108", + "195.145.171.120", + "195.145.171.121", + "195.145.199.194", + "195.145.216.9", + "195.145.25.6", + "195.145.39.250", + "195.145.79.116", + "195.160.160.100", + "195.160.231.186", + "195.160.231.198", + "195.160.231.25", + "195.160.231.26", + "195.160.231.28", + "195.185.168.18", + "195.185.185.70", + "195.185.209.26", + "195.191.69.220", + "195.191.69.221", + "195.192.203.13", + "195.216.198.118", + "195.219.156.124", + "195.219.156.5", + "195.219.62.155", + "195.226.112.6", + "195.226.171.34", + "195.226.174.194", + "195.226.177.218", + "195.227.100.195", + "195.227.137.145", + "195.227.137.177", + "195.227.137.209", + "195.227.137.225", + "195.227.137.33", + "195.227.137.41", + "195.227.137.57", + "195.227.139.1", + "195.227.139.65", + "195.227.171.1", + "195.227.171.145", + "195.227.171.201", + "195.227.171.249", + "195.227.171.57", + "195.227.179.137", + "195.227.179.145", + "195.227.179.161", + "195.227.179.217", + "195.227.179.65", + "195.227.179.81", + "195.227.183.121", + "195.227.183.137", + "195.227.183.209", + "195.227.183.217", + "195.227.183.249", + "195.227.183.81", + "195.227.183.89", + "195.227.186.121", + "195.227.186.153", + "195.227.186.161", + "195.227.186.17", + "195.227.186.33", + "195.227.186.73", + "195.227.186.9", + "195.227.199.1", + "195.227.199.121", + "195.227.199.233", + "195.227.199.81", + "195.227.202.253", + "195.227.203.229", + "195.227.206.245", + "195.227.212.117", + "195.227.212.237", + "195.227.214.109", + "195.227.214.201", + "195.227.215.217", + "195.227.215.253", + "195.227.220.97", + "195.234.34.1", + "195.243.132.90", + "195.243.132.91", + "195.243.134.134", + "195.243.145.98", + "195.243.153.178", + "195.243.156.2", + "195.243.156.3", + "195.243.158.92", + "195.243.159.2", + "195.243.18.254", + "195.243.187.133", + "195.243.189.36", + "195.243.198.170", + "195.243.210.110", + "195.243.211.242", + "195.243.230.254", + "195.243.55.54", + "195.243.62.140", + "195.243.67.50", + "195.243.99.98", + "195.244.239.12", + "195.248.145.10", + "195.248.145.11", + "195.248.145.30", + "195.248.145.8", + "195.252.147.142", + "195.30.102.189", + "195.30.104.109", + "195.30.105.113", + "195.30.112.49", + "195.30.116.146", + "195.30.116.68", + "195.30.123.49", + "195.30.126.113", + "195.30.126.121", + "195.30.126.23", + "195.30.126.65", + "195.30.126.68", + "195.30.126.9", + "195.30.133.1", + "195.30.137.81", + "195.30.142.17", + "195.30.193.10", + "195.30.23.2", + "195.30.23.25", + "195.30.62.81", + "195.37.12.38", + "195.37.16.16", + "195.37.181.129", + "195.37.181.133", + "195.37.188.146", + "195.37.231.235", + "195.37.231.242", + "195.37.231.64", + "195.37.46.240", + "195.37.64.7", + "195.38.159.226", + "195.50.139.194", + "195.50.148.18", + "195.50.149.190", + "195.50.153.42", + "195.50.154.115", + "195.50.174.194", + "195.50.174.250", + "195.52.114.53", + "195.52.219.68", + "195.63.129.217", + "195.63.141.46", + "195.63.141.57", + "195.63.195.19", + "195.63.201.108", + "195.8.104.253", + "195.80.200.11", + "195.80.200.2", + "195.80.200.36", + "195.82.35.226", + "195.82.56.133", + "195.82.56.58", + "195.82.56.68", + "195.82.61.146", + "195.82.61.53", + "195.82.67.166", + "195.85.218.46", + "195.94.29.86", + "196", + "197", + "197.20k", + "198", + "1989", + "199", + "199.233.203.9", + "199.59.229.65", + "1991agency.com", + "1992", + "1998", + "19:03:24", + "19:03:26", + "19:03:28", + "19:03:33", + "19:03:34", + "19:13:34", + "19k", + "1:14", + "1:17", + "1:29", + "1:32", + "1:39", + "1:42", + "1:44", + "1:47", + "1:51", + "1:57", + "1=1", + "1ADD", + "1CHASE", + "1DM2JWiRukHWRZtKCXR1wet6t3yj8UjoWh", + "1M4", + "1O3", + "1TB+", + "1V2", + "1a.m", + "1a.m.", + "1aB", + "1ab", + "1add", + "1b880197c5db2aecd2ffc3489591f6f78075149991e7069badcb49d9774a142c", + "1c0", + "1c9", + "1chase", + "1d66985148f83ddbfd7dad388bffbcb13f58e68b:973d7088f", + "1d8", + "1dm2jwirukhwrztkcxr1wet6t3yj8ujowh", + "1f0", + "1f8", + "1gr", + "1k", + "1k$", + "1m4", + "1nz", + "1o3", + "1oo@\u0435\u043a\u0441\u043f\u043b\u043e\u0439\u0442.\u0438\u043c", + "1p.m", + "1p.m.", + "1p2", + "1st", + "1tb+", + "1v2", + "1wwolbwz", + "1x", + "1xx", + "1ze", + "2", + "2,1),1,1", + "2,3", + "2,4k.txt", + "2,500", + "2.0", + "2.0.0", + "2.0.1", + "2.01k", + "2.04k", + "2.05k", + "2.07k", + "2.08k", + "2.1", + "2.1.6", + "2.100", + "2.13k", + "2.16", + "2.19k", + "2.2", + "2.202.44.76", + "2.203.12.8", + "2.203.159.231", + "2.203.205.12", + "2.207.129.67", + "2.207.129.69", + "2.207.129.77", + "2.207.137.114", + "2.207.138.62", + "2.207.143.170", + "2.207.148.146", + "2.207.148.150", + "2.207.156.195", + "2.207.188.98", + "2.207.194.62", + "2.207.205.154", + "2.207.209.226", + "2.207.237.178", + "2.207.238.13", + "2.207.238.62", + "2.207.244.179", + "2.207.247.40", + "2.207.51.196", + "2.20k", + "2.23.15.206", + "2.29k", + "2.3", + "2.30k", + "2.31k", + "2.37k", + "2.4", + "2.40k", + "2.5", + "2.57k", + "2.58k", + "2.59k", + "2.6", + "2.61k", + "2.63k", + "2.7", + "2.8", + "2.81k", + "2.89k", + "2.9", + "2.txt", + "2/13/2023", + "2/14/2023", + "2/15/2023", + "2/16/2023", + "2/17/2023", + "2/18/2023", + "2/19/2023", + "2/20/2023", + "2/21/2023", + "2/22/2023", + "2/23/2023", + "2/24/2023", + "2/25/2023", + "2/26/2023", + "2/27/2023", + "2/28/2023", + "2/3", + "2/8/2023", + "20", + "20$/1000", + "20,000", + "20.00", + "20.04", + "20.11.2022", + "20.113.35.4", + "20.113.43.117", + "20.218.114.186", + "20.218.116.65", + "20.52.185.254", + "20.52.194.83", + "20.52.60.55", + "20.79.205.185", + "20.79.77.119", + "20.79.92.85", + "20/", + "200", + "2000", + "20000", + "2004", + "2007/2010/2013/2016", + "200K+", + "200M+", + "200k+", + "200m+", + "201", + "2010", + "2011", + "2012.csv", + "2013", + "2014", + "2014.csv", + "20140307@miucateci.edu.do", + "2015.csv", + "2016", + "2016).txt", + "2016.csv", + "2017", + "2017).txt", + "2017.csv", + "20178669878917959", + "2018", + "2018.csv", + "2019", + "2019).txt", + "2019.csv", + "20190125", + "20190468@miucateci.edu.do", + "202", + "202.0.77.15", + "2020", + "2020).txt", + "2020.csv", + "2020.txt", + "2021", + "2021).txt", + "2021.csv", + "2021.txt", + "20210974@miucateci.edu.do", + "2022", + "2022,best", + "20222", + "2023", + "2023.xlsx:$office$*2013", + "2024", + "2025", + "2027", + "203", + "203.202.224.8", + "204", + "205", + "206", + "207", + "207.89.102.142", + "208", + "208bd3290ed7ecbc8cd510f0cc31eca18ac4fe32fb1dffc1b1f01c220b4bb5a2", + "209", + "209.206.39.10", + "20:24:00", + "20k", + "21", + "21.02.2023", + "21.42k", + "21.75k", + "21/", + "21/02/2023", + "21/03/2023", + "21/11/2022", + "210", + "210.184.82.25", + "210\u043a$", + "211", + "212", + "212.100.43.162", + "212.102.240.100", + "212.102.240.109", + "212.11.227.13", + "212.110.115.131", + "212.110.115.132", + "212.110.115.134", + "212.110.115.137", + "212.110.115.139", + "212.110.115.147", + "212.110.115.148", + "212.110.115.149", + "212.110.115.150", + "212.110.208.172", + "212.111.241.140", + "212.114.138.107", + "212.114.139.14", + "212.114.176.226", + "212.114.177.6", + "212.114.203.170", + "212.114.222.247", + "212.114.226.52", + "212.114.227.205", + "212.114.247.231", + "212.114.254.154", + "212.114.255.64", + "212.115.173.82", + "212.117.66.133", + "212.117.66.158", + "212.117.66.30", + "212.117.66.38", + "212.117.67.190", + "212.117.68.42", + "212.117.70.190", + "212.117.81.74", + "212.117.82.34", + "212.117.87.234", + "212.117.89.241", + "212.117.90.130", + "212.117.93.32", + "212.117.94.129", + "212.118.201.106", + "212.118.204.108", + "212.118.204.36", + "212.118.223.122", + "212.12.63.82", + "212.121.130.42", + "212.121.131.36", + "212.121.131.37", + "212.123.210.21", + "212.123.255.150", + "212.123.255.58", + "212.124.50.114", + "212.125.105.42", + "212.125.114.2", + "212.144.114.22", + "212.144.220.198", + "212.144.227.244", + "212.144.231.252", + "212.144.234.174", + "212.144.234.5", + "212.144.237.228", + "212.144.249.122", + "212.144.4.99", + "212.144.97.28", + "212.16.245.210", + "212.161.22.122", + "212.161.22.202", + "212.161.22.243", + "212.172.19.34", + "212.172.19.58", + "212.172.2.77", + "212.172.206.42", + "212.172.219.82", + "212.172.219.94", + "212.172.228.2", + "212.172.4.42", + "212.172.6.19", + "212.18.11.163", + "212.18.193.200", + "212.18.214.16", + "212.18.217.219", + "212.184.10.18", + "212.184.109.194", + "212.184.140.135", + "212.184.167.187", + "212.184.185.194", + "212.184.20.114", + "212.184.218.3", + "212.184.222.202", + "212.184.87.138", + "212.184.94.162", + "212.185.105.220", + "212.185.105.80", + "212.185.111.66", + "212.185.15.22", + "212.185.199.2", + "212.185.206.29", + "212.185.226.162", + "212.185.27.42", + "212.185.27.44", + "212.185.28.178", + "212.185.28.179", + "212.185.31.125", + "212.185.40.154", + "212.185.40.42", + "212.185.51.186", + "212.185.51.188", + "212.185.54.26", + "212.185.74.194", + "212.185.87.218", + "212.19.33.130", + "212.2.67.132", + "212.201.100.70", + "212.201.131.29", + "212.201.131.42", + "212.201.131.51", + "212.202.108.162", + "212.202.109.82", + "212.202.133.210", + "212.202.148.58", + "212.202.152.56", + "212.202.222.73", + "212.202.223.217", + "212.202.237.246", + "212.202.239.10", + "212.202.240.82", + "212.202.241.130", + "212.202.96.123", + "212.204.38.34", + "212.204.38.38", + "212.204.38.70", + "212.204.92.147", + "212.211.214.75", + "212.211.215.122", + "212.211.215.60", + "212.218.10.174", + "212.218.11.18", + "212.218.12.81", + "212.218.135.21", + "212.218.14.38", + "212.218.15.243", + "212.218.16.40", + "212.218.195.11", + "212.218.212.54", + "212.218.212.62", + "212.218.229.132", + "212.218.253.17", + "212.218.33.118", + "212.218.63.53", + "212.218.66.66", + "212.218.90.134", + "212.222.117.50", + "212.222.150.166", + "212.23.143.50", + "212.23.145.11", + "212.23.150.82", + "212.23.154.166", + "212.237.160.105", + "212.237.160.121", + "212.237.160.145", + "212.237.160.17", + "212.237.160.177", + "212.237.160.209", + "212.237.160.225", + "212.237.160.33", + "212.237.160.41", + "212.237.160.65", + "212.237.162.33", + "212.237.162.57", + "212.237.162.65", + "212.237.170.77", + "212.237.170.89", + "212.29.38.142", + "212.29.42.10", + "212.3.67.238", + "212.3.76.162", + "212.3.76.58", + "212.3.76.82", + "212.3.80.226", + "212.3.81.98", + "212.3.84.242", + "212.3.85.214", + "212.3.86.162", + "212.3.87.18", + "212.3.87.34", + "212.3.87.50", + "212.3.88.86", + "212.3.88.98", + "212.3.89.94", + "212.3.91.202", + "212.3.91.230", + "212.3.91.74", + "212.3.92.126", + "212.3.92.134", + "212.3.92.142", + "212.3.92.154", + "212.3.92.173", + "212.3.92.218", + "212.37.47.234", + "212.37.49.70", + "212.37.49.78", + "212.37.54.84", + "212.37.54.86", + "212.4.174.13", + "212.4.174.40", + "212.4.174.55", + "212.4.21.134", + "212.53.208.187", + "212.59.32.105", + "212.59.35.17", + "212.59.37.192", + "212.59.43.20", + "212.6.84.4", + "212.60.130.238", + "212.60.207.4", + "212.60.220.11", + "212.60.220.12", + "212.60.220.20", + "212.60.220.37", + "212.60.222.153", + "212.60.223.241", + "212.60.232.68", + "212.60.232.72", + "212.60.247.116", + "212.62.196.10", + "212.62.197.130", + "212.62.201.226", + "212.62.206.3", + "212.63.82.119", + "212.65.1.54", + "212.65.12.44", + "212.7.191.19", + "212.77.162.82", + "212.79.54.130", + "212.79.58.182", + "212.79.58.183", + "212.80.250.54", + "212.82.62.162", + "212.82.62.3", + "212.87.159.202", + "212.88.131.226", + "212.89.128.81", + "212.89.146.87", + "212.9.178.93", + "212.90.129.235", + "212.90.130.163", + "212.93.12.83", + "212.95.101.181", + "212.95.103.138", + "212.95.115.179", + "212.99.165.145", + "212.99.165.45", + "212.99.166.225", + "212.99.166.233", + "212.99.167.113", + "212.99.167.241", + "212.99.171.129", + "212.99.171.17", + "212.99.199.173", + "212.99.212.35", + "212.99.216.236", + "212.99.217.210", + "212.99.221.114", + "212.99.222.178", + "212.99.222.221", + "212.99.222.222", + "213", + "213.128.141.58", + "213.128.149.40", + "213.131.229.166", + "213.135.5.134", + "213.135.5.34", + "213.135.6.209", + "213.135.7.113", + "213.135.8.29", + "213.135.9.22", + "213.138.40.134", + "213.139.129.150", + "213.139.144.92", + "213.144.11.222", + "213.144.3.2", + "213.144.31.218", + "213.146.235.138", + "213.146.252.10", + "213.148.142.242", + "213.148.153.210", + "213.148.153.225", + "213.148.159.246", + "213.153.88.133", + "213.153.88.42", + "213.155.74.4", + "213.157.2.86", + "213.157.25.37", + "213.157.30.2", + "213.157.7.111", + "213.160.14.194", + "213.160.21.189", + "213.160.21.196", + "213.160.27.75", + "213.160.9.12", + "213.164.67.228", + "213.164.74.4", + "213.164.75.53", + "213.164.81.113", + "213.164.81.54", + "213.164.81.98", + "213.164.82.34", + "213.164.93.162", + "213.164.93.58", + "213.164.94.20", + "213.168.102.197", + "213.168.102.198", + "213.168.102.20", + "213.168.102.39", + "213.168.102.5", + "213.168.117.221", + "213.168.125.194", + "213.168.127.42", + "213.168.205.193", + "213.168.206.60", + "213.168.207.134", + "213.168.208.134", + "213.168.208.205", + "213.168.208.4", + "213.168.208.52", + "213.168.208.60", + "213.168.216.219", + "213.168.221.106", + "213.168.66.37", + "213.168.67.178", + "213.168.67.180", + "213.168.67.186", + "213.168.67.189", + "213.168.67.190", + "213.168.69.44", + "213.168.79.34", + "213.168.93.178", + "213.168.99.130", + "213.168.99.186", + "213.172.105.114", + "213.172.112.50", + "213.172.116.170", + "213.172.123.122", + "213.172.125.202", + "213.178.19.134", + "213.178.24.138", + "213.179.129.236", + "213.179.147.2", + "213.179.148.62", + "213.179.151.14", + "213.183.162.34", + "213.183.170.82", + "213.183.184.34", + "213.183.70.250", + "213.183.90.197", + "213.183.90.6", + "213.183.92.18", + "213.183.94.30", + "213.187.77.21", + "213.187.89.98", + "213.187.92.4", + "213.188.109.146", + "213.191.40.149", + "213.196.223.254", + "213.196.233.202", + "213.198.10.132", + "213.202.255.226", + "213.202.255.230", + "213.203.201.180", + "213.203.206.2", + "213.203.211.46", + "213.203.211.54", + "213.206.174.30", + "213.206.177.39", + "213.206.177.41", + "213.206.177.45", + "213.208.26.78", + "213.209.114.234", + "213.209.114.6", + "213.209.117.164", + "213.214.13.129", + "213.214.13.19", + "213.214.13.35", + "213.214.13.39", + "213.214.13.41", + "213.214.13.45", + "213.214.13.49", + "213.214.13.53", + "213.214.13.57", + "213.216.0.233", + "213.216.0.37", + "213.216.1.250", + "213.216.10.202", + "213.216.10.3", + "213.216.12.34", + "213.216.19.146", + "213.216.19.198", + "213.216.2.200", + "213.216.20.130", + "213.216.21.195", + "213.216.21.9", + "213.216.22.155", + "213.216.24.26", + "213.216.27.236", + "213.216.3.40", + "213.216.5.42", + "213.216.6.248", + "213.216.7.110", + "213.216.8.94", + "213.216.9.158", + "213.216.9.26", + "213.227.169.193", + "213.227.187.1", + "213.23.102.106", + "213.23.104.162", + "213.23.110.235", + "213.23.127.202", + "213.23.253.122", + "213.23.75.229", + "213.23.86.163", + "213.251.56.177", + "213.254.222.22", + "213.30.239.131", + "213.61.101.156", + "213.61.139.164", + "213.61.141.34", + "213.61.147.242", + "213.61.151.124", + "213.61.160.131", + "213.61.172.99", + "213.61.174.189", + "213.61.178.138", + "213.61.190.227", + "213.61.193.2", + "213.61.206.146", + "213.61.224.4", + "213.61.245.234", + "213.61.255.26", + "213.61.39.5", + "213.61.62.75", + "213.61.87.227", + "213.61.92.166", + "213.86.11.99", + "213.86.128.3", + "213.86.17.37", + "213.86.17.42", + "213.86.98.69", + "213.95.15.81", + "213.95.161.132", + "213.95.247.52", + "213.95.33.236", + "214", + "215", + "216", + "216.172.75.67", + "216.83.212.252", + "217", + "217.110.103.122", + "217.110.120.178", + "217.110.143.36", + "217.110.143.42", + "217.110.154.197", + "217.110.175.148", + "217.110.175.153", + "217.110.175.77", + "217.110.194.228", + "217.110.196.214", + "217.110.196.218", + "217.110.202.90", + "217.110.202.91", + "217.110.222.138", + "217.110.238.207", + "217.110.243.195", + "217.110.32.54", + "217.110.64.10", + "217.110.74.70", + "217.110.88.90", + "217.110.95.122", + "217.111.0.2", + "217.111.0.58", + "217.111.1.246", + "217.111.122.54", + "217.111.48.19", + "217.111.5.62", + "217.111.69.248", + "217.111.73.190", + "217.111.79.20", + "217.114.75.50", + "217.114.79.170", + "217.114.79.173", + "217.114.79.174", + "217.146.132.237", + "217.146.20.169", + "217.151.156.54", + "217.16.160.5", + "217.19.180.130", + "217.19.186.184", + "217.19.187.227", + "217.19.189.138", + "217.19.191.178", + "217.210.115.163", + "217.22.198.204", + "217.224.43.60", + "217.225.255.237", + "217.225.81.229", + "217.227.100.117", + "217.227.33.246", + "217.228.231.154", + "217.230.116.4", + "217.230.85.27", + "217.230.87.112", + "217.230.95.183", + "217.231.28.176", + "217.232.188.10", + "217.232.201.158", + "217.233.117.202", + "217.234.205.189", + "217.234.240.47", + "217.235.53.92", + "217.236.190.232", + "217.236.251.52", + "217.237.161.182", + "217.237.163.122", + "217.237.165.245", + "217.237.187.234", + "217.238.213.102", + "217.238.229.157", + "217.239.129.243", + "217.239.152.156", + "217.239.159.116", + "217.239.171.179", + "217.239.171.3", + "217.239.171.4", + "217.239.171.6", + "217.239.183.230", + "217.239.192.226", + "217.239.2.56", + "217.239.203.122", + "217.239.212.82", + "217.239.221.178", + "217.239.226.68", + "217.239.251.250", + "217.24.205.188", + "217.24.232.11", + "217.24.52.8", + "217.24.55.46", + "217.240.79.137", + "217.243.138.34", + "217.243.138.35", + "217.243.138.39", + "217.243.138.8", + "217.243.138.9", + "217.243.187.230", + "217.243.199.250", + "217.243.208.106", + "217.243.208.109", + "217.243.238.66", + "217.244.14.228", + "217.244.14.230", + "217.244.210.171", + "217.245.38.108", + "217.245.53.106", + "217.245.57.218", + "217.246.206.30", + "217.246.208.113", + "217.246.210.4", + "217.246.211.125", + "217.246.213.147", + "217.246.214.245", + "217.246.52.87", + "217.246.57.51", + "217.246.59.24", + "217.246.92.63", + "217.248.32.230", + "217.248.67.61", + "217.248.81.23", + "217.249.172.127", + "217.250.122.26", + "217.251.18.240", + "217.252.194.33", + "217.254.118.250", + "217.254.246.191", + "217.254.250.30", + "217.254.45.31", + "217.254.9.50", + "217.255.224.51", + "217.26.246.78", + "217.28.98.52", + "217.5.129.98", + "217.5.148.18", + "217.5.149.114", + "217.5.152.246", + "217.5.153.123", + "217.5.232.130", + "217.5.234.3", + "217.5.254.2", + "217.6.117.222", + "217.6.136.138", + "217.6.14.142", + "217.6.149.90", + "217.6.171.22", + "217.6.176.171", + "217.6.184.92", + "217.6.187.102", + "217.6.188.98", + "217.6.196.34", + "217.6.198.4", + "217.6.21.148", + "217.6.225.66", + "217.6.235.218", + "217.6.246.50", + "217.6.31.122", + "217.6.34.170", + "217.6.39.195", + "217.6.42.90", + "217.6.70.98", + "217.64.173.174", + "217.64.173.66", + "217.64.175.2", + "217.64.175.50", + "217.64.175.74", + "217.68.161.213", + "217.69.239.205", + "217.69.240.29", + "217.69.245.209", + "217.69.247.34", + "217.7.112.162", + "217.7.113.10", + "217.7.12.42", + "217.7.137.154", + "217.7.140.226", + "217.7.141.2", + "217.7.144.82", + "217.7.182.122", + "217.7.182.146", + "217.7.185.250", + "217.7.189.106", + "217.7.19.106", + "217.7.193.214", + "217.7.198.187", + "217.7.202.50", + "217.7.203.128", + "217.7.205.102", + "217.7.206.143", + "217.7.213.245", + "217.7.217.5", + "217.7.223.84", + "217.7.225.180", + "217.7.226.140", + "217.7.226.166", + "217.7.229.235", + "217.7.238.33", + "217.7.242.163", + "217.7.243.10", + "217.7.244.166", + "217.7.248.163", + "217.7.251.143", + "217.7.3.194", + "217.70.160.219", + "217.70.168.186", + "217.72.216.107", + "217.72.219.18", + "217.72.223.93", + "217.76.100.18", + "217.76.100.186", + "217.76.100.187", + "217.76.100.189", + "217.76.101.112", + "217.76.101.211", + "217.78.142.169", + "217.78.161.135", + "217.78.163.10", + "217.79.210.242", + "217.80.171.211", + "217.80.23.78", + "217.81.115.208", + "217.81.134.140", + "217.81.201.65", + "217.81.217.63", + "217.81.228.209", + "217.81.248.124", + "217.81.249.175", + "217.82.74.166", + "217.82.84.95", + "217.83.160.118", + "217.83.163.30", + "217.83.165.79", + "217.83.50.51", + "217.84.11.1", + "217.84.163.23", + "217.84.169.37", + "217.84.171.107", + "217.84.171.128", + "217.84.221.135", + "217.85.161.220", + "217.86.134.246", + "217.86.135.129", + "217.86.141.117", + "217.86.142.103", + "217.86.154.141", + "217.86.155.253", + "217.86.156.60", + "217.86.159.172", + "217.86.164.113", + "217.86.174.136", + "217.86.176.214", + "217.86.176.26", + "217.86.177.60", + "217.86.180.35", + "217.86.183.27", + "217.86.188.213", + "217.86.190.49", + "217.86.196.229", + "217.86.201.29", + "217.86.203.68", + "217.86.206.215", + "217.86.207.113", + "217.86.209.48", + "217.86.223.96", + "217.86.226.190", + "217.86.230.205", + "217.86.235.81", + "217.86.242.111", + "217.86.248.44", + "217.86.250.212", + "217.86.43.203", + "217.86.47.219", + "217.86.89.254", + "217.87.45.120", + "217.88.127.67", + "217.88.20.226", + "217.89.130.59", + "217.89.146.70", + "217.89.153.18", + "217.89.157.2", + "217.89.158.50", + "217.89.159.106", + "217.89.161.90", + "217.89.175.250", + "217.89.180.130", + "217.89.184.122", + "217.89.38.82", + "217.89.38.84", + "217.89.40.219", + "217.89.50.130", + "217.89.50.131", + "217.89.75.115", + "217.9.101.93", + "217.9.108.254", + "217.9.111.162", + "217.9.121.233", + "217.9.45.219", + "217.91.1.49", + "217.91.102.211", + "217.91.107.231", + "217.91.109.60", + "217.91.113.168", + "217.91.113.200", + "217.91.115.167", + "217.91.115.212", + "217.91.119.22", + "217.91.125.55", + "217.91.128.86", + "217.91.13.253", + "217.91.134.90", + "217.91.140.207", + "217.91.141.229", + "217.91.143.2", + "217.91.145.141", + "217.91.146.62", + "217.91.147.218", + "217.91.149.60", + "217.91.151.14", + "217.91.157.249", + "217.91.158.87", + "217.91.164.169", + "217.91.171.111", + "217.91.172.239", + "217.91.173.244", + "217.91.175.97", + "217.91.181.113", + "217.91.183.199", + "217.91.185.112", + "217.91.192.124", + "217.91.194.108", + "217.91.196.221", + "217.91.196.95", + "217.91.200.12", + "217.91.201.244", + "217.91.209.101", + "217.91.215.76", + "217.91.215.91", + "217.91.216.43", + "217.91.217.6", + "217.91.219.1", + "217.91.22.113", + "217.91.22.170", + "217.91.223.45", + "217.91.244.126", + "217.91.244.97", + "217.91.249.207", + "217.91.25.178", + "217.91.25.237", + "217.91.251.53", + "217.91.26.40", + "217.91.28.129", + "217.91.32.221", + "217.91.33.120", + "217.91.34.245", + "217.91.35.228", + "217.91.43.108", + "217.91.43.74", + "217.91.45.226", + "217.91.49.185", + "217.91.6.90", + "217.91.66.153", + "217.91.70.131", + "217.91.72.55", + "217.91.72.86", + "217.91.73.119", + "217.91.74.207", + "217.91.75.159", + "217.91.81.209", + "217.91.84.48", + "217.91.86.94", + "217.91.87.72", + "217.91.89.69", + "217.91.90.138", + "217.91.90.90", + "217.92.0.208", + "217.92.103.78", + "217.92.106.26", + "217.92.119.185", + "217.92.120.213", + "217.92.131.34", + "217.92.132.126", + "217.92.135.122", + "217.92.147.205", + "217.92.147.231", + "217.92.149.55", + "217.92.163.116", + "217.92.164.133", + "217.92.165.39", + "217.92.167.223", + "217.92.170.209", + "217.92.176.248", + "217.92.181.26", + "217.92.189.35", + "217.92.19.220", + "217.92.191.39", + "217.92.192.11", + "217.92.193.48", + "217.92.226.205", + "217.92.230.146", + "217.92.230.157", + "217.92.232.246", + "217.92.233.159", + "217.92.233.249", + "217.92.237.206", + "217.92.25.188", + "217.92.25.205", + "217.92.251.82", + "217.92.27.243", + "217.92.28.86", + "217.92.28.94", + "217.92.3.176", + "217.92.37.20", + "217.92.39.51", + "217.92.43.206", + "217.92.50.195", + "217.92.50.200", + "217.92.52.163", + "217.92.57.243", + "217.92.64.157", + "217.92.64.248", + "217.92.66.159", + "217.92.67.8", + "217.92.69.55", + "217.92.73.154", + "217.92.74.219", + "217.92.81.124", + "217.92.87.61", + "217.92.89.159", + "217.92.9.203", + "217.92.9.42", + "217.93.10.248", + "217.93.107.185", + "217.93.11.97", + "217.93.14.40", + "217.94.100.52", + "218", + "219", + "21k", + "21o", + "22", + "22.03.2023", + "22.92k", + "22/", + "22/03/2023", + "220", + "220.57k", + "2200", + "221", + "222", + "223", + "224", + "225", + "226", + "227", + "228", + "229", + "22bcs11631@cuchd.in", + "22k", + "23", + "23.72k", + "23.Feb.2023", + "23.feb.2023", + "23/02/2023", + "23/04/2023", + "230", + "230102", + "230224", + "231", + "2316bbd98ad247f5f2fd561aa9aab76444c867bb", + "232", + "233", + "234", + "235", + "236", + "237", + "238", + "239", + "23Q", + "23k", + "23q", + "24", + "24.02.2023", + "24.134.103.145", + "24.134.110.229", + "24.134.127.73", + "24.134.149.65", + "24.134.161.181", + "24.134.170.217", + "24.134.172.217", + "24.134.176.165", + "24.134.214.93", + "24.134.219.137", + "24.134.23.69", + "24.134.242.189", + "24.134.251.145", + "24.134.4.53", + "24.134.47.177", + "24.134.71.237", + "24.134.75.205", + "24.134.96.109", + "24.54k", + "24/", + "24/12/22", + "24/7", + "24/7/365", + "240", + "2401", + "241", + "242", + "243", + "244", + "245", + "246", + "247", + "248", + "249", + "24h", + "24k", + "25", + "25$.", + "25/", + "25/02/23", + "250", + "251", + "252", + "253", + "254", + "255", + "256", + "256.14k", + "256.37k", + "25600", + "258", + "259", + "25k", + "26", + "26-", + "26.02.2023", + "26.2.0.125", + "26.66k", + "26/", + "26/02/23", + "260", + "261", + "262", + "263", + "265", + "266", + "2663,251_2663,0,Sat", + "2663,251_2663,0,sat", + "268", + "269", + "269.51k", + "26k", + "27", + "27.36k", + "27/", + "27/02/23", + "270", + "2703", + "271", + "272", + "273", + "279", + "27T00:00:00Z", + "27k", + "27t00:00:00z", + "28", + "28.11.22", + "28/02/23", + "280", + "281260fb90c7ce1e960bfa6c2e810c13b1d9e713:0d9765eb0", + "282", + "283", + "288", + "28e", + "29", + "29.41k", + "291", + "294", + "2942", + "297", + "299", + "29k", + "2:00", + "2:02", + "2:05", + "2:11", + "2:12", + "2:13", + "2:18", + "2:2", + "2:29", + "2:30", + "2:37", + "2>1", + "2AE", + "2BEE", + "2C2P", + "2C66069514F7817CF2CE156605054FCB2056136C529BCABDFAA8F83DB24C942B1234AA442580", + "2OY", + "2a.m", + "2a.m.", + "2ae", + "2b4", + "2bee", + "2c2p", + "2c66069514f7817cf2ce156605054fcb2056136c529bcabdfaa8f83db24c942b1234aa442580", + "2fa", + "2id", + "2k", + "2oy", + "2p.m", + "2p.m.", + "2vV", + "2vv", + "2y$10$0AeYLLRygfhHMmyMSuGnIO7tDvfDtJWt5.6dDCPTdPi36OeuLWtw", + "2y$10$0Ds3Jg2CJWGnaplhM55YaOt", + "2y$10$0aeyllrygfhhmmymsugnio7tdvfdtjwt5.6ddcptdpi36oeulwtw", + "2y$10$0ds3jg2cjwgnaplhm55yaot", + "2y$10$1n1Z0FTPnLnN6kiEBCVXzOs16EJ4sBkbR239LuyBAemH0Uku9PD9u", + "2y$10$1n1z0ftpnlnn6kiebcvxzos16ej4sbkbr239luybaemh0uku9pd9u", + "2y$10$7XRzuNVPbRsciwp5zFzmXuMc7LfTtiV", + "2y$10$7xrzunvpbrsciwp5zfzmxumc7lfttiv", + "2y$10$HbA1iKSmKXbMfsdFJ.Ko7ukOCEo36.ZiT5VK.fMITfy44quDT.uw2", + "2y$10$Spv0lfEImA5Tw86b9SRj7eV.6onSb9UV8Bc6Z.KE5318iodS1.jz2", + "2y$10$VVzvpbgSExG", + "2y$10$YPS", + "2y$10$ZKYbgokC1NBpq3i", + "2y$10$cF5Q5KXEQFwZ6lNrdBNICu16MZ9qeR2tWFd8iEk", + "2y$10$cKZNPPCpDQKAWULFCpbiPuh2ofkOd3DLPN", + "2y$10$cf5q5kxeqfwz6lnrdbnicu16mz9qer2twfd8iek", + "2y$10$ckznppcpdqkawulfcpbipuh2ofkod3dlpn", + "2y$10$hba1iksmkxbmfsdfj.ko7ukoceo36.zit5vk.fmitfy44qudt.uw2", + "2y$10$oyUOn6mXZlIWUpN6y4a3OOEAXaNPwDxJAiijykRODPbAtMyih6fSa", + "2y$10$oyuon6mxzliwupn6y4a3ooeaxanpwdxjaiijykrodpbatmyih6fsa", + "2y$10$spv0lfeima5tw86b9srj7ev.6onsb9uv8bc6z.ke5318iods1.jz2", + "2y$10$v/93QYRnkoQtyU5E1O3", + "2y$10$v/93qyrnkoqtyu5e1o3", + "2y$10$vvzvpbgsexg", + "2y$10$yps", + "2y$10$zkybgokc1nbpq3i", + "3", + "3)Sure", + "3)sure", + "3.0", + "3.06k", + "3.07k", + "3.1", + "3.120.95.66", + "3.121.142.225", + "3.121.142.37", + "3.121.31.244", + "3.121.96.79", + "3.122.131.225", + "3.122.133.238", + "3.122.240.149", + "3.124.39.26", + "3.124.54.65", + "3.127.187.233", + "3.12k", + "3.2", + "3.2.5", + "3.22k", + "3.27k", + "3.29k", + "3.3", + "3.4", + "3.5", + "3.57k", + "3.6", + "3.6.1.2", + "3.60k", + "3.65.148.197", + "3.66.118.146", + "3.68.24.226", + "3.68k", + "3.69.89.48", + "3.7", + "3.70k", + "3.71k", + "3.74.136.198", + "3.74.145.156", + "3.800", + "3.9", + "3.txt", + "3/1/2023", + "30", + "30.00", + "300", + "301", + "302", + "304", + "307", + "309", + "30K.txt", + "30KK", + "30gr", + "30k", + "30k.txt", + "30kk", + "30kvalid_base_80%_2023", + "31", + "31.13.190.226", + "31.150.132.109", + "31.17.146.28", + "31.17.236.1", + "31.172.104.78", + "31.172.107.153", + "31.172.108.194", + "31.172.109.85", + "31.18.114.77", + "31.18.208.40", + "31.18.56.7", + "31.187.77.122", + "31.187.90.142", + "31.187.90.73", + "31.187.91.24", + "31.19.104.234", + "31.19.142.141", + "31.19.41.55", + "31.19.98.14", + "31.209.127.19", + "31.209.186.170", + "31.22.30.178", + "31.22.30.99", + "31.25.159.153", + "31.25.159.170", + "31.31.208.133", + "31.31.208.138", + "31.31.208.139", + "31.31.208.141", + "31.31.208.144", + "31.31.208.161", + "31.47.225.6", + "31.47.230.129", + "31.47.82.98", + "31.47.84.102", + "31.47.84.203", + "31.47.84.59", + "31.47.84.77", + "310", + "312", + "314", + "315", + "316", + "317", + "319", + "31A", + "31a", + "31e", + "31k", + "32", + "32,0,5)))))kDjP", + "32,0,5)))))kdjp", + "320", + "321", + "322", + "323", + "324", + "326", + "328", + "32k", + "33", + "33.91k", + "331", + "3315", + "332", + "333", + "335", + "336", + "337", + "338", + "33k", + "34.09k", + "34.141.43.46", + "34.94k", + "34/", + "340", + "344", + "346", + "34c", + "35", + "35.156.146.136", + "35.158.193.43", + "35.246.151.60", + "35.93k", + "35/", + "350", + "350RP", + "350rp", + "352", + "355", + "3569webb", + "357", + "359", + "35k", + "36", + "36.91k", + "36/", + "360", + "361", + "362", + "365", + "366", + "368", + "36dff9949c24be5a063efa21eceae5c639014d85", + "36k", + "37.123.122.243", + "37.148.137.150", + "37.156.80.54", + "37.157.253.179", + "37.16.70.61", + "37.16.71.210", + "37.209.84.91", + "37.228.140.69", + "37.228.187.65", + "37.24.0.170", + "37.24.1.238", + "37.24.100.115", + "37.24.103.138", + "37.24.125.242", + "37.24.127.82", + "37.24.133.210", + "37.24.141.162", + "37.24.155.154", + "37.24.157.162", + "37.24.16.194", + "37.24.163.154", + "37.24.165.100", + "37.24.167.211", + "37.24.167.213", + "37.24.167.215", + "37.24.167.218", + "37.24.167.221", + "37.24.178.41", + "37.24.195.242", + "37.24.201.178", + "37.24.201.215", + "37.24.218.31", + "37.24.226.18", + "37.24.232.82", + "37.24.28.98", + "37.24.29.17", + "37.24.38.222", + "37.24.39.114", + "37.24.42.189", + "37.24.43.154", + "37.24.46.144", + "37.24.47.120", + "37.24.51.92", + "37.24.60.24", + "37.24.76.218", + "37.24.83.174", + "37.24.83.189", + "37.24.85.78", + "37.247.65.222", + "37.247.68.146", + "37.252.248.156", + "37.26.202.241", + "37.26.230.6", + "37.44.2.242", + "37.60.1.172", + "37.60.174.190", + "37.60.175.227", + "37.60.200.129", + "37.60.7.246", + "37.72.148.222", + "37.80.70.121", + "37.81.96.161", + "37.82.107.153", + "37.82.185.197", + "37.83.106.24", + "37.83.30.21", + "37.83.70.197", + "370k", + "371297098784005", + "371297098784005=270320178669878917959", + "372", + "374", + "376", + "378", + "37FC", + "37fc", + "37k", + "38", + "380", + "387", + "388", + "389", + "38c", + "38k", + "39.24k", + "39.30k", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "39d", + "39k", + "3:10", + "3:2", + "3:26", + "3:28", + "3:38", + "3:49", + "3:51", + "3F3", + "3J279L", + "3MO", + "3Subs", + "3a.m", + "3a.m.", + "3ab", + "3ae", + "3bN", + "3bn", + "3c1", + "3ds", + "3e8", + "3f3", + "3j279l", + "3k", + "3l3", + "3mo", + "3month", + "3nd", + "3p.m", + "3p.m.", + "3rd", + "3rs", + "3subs", + "3w8", + "3wB", + "3wb", + "3wm", + "3\u0433\u043f\u043f", + "4", + "4,780", + "4.0", + "4.01", + "4.06k", + "4.09k", + "4.1", + "4.1/5", + "4.2", + "4.2.2", + "4.21k", + "4.3", + "4.31k", + "4.33k", + "4.38k", + "4.4", + "4.42k", + "4.5", + "4.50", + "4.6", + "4.7", + "4.7.2", + "4.7.3", + "4.75k", + "4.8", + "4.82k", + "4.88k", + "4.95k", + "4.cool", + "4/6", + "4/7", + "40", + "40,000", + "40/", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "40k", + "41.66k", + "411", + "4117740000006265", + "4117740000006265=24012010000000000000", + "412", + "413", + "415", + "416", + "417", + "41ded3c74f9c6617b19adcb987af8002bec7b087a0d2c8ddf1433d8e5e6bda09", + "41k", + "42/", + "420", + "421", + "424", + "426", + "4261de8b72d128f33477e508564b8359d16a8023a4d9fef22f9cdab892a0d33f:6uio2zy7jsKDZmng:2", + "4261de8b72d128f33477e508564b8359d16a8023a4d9fef22f9cdab892a0d33f:6uio2zy7jskdzmng:2", + "427", + "429", + "42c", + "42k", + "43", + "430", + "431", + "432", + "433", + "434", + "438", + "438K.txt", + "438k.txt", + "439", + "43k", + "44", + "44.87k", + "4406da7fc134705e02c62b343ac787296b8e1d895a67ecd6cef69f34e57c45d4", + "441", + "442", + "443", + "444", + "446", + "447", + "45.13.20.58", + "45.133.188.10", + "45.143.228.34", + "45.150.69.253", + "45.155.136.11", + "45.92.189.39", + "45/", + "452", + "455", + "456", + "457", + "459", + "46.114.187.27", + "46.114.191.249", + "46.114.26.62", + "46.114.29.188", + "46.114.29.211", + "46.114.58.204", + "46.114.60.199", + "46.128.85.52", + "46.142.212.181", + "46.142.238.109", + "46.142.81.219", + "46.142.91.138", + "46.16.218.30", + "46.165.172.82", + "46.165.173.214", + "46.183.46.42", + "46.183.47.100", + "46.183.99.211", + "46.189.16.106", + "46.189.19.245", + "46.19.89.202", + "46.19.89.62", + "46.19.92.198", + "46.22.158.43", + "46.22.39.204", + "46.22.46.164", + "46.223.119.226", + "46.223.190.172", + "46.227.217.189", + "46.231.237.252", + "46.231.49.26", + "46.231.89.100", + "46.232.186.235", + "46.232.187.12", + "46.232.228.70", + "46.243.75.250", + "46.243.75.254", + "46.245.178.74", + "46.245.178.76", + "46.245.218.86", + "46.245.221.98", + "46.245.223.197", + "46.252.130.50", + "46.252.131.140", + "46.252.131.218", + "46.252.135.86", + "46.252.140.34", + "46.253.18.30", + "46.28.36.250", + "46.30.74.71", + "46.31.216.143", + "46.31.218.2", + "46.31.218.56", + "46.35.32.56", + "46.35.34.109", + "46.35.34.113", + "46.4.192.66", + "46.5.122.93", + "46.80.246.131", + "46.80.252.243", + "46.92.204.232", + "46.94.88.137", + "46.95.198.31", + "460", + "463", + "465", + "466", + "46k", + "47.254.149.226", + "47.65.1.35", + "47.91.86.223", + "473", + "474", + "474341590891102219", + "475", + "477", + "4772", + "4789=4789", + "47E", + "47ac4b42f0b485c5a57d3da6fc0b50f3370bfded", + "47e", + "48", + "480", + "481", + "482", + "483", + "484", + "485", + "488", + "489", + "49.12.90.74", + "492", + "494", + "494CVV", + "494cvv", + "496", + "498", + "49c", + "49k", + "4:00", + "4:09", + "4:26", + "4:28", + "4BE", + "4M8", + "4N/", + "4Shared", + "4_1", + "4a.m", + "4a.m.", + "4be", + "4br4x4s", + "4c5", + "4cw", + "4dd2c8907fbe72516ceb1abc2f0402aed2cc949c", + "4f306b60887b19731329d61458aed4908359cfc5:0oWNIjyqO", + "4f306b60887b19731329d61458aed4908359cfc5:0ownijyqo", + "4ff", + "4k", + "4kk", + "4lo", + "4m8", + "4n/", + "4nd", + "4oA", + "4oa", + "4ok", + "4p.m", + "4p.m.", + "4shared", + "4th", + "4xx", + "5", + "5$.", + "5,000", + "5.0", + "5.0.0", + "5.0.12", + "5.09k", + "5.1", + "5.10.168.220", + "5.10.169.186", + "5.10.177.178", + "5.10.181.99", + "5.10.187.250", + "5.10.220.129", + "5.100.135.94", + "5.102.163.26", + "5.102.163.28", + "5.145.130.200", + "5.145.131.26", + "5.145.133.162", + "5.145.134.94", + "5.145.184.62", + "5.146.226.96", + "5.147.251.18", + "5.147.41.101", + "5.158.171.114", + "5.158.171.116", + "5.158.171.117", + "5.158.171.119", + "5.159.60.145", + "5.183.48.50", + "5.183.49.2", + "5.18k", + "5.199.138.194", + "5.199.176.86", + "5.199.241.17", + "5.2", + "5.254.104.186", + "5.254.104.98", + "5.254.68.2", + "5.3", + "5.4", + "5.4.0", + "5.45.0.109", + "5.5", + "5.59k", + "5.6", + "5.61.80.98", + "5.61.85.2", + "5.61.87.230", + "5.7", + "5.70k", + "5.8", + "5.83.189.189", + "5.9.5.28", + "5/10", + "5/17/2017", + "5/30/2022", + "50", + "500", + "500$-1k$", + "5000", + "50000", + "500px", + "500\u043c\u0435\u0442\u0440\u043e\u0432", + "502", + "50266e76eafe26f4e36e633fad036ab35e4ce3b31c15a83ca7c4ca4f4a65b4f0:4SwQGZlZHKoN4uAu:2", + "50266e76eafe26f4e36e633fad036ab35e4ce3b31c15a83ca7c4ca4f4a65b4f0:4swqgzlzhkon4uau:2", + "503", + "504", + "505", + "508", + "50Gb", + "50gb", + "50k", + "50usd", + "51", + "51.116.129.150", + "51.116.172.167", + "51.116.172.205", + "51.116.239.125", + "51.77.74.36", + "510", + "511", + "512", + "514", + "51722", + "51773", + "51794", + "51795", + "518", + "519", + "51k", + "52", + "52,0,32)))))xHft", + "52,0,32)))))xhft", + "52.28.4.157", + "52.28.87.23", + "52.58.38.9", + "52/", + "520", + "521", + "522", + "523", + "526", + "529", + "53", + "53.comseller", + "530", + "532", + "533", + "535", + "538", + "539", + "54", + "54-", + "540", + "542", + "545", + "546", + "547", + "549", + "54k", + "550", + "551", + "5518=5518", + "552", + "553", + "554", + "556", + "558", + "55a79c85a6fad621b9695e1850c21ec464af6312d9dc2c86649694672bb02346", + "56/", + "561", + "562", + "564", + "565", + "568", + "56k", + "57.191.0.10", + "57.191.0.24", + "57.191.0.25", + "57.191.0.43", + "57.191.0.46", + "57.191.0.53", + "57.191.0.62", + "57.191.0.65", + "57.191.0.67", + "57.191.0.71", + "57.191.0.75", + "57.191.0.81", + "57.191.4.10", + "57.191.4.16", + "57.191.4.27", + "57.191.4.7", + "57.31k", + "57/", + "570RM", + "570rm", + "571", + "574", + "575", + "577", + "57k", + "58/", + "580", + "581", + "582", + "583", + "586", + "587", + "58k", + "59.93k", + "590", + "591", + "595", + "597", + "59k", + "5:01", + "5:02", + "5:21", + "5:26", + "5:38", + "5:39", + "5BCB80569AC334FDA5B7806ABC05DDFE3AF8F126E08D0EA6D21DA3C13B43F164188C3EEE89E9", + "5Nw", + "5T2", + "5a.m", + "5a.m.", + "5a2", + "5a2393e86181d5dc978f57fca0a6529ea9ac75ba:7m9ICoQEz", + "5a2393e86181d5dc978f57fca0a6529ea9ac75ba:7m9icoqez", + "5bcb80569ac334fda5b7806abc05ddfe3af8f126e08d0ea6d21da3c13b43f164188c3eee89e9", + "5c2", + "5cdb95f3f52061ca1d99d92a70c5f1eb6f8a9358:0b98844c5", + "5d4", + "5d5ad44f41d372a98b484daccf373de1f4a87279", + "5e4", + "5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/signup", + "5g=", + "5headgaming.com_1.1k.sql", + "5k", + "5kp4dHYx", + "5kp4dhyx", + "5nw", + "5p.m", + "5p.m.", + "5sU", + "5su", + "5t2", + "5th", + "5xx", + "6", + "6.0", + "6.09k", + "6.1", + "6.16k", + "6.2", + "6.3", + "6.32k", + "6.36k", + "6.4", + "6.5", + "6.6", + "6.7", + "6.74k", + "6.75k", + "6.8", + "6.9", + "6.90k", + "6.95k", + "6/2", + "6/7", + "60", + "60/", + "600", + "60000", + "602", + "604", + "604.1", + "604710868@ina.cr", + "605", + "605.1.15", + "606", + "609", + "609|ORANGE|TX|77632|male|4097795242|dezrick.powell@yahoo.com", + "609|orange|tx|77632|male|4097795242|dezrick.powell@yahoo.com", + "60ACF1C0BB648D321C492F5F17282D54674ECE279EE2F20EF255A4DB7D531565EEE4208E9B07", + "60acf1c0bb648d321c492f5f17282d54674ece279ee2f20ef255a4db7d531565eee4208e9b07", + "60k", + "610", + "6100", + "611", + "612", + "613", + "617", + "61k", + "62.134.53.106", + "62.134.67.202", + "62.138.209.236", + "62.138.209.44", + "62.138.215.228", + "62.138.215.252", + "62.138.227.68", + "62.138.245.180", + "62.140.30.170", + "62.140.30.183", + "62.140.30.186", + "62.140.8.5", + "62.144.140.132", + "62.144.140.204", + "62.144.22.218", + "62.144.225.219", + "62.144.253.162", + "62.144.64.74", + "62.144.67.10", + "62.146.0.65", + "62.146.10.100", + "62.146.10.106", + "62.146.10.108", + "62.146.10.70", + "62.146.10.85", + "62.146.10.96", + "62.146.16.27", + "62.146.9.82", + "62.152.162.177", + "62.152.162.225", + "62.152.171.10", + "62.152.180.178", + "62.152.189.220", + "62.152.191.58", + "62.153.108.237", + "62.153.132.234", + "62.153.165.146", + "62.153.172.226", + "62.153.174.249", + "62.153.196.230", + "62.153.215.243", + "62.153.223.162", + "62.153.230.117", + "62.153.230.58", + "62.153.235.211", + "62.153.245.37", + "62.153.245.38", + "62.153.26.182", + "62.153.68.100", + "62.153.90.130", + "62.153.90.131", + "62.153.90.132", + "62.153.94.190", + "62.154.136.2", + "62.154.137.42", + "62.154.137.43", + "62.154.137.44", + "62.154.137.46", + "62.154.183.251", + "62.154.203.196", + "62.154.206.222", + "62.154.253.233", + "62.156.155.100", + "62.156.166.250", + "62.156.176.73", + "62.156.180.254", + "62.156.184.150", + "62.156.204.162", + "62.156.252.210", + "62.156.46.130", + "62.157.130.195", + "62.157.181.239", + "62.157.181.254", + "62.157.226.98", + "62.158.111.159", + "62.159.137.2", + "62.159.14.186", + "62.159.146.126", + "62.159.17.163", + "62.159.210.30", + "62.159.214.99", + "62.159.234.102", + "62.159.28.46", + "62.159.34.10", + "62.159.34.7", + "62.159.35.239", + "62.159.41.149", + "62.159.42.46", + "62.159.65.162", + "62.159.66.202", + "62.159.79.21", + "62.176.244.219", + "62.176.248.61", + "62.201.161.43", + "62.204.162.196", + "62.204.162.202", + "62.209.34.29", + "62.209.34.30", + "62.209.34.35", + "62.209.34.37", + "62.209.34.38", + "62.209.34.39", + "62.209.34.41", + "62.209.34.43", + "62.209.34.45", + "62.209.34.46", + "62.214.149.226", + "62.214.152.220", + "62.214.157.19", + "62.214.160.103", + "62.214.19.130", + "62.214.2.142", + "62.214.2.99", + "62.214.20.20", + "62.214.50.219", + "62.214.6.27", + "62.214.78.122", + "62.214.82.4", + "62.216.223.83", + "62.216.223.87", + "62.216.223.88", + "62.220.28.142", + "62.220.28.146", + "62.224.158.32", + "62.224.159.152", + "62.225.117.226", + "62.225.153.60", + "62.225.153.62", + "62.225.155.19", + "62.225.185.75", + "62.225.37.162", + "62.225.50.171", + "62.225.59.35", + "62.225.61.146", + "62.225.7.5", + "62.225.7.6", + "62.225.74.68", + "62.23.211.85", + "62.23.217.102", + "62.24.13.6", + "62.245.142.86", + "62.245.143.146", + "62.245.147.51", + "62.245.155.58", + "62.245.159.19", + "62.245.166.114", + "62.245.168.124", + "62.245.168.219", + "62.245.169.18", + "62.245.187.18", + "62.245.200.172", + "62.245.201.98", + "62.245.220.145", + "62.245.221.145", + "62.245.231.52", + "62.245.233.28", + "62.245.236.228", + "62.245.250.248", + "62.246.132.127", + "62.246.136.186", + "62.246.136.198", + "62.246.154.132", + "62.246.59.179", + "62.246.76.75", + "62.246.92.45", + "62.26.138.46", + "62.26.138.70", + "62.26.146.58", + "62.27.236.81", + "62.27.63.6", + "62.40.25.225", + "62.40.27.121", + "62.54.211.2", + "62.54.217.194", + "62.54.229.44", + "62.54.229.45", + "62.54.243.35", + "62.55.136.235", + "62.55.196.90", + "62.55.224.82", + "62.55.236.90", + "62.55.238.194", + "62.55.245.146", + "62.67.234.18", + "62.67.28.226", + "62.72.67.76", + "62.80.122.38", + "62.91.108.61", + "62.91.137.226", + "62.91.84.6", + "62.91.95.138", + "62.93.29.47", + "62.93.3.208", + "62.93.4.91", + "62.96.1.4", + "62.96.11.84", + "62.96.139.3", + "62.96.16.8", + "62.96.176.190", + "62.96.190.138", + "62.96.225.250", + "62.96.225.251", + "62.96.225.58", + "62.96.227.203", + "62.96.249.218", + "62.96.43.34", + "62.96.69.90", + "62.96.73.162", + "62.96.97.66", + "62/", + "621", + "623", + "624", + "625", + "626", + "627", + "62k", + "63.247.197.2", + "63/", + "631", + "633", + "634", + "636", + "637", + "638", + "638a513e77733b028096960fb6f2dc70fb1497721b0df77693f5909d12858d87", + "63k", + "64", + "64,0,5)))))kDjP", + "64,0,5)))))kdjp", + "64.27", + "64.40.224.4", + "64.so.2", + "64/", + "640", + "643", + "644", + "647", + "648", + "649", + "64k", + "65.229.159.226", + "65/", + "650", + "650,00", + "653", + "65535", + "657", + "658", + "65k", + "66.22.104.15", + "66.22.120.255", + "661", + "663", + "666", + "666@07f.de", + "666x@riseup.net", + "667", + "668", + "669", + "66k", + "67/", + "671", + "673", + "674", + "675", + "67M$", + "67k", + "67m$", + "68/", + "680", + "682", + "683", + "684", + "686", + "687", + "688", + "68a7dw1jvtbHSY0Hrhm3QW5H0XB", + "68a7dw1jvtbhsy0hrhm3qw5h0xb", + "68k", + "69", + "690", + "691", + "692", + "693", + "694", + "695560DFE158FCD5E4F5E161DAA6A080CF935C61DBADAD484DA6BA6D3DFFF50B74DEA2EF67AC", + "695560dfe158fcd5e4f5e161daa6a080cf935c61dbadad484da6ba6d3dfff50b74dea2ef67ac", + "696", + "6:10", + "6:24", + "6:25", + "6:39", + "6:40", + "6:45", + "6:55", + "6:56", + "6Bb", + "6P.", + "6a.m", + "6a.m.", + "6a/", + "6a4", + "6aQ", + "6aq", + "6bb", + "6d1", + "6db", + "6f2", + "6fecbabbf35e66d26538ba7a588978f6", + "6n", + "6p.", + "6p.m", + "6p.m.", + "6r0", + "6xc", + "7", + "7.1", + "7.18k", + "7.2", + "7.3", + "7.30k", + "7.4", + "7.5", + "7.6", + "7.7", + "7.8", + "7.97k", + "7/1/2022", + "7/5/2022", + "7/8", + "70", + "70$-month", + "70/", + "700", + "700k", + "703", + "706", + "708", + "709", + "70c4d57dd01177231b6bc01f378b3fa191229324:6oOhq7sAU", + "70c4d57dd01177231b6bc01f378b3fa191229324:6oohq7sau", + "70k", + "71,104", + "71.51k", + "71/", + "710", + "712", + "7121,sherwanhusni,0,Wed", + "7121,sherwanhusni,0,wed", + "713", + "715", + "717", + "718", + "719", + "71k", + "72", + "72/", + "722", + "724", + "725", + "726", + "727", + "728", + "729", + "72k", + "73/", + "732", + "733", + "734", + "735", + "737", + "737.72k", + "737k.txt", + "738", + "73F3", + "73f3", + "73r", + "740", + "742", + "744", + "745", + "747", + "748", + "749", + "74d95c60c0b7e25b6d0da0de34cbd9f569bab846a342ffa016cef5de818efe77", + "74k", + "75.187.191.160", + "75.187.240.89", + "75/", + "750", + "751", + "753", + "756", + "758", + "75k", + "76/", + "761", + "766", + "768", + "76a", + "76b", + "77.0.184.182", + "77.0.36.70", + "77.180.141.225", + "77.189.34.0", + "77.190.106.29", + "77.190.22.98", + "77.20.210.218", + "77.20.89.146", + "77.22.114.157", + "77.235.161.218", + "77.24.112.73", + "77.24.121.97", + "77.24.125.233", + "77.244.107.23", + "77.244.98.165", + "77.245.45.210", + "77.246.118.234", + "77.246.121.194", + "77.37.106.175", + "77.37.110.88", + "77.37.5.210", + "77.4.3.246", + "77.47.113.235", + "77.6.39.70", + "77.67.54.44", + "77.7.110.58", + "77.72.129.188", + "77.72.219.68", + "77.73.250.35", + "77.73.250.37", + "77.73.252.1", + "77.73.255.200", + "77.77.173.217", + "7700", + "772", + "773", + "774", + "775", + "776", + "777", + "778", + "77k", + "77store.cc", + "77store.me", + "78.11k", + "78.138.80.14", + "78.34.132.238", + "78.34.133.70", + "78.34.135.18", + "78.34.205.249", + "78.34.89.148", + "78.35.13.226", + "78.35.14.66", + "78.35.144.44", + "78.35.22.90", + "78.35.27.94", + "78.35.40.100", + "78.35.40.103", + "78.35.40.109", + "78.35.40.111", + "78.35.40.113", + "78.35.40.122", + "78.35.40.129", + "78.35.40.144", + "78.35.40.151", + "78.35.40.168", + "78.35.40.170", + "78.35.40.172", + "78.35.40.177", + "78.35.40.198", + "78.35.40.201", + "78.35.40.209", + "78.35.40.210", + "78.35.40.216", + "78.35.40.231", + "78.35.40.232", + "78.35.40.233", + "78.35.40.250", + "78.35.40.35", + "78.35.40.38", + "78.35.40.40", + "78.35.40.43", + "78.35.40.5", + "78.35.40.56", + "78.35.40.62", + "78.35.40.66", + "78.35.40.72", + "78.35.40.78", + "78.35.40.87", + "78.35.40.92", + "78.35.42.138", + "78.35.42.22", + "78.35.44.178", + "78.35.47.118", + "78.35.7.139", + "78.42.203.35", + "78.43.55.72", + "78.47.89.195", + "78.94.122.178", + "78.94.129.70", + "78.94.136.38", + "78.94.140.206", + "78.94.141.222", + "78.94.160.2", + "78.94.17.98", + "78.94.170.138", + "78.94.172.122", + "78.94.174.14", + "78.94.193.18", + "78.94.203.174", + "78.94.214.20", + "78.94.22.30", + "78.94.220.238", + "78.94.23.74", + "78.94.232.219", + "78.94.238.178", + "78.94.24.150", + "78.94.247.154", + "78.94.32.234", + "78.94.36.18", + "78.94.41.172", + "78.94.46.218", + "78.94.60.206", + "78.94.68.90", + "78.94.69.146", + "78.94.76.202", + "78.94.78.70", + "78.94.79.226", + "78.94.79.46", + "78.94.84.130", + "78.94.90.90", + "78.94.93.134", + "780", + "781", + "782", + "78352", + "784", + "784666005888696380", + "786", + "78669878917959", + "786c5b9a4402bc1c718c29799234d70a9af689a8ba2fe4047431666c2c30fe05", + "787", + "788", + "789", + "78k", + "79", + "79.136.64.183", + "79.136.76.146", + "79.136.76.196", + "79.136.76.200", + "79.136.76.42", + "79.140.179.210", + "79.140.185.65", + "79.140.187.37", + "79.140.189.214", + "79.171.179.194", + "79.171.179.219", + "79.171.182.6", + "79.171.90.170", + "79.192.204.158", + "79.194.67.12", + "79.195.202.136", + "79.195.211.251", + "79.196.182.67", + "79.198.225.34", + "79.199.120.89", + "79.199.204.214", + "79.199.69.165", + "79.201.197.7", + "79.204.173.79", + "79.205.162.86", + "79.205.210.1", + "79.205.224.7", + "79.205.95.143", + "79.207.181.44", + "79.207.95.212", + "79.208.58.235", + "79.211.71.223", + "79.211.74.148", + "79.213.15.197", + "79.213.48.126", + "79.214.34.46", + "79.215.118.162", + "79.217.188.248", + "79.217.45.144", + "79.219.208.197", + "79.220.54.111", + "79.221.123.251", + "79.222.238.138", + "79.223.47.243", + "79.223.80.66", + "79.225.68.251", + "79.226.0.236", + "79.226.210.38", + "79.226.220.24", + "79.228.117.138", + "79.230.117.169", + "79.230.31.189", + "79.230.82.210", + "79.231.153.176", + "79.232.212.147", + "79.233.125.251", + "79.233.179.104", + "79.235.155.122", + "79.236.134.133", + "79.236.27.244", + "79.236.30.248", + "79.236.30.86", + "79.237.68.195", + "79.237.72.45", + "79.238.113.20", + "79.238.226.189", + "79.240.173.147", + "79.242.145.23", + "79.242.27.90", + "79.243.197.163", + "79.243.213.153", + "79.243.249.210", + "79.243.76.54", + "79.244.33.4", + "79.246.163.44", + "79.246.55.212", + "79.246.55.239", + "79.248.181.185", + "79.248.250.29", + "79.249.146.115", + "79.250.155.200", + "79.250.230.19", + "79.251.27.153", + "79.252.197.211", + "79.252.38.133", + "79.253.149.24", + "79.253.162.103", + "79.253.26.86", + "79.99.96.161", + "79/", + "790", + "791", + "793", + "794", + "795", + "797", + "798", + "799", + "79L", + "79k", + "79l", + "7:00", + "7:01", + "7:07", + "7:13", + "7:2", + "7:25", + "7:32", + "7:38", + "7:42", + "7:47", + "7:48", + "7:50", + "7:51", + "7:55", + "7AC", + "7DFFA421CF18F77F3BB974A27646DE9DD985C1943584B48433BEB4A96F118621DAD8BEF69561", + "7FC", + "7HN", + "7M$", + "7M-", + "7W0", + "7Z1", + "7Zip", + "7a.m", + "7a.m.", + "7a10306c5ab46781", + "7ac", + "7b043d29f54c9a4bcf911b3c80af98ba42c2f6d1", + "7bb", + "7bc8c87aa29715d9e9ead1dea727cf9e0213f4dbc9f46a3aa79217e090cc9c18", + "7d2", + "7d9", + "7dffa421cf18f77f3bb974a27646de9dd985c1943584b48433beb4a96f118621dad8bef69561", + "7fc", + "7hn", + "7k", + "7m$", + "7m-", + "7nv", + "7p.m", + "7p.m.", + "7usd", + "7w0", + "7z1", + "7zip", + "8", + "8)", + "8-", + "8-)", + "8-D", + "8-d", + "8.0", + "8.05k", + "8.1", + "8.17k", + "8.2", + "8.211.14.94", + "8.3", + "8.36k", + "8.4", + "8.41k", + "8.5", + "8.6", + "8.7", + "8.8", + "8.9", + "80", + "80.128.228.109", + "80.128.230.115", + "80.129.43.182", + "80.130.217.230", + "80.131.112.192", + "80.132.186.167", + "80.132.203.47", + "80.132.30.147", + "80.132.30.185", + "80.133.118.124", + "80.133.238.1", + "80.134.142.143", + "80.134.143.233", + "80.134.244.150", + "80.135.21.254", + "80.135.221.227", + "80.135.30.10", + "80.136.211.111", + "80.136.218.106", + "80.137.202.43", + "80.137.220.180", + "80.138.119.20", + "80.138.250.238", + "80.139.122.214", + "80.139.64.130", + "80.140.91.123", + "80.141.246.12", + "80.142.229.81", + "80.143.20.225", + "80.143.41.235", + "80.145.78.145", + "80.146.162.18", + "80.146.166.5", + "80.146.193.123", + "80.146.198.76", + "80.146.211.106", + "80.146.228.231", + "80.146.247.252", + "80.146.247.254", + "80.147.0.67", + "80.147.103.247", + "80.147.105.50", + "80.147.109.126", + "80.147.110.127", + "80.147.118.216", + "80.147.120.128", + "80.147.123.247", + "80.147.129.84", + "80.147.13.249", + "80.147.132.142", + "80.147.133.75", + "80.147.138.173", + "80.147.142.173", + "80.147.147.194", + "80.147.148.39", + "80.147.148.83", + "80.147.149.28", + "80.147.15.82", + "80.147.154.62", + "80.147.159.208", + "80.147.160.161", + "80.147.163.252", + "80.147.165.123", + "80.147.168.14", + "80.147.169.241", + "80.147.176.183", + "80.147.186.30", + "80.147.187.241", + "80.147.187.244", + "80.147.190.222", + "80.147.192.109", + "80.147.194.106", + "80.147.195.141", + "80.147.195.88", + "80.147.200.226", + "80.147.201.140", + "80.147.205.29", + "80.147.206.119", + "80.147.211.40", + "80.147.213.194", + "80.147.214.71", + "80.147.22.157", + "80.147.220.59", + "80.147.223.117", + "80.147.224.106", + "80.147.224.188", + "80.147.224.2", + "80.147.234.47", + "80.147.237.137", + "80.147.237.174", + "80.147.242.124", + "80.147.3.124", + "80.147.31.65", + "80.147.35.215", + "80.147.38.110", + "80.147.39.129", + "80.147.4.82", + "80.147.42.6", + "80.147.50.88", + "80.147.52.140", + "80.147.56.134", + "80.147.56.147", + "80.147.58.184", + "80.147.64.206", + "80.147.65.51", + "80.147.66.179", + "80.147.71.113", + "80.147.72.153", + "80.147.72.231", + "80.147.77.31", + "80.147.84.179", + "80.147.88.237", + "80.147.89.112", + "80.147.92.200", + "80.147.93.59", + "80.147.96.58", + "80.147.99.92", + "80.148.10.138", + "80.148.14.67", + "80.149.112.178", + "80.149.125.18", + "80.149.130.244", + "80.149.143.58", + "80.149.150.10", + "80.149.180.213", + "80.149.197.162", + "80.149.205.170", + "80.149.47.10", + "80.149.57.59", + "80.149.60.236", + "80.149.69.51", + "80.149.70.66", + "80.149.75.228", + "80.149.85.115", + "80.150.109.50", + "80.150.131.138", + "80.150.198.68", + "80.150.240.122", + "80.150.246.130", + "80.151.1.181", + "80.151.101.200", + "80.151.103.253", + "80.151.103.66", + "80.151.104.124", + "80.151.108.154", + "80.151.109.13", + "80.151.11.122", + "80.151.11.141", + "80.151.11.241", + "80.151.11.248", + "80.151.11.70", + "80.151.113.14", + "80.151.119.227", + "80.151.120.241", + "80.151.125.224", + "80.151.126.192", + "80.151.13.3", + "80.151.130.208", + "80.151.130.53", + "80.151.133.173", + "80.151.135.229", + "80.151.138.194", + "80.151.140.150", + "80.151.142.233", + "80.151.147.239", + "80.151.149.176", + "80.151.149.214", + "80.151.150.73", + "80.151.160.176", + "80.151.161.247", + "80.151.163.15", + "80.151.165.207", + "80.151.166.169", + "80.151.166.90", + "80.151.167.186", + "80.151.170.66", + "80.151.172.205", + "80.151.172.222", + "80.151.173.217", + "80.151.174.18", + "80.151.180.117", + "80.151.180.241", + "80.151.185.58", + "80.151.192.246", + "80.151.193.166", + "80.151.196.100", + "80.151.197.12", + "80.151.202.228", + "80.151.206.158", + "80.151.209.58", + "80.151.211.4", + "80.151.216.200", + "80.151.218.27", + "80.151.222.235", + "80.151.227.220", + "80.151.227.59", + "80.151.228.9", + "80.151.229.123", + "80.151.229.50", + "80.151.229.94", + "80.151.236.78", + "80.151.239.85", + "80.151.240.1", + "80.151.240.41", + "80.151.244.24", + "80.151.244.244", + "80.151.245.200", + "80.151.246.22", + "80.151.247.30", + "80.151.248.235", + "80.151.27.65", + "80.151.28.119", + "80.151.33.17", + "80.151.41.204", + "80.151.42.231", + "80.151.45.48", + "80.151.48.246", + "80.151.5.235", + "80.151.5.92", + "80.151.51.96", + "80.151.55.111", + "80.151.62.28", + "80.151.71.55", + "80.151.72.118", + "80.151.72.20", + "80.151.72.98", + "80.151.79.219", + "80.151.79.31", + "80.151.81.60", + "80.151.85.176", + "80.151.86.128", + "80.151.89.84", + "80.151.91.95", + "80.151.96.178", + "80.151.97.186", + "80.151.99.115", + "80.151.99.77", + "80.152.128.99", + "80.152.129.226", + "80.152.134.28", + "80.152.136.128", + "80.152.136.83", + "80.152.137.230", + "80.152.139.206", + "80.152.151.56", + "80.152.154.81", + "80.152.157.144", + "80.152.159.250", + "80.152.160.223", + "80.152.165.97", + "80.152.167.106", + "80.152.167.33", + "80.152.169.72", + "80.152.177.144", + "80.152.178.39", + "80.152.179.140", + "80.152.181.3", + "80.152.181.84", + "80.152.183.197", + "80.152.187.144", + "80.152.191.251", + "80.152.193.222", + "80.152.200.124", + "80.152.200.94", + "80.152.202.114", + "80.152.205.162", + "80.152.207.183", + "80.152.209.139", + "80.152.211.243", + "80.152.216.205", + "80.152.226.26", + "80.152.227.186", + "80.152.228.216", + "80.152.235.25", + "80.152.246.173", + "80.152.255.128", + "80.152.3.183", + "80.152.30.162", + "80.152.7.60", + "80.153.103.153", + "80.153.109.58", + "80.153.110.162", + "80.153.111.60", + "80.153.115.242", + "80.153.122.180", + "80.153.127.192", + "80.153.129.211", + "80.153.131.131", + "80.153.134.228", + "80.153.135.148", + "80.153.135.21", + "80.153.138.155", + "80.153.139.5", + "80.153.145.67", + "80.153.168.123", + "80.153.169.142", + "80.153.177.95", + "80.153.184.192", + "80.153.187.146", + "80.153.188.137", + "80.153.189.79", + "80.153.190.68", + "80.153.194.3", + "80.153.196.9", + "80.153.198.151", + "80.153.204.8", + "80.153.205.22", + "80.153.209.103", + "80.153.213.71", + "80.153.214.145", + "80.153.215.241", + "80.153.216.159", + "80.153.22.111", + "80.153.222.233", + "80.153.228.79", + "80.153.233.224", + "80.153.240.253", + "80.153.25.114", + "80.153.26.82", + "80.153.35.6", + "80.153.38.199", + "80.153.45.157", + "80.153.46.191", + "80.153.47.56", + "80.153.48.216", + "80.153.5.54", + "80.153.51.1", + "80.153.55.218", + "80.153.57.124", + "80.153.61.173", + "80.153.61.236", + "80.153.64.101", + "80.153.64.14", + "80.153.71.79", + "80.153.78.117", + "80.153.78.228", + "80.153.79.182", + "80.153.98.229", + "80.154.112.210", + "80.154.116.218", + "80.154.12.154", + "80.154.120.120", + "80.154.125.42", + "80.154.14.90", + "80.154.200.114", + "80.154.202.242", + "80.154.216.130", + "80.154.25.90", + "80.154.26.3", + "80.154.3.142", + "80.154.6.234", + "80.155.136.146", + "80.155.145.194", + "80.155.146.146", + "80.155.148.70", + "80.155.149.138", + "80.155.153.138", + "80.155.153.140", + "80.155.153.142", + "80.155.164.174", + "80.155.173.202", + "80.155.181.170", + "80.155.24.180", + "80.155.26.90", + "80.155.37.35", + "80.155.37.50", + "80.155.47.154", + "80.155.58.188", + "80.155.58.189", + "80.155.58.190", + "80.155.58.245", + "80.155.63.222", + "80.155.7.98", + "80.156.1.155", + "80.156.1.157", + "80.156.1.158", + "80.156.16.162", + "80.156.16.202", + "80.156.168.156", + "80.156.208.244", + "80.156.21.125", + "80.156.227.74", + "80.156.26.66", + "80.156.26.68", + "80.156.77.22", + "80.156.8.250", + "80.156.91.234", + "80.157.185.218", + "80.157.190.108", + "80.157.5.238", + "80.157.78.158", + "80.190.143.194", + "80.228.112.34", + "80.228.113.214", + "80.228.113.38", + "80.228.13.211", + "80.228.22.236", + "80.228.22.68", + "80.228.226.132", + "80.228.226.82", + "80.228.226.86", + "80.228.244.186", + "80.228.244.20", + "80.228.247.229", + "80.228.249.60", + "80.228.251.110", + "80.228.26.83", + "80.228.28.20", + "80.228.31.230", + "80.228.31.6", + "80.228.36.110", + "80.228.36.91", + "80.228.37.227", + "80.228.44.178", + "80.228.60.226", + "80.228.61.18", + "80.228.61.26", + "80.228.64.66", + "80.228.66.34", + "80.228.69.34", + "80.228.72.138", + "80.228.72.44", + "80.228.76.30", + "80.228.78.42", + "80.228.79.170", + "80.228.80.11", + "80.228.91.62", + "80.237.140.180", + "80.237.140.245", + "80.237.141.102", + "80.237.178.12", + "80.237.179.84", + "80.237.219.132", + "80.239.144.254", + "80.242.164.242", + "80.242.171.105", + "80.243.204.70", + "80.243.204.86", + "80.243.204.94", + "80.243.56.94", + "80.244.213.219", + "80.244.213.70", + "80.244.214.218", + "80.244.214.226", + "80.244.214.253", + "80.244.214.254", + "80.244.215.90", + "80.244.218.26", + "80.252.109.226", + "80.66.6.204", + "80.67.236.113", + "80.69.200.11", + "80.69.200.2", + "80.69.206.170", + "80.69.206.172", + "80.69.206.173", + "80.69.206.242", + "80.72.131.26", + "80.74.48.179", + "80.74.48.25", + "80.74.56.58", + "80.74.60.237", + "80.74.63.2", + "80.74.63.82", + "80.75.19.158", + "80.78.164.110", + "80.81.10.251", + "80.81.15.38", + "80.81.17.189", + "80.81.2.135", + "80.81.30.178", + "80.81.8.1", + "80.81.9.53", + "80.82.202.149", + "80.83.103.174", + "80.86.187.140", + "80.90.145.160", + "80.90.145.212", + "80.90.145.74", + "800", + "801", + "802", + "804", + "8040", + "8041", + "80460", + "806", + "808", + "80XSBn8a", + "80k", + "80xsbn8a", + "81.16.20.36", + "81.173.166.189", + "81.173.206.249", + "81.173.216.254", + "81.173.242.112", + "81.173.242.134", + "81.173.242.136", + "81.173.242.140", + "81.173.242.148", + "81.173.242.153", + "81.173.242.160", + "81.173.242.162", + "81.173.242.168", + "81.173.242.171", + "81.173.242.174", + "81.173.242.179", + "81.173.242.184", + "81.173.242.190", + "81.173.242.201", + "81.173.242.205", + "81.173.242.210", + "81.173.242.211", + "81.173.242.213", + "81.173.242.22", + "81.173.242.29", + "81.173.242.38", + "81.173.242.80", + "81.173.242.88", + "81.173.244.76", + "81.173.245.94", + "81.20.116.207", + "81.20.140.227", + "81.201.109.122", + "81.201.148.118", + "81.201.148.134", + "81.201.156.68", + "81.229.67.180", + "81.235.178.31", + "81.251.38.123", + "81.27.115.129", + "81.27.115.144", + "81.89.198.133", + "811", + "813", + "814", + "815", + "816", + "819", + "819911846525927434", + "81k", + "82.100.204.51", + "82.100.212.172", + "82.100.219.250", + "82.100.224.2", + "82.100.224.91", + "82.100.229.249", + "82.100.241.155", + "82.100.250.42", + "82.100.252.210", + "82.115.102.178", + "82.115.103.199", + "82.119.164.200", + "82.119.170.54", + "82.119.176.107", + "82.119.179.134", + "82.135.108.11", + "82.135.11.114", + "82.135.11.162", + "82.135.20.206", + "82.135.22.20", + "82.135.22.21", + "82.135.22.28", + "82.135.22.29", + "82.135.22.30", + "82.135.28.66", + "82.135.35.114", + "82.135.37.206", + "82.135.62.79", + "82.135.63.246", + "82.135.65.22", + "82.139.198.1", + "82.144.33.38", + "82.144.55.34", + "82.149.171.83", + "82.193.226.52", + "82.193.227.70", + "82.193.237.18", + "82.193.240.38", + "82.194.104.219", + "82.194.104.80", + "82.194.104.93", + "82.194.112.212", + "82.195.75.17", + "82.198.209.109", + "82.198.218.133", + "82.212.32.100", + "82.214.223.164", + "82.214.223.84", + "82.96.89.150", + "82.96.96.100", + "82/", + "820", + "822", + "823", + "823648119798628412", + "824", + "826", + "8266", + "827", + "828", + "829", + "82k", + "83.135.18.10", + "83.135.18.11", + "83.135.18.13", + "83.135.18.162", + "83.135.25.24", + "83.135.34.36", + "83.135.36.130", + "83.135.56.132", + "83.135.58.4", + "83.135.63.170", + "83.135.63.172", + "83.135.70.85", + "83.136.73.3", + "83.136.83.178", + "83.137.65.72", + "83.137.68.30", + "83.221.247.27", + "83.226.40.178", + "83.236.131.194", + "83.236.141.110", + "83.236.142.90", + "83.236.165.221", + "83.236.169.155", + "83.236.176.186", + "83.236.189.198", + "83.236.189.26", + "83.236.193.248", + "83.236.196.202", + "83.236.217.135", + "83.236.221.130", + "83.236.225.222", + "83.236.242.90", + "83.242.62.227", + "83.242.63.103", + "83.250.92.33", + "83.251.146.162", + "83.251.152.103", + "83.251.194.167", + "83.251.194.203", + "83.251.201.197", + "83.251.74.177", + "830", + "831", + "831A6AFA29CBC70211151A1FAC3A5FE8FB28479E8B1A1928AC6F0360F7FDCC20590A0C9B1036", + "831a6afa29cbc70211151a1fac3a5fe8fb28479e8b1a1928ac6f0360f7fdcc20590a0c9b1036", + "834", + "835", + "836", + "837", + "839", + "83b", + "84.11.49.150", + "84.11.99.66", + "84.128.209.22", + "84.128.209.99", + "84.131.122.246", + "84.133.153.51", + "84.133.170.18", + "84.135.137.141", + "84.135.228.17", + "84.136.143.23", + "84.136.60.105", + "84.137.166.114", + "84.139.90.217", + "84.141.66.14", + "84.142.114.144", + "84.143.118.139", + "84.143.125.200", + "84.143.160.248", + "84.143.161.56", + "84.143.165.85", + "84.143.191.210", + "84.143.241.165", + "84.143.61.117", + "84.143.84.36", + "84.144.59.131", + "84.145.139.148", + "84.145.252.87", + "84.146.129.86", + "84.146.161.2", + "84.146.162.95", + "84.146.166.206", + "84.148.239.45", + "84.149.107.41", + "84.151.81.230", + "84.153.178.118", + "84.153.214.67", + "84.153.97.90", + "84.154.4.3", + "84.155.147.6", + "84.155.150.5", + "84.155.169.65", + "84.155.23.164", + "84.155.27.135", + "84.156.206.183", + "84.156.233.251", + "84.157.106.237", + "84.158.237.100", + "84.158.239.48", + "84.16.236.156", + "84.160.106.118", + "84.160.248.77", + "84.161.216.122", + "84.162.169.136", + "84.163.20.146", + "84.164.117.215", + "84.164.195.147", + "84.164.211.156", + "84.164.73.39", + "84.166.145.53", + "84.166.38.12", + "84.167.207.243", + "84.168.158.244", + "84.168.31.64", + "84.169.79.117", + "84.170.176.156", + "84.171.217.42", + "84.173.207.22", + "84.173.250.71", + "84.175.236.210", + "84.175.53.47", + "84.176.184.132", + "84.176.184.196", + "84.176.255.97", + "84.177.12.99", + "84.177.215.1", + "84.178.175.7", + "84.179.199.94", + "84.180.113.73", + "84.180.210.179", + "84.180.237.96", + "84.181.112.130", + "84.181.118.184", + "84.181.126.132", + "84.181.138.128", + "84.181.140.97", + "84.181.201.192", + "84.181.60.167", + "84.181.89.122", + "84.181.95.68", + "84.182.188.153", + "84.183.131.170", + "84.183.77.16", + "84.184.107.119", + "84.185.127.15", + "84.185.185.153", + "84.185.186.234", + "84.185.73.243", + "84.186.125.23", + "84.186.157.105", + "84.186.56.185", + "84.187.155.41", + "84.187.206.77", + "84.187.94.113", + "84.188.94.131", + "84.190.10.165", + "84.190.134.230", + "84.191.30.207", + "84.242.21.172", + "84.242.23.12", + "84.245.130.228", + "84.245.131.106", + "84.245.137.66", + "84.245.141.17", + "84.246.254.76", + "84.38.192.13", + "84.38.192.6", + "84.39.152.245", + "84.39.66.188", + "84.39.67.242", + "84.44.172.244", + "84.44.174.150", + "84.46.102.73", + "84.46.65.110", + "84.46.88.218", + "84.46.89.192", + "84.46.92.218", + "84.46.92.237", + "84.46.96.158", + "84.58.115.67", + "84.60.210.10", + "84.61.173.221", + "84.61.65.244", + "84.63.48.176", + "840", + "843", + "844", + "845", + "848", + "849", + "85", + "85-", + "85.115.14.229", + "85.115.15.35", + "85.115.16.196", + "85.115.6.130", + "85.118.248.10", + "85.132.221.114", + "85.14.247.50", + "85.14.251.243", + "85.14.254.45", + "85.158.1.178", + "85.158.5.163", + "85.16.113.110", + "85.16.113.198", + "85.16.133.106", + "85.16.67.75", + "85.16.70.170", + "85.16.71.53", + "85.16.71.6", + "85.16.73.17", + "85.16.75.191", + "85.16.76.12", + "85.16.76.209", + "85.183.126.28", + "85.183.14.87", + "85.183.148.135", + "85.183.152.119", + "85.183.154.21", + "85.183.16.80", + "85.183.17.131", + "85.190.177.194", + "85.190.178.238", + "85.190.198.66", + "85.195.97.122", + "85.197.41.200", + "85.199.125.186", + "85.199.73.14", + "85.199.88.8", + "85.22.136.127", + "85.22.137.5", + "85.22.138.130", + "85.22.138.233", + "85.22.143.98", + "85.22.151.57", + "85.22.153.109", + "85.22.153.248", + "85.22.153.7", + "85.22.153.71", + "85.22.153.9", + "85.22.156.107", + "85.22.172.11", + "85.22.172.41", + "85.220.135.170", + "85.220.141.98", + "85.220.161.74", + "85.220.175.36", + "85.220.196.203", + "85.220.196.204", + "85.220.197.90", + "85.230.76.24", + "85.232.30.177", + "85.236.193.45", + "85.236.45.164", + "85.236.49.244", + "85.25.23.182", + "85.8.113.203", + "85.8.117.126", + "85.8.67.214", + "85.8.70.252", + "85.8.93.108", + "85.8.93.98", + "85/", + "851", + "852", + "853", + "853211333944541184", + "854", + "856", + "859", + "85bf29702d6adf5218f46e3da0f70b9b98a08e5c", + "86", + "86.103.254.148", + "86.111.159.180", + "861", + "863", + "864", + "865", + "869", + "86k", + "86p", + "87.118.74.29", + "87.122.185.122", + "87.122.245.74", + "87.123.120.41", + "87.128.0.70", + "87.128.1.97", + "87.128.10.125", + "87.128.106.107", + "87.128.11.213", + "87.128.160.164", + "87.128.160.166", + "87.128.17.148", + "87.128.202.125", + "87.128.202.222", + "87.128.21.2", + "87.128.22.38", + "87.128.22.64", + "87.128.26.229", + "87.128.29.51", + "87.128.29.75", + "87.128.29.8", + "87.128.32.143", + "87.128.32.146", + "87.128.32.147", + "87.128.32.161", + "87.128.32.164", + "87.128.37.76", + "87.128.39.153", + "87.128.39.210", + "87.128.48.126", + "87.128.48.91", + "87.128.50.160", + "87.128.56.99", + "87.128.59.177", + "87.128.59.47", + "87.128.59.7", + "87.128.62.29", + "87.128.69.228", + "87.128.8.53", + "87.128.9.166", + "87.129.13.154", + "87.129.131.164", + "87.129.132.117", + "87.129.132.121", + "87.129.132.95", + "87.129.183.162", + "87.129.194.242", + "87.129.197.123", + "87.129.197.124", + "87.129.20.242", + "87.129.20.243", + "87.129.202.34", + "87.129.206.228", + "87.129.210.34", + "87.129.210.82", + "87.129.240.67", + "87.129.245.70", + "87.129.35.10", + "87.129.40.116", + "87.130.10.59", + "87.130.100.58", + "87.130.117.164", + "87.130.12.106", + "87.130.12.171", + "87.130.13.132", + "87.130.17.77", + "87.130.18.98", + "87.130.2.130", + "87.130.2.18", + "87.130.22.74", + "87.130.25.18", + "87.130.29.154", + "87.130.33.29", + "87.130.44.234", + "87.130.45.98", + "87.130.71.234", + "87.130.76.110", + "87.132.115.146", + "87.133.144.50", + "87.133.69.52", + "87.137.71.74", + "87.137.75.156", + "87.138.126.47", + "87.138.126.74", + "87.138.132.8", + "87.138.138.135", + "87.138.138.142", + "87.138.139.109", + "87.138.139.241", + "87.138.142.21", + "87.138.143.119", + "87.138.144.2", + "87.138.151.229", + "87.138.168.247", + "87.138.174.234", + "87.138.174.82", + "87.138.185.249", + "87.138.188.190", + "87.138.190.217", + "87.138.191.98", + "87.138.199.122", + "87.138.209.77", + "87.138.210.230", + "87.138.215.123", + "87.138.220.34", + "87.138.222.225", + "87.138.223.87", + "87.138.224.138", + "87.138.226.199", + "87.138.234.191", + "87.138.234.6", + "87.138.239.93", + "87.138.240.1", + "87.138.247.102", + "87.138.70.61", + "87.138.75.183", + "87.138.76.197", + "87.138.83.134", + "87.138.86.167", + "87.138.89.58", + "87.138.97.46", + "87.138.99.204", + "87.138.99.56", + "87.139.101.159", + "87.139.107.250", + "87.139.112.79", + "87.139.115.125", + "87.139.124.173", + "87.139.125.228", + "87.139.126.89", + "87.139.134.165", + "87.139.136.153", + "87.139.144.235", + "87.139.148.203", + "87.139.15.216", + "87.139.150.170", + "87.139.181.29", + "87.139.181.30", + "87.139.182.124", + "87.139.185.72", + "87.139.186.94", + "87.139.187.88", + "87.139.193.37", + "87.139.197.125", + "87.139.2.104", + "87.139.200.36", + "87.139.208.89", + "87.139.217.226", + "87.139.217.50", + "87.139.217.52", + "87.139.217.61", + "87.139.217.62", + "87.139.217.86", + "87.139.221.195", + "87.139.227.8", + "87.139.229.179", + "87.139.229.193", + "87.139.235.193", + "87.139.236.91", + "87.139.239.245", + "87.139.244.60", + "87.139.246.219", + "87.139.246.49", + "87.139.250.228", + "87.139.254.15", + "87.139.29.156", + "87.139.31.175", + "87.139.32.173", + "87.139.33.30", + "87.139.36.90", + "87.139.38.76", + "87.139.5.16", + "87.139.55.164", + "87.139.55.208", + "87.139.58.102", + "87.139.60.224", + "87.139.61.230", + "87.139.62.239", + "87.139.64.136", + "87.139.68.122", + "87.139.68.27", + "87.139.7.136", + "87.139.71.169", + "87.139.71.238", + "87.139.74.192", + "87.139.76.18", + "87.139.81.33", + "87.139.83.199", + "87.139.90.100", + "87.139.94.252", + "87.140.10.218", + "87.140.106.213", + "87.140.110.100", + "87.140.113.1", + "87.140.113.32", + "87.140.114.155", + "87.140.117.214", + "87.140.120.113", + "87.140.125.198", + "87.140.125.63", + "87.140.17.142", + "87.140.28.230", + "87.140.29.240", + "87.140.3.183", + "87.140.37.223", + "87.140.37.87", + "87.140.41.122", + "87.140.41.185", + "87.140.49.10", + "87.140.49.22", + "87.140.50.228", + "87.140.52.228", + "87.140.53.174", + "87.140.54.99", + "87.140.57.152", + "87.140.61.101", + "87.140.61.55", + "87.140.63.14", + "87.140.7.75", + "87.140.72.235", + "87.140.72.80", + "87.140.76.108", + "87.140.76.127", + "87.140.78.132", + "87.140.79.35", + "87.140.81.105", + "87.140.81.106", + "87.140.82.169", + "87.140.82.170", + "87.140.83.76", + "87.140.85.51", + "87.140.86.48", + "87.140.9.13", + "87.140.90.4", + "87.140.97.11", + "87.140.99.227", + "87.142.142.250", + "87.143.145.174", + "87.143.34.97", + "87.144.26.54", + "87.144.55.129", + "87.144.94.79", + "87.145.174.127", + "87.145.227.73", + "87.145.51.48", + "87.146.247.33", + "87.147.100.107", + "87.147.125.86", + "87.148.224.91", + "87.150.244.183", + "87.150.246.181", + "87.150.247.186", + "87.150.248.92", + "87.151.163.147", + "87.153.106.145", + "87.154.217.207", + "87.154.63.224", + "87.155.106.57", + "87.155.206.217", + "87.155.58.134", + "87.157.152.50", + "87.158.224.40", + "87.160.13.179", + "87.161.124.84", + "87.163.77.81", + "87.165.130.238", + "87.166.200.187", + "87.166.76.224", + "87.172.49.48", + "87.172.55.19", + "87.172.57.242", + "87.172.60.50", + "87.173.186.50", + "87.173.26.150", + "87.174.170.15", + "87.174.47.131", + "87.176.144.197", + "87.176.203.37", + "87.176.65.160", + "87.178.186.134", + "87.178.39.201", + "87.178.84.113", + "87.179.217.201", + "87.179.220.43", + "87.180.107.195", + "87.180.157.59", + "87.180.231.46", + "87.181.170.44", + "87.181.37.202", + "87.181.39.199", + "87.182.16.86", + "87.182.16.87", + "87.182.17.103", + "87.182.21.188", + "87.182.218.108", + "87.182.23.42", + "87.182.94.36", + "87.184.116.220", + "87.184.175.244", + "87.184.221.167", + "87.184.241.165", + "87.187.143.169", + "87.187.47.19", + "87.188.181.32", + "87.188.215.134", + "87.188.71.159", + "87.188.75.228", + "87.189.35.155", + "87.190.0.2", + "87.190.17.210", + "87.190.249.10", + "87.190.251.188", + "87.190.252.234", + "87.190.252.237", + "87.190.26.170", + "87.190.3.74", + "87.190.3.76", + "87.190.33.245", + "87.190.35.38", + "87.190.35.45", + "87.190.43.82", + "87.190.45.186", + "87.190.7.91", + "87.191.134.61", + "87.191.141.116", + "87.191.141.61", + "87.191.142.221", + "87.191.143.254", + "87.191.145.25", + "87.191.146.105", + "87.191.147.219", + "87.191.153.115", + "87.191.155.250", + "87.191.156.114", + "87.191.159.211", + "87.191.163.55", + "87.191.167.178", + "87.191.170.63", + "87.191.171.76", + "87.191.18.54", + "87.191.180.196", + "87.191.182.46", + "87.191.183.235", + "87.191.19.250", + "87.191.190.87", + "87.191.191.92", + "87.191.196.166", + "87.191.198.121", + "87.191.207.176", + "87.191.21.170", + "87.191.231.216", + "87.191.236.205", + "87.191.34.18", + "87.191.37.154", + "87.191.37.181", + "87.191.37.66", + "87.191.38.3", + "87.191.41.226", + "87.191.46.26", + "87.191.51.18", + "87.193.1.98", + "87.193.138.46", + "87.193.183.35", + "87.193.193.74", + "87.193.196.246", + "87.193.227.210", + "87.193.240.242", + "87.193.247.127", + "87.193.61.222", + "87.230.121.132", + "87.230.122.196", + "87.230.123.156", + "87.230.123.172", + "87.230.123.52", + "87.230.127.228", + "87.230.39.184", + "87.230.50.232", + "87.234.243.146", + "87.234.248.50", + "87.234.250.13", + "87.234.41.130", + "87.234.43.58", + "87.234.44.206", + "87.234.60.133", + "87.234.61.92", + "87.234.62.60", + "87.245.18.250", + "87.245.21.195", + "87.245.23.88", + "87.253.171.98", + "87.60k", + "87.78.129.215", + "87.78.179.226", + "87.78.56.142", + "87.78.96.235", + "87.79.0.194", + "87.79.0.226", + "87.79.108.150", + "87.79.12.94", + "87.79.200.136", + "87.79.200.189", + "87.79.237.47", + "87.79.29.138", + "87.79.29.182", + "87.79.34.50", + "87.79.36.237", + "87.79.39.36", + "87.79.5.203", + "87.79.65.44", + "87.79.67.48", + "87.79.70.34", + "87.79.71.201", + "87.79.74.4", + "87.79.76.7", + "87.79.78.77", + "87.79.79.143", + "87.79.79.156", + "87.79.89.189", + "87.79.91.149", + "87.79.92.231", + "87.79.94.169", + "87.79.95.114", + "87/", + "871", + "873", + "87488", + "875", + "876", + "879", + "87c391aad60a0fc1fc2e469e97f97d37", + "87k", + "88.130.18.103", + "88.130.209.90", + "88.133.180.213", + "88.134.208.54", + "88.134.86.151", + "88.134.87.36", + "88.134.91.226", + "88.150.15.47", + "88.198.217.182", + "88.198.226.244", + "88.198.228.202", + "88.205.125.32", + "88.208.191.154", + "88.217.136.219", + "88.217.137.34", + "88.217.140.144", + "88.217.140.43", + "88.217.142.68", + "88.217.145.230", + "88.217.152.106", + "88.217.163.210", + "88.217.174.250", + "88.217.175.67", + "88.217.185.8", + "88.217.198.50", + "88.217.224.12", + "88.217.225.80", + "88.217.236.123", + "88.217.248.126", + "88.217.250.139", + "88.217.250.143", + "88.217.26.207", + "88.217.67.29", + "88.217.75.184", + "88.217.75.224", + "88.64.151.95", + "88.65.210.66", + "88.65.29.198", + "88.68.134.130", + "88.70.36.4", + "88.73.118.171", + "88.79.104.117", + "88.79.114.250", + "88.79.220.90", + "88.79.243.108", + "88.79.245.180", + "88.79.251.90", + "88.79.253.237", + "88.99.91.197", + "880", + "881", + "882", + "883", + "884", + "885", + "886p", + "887", + "888", + "889", + "88f", + "88k", + "89", + "89-", + "89.0.28.10", + "89.1.135.4", + "89.1.21.234", + "89.1.236.18", + "89.1.33.42", + "89.1.36.4", + "89.1.77.249", + "89.1.82.218", + "89.1.82.244", + "89.1.82.6", + "89.1.83.194", + "89.1.94.90", + "89.106.219.218", + "89.107.164.63", + "89.15.248.138", + "89.163.159.19", + "89.163.159.22", + "89.163.229.134", + "89.163.229.26", + "89.163.234.199", + "89.166.131.192", + "89.191.91.51", + "89.202.113.164", + "89.202.21.131", + "89.202.21.174", + "89.202.38.146", + "89.202.39.177", + "89.202.43.56", + "89.233.209.183", + "89.233.213.16", + "89.233.215.53", + "89.233.220.61", + "89.233.221.163", + "89.233.221.184", + "89.233.221.91", + "89.233.225.132", + "89.233.88.247", + "89.244.119.78", + "89.244.150.234", + "89.244.169.6", + "89.245.149.220", + "89.245.153.20", + "89.245.186.34", + "89.246.111.121", + "89.246.112.23", + "89.246.114.108", + "89.246.151.18", + "89.246.71.147", + "89.246.80.210", + "89.247.128.205", + "89.247.176.57", + "89.247.194.14", + "89.247.196.4", + "89.247.41.84", + "89.27.157.228", + "89.27.158.167", + "89.28.143.112", + "89.28.143.122", + "89.28.143.205", + "89.43.121.79", + "89.57.48.18", + "890", + "894", + "896", + "899", + "89k", + "89kJAN", + "89kjan", + "8:02", + "8:09", + "8:11", + "8:13", + "8:18", + "8:2", + "8:29", + "8:37", + "8:42", + "8D", + "8Dd", + "8F/", + "8Hf", + "8KK", + "8VK", + "8a.m", + "8a.m.", + "8a1efb8cd913e5a4526c1254bb132a8b2fa7c089:566277477", + "8b4237659faddb46b932ebfe1e67f28962f862615c6a060241a428d6a2302f47", + "8d", + "8db", + "8dd", + "8efb664a08427b4ce4996457703b553656d8d6b32bd99649cc91d9b35c66711a", + "8f/", + "8f6", + "8hf", + "8k", + "8kk", + "8lbrv5T2", + "8lbrv5t2", + "8lk", + "8minecraft.ru_54.5k.sql", + "8p.m", + "8p.m.", + "8pl", + "8uu", + "8vk", + "8vr", + "9", + "9.1", + "9.2", + "9.3", + "9.37k", + "9.5", + "9.6", + "9.60k", + "9.7", + "9.8", + "9.87k", + "9/10", + "9/22/2022", + "90", + "90.187.110.173", + "90.187.114.225", + "90.187.118.209", + "90.187.125.245", + "90.187.161.21", + "90.187.187.193", + "90.187.218.221", + "90.187.65.45", + "90.187.84.133", + "90.187.86.145", + "90/", + "900", + "900442220522508359", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "90A0", + "90a0", + "90aaa5f8f5f772badab308dd34d1eeff2545df67e99c9eb730bf51bf6e2c376a", + "90k", + "91.103.115.170", + "91.103.115.171", + "91.103.240.121", + "91.103.8.129", + "91.106.122.162", + "91.106.122.50", + "91.106.126.35", + "91.106.135.252", + "91.106.138.153", + "91.106.176.124", + "91.106.179.94", + "91.11.160.20", + "91.11.160.29", + "91.11.160.99", + "91.11.180.28", + "91.132.76.233", + "91.132.76.234", + "91.132.76.236", + "91.137.102.144", + "91.137.117.106", + "91.137.122.181", + "91.137.57.251", + "91.14.10.179", + "91.14.137.176", + "91.15.20.87", + "91.15.6.112", + "91.15.95.155", + "91.16.73.244", + "91.16.79.221", + "91.16.98.23", + "91.18.35.58", + "91.19.161.183", + "91.198.238.246", + "91.2.31.180", + "91.20.40.123", + "91.209.159.30", + "91.21.215.149", + "91.21.230.44", + "91.211.10.210", + "91.212.221.59", + "91.212.221.62", + "91.220.56.36", + "91.224.226.57", + "91.23.161.34", + "91.23.170.184", + "91.23.171.224", + "91.23.171.234", + "91.23.171.254", + "91.231.204.3", + "91.248.101.104", + "91.248.161.192", + "91.248.161.42", + "91.249.133.162", + "91.249.134.82", + "91.249.135.72", + "91.249.137.210", + "91.249.142.82", + "91.249.155.130", + "91.249.155.82", + "91.249.163.207", + "91.249.172.154", + "91.249.173.2", + "91.249.186.219", + "91.249.187.18", + "91.249.199.90", + "91.249.202.209", + "91.249.205.154", + "91.249.220.138", + "91.249.230.190", + "91.249.234.18", + "91.249.242.210", + "91.25.112.146", + "91.25.135.162", + "91.25.136.194", + "91.25.136.210", + "91.25.140.218", + "91.25.144.226", + "91.25.153.138", + "91.25.164.163", + "91.25.168.107", + "91.25.174.20", + "91.25.182.7", + "91.25.193.147", + "91.25.196.122", + "91.25.200.123", + "91.25.206.76", + "91.25.207.242", + "91.25.216.75", + "91.25.230.85", + "91.25.252.250", + "91.25.81.226", + "91.25.83.139", + "91.25.94.2", + "91.26.0.162", + "91.26.114.211", + "91.26.16.251", + "91.26.26.58", + "91.26.3.250", + "91.26.30.34", + "91.26.32.162", + "91.26.40.67", + "91.26.50.162", + "91.26.55.42", + "91.26.6.114", + "91.26.72.20", + "91.26.73.211", + "91.26.76.226", + "91.26.86.178", + "91.26.86.194", + "91.26.90.153", + "91.3.240.105", + "91.32.24.113", + "91.32.86.128", + "91.33.18.72", + "91.33.210.19", + "91.34.251.71", + "91.35.12.84", + "91.35.8.199", + "91.36.192.84", + "91.36.202.220", + "91.37.220.186", + "91.37.253.168", + "91.37.255.34", + "91.37.34.234", + "91.37.47.50", + "91.38.147.39", + "91.39.45.37", + "91.39.70.156", + "91.39.74.121", + "91.39.75.226", + "91.39.76.20", + "91.39.85.189", + "91.4.117.31", + "91.4.214.13", + "91.4.214.187", + "91.4.216.135", + "91.4.217.178", + "91.4.235.133", + "91.4.49.22", + "91.4.63.178", + "91.41.210.41", + "91.42.155.236", + "91.42.158.148", + "91.42.196.166", + "91.42.207.56", + "91.43.144.198", + "91.43.251.39", + "91.43.252.132", + "91.43.252.162", + "91.44.17.34", + "91.44.232.54", + "91.44.64.160", + "91.45.167.162", + "91.45.209.55", + "91.45.33.137", + "91.45.57.156", + "91.46.42.4", + "91.46.80.2", + "91.46.85.249", + "91.47.241.216", + "91.47.99.162", + "91.48.157.7", + "91.48.221.2", + "91.48.240.59", + "91.5.124.191", + "91.5.14.231", + "91.5.174.45", + "91.5.21.124", + "91.50.229.49", + "91.51.194.235", + "91.51.59.36", + "91.51.83.214", + "91.51.94.59", + "91.52.0.7", + "91.52.139.87", + "91.54.34.235", + "91.54.37.68", + "91.55.28.90", + "91.58.116.18", + "91.59.242.173", + "91.59.248.250", + "91.59.49.253", + "91.60.103.232", + "91.61.134.11", + "91.61.134.98", + "91.61.168.30", + "91.61.172.245", + "91.62.12.147", + "91.63.19.161", + "91.63.248.16", + "91.64.70.194", + "91.65.173.49", + "91.66.218.83", + "91.66.237.140", + "91.7.249.247", + "91.9.122.164", + "91.9.215.217", + "91.96.28.148", + "91.97.175.64", + "912", + "914", + "915", + "917", + "918", + "919", + "91k", + "92.117.21.133", + "92.117.78.7", + "92.119.209.253", + "92.122.177.73", + "92.194.117.205", + "92.194.215.20", + "92.194.64.29", + "92.195.152.117", + "92.195.201.190", + "92.198.10.164", + "92.198.25.93", + "92.198.33.250", + "92.198.33.252", + "92.198.33.82", + "92.198.34.130", + "92.198.38.250", + "92.198.4.204", + "92.198.45.98", + "92.198.46.218", + "92.198.47.138", + "92.198.49.253", + "92.198.56.137", + "92.200.186.23", + "92.200.254.142", + "92.211.134.27", + "92.217.246.197", + "92.39.119.245", + "92.39.25.205", + "92.39.25.250", + "92.50.101.242", + "92.50.109.115", + "92.50.109.70", + "92.50.110.106", + "92.50.110.242", + "92.50.113.34", + "92.50.120.170", + "92.50.124.54", + "92.50.64.66", + "92.50.67.138", + "92.50.68.69", + "92.50.68.70", + "92.50.69.186", + "92.50.69.242", + "92.50.78.210", + "92.50.93.190", + "92.50.96.156", + "92.51.178.196", + "92.52", + "92.60.212.67", + "92.60.213.64", + "92.73.158.95", + "92.77.205.245", + "92.77.63.170", + "92.79.107.194", + "92.79.113.147", + "92.79.114.146", + "92.79.116.114", + "92.79.116.98", + "92.79.119.50", + "92.79.124.106", + "92.79.128.236", + "92.79.134.224", + "92.79.135.121", + "92.79.31.2", + "92.79.62.66", + "92.79.72.109", + "92.79.74.210", + "92.79.74.212", + "92.79.77.211", + "92.79.86.132", + "92.79.90.60", + "92/", + "920", + "921", + "922", + "924", + "926", + "928", + "929", + "92k", + "93.104.122.48", + "93.104.192.82", + "93.104.200.98", + "93.104.205.10", + "93.104.218.82", + "93.104.237.4", + "93.104.243.45", + "93.104.243.59", + "93.104.245.122", + "93.104.38.178", + "93.104.42.33", + "93.104.75.122", + "93.104.78.238", + "93.104.84.32", + "93.104.96.232", + "93.122.68.197", + "93.122.69.198", + "93.122.69.216", + "93.122.80.171", + "93.122.92.108", + "93.122.92.172", + "93.122.92.73", + "93.122.92.94", + "93.127.227.40", + "93.127.241.163", + "93.127.241.193", + "93.159.100.4", + "93.159.117.23", + "93.159.249.66", + "93.159.249.78", + "93.159.249.79", + "93.180.77.18", + "93.180.77.210", + "93.180.77.50", + "93.180.77.82", + "93.184.178.6", + "93.184.178.8", + "93.184.179.147", + "93.184.188.162", + "93.186.11.109", + "93.186.12.233", + "93.186.9.90", + "93.188.25.41", + "93.192.199.12", + "93.192.34.165", + "93.193.118.101", + "93.193.123.215", + "93.193.174.152", + "93.193.24.183", + "93.194.16.73", + "93.195.77.65", + "93.196.114.160", + "93.198.114.160", + "93.198.38.59", + "93.198.40.136", + "93.198.60.218", + "93.199.199.104", + "93.199.91.249", + "93.200.241.162", + "93.200.249.153", + "93.200.250.142", + "93.200.254.21", + "93.201.147.57", + "93.201.159.137", + "93.201.247.96", + "93.202.177.117", + "93.202.56.38", + "93.205.104.212", + "93.205.164.181", + "93.205.171.195", + "93.205.175.5", + "93.205.215.185", + "93.206.170.173", + "93.207.126.14", + "93.209.81.230", + "93.210.214.14", + "93.211.142.126", + "93.211.158.242", + "93.211.22.29", + "93.213.62.73", + "93.215.163.202", + "93.215.185.34", + "93.215.223.23", + "93.216.48.5", + "93.216.53.125", + "93.217.233.251", + "93.218.135.143", + "93.219.146.17", + "93.219.255.56", + "93.220.177.171", + "93.220.31.240", + "93.221.140.217", + "93.222.205.75", + "93.223.178.119", + "93.223.179.82", + "93.224.101.98", + "93.224.102.25", + "93.224.105.186", + "93.225.101.190", + "93.225.236.27", + "93.225.74.4", + "93.225.99.19", + "93.226.175.187", + "93.226.177.228", + "93.227.209.88", + "93.227.34.192", + "93.229.92.54", + "93.230.147.114", + "93.230.162.52", + "93.231.12.10", + "93.231.143.97", + "93.231.186.136", + "93.232.11.230", + "93.232.113.181", + "93.232.18.188", + "93.232.254.235", + "93.232.29.74", + "93.232.31.143", + "93.233.230.72", + "93.233.43.212", + "93.234.171.178", + "93.234.177.144", + "93.234.83.69", + "93.236.133.28", + "93.236.187.12", + "93.237.106.73", + "93.237.149.78", + "93.237.219.193", + "93.238.167.88", + "93.238.174.10", + "93.239.152.126", + "93.239.200.207", + "93.239.6.45", + "93.239.8.254", + "93.240.100.188", + "93.240.100.60", + "93.240.101.234", + "93.240.106.67", + "93.240.110.229", + "93.240.119.230", + "93.240.120.125", + "93.240.121.4", + "93.240.123.9", + "93.240.125.133", + "93.240.125.95", + "93.240.126.126", + "93.240.127.172", + "93.240.127.84", + "93.240.129.123", + "93.240.137.251", + "93.240.138.162", + "93.240.138.166", + "93.240.143.107", + "93.240.143.108", + "93.240.162.194", + "93.240.164.18", + "93.240.165.106", + "93.240.167.146", + "93.240.172.98", + "93.240.176.146", + "93.240.180.138", + "93.240.181.178", + "93.240.185.245", + "93.240.199.178", + "93.240.201.250", + "93.240.202.42", + "93.240.208.51", + "93.240.219.162", + "93.240.22.100", + "93.240.220.226", + "93.240.224.210", + "93.240.225.42", + "93.240.230.107", + "93.240.232.187", + "93.240.247.90", + "93.240.248.250", + "93.240.25.208", + "93.240.250.58", + "93.240.253.58", + "93.240.27.186", + "93.240.27.79", + "93.240.3.107", + "93.240.32.23", + "93.240.33.195", + "93.240.37.220", + "93.240.37.223", + "93.240.37.29", + "93.240.4.43", + "93.240.42.115", + "93.240.42.179", + "93.240.44.221", + "93.240.46.60", + "93.240.52.37", + "93.240.53.54", + "93.240.58.172", + "93.240.80.112", + "93.240.82.44", + "93.240.85.219", + "93.240.86.237", + "93.240.90.164", + "93.240.95.107", + "93.240.95.202", + "93.240.95.32", + "93.240.97.99", + "93.240.98.214", + "93.241.193.188", + "93.241.199.42", + "93.241.201.250", + "93.241.207.89", + "93.241.210.179", + "93.241.211.74", + "93.241.213.35", + "93.241.213.48", + "93.241.214.153", + "93.241.216.246", + "93.241.217.70", + "93.241.220.59", + "93.241.221.82", + "93.241.222.235", + "93.241.232.212", + "93.241.233.44", + "93.241.233.5", + "93.241.240.189", + "93.241.241.128", + "93.241.244.19", + "93.241.244.80", + "93.241.247.76", + "93.241.249.189", + "93.241.250.71", + "93.241.253.44", + "93.241.255.192", + "93.241.26.155", + "93.241.26.158", + "93.241.27.58", + "93.241.38.10", + "93.241.64.68", + "93.241.65.137", + "93.241.67.226", + "93.241.73.82", + "93.241.75.228", + "93.241.76.1", + "93.241.76.42", + "93.241.78.174", + "93.241.8.52", + "93.241.81.252", + "93.241.82.86", + "93.241.83.211", + "93.241.84.25", + "93.241.84.44", + "93.241.86.85", + "93.241.87.97", + "93.241.88.136", + "93.241.88.165", + "93.241.95.215", + "93.242.198.127", + "93.245.10.48", + "93.245.45.102", + "93.88.17.135", + "93.90.136.28", + "93.94.86.10", + "93.94.86.170", + "93.94.86.26", + "93.94.86.82", + "93.95.133.30", + "93.95.135.243", + "930", + "9307,782_647,0,Sun", + "9307,782_647,0,sun", + "932", + "934", + "9353fd2ce988216a131efaaa9aa7da8fc1b1ddf2eab56b61190cdfac497039f1:1cJ7vnoj0axp9qE3:2", + "9353fd2ce988216a131efaaa9aa7da8fc1b1ddf2eab56b61190cdfac497039f1:1cj7vnoj0axp9qe3:2", + "937", + "939", + "93k", + "94.100.70.115", + "94.100.70.14", + "94.101.33.229", + "94.114.197.45", + "94.130.195.233", + "94.134.137.141", + "94.134.159.172", + "94.16.17.48", + "94.16.6.214", + "94.16.6.245", + "94.16.7.66", + "94.16.98.44", + "94.186.179.114", + "94.186.183.82", + "94.186.198.146", + "94.186.219.173", + "94.186.234.59", + "94.186.235.11", + "94.217.218.239", + "94.219.236.147", + "94.79.133.154", + "94.79.135.49", + "94.79.154.122", + "94.79.162.242", + "94.79.162.70", + "94.79.163.6", + "94.79.167.222", + "94.79.175.62", + "94.79.175.94", + "94.79.177.54", + "94.79.186.62", + "94.79.188.38", + "94/", + "941", + "942", + "944", + "945", + "94k", + "95", + "95.100.196.73", + "95.128.17.198", + "95.130.162.17", + "95.130.162.209", + "95.130.163.137", + "95.130.163.233", + "95.130.164.143", + "95.130.166.187", + "95.130.167.111", + "95.130.167.180", + "95.131.96.186", + "95.208.114.220", + "95.223.139.219", + "95.223.213.165", + "95.33.69.89", + "95.33.71.169", + "95.88.42.95", + "95.91.109.94", + "95/", + "953", + "956", + "958", + "959", + "95k", + "960", + "961", + "963", + "964", + "967", + "969", + "97", + "97.80k", + "97110508089", + "9719", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "979", + "97k", + "98.98.164.218", + "982", + "98324224113413@hot-chilli.im", + "984", + "985", + "989", + "98E646E037B5E692E76BBBBC809F60E20E73FE57", + "98e646e037b5e692e76bbbbc809f60e20e73fe57", + "98k", + "98k.txt", + "99", + "99/", + "992", + "993", + "994", + "996", + "998", + "999", + "99999", + "9:00", + "9:06", + "9:09", + "9:13", + "9:14", + "9:19", + "9:2", + "9:43", + "9:46", + "9:47", + "9:50", + "9:55", + "9E2", + "9E9", + "9FF", + "9H/", + "9PE", + "9a.m", + "9a.m.", + "9ad", + "9ad9a407643acde8e6f5857601aebad7cebf4647", + "9b78af9365ebfed2c0d082a32fb7892e72cbcd8f6598ce03b5a7eca018ce53c1", + "9d93bc6aa5af6076d36c4a579aaa2d0465c22a8acc6bd00a0befe5f0f4284140:50eesdmJhaGtUubG:2", + "9d93bc6aa5af6076d36c4a579aaa2d0465c22a8acc6bd00a0befe5f0f4284140:50eesdmjhagtuubg:2", + "9e2", + "9e7c339b856b5f599cb8e3367425630f31ff8ef846d5ecd1420fa7b0306d87af:7rPXKfvRkmxRTQgTDUIgZl3XsZRwvSc9", + "9e7c339b856b5f599cb8e3367425630f31ff8ef846d5ecd1420fa7b0306d87af:7rpxkfvrkmxrtqgtduigzl3xszrwvsc9", + "9e9", + "9f5602d53a5126d2146b82b9470ac457359db42ed8f61a5d90f574b6254d26db", + "9ff", + "9h/", + "9j5", + "9p.m", + "9p.m.", + "9pe", + ":", + ":'(", + ":')", + ":'-(", + ":'-)", + ":(", + ":((", + ":(((", + ":()", + ":)", + ":))", + ":)))", + ":*", + ":-(", + ":-((", + ":-(((", + ":-)", + ":-))", + ":-)))", + ":-*", + ":-/", + ":-0", + ":-3", + ":->", + ":-D", + ":-O", + ":-P", + ":-X", + ":-]", + ":-d", + ":-o", + ":-p", + ":-x", + ":-|", + ":-}", + ":/", + ":0", + ":00", + ":01", + ":02", + ":03", + ":05", + ":06", + ":07", + ":08", + ":09", + ":1", + ":10", + ":11", + ":12", + ":13", + ":14", + ":15", + ":16", + ":17", + ":18", + ":19", + ":20", + ":21", + ":22", + ":23", + ":24", + ":25", + ":26", + ":27", + ":28", + ":29", + ":3", + ":30", + ":31", + ":32", + ":33", + ":34", + ":35", + ":36", + ":37", + ":38", + ":39", + ":40", + ":41", + ":42", + ":43", + ":44", + ":45", + ":46", + ":47", + ":48", + ":49", + ":50", + ":51", + ":52", + ":53", + ":54", + ":55", + ":56", + ":57", + ":58", + ":59", + ":>", + ":D", + ":O", + ":P", + ":X", + ":]", + ":d", + ":o", + ":o)", + ":p", + ":x", + ":x)", + ":|", + ":}", + ":\u2019(", + ":\u2019)", + ":\u2019-(", + ":\u2019-)", + ";", + ";)", + ";-)", + ";-D", + ";-X", + ";-d", + ";D", + ";X", + ";_;", + ";d", + "<", + "<.<", + "", + "", + "=", + "=(", + "=)", + "=/", + "=15", + "=28", + "=3", + "=D", + "=X", + "=[", + "=]", + "=d", + "=x", + "=|", + ">", + ">.<", + ">.>", + ">:(", + ">:o", + ">:x", + "><(((*>", + "?", + "@", + "@2", + "@ARTISTTSTUDIO", + "@Andrewwtate", + "@AspidSnake", + "@Bomb", + "@BreachPine", + "@Brick_Top", + "@C5pider", + "@CCHuckster", + "@Desec0x", + "@EmailGuy", + "@Eurekahl", + "@FOOBLE", + "@FederalAgentBrad", + "@G1venchy", + "@H0oligandz", + "@Iam_Zuwa", + "@ItsVladimirputin", + "@KYP", + "@MatthewNorman1", + "@Moderator", + "@OGYessine", + "@OrmosisBot", + "@Orpheusrefund", + "@ROShelper", + "@RonyKingSourcingINC", + "@Sinkln1337", + "@StarLinkCloud", + "@The_Bl4ck_h4nd", + "@VaultedRef", + "@Wooloo", + "@Wq552211", + "@XXX", + "@XXXX", + "@XXXxxxx", + "@Xdxxxx", + "@Xxdddd", + "@XxxXxxxx", + "@Xxx_Xxdxx_xdxx", + "@Xxx_Xxxx", + "@Xxxx", + "@XxxxXxxxXxxxx", + "@XxxxXxxxXxxxxXXX", + "@Xxxxx", + "@XxxxxXxx", + "@XxxxxXxxx", + "@XxxxxXxxxx", + "@XxxxxXxxxxXxxx", + "@XxxxxXxxxxd", + "@Xxxxx_Xxx", + "@Xxxxxdddd", + "@Xxxxxdx", + "@_@", + "@abroni17", + "@akapacpac", + "@altshub", + "@andrewwtate", + "@anyuhq", + "@artisttstudio", + "@aspidsnake", + "@babayyagga", + "@babyclipper_bot", + "@bomb", + "@breachpine", + "@brick_top", + "@buyingdata", + "@c5pider", + "@cadeacedocs", + "@cchuckster", + "@d", + "@desec0x", + "@devxstudio", + "@emailguy", + "@eurekahl", + "@federalagentbrad", + "@fooble", + "@g1venchy", + "@h0oligandz", + "@iam_zuwa", + "@iftekhar98", + "@itsvladimirputin", + "@kenix1613", + "@klaailonari", + "@kyp", + "@m2soft0909", + "@makiveli_bhf", + "@marktraffdev", + "@matthewnorman1", + "@mkdiretc", + "@moderator", + "@moretrust_cc", + "@nisan66", + "@noobplayer009", + "@ogyessine", + "@ormosisbot", + "@orpheusrefund", + "@oxygen", + "@prom_66", + "@r3nin", + "@resetmyname", + "@ronykingsourcinginc", + "@roshelper", + "@sinkln1337", + "@starlinkcloud", + "@sucker", + "@tgomni", + "@the_bl4ck_h4nd", + "@udodov228", + "@vaultedref", + "@wooloo", + "@wq552211", + "@xdxxx", + "@xdxxxx", + "@xdxxxxdddd", + "@xxdddd", + "@xxx", + "@xxx_xxdxx_xdxx", + "@xxx_xxxx", + "@xxxx", + "@xxxx_dd", + "@xxxx_xx", + "@xxxx_xxx", + "@xxxxd", + "@xxxxdd", + "@xxxxddd", + "@xxxxdddd", + "@xxxxdx", + "@yoy", + "A", + "A++", + "A+++", + "A.1718130568", + "A.1751189463", + "A.2200283667", + "A.K", + "A.Q", + "A00", + "A1", + "A101|Pottstown|PA|19464|Male|6103277777|hurstheatherl@gmail.com|11|11|1979|15/1/2023", + "AA", + "AB", + "ABA", + "ABI", + "ABOUT", + "ABOVE", + "ABSOLUTELY", + "ABU", + "AC", + "ACCES", + "ACCOUNT", + "ACCOUNTS", + "ACCS", + "ACE", + "ACH", + "ACK", + "ACT", + "AD", + "ADA", + "ADCB", + "ADD", + "ADDED", + "ADDRESS", + "ADDRESS^", + "ADE", + "ADMINS", + "ADS", + "ADSLDP00000P03.local:10389@local*$695F1D110EC238E971C1EAFE5C15FBA7$74EC4511F166400E653056FC5B83ED7D58E2227FD77C2859DA77D19EA8B5279643421049A68A650AD631BE6EADBF524A3662F96CAF5FAE8C309E7D7CC2C1E2164926DDC2D5157810DCF62525DC6009ED98AAD7C41D26F51D53E75749A3303727D60A4F5B2DF1AEC517F5968F9E1ADE8C08C849F6E502A320AD614267F05F4F6E08959F4DCA107836BF5EAE9DDD152E3C27CE38503F672EA9A35C565324797B414BD36C6726DA6D87CE512C3C667861BFD65C08A6F802DB1A48FB1482A92E17B368859B819298B790BB72BFF90361FD41635D5309EED39B4ABE502F71872ABBFA11AFCCB5884535CD312F93320FDE80EF046FE6882C55EA5C0384D29276BE7F5621EA3C2DB83B7C3398CF9CF06D0382DAEBF22A7451E34348724BC2B091EABB8231727AD1B247369158B7FD04852E11EDF69C2E14575847B55F3F16F742AC07EDF3BBA301A17A485D728E2A13037CBEB5A72BA5A0A285EE3DE00EE44BD6E21E60E3B3B30789285B5B4CAFBC5388813F6D75A928674FEFE04F593833FD543F6CEB75172A537DC95B108B919CA99455456F0520A7FBA6FA14855B9A5DC3A52832E1A33FE5165E28B7D60BF3F9B427A459EDFB3B52B59D7704A943D4A779FE1C8CE03BD3D1B316FD4E65D46BB38D0E59D98FF53AA2D6A64F4E4E15EC02D61F78BCA79806BFC18F27BBBB0159891F52FA0534A0547FCC6D470B3974039D4A5DB5637EA712DC1C507E9B31655D2DDB09974C9A82C7A098DE876E28C3DA4ED5A75499F393AE9F535CA9C2EF98F008AF624131C42BC8E0EA1B1574C6EEACA7536DAC8ADB9E5D7D4FF046C93A32C660F8935815EA30E13B1E0B449DE46E2B3566F83C02895886BD0BBB4BE2EF2B641F920100967914554E87A5AC5C52596379A3198DE84E335A339F8A305B3A9FA7E0C7F778514424840F4E6D919E08B39899CF6C784C6CFE48988D89473E85AE23F106359E24FEE80EB1CA92FAC4F51D4250FB8B75F544E7EC7C0405270E0C434AC92B29A355A215938C22FA238274923153F8B3207C15DDBFE665FD49DC8B70C16491BF36EAC7641AC507BB55EC37D409E78D131DAC7E35799B9B5CAE7D2E82BAAF6F10276A07BD29DC31BFE22BA8076B87F80A464F679D5401CBA597F68217D6779A76F71999FB20F885294FF3662D6A1885EA477AED523729DC0966205E55E50D649FF4EC2AB6D25BE66A5C988DBA15D4152D7949043976409704303F731B9F9FA54F3AA80621A56A8A591204F8C6612C611967C56956E7FD8D75D36B5FCE21CF864911C69B5814A62FC9A788BBBEFAA9FA768DEB396DECADEE5E482333E0B2163272CA3B49003CDADC512F1BD9027B126760728F01541ABC507A49F9DE50C3AA33F849F2FA814E5F51350D0ED8EBCE5F8A58FD48BDB502C8E08ADC344C6A9ACC97C57794B7C8A7126C1966EF377AE596F8AF7F38FD2C57D79159913E6484A924B361F6B482DF7DBE89A11232F6FE7CE90DA2D57ADEEF9A11F1FE932CC1BD997BF9C3256FBE56D0EF7E7EB24A64406B7E3BF56F73ADDF5F21BDE563ACBCB5B60360A0ADDAE91CEE62C14CC9CAB29CE382E9A1ED3A60BAB3C22F0850729F6E5ED7766BC0250B1E0A0058356969ED68448AEFC7B5CCC1D41796D790728EB9359F3015C89898EB0DDD953E7B87AB81807ED843E01860F4B7C0F8D189DA6C986337F51B65E929F1B4AAF77A355A327A769AB90CB0121ACD5995F6B52C69F1EFD9C595ACB1CC902B36643E1699604C6A78375E6586E9076F834C6400DAEDB558BC48B64FB4AFC22C566BF1216BCFA384DA7F60E49EE69E8E5D31EC81353CD8D85BADE65FDD7FC669F465C3AC999671A90DF2CE1E1567EDE188DA5673AB7FBE898C5BF1326482BE15EA44D14445C95A19E8B04298811AB4315EE99C52D3179D382F7EE321A7CE9C6887CF7779E435D47C66E6EB03EE1C929BE97799B4606861495D7EF6A81C27C9AA0E737C2EF18E2E733A4C9570481475E44432F8EA27C01E4C79F29797064762B015FD255677FFAF90A505D94D733E13C31C710164580EB774B2DAED254A1855A77A35E5287C51C7040EE65BF347056EF44A6F93230B03F060704AB4B6E4E6E4436CEABD37EA71F0A434921DBB92D6C523255DD877352B75D5A668FB556689EA77AE1EF996A5E67F8C7F40261DE920BA085714837BD11D1C28D1150F4F551236C7F2393CE2BCC46C9AF772B439CADC4D8A3389F57FD6AE78A70BAD6D3472CB8FB59A2675A689C13B1F318003CA0EEDF1F99870D41654B62F1B2254B57C82717ABB8FF1D07C8B62A10DF90C3B6E0F4445FD9FD72CA1179F9F3BC8550889668BCC0E0527826D6D4DBE7AB0556EB7B4DF112A13A559CBB489EC3CFF53DCFFDFCF71A577626B083513B8AD2AFFDA2A34C199438E33CE72CE1A9141A1CEDDFBB9EA54B174A60B0D9167E6E25BB641E43CDB6AC93E38CBFB76AD2F23A06AF27DB43A611E05653D173808B0540C2CBF42B8343857389D0C6B8584D4DC9BD2749126A20C132B4B83114E159E1AF4A76843BA7D3A054A8BDCF249A5AF500C6ED1AEB53515E8A612B99DBE5EF6A071EF27B05C70CE29D621E3913BAE4BC6E56580D50252E9DD2819603A0167EAC811AC495DCFEFC259FC2D7F18F27DB747F14AEA8E7E9E58D5BE1CA25D3411D313ED91B6A24EB2E23D090508C3CD6FA4770AAFE39087F4AB047ADC4671A40C4E155F260AC94293D8E9ABCF54894FC27699382F85163376E4DEABF8F75BAD390CD6756C676B413568A6466D9AA2EF98B6CC55902E5C6C6CF5749DF50A8CC7755A7A51E5C71E44FEE8FDDC6AA0C64A9AF4DAE83530DEA51CB89F9FF679E4520A386F6A18ED82A78F6DE7D3DD1E94703DE429F0613B0C509205F8F9B4576A69E135F3EC2563826429A4D16B1BE275B97149F76B07A28EB66380C3488EB77D0C30577426920C5BEF42C2D607893D9B9D5F5BD1C88A3F83EDA0B775F8490713340DA5E300035C98AECBAFA0C455CF8439DE1B1E10F8297AEF5100C06F6C386936D82259D82FF44E4E4644F45EA7600D8F493A139C3355A7345EEC868AEB7BFC5BDBA74EA4D60C8222F6A615C1D6E033F4869F0D953DC09FF1FA59B19A10D9E922A88D7FCC5F39C0DCE071D59A4B543258C566CABB7C5B0D9923EE2720FA91782AB8B734569778ED74FB7A00AD87F8EE2C2DC5BF37BCD88C417FC6F3B25DB5E5C95EA27C56695077DFA0474FE1A89855498BE127399CA4E70B2C518C15B5C78507A0AF76416167345DEC527E92707101AB66D07621F1A8D9EE8870F9F9D6485C148DCA7C14A520EFCB1672BE30973254C6DA8B469D0465CF06740A5ADEAD5987A54043B5549A5B8BC80C29E443CC397C7C519E6B67B5B14C10B090E600E9B84640788A5B23F3ACD76376829AD42A3407C2CC85AF42992B9DE859CC8D4FB603A85A72523B5155327913EA20185DBF332D3816EBF28FDD4455C6721B1096B4DD1AD7C3190D1B9258FBD14C2421370C572FDA16B14836FDF5E90EC771FDD0C072BEEEC7697D89FC2BCCC86C22A7F5FBA2C951E41AC80BEBEE400C53C133D0EE0FC2B3BC243E139EC018EAA5A7018ECDD11E00B71C410705245FDED6E8C30E9D85810C4DBEF0ABF6B551E75B553214DA05A530E67B54B3DBF744CD56536DB336BA6F0375018DC6373BF500724CA1CA836716019E5238A53098", + "ADULT", + "ADVANCED", + "ADVISED", + "AE", + "AEI", + "AEON", + "AES", + "AEx", + "AF", + "AFAIK", + "AFE", + "AFT", + "AFTER", + "AF_INET", + "AGAIN", + "AGE", + "AGREEMENT", + "AGRICOLA", + "AI", + "AI(chatgpt", + "AID", + "AIK", + "AIL", + "AIM", + "AIN", + "AIO", + "AKE", + "AKP", + "AKQJ10", + "AL", + "ALE", + "ALIBABA", + "ALK", + "ALKHAIMAH", + "ALL", + "ALS", + "ALSO", + "ALWAYS", + "ALY", + "ALhamdulilah", + "AM", + "AMAZON", + "AMAZON.COM.BE", + "AMAZON.SE", + "AMC+", + "AME", + "AMMdefi", + "AMOUNT", + "AMZ", + "AN", + "AN+RN", + "AN+RN+NAME", + "ANA", + "AND", + "ANDROID", + "ANK", + "ANNOUNCMENT", + "ANOMALY", + "ANS", + "ANT", + "ANTICHRISTDEMON#7703", + "ANTIPUBLIC", + "ANY", + "ANYTIME", + "ANZ", + "AOO", + "AOZ", + "API", + "APIs", + "APK", + "APPLE", + "APPS", + "APTRA", + "AR", + "ARAB", + "ARD", + "ARE", + "ARGyw9ht6z0wKFOhmI.", + "ARI", + "ARKANIAZ_mds_35k.txt.txt", + "ARM", + "ARP", + "ARRESTED", + "ARRIS", + "ARS", + "ART", + "ARY", + "AS", + "ASAP", + "ASE", + "ASI", + "ASK", + "ASP", + "ASPX", + "ASS", + "ASSIST", + "AST", + "AT", + "ATA", + "ATE", + "ATM", + "ATTEMPTING", + "ATZ", + "ATs", + "AU", + "AUD", + "AV", + "AVA", + "AVAILABILITY", + "AVAILABLE", + "AVAST", + "AVE", + "AVOID", + "AVs", + "AWARE", + "AWAY", + "AWIDIAWDJ", + "AYS", + "AYUDHYA", + "AZ", + "AZN", + "Abhinav6", + "About", + "Abraham", + "Absolutely", + "Academy", + "Accept", + "Access", + "AccessMan44", + "Account", + "Accounts", + "Accumulator", + "Ace", + "AceHCF", + "AceHCF_IPs_95.txt", + "Act", + "Active", + "Actual", + "Actually", + "Ad", + "Adams", + "Add", + "AddMeFast", + "Added", + "Addka72424", + "Address", + "Addresses", + "Adgasgsagg", + "Adidas", + "Adm", + "Adm.", + "Admin", + "Administrador:41860187edd10b3ea37bb3092d081830", + "Administrator", + "Adobe", + "Ads", + "Advance", + "Affiliate", + "Affiliated", + "Afghanistan", + "Afo", + "African", + "After", + "Again", + "Aged", + "Agency", + "Agent", + "AgentBlanco", + "Agreed", + "Ah", + "Ahh", + "Ai", + "Air", + "AirPods", + "Aj|", + "Ak", + "Ak.", + "Al", + "Ala", + "Ala.", + "Alabama", + "Alaska", + "Albayrak", + "Alberta", + "AlbinBerrycloth", + "Alcachofo", + "Alchemist", + "Aldow", + "Alexandrovich", + "Alferia.eu", + "Alien666", + "Alipay", + "All", + "All.txt", + "AllForOneSurvival", + "Alles4you", + "Allison", + "Almost", + "Alpha_Teamspeak_IPs_205.csv", + "Already", + "Alright", + "Also", + "Altho", + "Alvaris", + "Always", + "Am", + "Ama", + "Amazing", + "Amazon", + "Ambition", + "America", + "Americanexpress.com/seller", + "Amia", + "Amount", + "Amounts", + "Amz.one", + "AnK", + "AnarchyHCF_IPs_480.txt", + "And", + "Andaria", + "Andrew", + "AndrewwTate", + "Android", + "AnonFiles", + "Anonymous", + "Anti", + "Antibots", + "Antivirus", + "Any", + "Anyone", + "Anyway", + "Anyways", + "Apache", + "Apart", + "App", + "Apparently", + "Appeal", + "Apple", + "AppleWebKit/605.1.15", + "Applefight.fr", + "Applies", + "Appreciate", + "Appstore", + "Apr", + "Apr.", + "April", + "Apt", + "Arcade", + "Arch", + "Archived", + "Arcosia-PvP.fr", + "Are", + "Arefy_XF.sql", + "Argos", + "ArgumentParser", + "Arium_IPs_435.txt", + "Arivi.pl", + "Ariz", + "Ariz.", + "Arizona", + "ArizonaHCF", + "Ark", + "Ark.", + "Arkadia", + "Arkansas", + "Armadyl", + "Around", + "ArticleNinja", + "Arx", + "As", + "Ashitbag", + "Ask", + "Assalamualaikum", + "Assured", + "Astaroth", + "Astro_Buycraft_Logs_130.csv", + "At", + "Aternos.org-dehashed.txt", + "Aternos.org_899k.txt", + "Athenia", + "Atlas", + "AtomicSkull_IPs_345.txt", + "Aton2.com_Buycraft_DB.txt", + "Attackers", + "Attempted", + "Attempting", + "Attention", + "Aug", + "Aug.", + "August", + "Aurelius", + "Aus-Craft.net_Emails_DB.txt", + "AussieMC_Buycraft_Logs_300.csv", + "Australia", + "Australian", + "Austria", + "AuthMe", + "AuthMe.txt", + "AuthenticationException", + "Authme.txt", + "Authorization", + "Auto", + "Auto+Garant", + "AutoAddPolicy", + "Autobuy", + "Autochthonous", + "Automating", + "Automation", + "Autoshop", + "Available", + "Avatar", + "AverFight", + "Average", + "AviatorCraft", + "AviatorCraft_Buycraft_Logs_2.2k.txt", + "AviatorCraft_ForumSQL.txt", + "Avoid", + "Award", + "Awesome", + "Axie", + "AxinaMC.fr", + "AzoniaGames.fr", + "Azulos", + "AzurixePvP.fr", + "B", + "B'd", + "B.S.C.", + "B07", + "B16", + "B17", + "B18", + "B19", + "B20", + "B21", + "B2B", + "B2C", + "B4117740000006265", + "B4117740000006265^SHEA", + "B83131", + "B8B", + "B:2", + "BA", + "BAB", + "BACK", + "BAI", + "BAN", + "BANCO", + "BANGKOK", + "BANK", + "BANKASI", + "BANKBOSS", + "BANKS", + "BANKTHAIPUBLIC", + "BANNED", + "BARCLAYS", + "BARODA", + "BARTSHOP", + "BASE", + "BB7F7C7D5A5761D1838353B079CA83AD4A157E0B9A728C0EDEE9B4A82DC8441EEBA8DC1EC093", + "BE", + "BE/", + "BEC", + "BEE", + "BEEN", + "BEFORE", + "BEING", + "BELOW", + "BER", + "BEST", + "BETTER", + "BETTING", + "BETWEEN", + "BEWARE", + "BF", + "BFk", + "BG", + "BIG", + "BIGGEST", + "BILLION", + "BINs", + "BIT", + "BITCOIN", + "BITDEFENDER", + "BJS", + "BLACKBULLET", + "BLANK", + "BLE", + "BLOCK-----", + "BLY", + "BMS", + "BNPL", + "BOA", + "BOHOO", + "BOOKS", + "BOS", + "BOT", + "BOTH", + "BOTNET", + "BOW", + "BOX", + "BR", + "BRO", + "BROKI", + "BROO", + "BROOO", + "BROOOOO", + "BROOOOOOOO", + "BSD", + "BSG777@exploit.im", + "BTC", + "BTC\\USDT", + "BUG", + "BUILDER", + "BUMP", + "BUMPER", + "BUMPING", + "BUMPP", + "BUMPPPPPPPPPP", + "BUMPPPPPPPPPPPPPP", + "BUMPPP~~~~", + "BUNCH", + "BUSINESS", + "BUSSINESS", + "BUT", + "BUY", + "BUYER", + "BY", + "BZ", + "Baceux", + "Back", + "Backdoors", + "BacklinkMaker", + "Backlinks", + "Backstab", + "Backstab@thesecure.biz", + "Badoo", + "Baki", + "Balance", + "Balrog777", + "Ban", + "BandaliCraft_IPs_57.4k.csv", + "Bank", + "Banks", + "BanterUHC_Buycraft_Logs_470.txt", + "Baphomet", + "BariHonk", + "Base", + "Based", + "Bash", + "Battle.net", + "Bay", + "Bayron", + "Be", + "BeastPrisons", + "Because", + "Become", + "Been", + "Before", + "Believe", + "Belk.com", + "Bella", + "Below", + "Benefit", + "Benefits", + "Bennett@#899334238323", + "Berat", + "Berkmetal54949692", + "Best", + "BestChange", + "BestLink", + "Bestbuy", + "Bestbuy.com", + "Bestbuy.com/seller", + "Better", + "Bezos", + "BfJ", + "Bi6tuqJ5", + "Big", + "BigProof", + "Biggest", + "Billing", + "Billion", + "Bin", + "Binance", + "Binder", + "Bing", + "Bis", + "Bitcoin", + "Bjorka", + "Bjv", + "Black", + "BlackSpigotMC", + "BladeXXL", + "Blaster", + "Bleach", + "Blitz", + "Blizzard5", + "Blockchain", + "Blockedup_Emails_DB.txt", + "Blockmadness.com_Buycraft_DB.txt", + "BluTV", + "Blue", + "BlueHairLiberal", + "Bluevine", + "Bo$$", + "Bob", + "Bodies", + "Bodyguard", + "BofA", + "Bokaniels", + "Bolt", + "Bombings", + "BonAqua", + "Bong", + "Bonjour", + "Book", + "Boost", + "Bot", + "Both", + "Botnet", + "Botnets", + "Bots", + "Bottertopg", + "Bought", + "Box", + "Brain.fm", + "Braintree", + "Brand", + "Branta", + "Brazil", + "Brazzers", + "BreachForum", + "BreachForums", + "Breached", + "Breaking", + "BreakingSecurity", + "BriKK", + "Brian", + "Bright", + "Brightdata", + "Bring", + "Brion|Richards|33", + "Britain", + "BritneY321", + "Bro", + "BrokerService@local*$076CF2D441C38149EE67CE12F0AD0D60$CFFC7AE3E52789CB4B53F1F3B50A4C7D8AD3787BE1580D0462CAB351A537FFF4D6C12C6EBD8DD51D927EC6C5C5F35E3EF509306B4FC5E8D00898E70A203764702E92CD567899763AE6D4EBE9309BB332184C9BDEFE81D9F602795B76FAC22A222BD7019C7DE6DB03A000EEB7B307207C312A70F448E06F7207B99106C39E9808EF4897F560B92D6B0FDB8837AFAACF2A0A164FA5EF319BFFE79B95D59A74787B2A7F85194E707890F9CCE7EDF2E7972A83BB138979B69F12CD22F81731CBE99EA3C45C50CE391B8B21D80AF5CDC1C49B4D32E5D8FEC5A228C1B9C8406D4A9265591F6403DE12CE9483F53060B327F12F708DB0B60C3C925228179859C62627EF66B11F11584B87AC5DD87B508E867D233134403EBCB205FA616C2C485BDAD3B5370226331C0EAC2A939D85488FCE0741DF5E52D5921FD172FEEF4102DC7F72E90F0A546552A76C7D61F5084FA7735E24B483E573FAF2BEC186136620952DCBD01AE014CFE0CD1E40F3BC0B7B21AD7AB5521233AE9FCF3985A7E2E374A761DB3693C295989A72E5C6476231301D446988F78A076CC60A0FF74F918FA521099DE71C2DBBC15787DB16166D6B481549C6914C0A75B8C7B2BF4F121A4D03F28ED3072944E900050EE3844E8ECB678B230F5EF5867A625DB6C4767D31C9C2C2CD29D1FC68A86A59C0D90D585B9BC865EA1FA26AFA381D479F9FF20E727319DE448C52F331F1AB140225AA21367671E7788F2BFCF617392670E7A80CDD3E00FD9FFF53D6D6B1F2424E260EA7D2BA4B56F24F06C88A414BC9B1C3D8C448F302331362B8FA3EFB5A1D4CE3E0523ECE1683FDF65B6D0BEC0203951E0040B0D3A6DE02D59487D9BEDFB031900915A78ABA946B3AD2C3C3D82C1DC89C8C02E64C7BEA127D87409AFC3D9277FBFA08E917E2F4B21BF2A33569559129EDD912EF4B2FB24C3AB9D3A22661E760D95EFB4D434EF80C40104308C1D9E89D0FF7D87172895546FB37845A553132B40DBB7A4DE2F90E2AB9E045C888C25980DD3888122E3C345740D994A319F34582F50F70FC9A1EC0EB6A93032E924D5496F8881CA7C460B3A4D2BAE60FFFF572AB9E6F359A6D8A022B7B42636264B069A378696407377FCB3A151CA623452E8BFDE35C0D2186A6D2CB901CF5CE223B50FCC616FC3FC327884BACBD0B82CAEEEB6E90099C5F14DD9C53D482E613C33791D2527D09C2431892AE0BD27BDFCC44D9945787B2BFDD5C345E102C2773B1B5C0D862F29834D5772996602F73412FA2358E2175456B0763E20799589B79B1D22DEEDC8A3EE3CB6F053396C4085A8DCB7C4428EB3B35C457D4AEED35E6B14AD81E1B8F3191BBD64EB3810A841F5D3EEACDE382481EEFFEBAB2AA24811DA200DBDAA8B4DB3A4A75D0D37795F3382B83EB0BED6E0D97586BE27C249A4C2043140CFF01DEA3CE85812BA5D2A27A8A9C3EA16A44A13B83DF2A27994B299E3A4FF5C32D569FADC3571651E3D9854518FCF370BB27DF83BF84CE3D65B34DB787A1CAA0984E15FEBEA3057DE56BF99BBB0C4A359A6780BE06BCF350952D7B6F8A222D3DA9C98B477D3358A1BD05D098C329E5912C13F5AC83B42FF6C1D2E4C2B55844D4CEE52DF93E66F26F914BFE2314D7E7ECE5B140EE9CAE1A58129334191524E9894165F94CB2040F7D68F5843DF363C9EBFC81E0513FF395284F40E7872AD0BE9BABA36A40765193FA75128DBFA5F76219273D2A70EAC0E3CA0AF2377C0A5A35C1B7B43D47C951C473538898A961834F713E112C344335E4A3B8CC4D903C461ECBBC1ADC1293C92F3D73B236FB0DCB62725016C35CE9C96C967F5F269F9CA74E998D341BCC39DC3390E3C95D5531D2F3D5B19F8C9153F2F2E9F2BB228DEE83700F00CDE2D67CDD4156E231CD93A1A1EEB663E8D8546DED29439A2A110AA29803BD001B342A45384B4C622CAC9E1ECA7361D5C0A42694109B20D6BE7DFF645353A96681A1286A7E311751CBF8390726851097093C30BFD4B872E6DF7441B089AB1F807594FF3697DDFFE9EA38BA60B7AAEDBA5A61878885C97193D3086C4E792F7BA623CD3334FC2AEA9C2F156D6AC6A95E055266FDC796DE497CBD1A12B33FA91F6E3634E4353AB708AC4F5AA5E9BA06C304DFF31D203D3C28897A1EDFF3429752B5B4A940D9FE43D5860234FD8DE1FF13B336D6234CE607AA9A547C25AD176B765694DC676CF1C5FAEE7F7CDDBC81A906A01434480A3255CFF48C259AA6CE57DF2DF7A9BC8408C98E6A171D6EA06F7ECF918E577BD7591437F78781AD011420ABAB4600F3E86A7D53792C21D6323D2C8679E7BC0C2029AB973E0770999EA78861D6F2D8BF7CEDFEA2B46B3BB07446FC236A64C05943734B699D0631E342403E951D3B5924203678B50FBE81E4C85E88195EB520937EA684CB41A60FE4A337C8B0CBCCC04359D2A558DA078DAACAE9616ADB1F8C5DDEC5F933BB1A2606210635B36DD761EE33FB63DC468F40FBF6C1F73616FEE6B58C3168B7CE8D9A5D8F71DD2F4E22CBA72D45DABBD608EFBFF8E53627D78C06A272F67A5BF1E6A0610CA4E133006DFCAC25A19920D9346D81DF4DB806B71FC25C1F1C54251B705DD0CC240EFA854EF35A7BA6851FEED0B07DDE79BD030AA2BC63BFC53B93EE7CD0C943083AA110EE36CA6087FD9507DAE7CC8443B798D4AE5D2C1FE8C500E6630660F5971C39908CA72A5DFA9299D0495C384B1B16FBE66DD4EB1BFBB9975163C06A5B628E4D5F0FFCD973D66BE7CAF67044D1A3555B630D92A5CB4215AA8C6927FEE0CE08823D0E10139D7495E3D9500B54A739E64C4480111C91CF22B4E68AEDCE3CE5C115C8DC25665A7B0760D17D1C44747E82DC692C416E11065166BAC35A2A35CF73CF4A3565EF707ADE24DB37894E99BE3A81820F30417A7C61D80C2DDC8092EA4FA9BD3F8016652AFC73CD7068AA5153BB418E63CC9D6B8D0B080781C11587B2F162A3843B341F4B370E2EB1B60B150194E919BA7A07B212A713D1ECED57A7C50B43089D46CCBB28E3061D35BC3387D4D889B98C598F48BEDD6832DB5664F909C0A9CA0F3CA2A5EFB025E391489FC5ADB712E3A26E4DB982BF4908304F4BFABBD06A6430E066FCECC23F3CF4E2448D5771FB6C5A1CCA8495F7DFD3935DFDAF363680196015D6A8453448A14861A33851AC0E9FC468E575C0A0A1AC446726C5B6DE5F21DA55FEC3E7D1223EEB555AE438FD5A5404B1CCB8050CDE263A5D10C3283C000502BEFA992A90CC43276A387628A9245F9EE0C783D8588D919DE072F3F8F88BF1FC36D2AFE16B4F6C6B35490C216E995EBBF01FF65A3B095EC79FECD9A4647232BCF89C591A553EBE9A10080016C30E80ADB29D30DF41A0B25D90F0AFB764239CFBE46CB32E01563F619A217EDDDF90536F94108B2BBE807382011EB827100DA7EAA0A35C1953BD6A74DB15A204837F5D9F740D3C668D347E88B477274DBACABF0A5DBA6AF73010165D5C995DEF0EFCCE2A03D03F4EBC3357F79E63E911BD318827D3FE93447F6DA3953A95FA8B07383AB78C9B4D5FD8C4CECD908D913EF5EECCBAA550B8FE2258EE5672C37649304B1202401EAC3CB018360DCFCF4A580B3FE5A3F0CCBB037F6F07FD636CBFAC30A98A10C498FD25193AE68D8799A43FE816C4DC1F129B4E6F92F30CAA7DD5FDAE4128A7B634A7047E", + "Bros", + "Bros.", + "Brother", + "Brothers", + "Browser", + "Bruh", + "Brush", + "Brutal", + "BrutalFactions_Staff_50.txt", + "Bruteforcer", + "Bubble", + "Bucha", + "Budget", + "Buffalo", + "Build", + "BuildAndCraft.eu", + "BuildCraft_1.3k.txt", + "BuildID", + "Builder", + "Bulk", + "Bullet", + "Bump", + "BumpBumpBump", + "Bumping", + "Bumpington", + "Bumpong", + "Bumpoo", + "Bumpppping", + "Bumpy", + "Bundles", + "Burp", + "Bush", + "Business", + "But", + "Buy", + "Buycraft.txt", + "Buyer", + "Buyers", + "Buying", + "Buzzplex_E-Mails_100.txt", + "BvDvWI8Hf", + "Bw7", + "Bx", + "By", + "Bypass", + "Bypassed", + "C", + "C'm", + "C)2", + "C++", + "C.", + "C.U.", + "C09", + "C1", + "C1GrQHO", + "C2", + "C20", + "C206T15", + "C2AE", + "C2Matrix", + "C2P", + "C9FF", + "C:2", + "CA", + "CAA", + "CAL", + "CAM", + "CAN", + "CANADA", + "CANNOT", + "CANVA", + "CARD", + "CARTP", + "CAT3K_CAA", + "CAUSE", + "CAg", + "CB", + "CB2", + "CBS", + "CC", + "CCC", + "CCO", + "CCS", + "CCTV", + "CCscan", + "CDN", + "CE5", + "CED", + "CEEF869BE89CAA98228F8E5AEE23E1C48609F8646F61840BD969C7974D3EAC0E3D03306DCEE5", + "CEM", + "CENTRE", + "CES", + "CF", + "CFR", + "CG3700EMR-1CMNDS", + "CH", + "CHANGE", + "CHANNEL", + "CHARTERED", + "CHAT", + "CHEAPEST", + "CHECK", + "CHECKER", + "CHECKERS", + "CHIME", + "CIMB", + "CIS", + "CITADEL", + "CITADEL.CORP", + "CITRIX", + "CK", + "CLICK", + "CLIPPER", + "CLOSE", + "CLOUD", + "CM8", + "CMS", + "CO", + "COBALTSTRIKE", + "COCK.LI", + "COINBASE", + "COINIFY", + "COINPOT", + "COMBO", + "COMBOS", + "COMING", + "COMMERCIAL", + "COMMUNITY", + "COMPANY", + "CONFIGS", + "CONS", + "CONTACT", + "CONTAINS", + "CONTENT", + "CONTROL", + "COOKIES", + "COOL", + "COR", + "CORD", + "CORP", + "CORPORATE", + "CORPS", + "COURSE", + "COi", + "CP-47", + "CPANELS", + "CPENT", + "CPN", + "CPU", + "CR", + "CR2DCmrZK1S", + "CREDIT", + "CREDITS", + "CRITICAL", + "CRSN47", + "CRTE", + "CRTO", + "CRTP", + "CRUNCHYROLL", + "CRYPT", + "CRYPTO", + "CS", + "CS+CR", + "CSCOE+", + "CSP", + "CT", + "CTF", + "CTR", + "CTS", + "CTV", + "CUM", + "CVV", + "CZ", + "C_Reative", + "Ca", + "CaJ", + "Calif", + "Calif.", + "California", + "Californium", + "Call", + "Calls", + "Calm", + "CameFromBreachForums", + "Campaigns", + "Can", + "Canada", + "Canva", + "Capital(zelle", + "Capture", + "Captured", + "Carbon", + "Card", + "Carding", + "Cards", + "Carfyue", + "Carroll", + "CarterCartier", + "Cashapp", + "Cashout", + "Casino", + "Cassandra|Burke|200", + "Castiel#7547", + "Catcher", + "Cause", + "Caution", + "Cc", + "Ccg1998", + "Cdep3890", + "CeaserRodregaz", + "Ceci", + "CentrixPvP_E-Mails_10.3k.txt", + "Cert", + "Certificate", + "Certificates", + "Certified", + "Certs", + "Cesar240908", + "Challenges", + "Champion", + "Changes", + "Changing", + "Channel", + "Channels", + "Chaos", + "Chapple", + "Chapter", + "Chase", + "Chat", + "ChatGPT", + "Cheap", + "Cheapest", + "Check", + "Checked", + "Checker", + "Checking", + "Checks", + "Cheers", + "Chemical", + "Chessium_IPs_7.1k.txt", + "China", + "Chinese", + "Chocolia.eu", + "Choice", + "ChooChoosMC_E-Mails_1k.txt", + "Choosing", + "Christ", + "Chrome", + "ChromeMC_Buycraft_DB.txt", + "Ci/", + "Cisco", + "Citrix", + "Citrux", + "City", + "CityCraft_Forums_29k.txt", + "CityPrison_IPs_16k.txt", + "Claim", + "Claimed", + "Claiming", + "Claims", + "Clean", + "Cleanse", + "Clearing", + "Clearly", + "Click", + "Clips4sale", + "Closer", + "Clothing", + "Cloud", + "CloudEscape_Emails_3.5k.csv", + "Cloudflare", + "Cloudnet", + "Club", + "ClyroPvP", + "ClyroPvP.txt", + "Co", + "Co.", + "Cobalt", + "CobaltStrike", + "Cocksucker", + "Code", + "CodeRedTestServer.txt", + "CodeSign", + "Codeacademy", + "Codecademy", + "Coder", + "Codes", + "Coinbase", + "Coins", + "ColdNetwork.txt", + "ColdNetwork_Buycraft_Logs_732.txt", + "Colo", + "Colo.", + "Colombia", + "Colorado", + "Combo", + "Combolist", + "Combos", + "Come", + "Coming", + "Command", + "Comment", + "Community", + "Company", + "Compile", + "Complete", + "Compromised", + "Config", + "Congrats", + "Congratulations", + "Conn", + "Conn.", + "Connecticut", + "Connection", + "Consider", + "Considering", + "Construction", + "Contact", + "Contacts", + "Content", + "Contextual", + "Contribute", + "Contributing", + "Control", + "Cookie", + "Cookies", + "Cool", + "CoolNet", + "Cooper", + "Copywriting", + "Coronavac", + "Corp", + "Corp.", + "Corps", + "Correct", + "Cos", + "CosmicPvP_Forums_200k.csv", + "CosmouzX", + "Could", + "Countries", + "Country", + "Courage_Teamspeak_IPs_246.csv", + "Courses", + "Coz", + "Cpn", + "Cpp", + "Crack", + "Cracked", + "Cracking", + "Cracks.txt", + "Craft", + "CraftBlock_E-Mails_2.5k.txt", + "CraftRealms_Buycraft_DB_2012.txt", + "Crash", + "CrazyRDP", + "Create", + "Creation", + "Creative", + "Creator", + "Credential", + "Credentials", + "Credit", + "Crediting", + "Credits", + "CrossFire_1k.txt", + "CrowdStrike", + "Crunchyroll", + "Crypt", + "Crypting", + "Crypto", + "Ctrl+F", + "CuddlyBear", + "Cunt", + "Cup", + "Curbside", + "Curiosity", + "Curiositystream", + "Currently", + "Custom", + "Customer", + "Customers", + "Cuz", + "Cyber", + "Cybersecurity", + "Cylance", + "Cypher", + "Czech", + "C\u2019m", + "D", + "D.", + "D.B.", + "D.C.", + "D1", + "D18B", + "D1SCLA1M4", + "D27CC19D390182BE7935139A927979F09DAE82427ED4AD4B3EF006236220D44CB608E1593CE5", + "D4RDVL", + "D5B12aki3DOpp0", + "D5qZFLHwc", + "D6Q", + "D7", + "D77", + "D8v", + "D9u", + "DA", + "DAILY", + "DANTE", + "DATA", + "DATABASE", + "DATING", + "DAY", + "DAZN", + "DB", + "DB.txt", + "DBMS", + "DBMSes", + "DBS", + "DC", + "DC.CITADEL.COR", + "DC.GLACIS.CORP", + "DC1", + "DC6", + "DCAngel", + "DCB", + "DCS-930LB1", + "DDD", + "DDDD", + "DDF4", + "DDoS", + "DE", + "DEAL", + "DEALS", + "DEBUG", + "DED", + "DEEM", + "DEFPUB", + "DEFPUB.LOCAL", + "DEL", + "DEN", + "DEO", + "DER", + "DESORDEN", + "DEVELOPMENT", + "DF4", + "DF78", + "DGE", + "DGLN24XU537AMCM8gHfNmqfsYkXRGNKc9k", + "DHABI", + "DIAMOND", + "DIDN'T", + "DIFFERENT", + "DIO", + "DIR-100", + "DIR-600", + "DIS", + "DISCORD", + "DISCOUNT", + "DISCRETION", + "DISTINCT(IFNULL(CAST(schema_name", + "DIT", + "DIY", + "DJonson", + "DK", + "DL", + "DLE", + "DM", + "DM'd", + "DMC", + "DMCA", + "DMSecRansomware", + "DNA", + "DNAing", + "DNS", + "DO", + "DOB", + "DOC", + "DOCS", + "DOCSIS", + "DOCUMENTS", + "DOCX", + "DOES", + "DOM", + "DOMINOS", + "DON'T", + "DONE", + "DONORS", + "DONT", + "DORK", + "DORKER", + "DORKING", + "DOS", + "DOWNLOAD", + "DP/", + "DPs", + "DR2", + "DSP", + "DUBAI", + "DUE", + "DUMPER", + "DUMPING", + "DUPE", + "DUTY", + "DVL", + "DW", + "DYNAMIC", + "Daily", + "Dame", + "Damn", + "Dang", + "Danny", + "Daraz", + "DarceCraft", + "Darcecraft.com.txt", + "Dare", + "Dark", + "DarkAngelOF1", + "DarkFadePvP_Buycraft_Logs_30.txt", + "Darkakula#9934", + "Darkfight", + "Darkheroesmc.txt", + "Darknetworld", + "Dashboard", + "DatPixel_Emails_DB.txt", + "Data", + "Database", + "Databases", + "Datacenter", + "Date", + "Date).getTime", + "Date:2023", + "Dates", + "Dating", + "DawnCraft_Buycraft_Logs_745.csv", + "Day", + "Days", + "Dazn", + "Db.txt", + "Dbz_Logins_5.8k.txt", + "Dcw", + "DeFi", + "Dead", + "Deal", + "Dear", + "Death", + "DeathNote", + "Debian", + "Dec", + "Dec.", + "December", + "DecimatePvP", + "DecimatePvP.com.txt", + "Dedicated", + "Deezer", + "Defence", + "Defender", + "Defiance_TeamSpeak_IPs_180.txt", + "Defiance_Teamspeak_IPs_45.txt", + "Definitely", + "Definition_Teamspeak_IPs_20.txt", + "Dehash", + "Del", + "Del.", + "Delaware", + "Delete", + "Delivery", + "Dell", + "DeltaHCF_E-Mails_100.txt", + "Demo", + "Demon", + "Demons_Teamspeak_IPs_140.txt", + "Denji", + "Denmark", + "Dentistry", + "Depends", + "Deposits", + "Derailing", + "Derycube.fr", + "Designs", + "Desktop", + "Desteria_E-Mails_25.9k.txt", + "Desteria_IPs_908.8k.txt", + "DestinyPvP", + "Detailed", + "Detector", + "Detectors", + "Detuschland", + "Developer", + "Development", + "Device", + "Dey1337", + "Dezrick|Powell|2600", + "Diabolic", + "Diamond", + "DiamondFox", + "Did", + "Different", + "DigiKeyboard.sendKeyStroke(0", + "Digital", + "DigitalOcean", + "DildoFagins", + "DimmuBurgor", + "DinastyMC", + "DirCloner", + "DirecTV", + "Direct", + "DirectTV", + "Directory", + "Disable", + "Disc0rd", + "Discord", + "Discord:-", + "DiscordTokenLogin", + "Discount", + "Discover.com", + "Discovery", + "Discoverycraft.de", + "Disney", + "Disney+", + "Disposition", + "DjP", + "Djon3Volta", + "Dm", + "Dn5", + "Dndndndnnddp", + "Do", + "DoD", + "DoKitO", + "DoS", + "Doc+Docx", + "Docs", + "Document", + "Documents", + "Doe", + "Does", + "DogTv", + "Dogecoin", + "Doigcraft", + "Doin", + "Doin'", + "Doin\u2019", + "Domain", + "Dominos", + "Donald", + "Donate", + "Donating", + "Donation", + "Done", + "Doorbell", + "Doordash", + "Dork", + "Double", + "Doubtful", + "Download", + "Downloader", + "Downloads", + "Doxing", + "Dr", + "Dr.", + "Dragony#7777", + "Draining", + "Drake_Teamspeak_IPs_155.csv", + "Drakoria.fr", + "DratLoodi", + "Drawlife.eu", + "Drena_Teamspeak_IPs_25.txt", + "Drive", + "Driving", + "Dropbox", + "Droplets", + "Drugwars_IPs_13.txt", + "DtS", + "Dude", + "Dujunayan", + "Dump", + "DumpMen", + "Dumping", + "Dunning", + "Duolingo", + "During", + "Duty", + "Dvze", + "DwP", + "Dwight", + "Dynam1c", + "Dynam1c@thesecure.biz", + "E", + "E'd", + "E.G.", + "E.g", + "E.g.", + "E/", + "E38xgMzDoUhCKHcz5v", + "E46", + "E57", + "E66", + "E6jjds37HN", + "E75E9544618128DDD730C68467BEEF57BCF8303BF493B5EFB77C6094D684AD3F339ADCDF2CB2", + "EACH", + "EAD", + "EAK", + "EAL", + "EAM", + "EAR", + "EAS", + "EASIEST", + "EAST", + "EAT", + "EB", + "EB'd", + "ECH", + "ECK", + "ECT", + "ECs", + "EDIT", + "EDITOR", + "EDR", + "EDUCATIONAL", + "EDs", + "EE5", + "EED", + "EEE", + "EEM", + "EEN", + "EEP", + "EEc", + "EGA", + "EIN", + "ELF", + "ELL", + "ELOQUENT", + "ELS", + "ELSE", + "ELY", + "EMAIL", + "EME", + "EMI", + "EMIRATES", + "EMPLOYER", + "EMY", + "ENABLED", + "END", + "ENG", + "ENJOY", + "ENS", + "ENT", + "EOI", + "EON", + "EOS", + "EPA", + "EPICGAMES", + "ER-", + "ER6", + "ERE", + "ERO", + "ERROR", + "ERS", + "ERY", + "ES", + "ESBANK", + "ESCROW", + "ESE", + "ESET", + "ESH", + "ESKISEHIR", + "ESP", + "ESPN+", + "ESS", + "EST", + "ETE", + "ETHEREUM", + "ETS", + "EU", + "EUM", + "EURO", + "EU]/seller", + "EV", + "EVER", + "EVERY", + "EVERYTHING", + "EVM", + "EXCHANGE", + "EXE", + "EXEC", + "EXT", + "EXTREME", + "EYE", + "EYS", + "EZFTID", + "EagleHCF", + "EagleHCF_IPs_87.6k.txt", + "Eaq", + "Earnapp", + "Eclozia.fr", + "Edencraft.fr", + "Edit", + "Edit-", + "Edited", + "Edition", + "Edu", + "Education", + "Educations", + "Efficiency", + "EgypthiaMC.fr", + "Eight", + "Eisenhower", + "Ekstazy.eu", + "Electrical", + "Elenox.net", + "Elitios", + "ElixirPvP_E-Mails_30.csv", + "Ellens", + "Elm", + "Elorzia", + "Eltek", + "Email", + "Emails", + "Emails.txt", + "Emails.zip", + "Emmeellee#1", + "EmpireEyes.fr", + "EmpireMinecraft_E-Mails_7.7k.csv", + "EmpireMinecraft_Emails_DB.txt", + "Empty", + "Encrypted", + "End", + "Ended", + "EnderCraft_BuyCraft_DB.txt", + "Endinrio", + "EnergyFIGHT", + "EnforcedMC_Buycraft_Logs_1.3k.txt", + "Enforcement", + "Engine", + "Engineering", + "English", + "Enjoy", + "EnjoyGen_Logins_400.txt", + "EnozFaction.net", + "Enter", + "Enterprise", + "Enumerating", + "Enumeration", + "Envato", + "Environments", + "Enzyme", + "Ephesia.fr", + "Epic", + "EpixMC", + "EpsilonMC.fr", + "EpsilonMC_Forums.txt", + "EquitableEngineer", + "Eqx", + "Er504B", + "Eronit'\u0430", + "Error", + "Error(1", + "Eryzia", + "Esc", + "Escalation", + "EscapeRestart.com_Emails_DB.txt", + "Escrow", + "Espn+", + "Essence", + "Estate", + "Eternal", + "EternityTeam", + "Ethereum", + "Ethics", + "Etsy", + "EuraCraft", + "Eureka", + "Europe", + "Evadav", + "Evangelion", + "Eve", + "Even", + "Everest", + "Every", + "Everybody", + "Everyday", + "Everyone", + "Everything", + "Evidently", + "Evil", + "EvoluCraft.fr", + "EvoniCraft", + "ExG", + "Exam", + "ExamServices", + "ExamServices#4864", + "ExamVM.CITADEL.CORP", + "Excalibur-craft.ru", + "ExcaliburCraft(hash", + "Excel", + "Excellent", + "Except", + "Exchange", + "Execute", + "Executor", + "Existing", + "Expires", + "Expiry", + "Explained", + "Exploding", + "Exploit", + "Exploit.in", + "Exploitation", + "Exploits", + "Express", + "ExpressVPN", + "ExpressVpn", + "Extractor", + "Ey9TQjIe08NmrRwXqNMweMk7qNIkxEU3ULZHY4b9Hb0=", + "Eye", + "F", + "F.", + "F.A.K", + "F.A.Q", + "F1", + "F2665F89BA53ABD3DEB81988C0D5194992214053E77FC89B98B64A31A7504D77", + "F78", + "F:2", + "FA", + "FACEBOOK", + "FAKE", + "FAKKEEEEE", + "FANSLY", + "FAQ", + "FARGO", + "FARMERS", + "FAST", + "FAULT", + "FB", + "FBE9D6A646C04F793B314B737D119F3C96689B8B", + "FBI", + "FEB16", + "FEB17", + "FEB18", + "FEB19", + "FEB20", + "FEB21", + "FEBbonus", + "FEDs", + "FEE", + "FER", + "FID", + "FIE", + "FIFA", + "FILE", + "FINANCE", + "FINANCIAL", + "FIND", + "FIRST", + "FIT", + "FITBIT", + "FJ", + "FL", + "FLEXIBLE).So", + "FOOD", + "FOR", + "FORT", + "FORTNITE", + "FOS", + "FP", + "FR", + "FR+US+GB", + "FRAME_END", + "FREE", + "FRESH", + "FRESHLY", + "FROM", + "FRONT", + "FRONTEND", + "FS6", + "FT", + "FTID", + "FTP", + "FUCK", + "FUD", + "FUD@", + "FULL", + "FULLZ", + "FUTTAIM", + "FWapXmWsXMbDvOdYuuS", + "FabegeZippo", + "Facebook", + "Factasia", + "Factions", + "FactionsLab_E-Mails_900.txt", + "Fadegen.pw.txt", + "Failed", + "Failure", + "FaithfulHCF_Buycraft_Logs_1.8k.txt", + "FaithfulHCF_Buycraft_Logs_30k.txt", + "FaithfulHCF_IPs_34k.txt", + "FaithfulMC", + "Faithful_Buycraft.txt", + "Fake", + "FakeOriginal", + "Falcon", + "False", + "Family", + "Fantastic", + "Fant\u00e1stic", + "Fapping", + "Farisun.fr", + "FarmCraft_Buycraft_Logs_35.csv", + "Fast", + "FastlyCrafted_Teamspeak_IPs_240.csv", + "FazyMalone", + "Features", + "Feb", + "Feb.", + "February", + "FedEx", + "Fedex.com/seller", + "Fedora", + "Fee-", + "Feedback", + "Feel", + "Feeling", + "Fees", + "Fesh", + "Fez", + "Fffffuck", + "Fg2Uqcjd", + "Fg2UqcjdES", + "Fiddler", + "Fifty", + "Fight", + "Figured", + "File", + "Files", + "Films", + "Filters", + "Finally", + "Find", + "Fingerprint", + "Firefox", + "First", + "Fitbit", + "Fitness+", + "Five", + "Fla", + "Fla.", + "FlightRadar24", + "Flix", + "FloRida", + "Flood", + "FloodKilla", + "Flor3s", + "Florida", + "FlowSpy", + "Fltyxy", + "Fly", + "Fo4", + "Follow", + "Food", + "For", + "Forbidden", + "ForceCraft_E-Mails_50.txt", + "Forex", + "Form", + "Format", + "Formats", + "Fortinet", + "Fortnite", + "FortniteSweate", + "Forum", + "Forum.txt", + "Forums", + "Forums.txt", + "Found", + "Fourwars_Forums_21k.txt", + "Fox", + "FoxPro#9141", + "FoxY", + "France", + "Frankly", + "Free", + "FreeBSD", + "FreeGen", + "FreeGen.txt", + "FreeMrBond", + "FreeStresserIP", + "FreebuildMinecraft_-_IPs.txt", + "Freedom", + "French", + "FrenchSky_-_IPs.txt", + "Fresh", + "Freshtools.net", + "Friday", + "Friend", + "Friendly", + "Friends", + "Frivan", + "From", + "FrontierFactions_TeamSpeak_IPs_730.txt", + "Frontier_IPs_1.8k.txt", + "Frozenia", + "Frusky", + "Fubo", + "FuboTV", + "Fuck", + "Fucking", + "Fuckthaotherside", + "Fugayse", + "Full", + "Fullmetal", + "Fullz", + "FullzBazar", + "FunCloud", + "FunParty.sql", + "Funcraft", + "Funimation", + "FusionMC.txt", + "FutureCraft_65k.txt", + "FyreUK_E-Mails_26k.txt", + "G", + "G1X", + "G2f", + "G:2", + "GA", + "GAL", + "GAMBLING", + "GAME", + "GAMES", + "GATHER", + "GB", + "GC", + "GDB", + "GDRIVE", + "GE", + "GEARBEST", + "GEN", + "GENERAL", + "GENERALE", + "GENERATOR", + "GER", + "GES", + "GET", + "GETTING", + "GGG", + "GHT", + "GIFT", + "GIFTING", + "GIN", + "GIN784jOQ", + "GL", + "GLACIS", + "GLE", + "GLOBAL_OFFSET_TABLE", + "GLWS", + "GNOME", + "GNU", + "GNU_EH_FRAME_HDR", + "GO", + "GOD", + "GOLDEN", + "GOOD", + "GOOGLE", + "GOS", + "GOV", + "GOVERNMENT", + "GPAY", + "GPS", + "GPT", + "GPd", + "GRABIAS", + "GRAMMARLY", + "GROUP", + "GSM", + "GSTAR", + "GS]", + "GUARANTEE", + "GUARANTOR", + "GUE", + "GUI", + "GUIDE", + "GULF", + "GUY", + "GYK", + "Ga", + "Ga.", + "Gaia", + "GaiaServeur.txt", + "Galastar.txt", + "Galore_Teamspeak_IPs_120.txt", + "Gambling", + "Game", + "GameFly", + "Games", + "GamesMadeInPola", + "Gaming", + "Gamster", + "GamsterBW_SW__User_IP.txt", + "Gamster_Bedwars.sql", + "Gamster_SkyWars.sql", + "Garant", + "GardenMC", + "GardenMC.txt", + "Gas", + "Gd0", + "Gecko", + "Geinwald", + "Gen", + "Gen.", + "General", + "Generator", + "Genesis", + "Geo", + "GeoGusser", + "Georgia", + "Germany", + "Get", + "Gg2", + "Gift", + "Girls", + "GitHub", + "Github", + "Gitlab", + "Give", + "Given", + "Gladly", + "Gmail", + "Go", + "GoaCraft_E-Mails_1k.txt", + "God", + "Gofile", + "Goin", + "Goin'", + "Goin\u2019", + "GoldenAgeNetwork_E-Mails_25.txt", + "Goldmaster", + "Gon", + "Good", + "Goods", + "Google", + "Got", + "GotenGen_Logins_80.txt", + "Gotten", + "Gov", + "Gov.", + "Grabber", + "GracePau15161920", + "Grammarly", + "GrapheneOS", + "Grazie", + "Great", + "GreenGetsBunn", + "Greet", + "Greetings", + "GregoryContmr", + "Grella1337", + "Grimdale_Teamspeak_IPs_150.txt", + "Grin", + "Grizzly", + "Group", + "Groups", + "Grtilley@cebridge.net", + "Grungy", + "Guangzhou", + "Guarantee", + "Guard", + "Gucci", + "Gucci_Teamspeak_IPs_208.csv", + "Gucci_Teamspeak_IPs_2k.txt", + "Guccifer", + "Guesser", + "Gufi", + "Guide", + "Guides", + "GuildCraft_E-Mails_7.5k.txt", + "Guitar", + "Guy", + "GzelfaqsnQVsVZpRNrtSjqVdeMTZzPGn", + "Gzg", + "G\u8be5\u600e\u4e48\u4e0b\u8f7d", + "H", + "H.F4CP0cu", + "H30", + "H4ms3c", + "H99", + "HAI", + "HAND", + "HAPPY", + "HARD", + "HAT", + "HAVE", + "HAVING", + "HBO", + "HBOMAX", + "HBOVendor", + "HCF", + "HCFPvP_Buycraft_Logs_85.csv", + "HCGames", + "HCGames_Buycraft_Logs_13k.txt", + "HCGames_IPs_114k.txt", + "HCGames_IPs_21k.txt", + "HCGames_IPs_57.3k.txt", + "HCNations.txt", + "HCNations_Emails_1k.txt", + "HCNations_Teamspeak_IPs_200.csv", + "HCRiots_Buycraft_Logs_100.csv", + "HCRiots_Forums_143.txt", + "HCRiots_Forums_Leak.txt", + "HCTeams", + "HD", + "HDR", + "HE", + "HEA", + "HEM", + "HER", + "HERE", + "HES", + "HEX(IFNULL(CAST(COUNT(table_name", + "HH", + "HHusky", + "HI", + "HIDDEN", + "HIGH", + "HILAL", + "HIM", + "HIR", + "HIS", + "HITOMI", + "HIZ", + "HLY", + "HMA", + "HMAVPN", + "HOD", + "HOO", + "HOP", + "HOT", + "HOUSE", + "HOW", + "HQ", + "HQFactions_Buycraft_Logs_55.csv", + "HQFactions_IPs_230.txt", + "HRDP", + "HSBC", + "HTML", + "HTTP", + "HTTP(s", + "HTTP/1.1", + "HUB", + "HULU", + "HVNC", + "HYA", + "HYx", + "Hacked", + "Hacker", + "HackerT123", + "Hacking", + "HackingRealm", + "Hackinglord_IPs_1.7k.txt", + "Had", + "Hadaria.fr.txt", + "Haha", + "Hahahaha", + "Hallo", + "Hamilton", + "Handbook", + "Handle", + "Happiness", + "Happy", + "HappyHG_Staff_IPs_30.txt", + "Harambe_Ghost_Client_140.txt", + "HardFight.fr_Minecraft_Server_SHA1_201606.csv", + "HardFight.txt", + "Harmony", + "Hartedd1", + "Harvester", + "Has", + "Hasbulla", + "Hash", + "Hashed", + "Hashed].txt", + "Hashes", + "Hat", + "Hauts", + "Have", + "Havin", + "Havin'", + "Havin\u2019", + "Hayn", + "He", + "He's", + "HeadSpace", + "Headers", + "HealFight", + "HeartSender", + "Heartless_Teamspeak_IPs_177.txt", + "Heartless_Teamspeak_IPs_180.txt", + "Heating", + "Heav'n", + "HeavenNetwork.txt", + "Heidrun", + "Heidrun_-_IPs.txt", + "Helium10", + "Hell", + "Hello", + "Helloscribe", + "Help", + "Helpful", + "Here", + "Here'th", + "Heridia.txt", + "Hey", + "He\u2019s", + "Hft", + "Hhi", + "Hi", + "Hidden", + "High", + "Highest", + "Hijacker", + "His", + "Hit", + "Hits", + "Hive", + "HiverCraft.txt", + "Hkn", + "Hknsen156.Hkn", + "Hm", + "Hmm", + "Holde", + "Holla", + "Holy", + "Home", + "Honestly", + "Hongkong", + "Hope", + "Hopefully", + "Host", + "Hosting", + "Hotels", + "Hotmail", + "Hotspot", + "HotspotShield", + "How", + "How's", + "However", + "How\u2019s", + "HrULdHmNVSm5bgho", + "Hub", + "Hulu", + "Hundreds", + "HunterFight.txt", + "Hunterpas", + "Huntington", + "Hurst|Archdesign|430", + "Hustle", + "Hwc", + "Hydra", + "HydraPvP_E-Mails_7.1k.csv", + "HydraPvP_IPs_9.4k.txt", + "HydroMC_Buycraft_Logs_200.csv", + "HyperMine.net", + "Hyversal_Emails_560.txt", + "I", + "I'M", + "I'm", + "I.E.", + "I.e", + "I.e.", + "I3xi7446", + "IA", + "IAL", + "IAM", + "IAS", + "IAmVirus", + "IBAN", + "ICE", + "ICEOI", + "ICK", + "ICQ", + "ICS", + "ID+SELFIE+SSN", + "IDE", + "IDs", + "IE", + "IED", + "IER", + "IES", + "IEW", + "IEXML", + "IF", + "IFA", + "IFT", + "IFY", + "IG", + "IGH", + "IGS", + "IHm", + "III", + "IKE", + "IL", + "ILE", + "ILL", + "ILLINOIS]/seller", + "ILO", + "ILS", + "ILY", + "IM", + "IMB", + "IME", + "IMEI", + "IMPERSONATOR", + "IMPOSTORS", + "IMSI", + "IN", + "IN/", + "INC", + "IND", + "INFO", + "INFORMATION_SCHEMA.SCHEMATA", + "INFORMATION_SCHEMA.TABLES", + "INFOS", + "ING", + "INK", + "INS", + "INSIDERS", + "INSTAGRAM", + "INSTANT", + "INSTANTLY", + "INSTANTLY.When", + "INSTOCK", + "INT", + "INTERNATIONAL", + "INTERPAYMENT", + "INVITES", + "INs", + "IO-", + "ION", + "IOS", + "IOT", + "IO_stdin_used", + "IP", + "IP's.txt", + "IP).txt", + "IP.txt", + "IP2.txt", + "IP3.txt", + "IPAddress", + "IPCAM", + "IPR", + "IPS", + "IPTV", + "IPVANISH", + "IPVanish", + "IPs", + "IPs.txt", + "IPv4Address", + "IQ", + "IRAQ", + "IRE", + "IRL", + "IS", + "ISA", + "ISC)2", + "ISE", + "ISH", + "ISLAMIC", + "ISO", + "ISP", + "IST", + "IT", + "ITE", + "ITH", + "ITM_deregisterTMCloneTable", + "ITM_registerTMCloneTable", + "ITS", + "ITY", + "IUM", + "IVE", + "Ia", + "Ia.", + "IceSword.txt", + "Icloud", + "Id", + "Id.", + "Idaho", + "Identifying", + "If", + "Ignored", + "Iheart", + "Ill", + "Ill.", + "Illinois", + "Illuvium", + "Images", + "Imagine", + "Imo", + "Imperia", + "Impersonation", + "Important", + "Impossible", + "Improved", + "Imsi", + "In", + "Inaccurate", + "Inc", + "Inc.", + "Included", + "Ind", + "Ind.", + "India", + "Indiana", + "Indonesia", + "Industry", + "Infarium_-_AuthMe.txt", + "Info", + "Information", + "Injector", + "Insational_Teamspeak_IPs_110.csv", + "Instagram", + "Install", + "Instant", + "Instead", + "Instruct", + "Instruction", + "Instructions", + "Integral", + "IntelBroker", + "Intelyc_E-Mails_40.txt", + "Interested", + "Interesting", + "Internal", + "Internet", + "Intimshop", + "Into", + "Invalid", + "Invoices", + "Involved", + "IonCraft_Buycraft_2k.txt", + "IonCraft_Buycraft_Logs_2k.csv", + "Iowa", + "Iphone", + "Iqz", + "Iranian", + "Iraq", + "Iraq_IPs_57.txt", + "Iraq_Teamspeak_IPs_201.csv", + "IratusPvP_Buycraft_Logs_1.8k.csv", + "IratusPvP_IPs_10k.txt", + "Iratus_Buycraft_logs.txt", + "Ironcraft", + "Ironically", + "Is", + "IslandClash_Buycraft_Logs_2.8k.txt", + "It", + "It's", + "Italy", + "Item", + "Its", + "Itsco.1751356617", + "Itsn't", + "Itzme", + "It\u2019s", + "IvoryKetchup285',table_name", + "alert(\"xss\")',table_name", + "alex989", + "alexandrovich", + "alexhero", + "alf", + "alferia.eu", + "algorithm", + "alhamdulilah", + "ali", + "alias", + "alibaba", + "alien666", + "alike", + "alipay", + "alive", + "alk", + "alkhaimah", + "all", + "all.txt", + "allege", + "alleged", + "alleges", + "alles4you", + "allforonesurvival", + "allie", + "allison", + "allow", + "allowed", + "allowing", + "allows", + "allready", + "ally", + "alm", + "almost", + "alo", + "alone", + "along", + "alot", + "alp", + "alpha_teamspeak_ips_205.csv", + "already", + "alright", + "als", + "also", + "alt", + "altho", + "alts4.me_Accounts_1.3k.txt", + "alts4.me_accounts_1.3k.txt", + "alvaris", + "always", + "alx", + "aly", + "am", + "am-", + "am2yjon", + "am=", + "ama", + "amanley@suddenlinkmail.com", + "amazed", + "amazing", + "amazon", + "amazon.com.be", + "amazon.de", + "amazon.se", + "ambition", + "amboss", + "amc", + "amc+", + "ame", + "america", + "americanexpress.com/seller", + "amia", + "amigo", + "ammdefi", + "amn", + "amount", + "amount(as", + "amounts", + "amp", + "ams", + "amusing", + "amynnasser.photoshelter.com", + "amz", + "amz.one", + "an", + "an+rn", + "an+rn+name", + "an.", + "an1", + "anC", + "ana", + "ana.pena.1437@miremington.edu.co", + "analysis", + "analyst", + "analyze", + "anarchyhcf_ips_480.txt", + "anc", + "and", + "and/or", + "andaria", + "andres77", + "andrew", + "andrewwtate", + "android", + "android-10000000", + "ane", + "anees", + "anf", + "ang", + "anger", + "angle", + "angry", + "anime", + "animes", + "ank", + "ann", + "annetokatlayan", + "announcement", + "announcment", + "annually", + "annualtool04", + "ano", + "anomaly", + "anon", + "anonfiles", + "anonfiles.com", + "anonymity", + "anonymous", + "another", + "ans", + "answer", + "answer,[FILTERING", + "answer,[filtering", + "answered", + "answers", + "ant", + "anti", + "antibots", + "antichristdemon#7703", + "antics", + "antidetect", + "antipublic", + "antivirus", + "antiviruses", + "anubis", + "anx", + "any", + "anybody", + "anyfuny3", + "anymore", + "anyone", + "anyones", + "anything", + "anytime", + "anyway", + "anyways", + "anywhere", + "anz", + "aoo", + "aos", + "aot", + "aow", + "aoz", + "ap/", + "apache", + "apart", + "ape", + "api", + "apis", + "apk", + "apkeditor", + "apologise", + "apologize", + "apool", + "app", + "app.atera.com", + "app.comodo.com", + "apparently", + "appdate", + "appeal", + "appear", + "appeared", + "appears", + "append", + "apple", + "applefight.fr", + "applewebkit/605.1.15", + "applicable", + "application", + "applies", + "apply", + "applying", + "apprecaite", + "appreciate", + "appreciated", + "appreciation", + "approach", + "approaches", + "appropriate", + "appropriately", + "approval", + "approved", + "apps", + "appstore", + "apr", + "apr.", + "april", + "apt", + "apt.15D", + "apt.15d", + "aptra", + "apy", + "ar", + "ar+", + "ar.", + "ar/", + "ar1", + "ar7", + "arab", + "arbitrage", + "arbitration", + "arcade", + "arcane_teamspeak_11k.txt", + "arch", + "archive", + "archived", + "archives", + "arcosia-pvp.fr", + "ard", + "are", + "area", + "arefy_xf.sql", + "argon2id", + "argos", + "argparse", + "args", + "arguing", + "argument", + "argumentparser", + "argyw9ht6z0wkfohmi.", + "ari", + "arium_ips_435.txt", + "arivi.pl", + "ariz", + "ariz.", + "arizonahcf", + "ark", + "ark.", + "arkadia", + "arkaniaz.fr_9.5k.txt", + "arkaniaz_mds_35k.txt.txt", + "arm", + "armadyl", + "army", + "arn", + "aro", + "around", + "arp", + "arrested", + "arris", + "arrival", + "arrive", + "arrived", + "arrives", + "arriving", + "ars", + "art", + "arthur******@edhec.com", + "article", + "articleninja", + "articles", + "artificial", + "arx", + "ary", + "arz", + "as", + "asafyazar1", + "asap", + "ascii_letters", + "asd", + "asdadadadada", + "asdasdasd", + "asdinjqwaszkmdvfbujgtriwefd", + "ase", + "asf", + "ash", + "ashamed", + "ashitbag", + "ashole", + "asi", + "aside", + "ask", + "asked", + "asking", + "asp", + "aspx", + "ass", + "assalamualaikum", + "assembler", + "assess", + "assign", + "assist", + "assistance", + "associated", + "assume", + "assure", + "assured", + "ast", + "astaroth", + "astro_buycraft_130.txt", + "astro_buycraft_logs_130.csv", + "aswell", + "asy", + "async", + "at", + "ata", + "ate", + "aternos.org-dehashed.txt", + "aternos.org.csv", + "aternos.org_1.2m.sql", + "aternos.org_899k.txt", + "ath", + "athenia", + "atlas", + "atleast", + "atm", + "ato", + "atomicskull_ips_345.txt", + "aton2.com_buycraft_db.txt", + "atrocities", + "ats", + "attach", + "attachHeaderListener", + "attachHeaderListener(tabId", + "attached", + "attachheaderlistener", + "attachheaderlistener(tabid", + "attaching", + "attachment", + "attack", + "attackers", + "attacks", + "attempt", + "attempted", + "attempting", + "attempts", + "attention", + "attractive", + "attributes", + "aty", + "atz", + "au", + "aud", + "aug", + "aug.", + "augmented", + "august", + "aul", + "aurelius", + "aus", + "aus-craft.net_emails_db.txt", + "aussie", + "aussiemc_buycraft_logs_300.csv", + "australia", + "australian", + "austria", + "auth", + "authenticationexception", + "authenticity", + "authme", + "authme.txt", + "author", + "authorities", + "authorization", + "auto", + "auto+garant", + "autoaddpolicy", + "autobuy", + "autochthonous", + "automated", + "automatic", + "automatically", + "automating", + "automation", + "autoshop", + "av", + "av6", + "ava", + "availability", + "available", + "avani123", + "avast", + "avatar", + "avatars", + "avcheck", + "ave", + "average", + "averfight", + "averfight.fr_2k.txt", + "avery01", + "avg.com", + "avi", + "aviatorcraft", + "aviatorcraft_buycraft_logs_2.2k.txt", + "aviatorcraft_forumsql.txt", + "avoid", + "avs", + "avy", + "await", + "award", + "aware", + "away", + "awe", + "awesome", + "awesomeeeeee", + "awg", + "awidiawdj", + "awkward", + "awl", + "awr", + "aws", + "ax", + "axe", + "axie", + "axinamc.fr", + "axos", + "axs", + "ay", + "aya", + "aylH2RY6cU9ndL5ZJFS6", + "aylh2ry6cu9ndl5zjfs6", + "ayn", + "ayo", + "ays", + "ayu", + "ayudhya", + "az", + "aza", + "azer", + "aziefaison", + "azn", + "azogl7", + "azoniagames.fr", + "azulos", + "azurixepvp.fr", + "azurixepvp.fr_1k.csv", + "azy", + "b", + "b'd", + "b.", + "b.i", + "b.s.c.", + "b07", + "b09e04d0323c976031602c2873ce499d48c95204ff36c8a011dd2af811fc5c12", + "b0=", + "b14022a35", + "b16", + "b17", + "b18", + "b19", + "b20", + "b21", + "b2b", + "b2c", + "b33ddc6713b414a6850842c68b1116e7ffd72d2a", + "b3669ce4fd2dbdc6e72ce98f77c703316cc3d41afee231fe69bf70ba566ce301:89T1kQm2GpKeMV6gntNMzw5YoCadd9E2", + "b3669ce4fd2dbdc6e72ce98f77c703316cc3d41afee231fe69bf70ba566ce301:89t1kqm2gpkemv6gntnmzw5yocadd9e2", + "b3fc215a7e0a49446a18c8f8e20f5aa2d7950f66", + "b3r", + "b4117740000006265", + "b4117740000006265^shea", + "b42", + "b51", + "b64", + "b73db054ff", + "b83131", + "b86", + "b8b", + "b96", + "b994139323dd83b02a4c962559b0771111c75c9d2704000d54398c816717dec7", + "b:2", + "bGI", + "bI1", + "bId", + "bRo", + "ba", + "ba1", + "bab", + "babes.com", + "baby", + "baceux", + "back", + "backdoors", + "backend", + "backends", + "background", + "backlinkmaker", + "backlinks", + "backstab", + "backstab@thesecure.biz", + "backup", + "bad", + "bad review", + "badax", + "badge", + "badly", + "badoo", + "bag", + "bags", + "bai", + "bail", + "bakery", + "baki", + "bal", + "balance", + "balances", + "ball", + "ballance", + "balrog777", + "ban", + "banco", + "band", + "bandalicraft_ips_57.4k.csv", + "bandwidth", + "banger", + "bangkok", + "bank", + "bank(zelle", + "bankasi", + "bankboss", + "banknotes", + "banks", + "bankthaipublic", + "bann", + "banned", + "banner", + "banteruhc_buycraft_logs_470.txt", + "baphomet", + "bar", + "barclays", + "barcode", + "barely", + "bargain", + "barihonk", + "baroda", + "barred", + "bartshop", + "base", + "based", + "bases", + "bash", + "basic", + "basically", + "basis", + "bastards", + "bat", + "batches", + "bath", + "battle.net", + "baxARok4zkQaYhXv:2", + "baxarok4zkqayhxv:2", + "bay", + "bayfiles", + "bayron", + "bb7f7c7d5a5761d1838353b079ca83ad4a157e0b9a728c0edee9b4a82dc8441eeba8dc1ec093", + "bbbumppppppppppp", + "bby", + "bby.astray", + "bc", + "bc.monster", + "bc1q94svjyg39g8hr6w84ncx742a6eggley9njwyu6", + "bc1qe2k695emsjy4gtp9ywytcprmkw045j79h7tsaw", + "bc1qqre0ex63e8peuyq2hczrxgcjk2c0gxgrczxqpt", + "bcrypt", + "bda", + "be", + "be/", + "beacons", + "beard", + "beastfaction_buycraft.txt", + "beastprisons", + "bec", + "became", + "because", + "become", + "becomes", + "becoming", + "bed", + "bee", + "bee\"(\u903c", + "bee1", + "beefo", + "been", + "beer", + "beetsbydwight", + "before", + "beg", + "began", + "begging", + "begin", + "beginner", + "beginners", + "behave", + "behavior", + "behaviour", + "behind", + "being", + "bel", + "belgium", + "believe", + "belk.com", + "bella", + "belong", + "below", + "bendercraft.ru_171.7k.txt", + "benefit", + "benefits", + "benholden", + "benji", + "bennett@#899334238323", + "ber", + "berat", + "berkmetal54949692", + "bes", + "best", + "bestbuy", + "bestbuy.com", + "bestbuy.com/seller", + "bestchange", + "bestlink", + "bet", + "beta", + "bethpage", + "bets", + "better", + "betting", + "between", + "beware", + "beyond", + "bezos", + "bf", + "bfj", + "bfk", + "bg", + "bgi", + "bgt5^YHN", + "bgt5^yhn", + "bhf", + "bi0", + "bi1", + "bi6tuqj5", + "bia", + "bid", + "bid=399", + "bidding", + "bie", + "big", + "bigger", + "biggest", + "bigproof", + "bigs", + "billing", + "billion", + "bills", + "bin", + "binance", + "binances", + "binary", + "binder", + "bing", + "binge", + "bins", + "bis", + "bisecthosting.sql", + "bit", + "bitcoin", + "bitcoins", + "bitdefender", + "biting", + "bitok", + "biz", + "bjorka", + "bjs", + "bjv", + "black", + "blackbullet", + "blackedition", + "blacklisting", + "blackmoon99", + "blacks", + "blackspigotmc", + "bladexxl", + "blame", + "blank", + "blaster", + "ble", + "bleach", + "bless", + "blessing", + "blessings", + "blind", + "blitz", + "blizzard5", + "block", + "block-----", + "blockchain", + "blockchain.com", + "blocked", + "blockedup_emails_db.txt", + "blockers", + "blocking", + "blockmadness.com_buycraft_db.txt", + "blockquote", + "blocks", + "blocksten167", + "blog", + "blow", + "blue", + "bluehairliberal", + "bluevine", + "blurred", + "blutv", + "bly", + "bms", + "bni.co.id", + "bnpl", + "bo$$", + "boa", + "bob", + "bocchi", + "bodge16", + "bodies", + "bodyguard", + "bofa", + "bogga", + "bohoo", + "bokaniels", + "bolivia", + "bolt", + "bomber", + "bombings", + "bon", + "bonacqua", + "bonaqua", + "bong", + "bonjour", + "bonus", + "boo", + "boobies", + "book", + "books", + "bool", + "boolean", + "booming", + "boos", + "boost", + "boot", + "boots", + "bor", + "boring", + "born", + "borrow", + "bos", + "bose", + "boss", + "bot", + "bot+stealer", + "both", + "bother", + "botnet", + "botnets", + "bots", + "bottertopg", + "bottle", + "bought", + "boundary=----------YWJkMTQzNDcw", + "boundary=----------ywjkmtqzndcw", + "bounty", + "bout", + "bow", + "bowl", + "box", + "boxes", + "boxing", + "boy", + "boys", + "br", + "br.", + "br/", + "br8", + "brah", + "brain", + "brain.fm", + "braintree", + "branch", + "brand", + "brands", + "branta", + "bratva", + "brawl.com.sql", + "brazil", + "brazzers", + "breach", + "breach.co", + "breached", + "breached.vc", + "breached65xqh64s7xbkvqgg7bmj4nj7656hcb7x4g42x753r7zmejqd.onion", + "breachforum", + "breachforums", + "bread", + "break", + "breaking", + "breakingsecurity", + "breakpoint", + "brewed", + "brian", + "bribery", + "bridges", + "briefly", + "bright", + "brightdata", + "brikk", + "bring", + "bringing", + "brings", + "brion|richards|33", + "britain", + "britney321", + "bro", + "brodie", + "broke", + "broken", + "broken08@yahoo.com", + "brokerservice@local*$076cf2d441c38149ee67ce12f0ad0d60$cffc7ae3e52789cb4b53f1f3b50a4c7d8ad3787be1580d0462cab351a537fff4d6c12c6ebd8dd51d927ec6c5c5f35e3ef509306b4fc5e8d00898e70a203764702e92cd567899763ae6d4ebe9309bb332184c9bdefe81d9f602795b76fac22a222bd7019c7de6db03a000eeb7b307207c312a70f448e06f7207b99106c39e9808ef4897f560b92d6b0fdb8837afaacf2a0a164fa5ef319bffe79b95d59a74787b2a7f85194e707890f9cce7edf2e7972a83bb138979b69f12cd22f81731cbe99ea3c45c50ce391b8b21d80af5cdc1c49b4d32e5d8fec5a228c1b9c8406d4a9265591f6403de12ce9483f53060b327f12f708db0b60c3c925228179859c62627ef66b11f11584b87ac5dd87b508e867d233134403ebcb205fa616c2c485bdad3b5370226331c0eac2a939d85488fce0741df5e52d5921fd172feef4102dc7f72e90f0a546552a76c7d61f5084fa7735e24b483e573faf2bec186136620952dcbd01ae014cfe0cd1e40f3bc0b7b21ad7ab5521233ae9fcf3985a7e2e374a761db3693c295989a72e5c6476231301d446988f78a076cc60a0ff74f918fa521099de71c2dbbc15787db16166d6b481549c6914c0a75b8c7b2bf4f121a4d03f28ed3072944e900050ee3844e8ecb678b230f5ef5867a625db6c4767d31c9c2c2cd29d1fc68a86a59c0d90d585b9bc865ea1fa26afa381d479f9ff20e727319de448c52f331f1ab140225aa21367671e7788f2bfcf617392670e7a80cdd3e00fd9fff53d6d6b1f2424e260ea7d2ba4b56f24f06c88a414bc9b1c3d8c448f302331362b8fa3efb5a1d4ce3e0523ece1683fdf65b6d0bec0203951e0040b0d3a6de02d59487d9bedfb031900915a78aba946b3ad2c3c3d82c1dc89c8c02e64c7bea127d87409afc3d9277fbfa08e917e2f4b21bf2a33569559129edd912ef4b2fb24c3ab9d3a22661e760d95efb4d434ef80c40104308c1d9e89d0ff7d87172895546fb37845a553132b40dbb7a4de2f90e2ab9e045c888c25980dd3888122e3c345740d994a319f34582f50f70fc9a1ec0eb6a93032e924d5496f8881ca7c460b3a4d2bae60ffff572ab9e6f359a6d8a022b7b42636264b069a378696407377fcb3a151ca623452e8bfde35c0d2186a6d2cb901cf5ce223b50fcc616fc3fc327884bacbd0b82caeeeb6e90099c5f14dd9c53d482e613c33791d2527d09c2431892ae0bd27bdfcc44d9945787b2bfdd5c345e102c2773b1b5c0d862f29834d5772996602f73412fa2358e2175456b0763e20799589b79b1d22deedc8a3ee3cb6f053396c4085a8dcb7c4428eb3b35c457d4aeed35e6b14ad81e1b8f3191bbd64eb3810a841f5d3eeacde382481eeffebab2aa24811da200dbdaa8b4db3a4a75d0d37795f3382b83eb0bed6e0d97586be27c249a4c2043140cff01dea3ce85812ba5d2a27a8a9c3ea16a44a13b83df2a27994b299e3a4ff5c32d569fadc3571651e3d9854518fcf370bb27df83bf84ce3d65b34db787a1caa0984e15febea3057de56bf99bbb0c4a359a6780be06bcf350952d7b6f8a222d3da9c98b477d3358a1bd05d098c329e5912c13f5ac83b42ff6c1d2e4c2b55844d4cee52df93e66f26f914bfe2314d7e7ece5b140ee9cae1a58129334191524e9894165f94cb2040f7d68f5843df363c9ebfc81e0513ff395284f40e7872ad0be9baba36a40765193fa75128dbfa5f76219273d2a70eac0e3ca0af2377c0a5a35c1b7b43d47c951c473538898a961834f713e112c344335e4a3b8cc4d903c461ecbbc1adc1293c92f3d73b236fb0dcb62725016c35ce9c96c967f5f269f9ca74e998d341bcc39dc3390e3c95d5531d2f3d5b19f8c9153f2f2e9f2bb228dee83700f00cde2d67cdd4156e231cd93a1a1eeb663e8d8546ded29439a2a110aa29803bd001b342a45384b4c622cac9e1eca7361d5c0a42694109b20d6be7dff645353a96681a1286a7e311751cbf8390726851097093c30bfd4b872e6df7441b089ab1f807594ff3697ddffe9ea38ba60b7aaedba5a61878885c97193d3086c4e792f7ba623cd3334fc2aea9c2f156d6ac6a95e055266fdc796de497cbd1a12b33fa91f6e3634e4353ab708ac4f5aa5e9ba06c304dff31d203d3c28897a1edff3429752b5b4a940d9fe43d5860234fd8de1ff13b336d6234ce607aa9a547c25ad176b765694dc676cf1c5faee7f7cddbc81a906a01434480a3255cff48c259aa6ce57df2df7a9bc8408c98e6a171d6ea06f7ecf918e577bd7591437f78781ad011420abab4600f3e86a7d53792c21d6323d2c8679e7bc0c2029ab973e0770999ea78861d6f2d8bf7cedfea2b46b3bb07446fc236a64c05943734b699d0631e342403e951d3b5924203678b50fbe81e4c85e88195eb520937ea684cb41a60fe4a337c8b0cbccc04359d2a558da078daacae9616adb1f8c5ddec5f933bb1a2606210635b36dd761ee33fb63dc468f40fbf6c1f73616fee6b58c3168b7ce8d9a5d8f71dd2f4e22cba72d45dabbd608efbff8e53627d78c06a272f67a5bf1e6a0610ca4e133006dfcac25a19920d9346d81df4db806b71fc25c1f1c54251b705dd0cc240efa854ef35a7ba6851feed0b07dde79bd030aa2bc63bfc53b93ee7cd0c943083aa110ee36ca6087fd9507dae7cc8443b798d4ae5d2c1fe8c500e6630660f5971c39908ca72a5dfa9299d0495c384b1b16fbe66dd4eb1bfbb9975163c06a5b628e4d5f0ffcd973d66be7caf67044d1a3555b630d92a5cb4215aa8c6927fee0ce08823d0e10139d7495e3d9500b54a739e64c4480111c91cf22b4e68aedce3ce5c115c8dc25665a7b0760d17d1c44747e82dc692c416e11065166bac35a2a35cf73cf4a3565ef707ade24db37894e99be3a81820f30417a7c61d80c2ddc8092ea4fa9bd3f8016652afc73cd7068aa5153bb418e63cc9d6b8d0b080781c11587b2f162a3843b341f4b370e2eb1b60b150194e919ba7a07b212a713d1eced57a7c50b43089d46ccbb28e3061d35bc3387d4d889b98c598f48bedd6832db5664f909c0a9ca0f3ca2a5efb025e391489fc5adb712e3a26e4db982bf4908304f4bfabbd06a6430e066fcecc23f3cf4e2448d5771fb6c5a1cca8495f7dfd3935dfdaf363680196015d6a8453448a14861a33851ac0e9fc468e575c0a0a1ac446726c5b6de5f21da55fec3e7d1223eeb555ae438fd5a5404b1ccb8050cde263a5d10c3283c000502befa992a90cc43276a387628a9245f9ee0c783d8588d919de072f3f8f88bf1fc36d2afe16b4f6c6b35490c216e995ebbf01ff65a3b095ec79fecd9a4647232bcf89c591a553ebe9a10080016c30e80adb29d30df41a0b25d90f0afb764239cfbe46cb32e01563f619a217edddf90536f94108b2bbe807382011eb827100da7eaa0a35c1953bd6a74db15a204837f5d9f740d3c668d347e88b477274dbacabf0a5dba6af73010165d5c995def0efcce2a03d03f4ebc3357f79e63e911bd318827d3fe93447f6da3953a95fa8b07383ab78c9b4d5fd8c4cecd908d913ef5eeccbaa550b8fe2258ee5672c37649304b1202401eac3cb018360dcfcf4a580b3fe5a3f0ccbb037f6f07fd636cbfac30a98a10c498fd25193ae68d8799a43fe816c4dc1f129b4e6f92f30caa7dd5fdae4128a7b634a7047e", + "broki", + "broklyn", + "broo", + "brooo", + "broooo", + "brooooo", + "broooooooo", + "bros", + "bros.", + "brot", + "brotaaaa", + "brotha", + "brother", + "brotherdoge", + "brothers", + "brought", + "browser", + "browsers", + "browsing", + "bruh", + "brunimax", + "brush", + "brutal", + "brutalfactions_staff_50.txt", + "brute", + "brute_force_scan", + "bruteforce", + "bruteforcer", + "bsd", + "bsg777@exploit.im", + "bsh", + "bsparkes5@gmail.com;$P$BElq8amQHXuSDfRinQkZTI9t2QlwV70", + "bsparkes5@gmail.com;$P$BMz6", + "bsparkes5@gmail.com;$p$belq8amqhxusdfrinqkzti9t2qlwv70", + "bsparkes5@gmail.com;$p$bmz6", + "bss_start", + "btc", + "btc\\usdt", + "btray@cebridge.net", + "bts", + "btw", + "bubbies", + "bubble", + "bucha", + "buck", + "bucks", + "bud", + "buddy", + "budget", + "budy", + "buffalo", + "bug", + "buga", + "bugaboo", + "buggy", + "build", + "buildandcraft.eu", + "buildcraft_1.3k.txt", + "builder", + "buildid", + "building", + "builds", + "built", + "buker", + "buks", + "bulk", + "bullet", + "bullshit", + "bulutu", + "bumo", + "bump", + "bumpAMAZON", + "bumpamazon", + "bumpbumpbump", + "bumpbumpbumpbumpbumpbumpbumpbumpbumpbump", + "bumped", + "bumpedbumpedbumped", + "bumper", + "bumping", + "bumpingg", + "bumpinggg", + "bumpington", + "bumpinnnggg", + "bumpity", + "bumpong", + "bumpoo", + "bumpp", + "bumpppp", + "bumpppping", + "bumppppppp", + "bumppppppppp", + "bumpppppppppp", + "bumppppppppppppp", + "bumpppppppppppppbumpppppppppppppbumppppppppppppp", + "bumpppppppppppppp", + "bumpppppppppppppppbumppppppppppppppp", + "bumppppppppppppppppbumpppppppppppppppp", + "bumppppppppppppppppppppppppp", + "bumpppppppppppppppppppppppppbumppppppppppppppppppppppppp", + "bumpppppppppppppppppppppppppppppppppppppppppp", + "bumppp~~~~", + "bumps", + "bumpssssss", + "bumpy", + "bunch", + "bundles", + "burn", + "burp", + "bush", + "business", + "businesses", + "bussiness", + "busy", + "but", + "butterflylili@yahoo.com", + "button", + "buy", + "buyaccpremium#5975", + "buycraft.txt", + "buyer", + "buyers", + "buying", + "buys", + "buzzplex_e-mails_100.txt", + "bvdvwi8hf", + "bw7", + "bwz", + "bx", + "by", + "bya", + "bye", + "bypass", + "bypassed", + "bypassing", + "bz", + "b\u1ecb", + "c", + "c'm", + "c)2", + "c++", + "c.", + "c.u.", + "c02", + "c09", + "c0d3r_0f_shr0d13ng3r", + "c0r0ll@", + "c0x", + "c1", + "c12", + "c18", + "c1grqho", + "c2", + "c20", + "c206t15", + "c2ae", + "c2db516247254085f5cb4047c165b3fc6d425a8a", + "c2matrix", + "c2p", + "c3f", + "c40d43e7b4ec231833cd1f95f62ea5a228eb23215a665da88faf05f9aa37b884", + "c4n", + "c5df4e07f152a64b520aee4142a398e897092122", + "c66e7f94073a2d01bc37a832faa34085d938e32d:1c05c8226", + "c66e7f94073a2d01bc37a832faa34085d938e32d:1c05c8226:123456", + "c7d", + "c821da45242ac743a0bff081d4e4c93849d73706a03ed5294879e298f81ae34c", + "c9ff", + "c9k", + "c:2", + "cOS", + "cOYjZtSGbchQh", + "cPanel", + "cPanels", + "cTV", + "cYD", + "c_reative", + "ca", + "caa", + "cached", + "cad", + "cadeace", + "caffeine", + "cag", + "caj", + "cal", + "calculate", + "calculated", + "calif", + "calif.", + "californium", + "call", + "callback", + "called", + "caller", + "calling", + "callouts", + "calls", + "calm", + "cam", + "came", + "camefrombreachforums", + "camel", + "cameras", + "campaign", + "campaigns", + "can", + "canada", + "cancel", + "candid", + "candlemass", + "candypvp.fr_3k.txt", + "canfig", + "cannot", + "canva", + "cap", + "capabilities", + "capability", + "capital", + "capital(zelle", + "capture", + "captured", + "captures", + "car", + "carbon", + "card", + "carders", + "carding", + "cards", + "cards-23.2.23", + "care", + "cared", + "careful", + "carefully", + "carelessly", + "carfyue", + "carnaval", + "carpentry", + "carried", + "carrier", + "carriers", + "carroll", + "cars", + "cartercartier", + "cartp", + "cas", + "case", + "cases", + "cash", + "cashable", + "cashapp", + "cashiers", + "cashout", + "cashoutEmails", + "cashoutemails", + "casino", + "cassandra|burke|200", + "cast", + "castiel#7547", + "cat", + "cat3k_caa", + "catalog", + "catalogue", + "catcher", + "catchers", + "catching", + "cattle", + "caught", + "cause", + "caution", + "cautious", + "caviar", + "cb", + "cb2", + "cb6687a600a22d23b2171e53ceca7195", + "cbs", + "cc/", + "ccc", + "ccg1998", + "cci", + "cco", + "ccs", + "ccscan", + "cctv", + "ccvbv", + "ccx", + "cd1", + "cd2", + "cdep3890", + "cdn", + "cds", + "ce", + "ce/", + "ce5", + "ce9", + "ce>", + "ceaserrodregaz", + "ceci", + "ced", + "cee", + "ceef869be89caa98228f8e5aee23e1c48609f8646f61840bd969c7974d3eac0e3d03306dcee5", + "cel", + "cell", + "cem", + "centre", + "centrixpvp_e-mails_10.3k.txt", + "cer", + "cerealkiller#0087", + "ceritifed", + "cert", + "certain", + "certainly", + "certificate", + "certificates", + "certified", + "certs", + "ces", + "cesar240908", + "cey", + "cf", + "cf3d664983797f0d63270147a105fa8b92a8224c:5g28zfG1X", + "cf3d664983797f0d63270147a105fa8b92a8224c:5g28zfg1x", + "cfr", + "cg3700emr-1cmnds", + "cgi", + "ch", + "ch.", + "cha", + "chainalysis", + "chaining", + "challange", + "challenges", + "challenging", + "chamomile", + "champ", + "champagne", + "champion", + "chances", + "change", + "changed", + "changer", + "changes", + "changing", + "channel", + "channels", + "chaos", + "chapple", + "chapter", + "char", + "character", + "characteristics", + "characters", + "charge", + "charm", + "chars", + "charset", + "chartered", + "chase", + "chat", + "chatbots", + "chatgpt", + "chats", + "che", + "cheap", + "cheaper", + "cheapest", + "chearful.ninja_Logins_450.txt", + "chearful.ninja_Snipes_16k.sql", + "chearful.ninja_logins_450.txt", + "chearful.ninja_snipes_16k.sql", + "cheat", + "cheating", + "cheatsheet", + "check", + "checkTasks", + "checkUrls", + "check_data", + "check_data.indexOf(item", + "check_data.indexof(item", + "check_data.push(item", + "checked", + "checker", + "checkers", + "checking", + "checkout", + "checks", + "checktasks", + "checkurls", + "cheers", + "chefir", + "chek", + "chelas", + "chemical", + "cherries", + "chessium_ips_7.1k.txt", + "chi", + "child", + "chill", + "chime", + "china", + "chinese", + "chinga", + "chingada", + "chingados", + "cho", + "chocolia.eu", + "choice", + "choices", + "choochoosmc_e-mails_1k.txt", + "choose", + "choosing", + "chop", + "chosen", + "chrisanderson33193@yahoo.com", + "chrismas", + "christ", + "christmas", + "chromahills.com_11k.txt", + "chrome", + "chrome.browsingData.remove", + "chrome.browsingdata.remove", + "chrome.google.com", + "chrome.history.search", + "chrome.storage.local.get(['machineId", + "chrome.storage.local.get(['machineid", + "chrome.storage.local.get(['uuidMachine", + "chrome.storage.local.get(['uuidmachine", + "chrome.storage.local.set", + "chrome.tabs.captureVisibleTab(null", + "chrome.tabs.capturevisibletab(null", + "chrome.tabs.onActivated.addListener(function", + "chrome.tabs.onactivated.addlistener(function", + "chrome.webRequest.onHeadersReceived.addListener", + "chrome.webrequest.onheadersreceived.addlistener", + "chromemc_buycraft_db.txt", + "chs", + "chto", + "chy", + "ci/", + "cimb", + "cimobrju8389813@estudiantes.edu.ec", + "cipher", + "circumvent", + "cis", + "cisco", + "cit", + "citadel", + "citadel.corp", + "citation", + "cities", + "citizensbank.com", + "citrix", + "citrixcloud", + "citrux", + "city", + "citycraft_forums_29k.txt", + "cityprison_ips_16k.txt", + "civilians", + "cjd", + "ck", + "ck0", + "ck1", + "ck2", + "ckX", + "ckk", + "cko", + "cks", + "ckx", + "cky", + "claim", + "claimed", + "claiming", + "claims", + "claping", + "clarify", + "claro", + "class", + "class=\"forumPost", + "class=\"forumpost", + "classic", + "clause", + "cle", + "clean", + "cleaned", + "cleaner", + "cleaning", + "cleanse", + "clear", + "cleared", + "clearing", + "clearly", + "clearnet", + "click", + "clicked", + "client", + "clients", + "climate", + "clipboard", + "clipboard_data_size", + "clipper", + "clips4sale", + "clone", + "cloned", + "cloneevvvp", + "clones", + "clonned", + "close", + "closed", + "closer", + "closing", + "clothing", + "cloud", + "cloudescape_emails_3.5k.csv", + "cloudflare", + "cloudnet", + "clown", + "club", + "clubhydra.co", + "clue", + "cly", + "clyropvp", + "clyropvp.txt", + "cm8", + "cmp", + "cms", + "cn", + "cnn", + "co", + "co.", + "coachID", + "coachid", + "cobalt", + "cobalt2015", + "cobaltstrike", + "cock.li", + "cocksucker", + "cod", + "code", + "codeacademy", + "codecademy", + "coder", + "coderedtestserver.txt", + "codes", + "codesign", + "coding", + "coffees", + "coi", + "coin", + "coinbase", + "coined", + "coinify", + "coinpot", + "coins", + "coke", + "col", + "coldnetwork.txt", + "coldnetwork_buycraft_logs_732.txt", + "collect", + "collected", + "collection", + "collector", + "colo", + "colo.", + "colombia", + "color", + "colour", + "com", + "combinaison", + "combo", + "combolist", + "combos", + "come", + "comes", + "comfort", + "comfortable", + "coming", + "command", + "comment", + "commenting", + "comments", + "commercial", + "commission", + "commit", + "committing", + "common", + "commonly", + "communicate", + "communication", + "communism)))\"-", + "communist", + "communities", + "community", + "companies", + "companioncare@suddenlinkmail.com", + "company", + "compare", + "compare_memory(orig_clipboard_data", + "compared", + "comparing", + "compartment", + "compelling", + "competitor", + "competitors", + "compilations", + "compile", + "compiled", + "compiler", + "complain", + "complaint", + "complete", + "completed", + "completed.0", + "completely", + "complex", + "complexxxx", + "complications", + "compliment", + "comply", + "comprehension", + "comprehensive", + "compression", + "compromised", + "computer", + "computers", + "comugamers.com_10k.txt", + "con", + "concentrate", + "concept", + "concepts", + "concern", + "concerned", + "concerns", + "concerts", + "concise", + "concurrent", + "conditions", + "confidence", + "confident", + "config", + "configs", + "configuration", + "configured", + "configuring", + "confimred", + "confirm", + "confirmation", + "confirmed", + "confirming", + "confiscate", + "confrim", + "confused", + "confusion", + "congrats", + "congratulations", + "conn", + "conn.", + "connect", + "connect_ex", + "connected", + "connecting", + "connection", + "connections", + "cons", + "consequences", + "consider", + "consider(Black)Arch", + "consider(black)arch", + "considered", + "considering", + "consignment", + "consistent", + "consisting", + "console", + "const", + "constant", + "constantly", + "construction", + "consumers", + "contacs", + "contact", + "contacted", + "contacter", + "contacts", + "contain", + "containing", + "contains", + "content", + "content(s", + "contents", + "contextual", + "continually", + "continue", + "continued", + "continues", + "continuous", + "contract", + "contribute", + "contributed", + "contributing", + "contribution", + "contributor", + "control", + "controlling", + "controls", + "contr\u00f4le", + "convenient", + "conversation", + "conversations", + "conversion", + "convert", + "convo", + "cookie", + "cookie(s", + "cookies", + "cooking", + "cool", + "cooldudes9001", + "coolnet", + "cooming", + "cooper", + "cooperate", + "cooperation", + "coordinate", + "copied", + "copies", + "cops", + "copy", + "copywriting", + "cor", + "corax@thesecure.biz", + "cord", + "core", + "coreymcalinson", + "coronavac", + "corp", + "corp.", + "corporate", + "corporation", + "corps", + "correct", + "correctly", + "correspondence", + "corrupt", + "cos", + "cosmic.csv", + "cosmic_formatted.csv", + "cosmicpvp_forums_200k.csv", + "cosmouzx", + "cost", + "costs", + "couch", + "cought", + "could", + "count", + "counterfeit", + "counting", + "countless", + "countries", + "country", + "county", + "countySpecific", + "countyspecific", + "couple", + "coupon", + "courage_teamspeak_ips_246.csv", + "courier", + "couriers", + "course", + "courses", + "couuntries", + "cover", + "coyjztsgbchqh", + "coz", + "cp-47", + "cpanel", + "cpanels", + "cpent", + "cpn", + "cpp", + "cpu", + "cpy", + "cqdec", + "cqngd74mtjd5snnwq5uqd3qeok3hz36yrt2iu5mpzgxcqhbpbfpxyjid.onion", + "cr", + "cr2dcmrzk1s", + "crack", + "cracked", + "cracker", + "cracking", + "cracks", + "cracks.txt", + "craft", + "craftapple.pl_9.2k.sql", + "craftblock_e-mails_2.5k.txt", + "craftboard.pl_26.5k.sql", + "craftrealms_buycraft_db_2012.txt", + "crash", + "crawler", + "craxs", + "crazy", + "crazyrdp", + "crazysauce", + "cre", + "cream", + "create", + "created", + "creates", + "creating", + "creation", + "creative", + "creator", + "credential", + "credentials", + "credit", + "credited", + "crediting", + "creditkarma", + "credits", + "creeperscraft.net_140.txt", + "crime", + "crimes", + "criminal", + "crispywater", + "cristalix.ru_72.8k.txt", + "critical", + "criticize", + "critique", + "cro", + "croge", + "crogedracl", + "crossfire_1k.txt", + "crowdsource", + "crowdstrike", + "crsn47", + "crte", + "crto", + "crtp", + "crunchyroll", + "cry", + "crypt", + "crypta", + "crypter", + "crypters", + "crypting", + "crypto", + "cryptocurrency", + "crypts", + "crystal666", + "cs", + "cs+cr", + "cscoe+", + "csgo", + "csp", + "css", + "csv", + "ct", + "ct.", + "ctf", + "cto", + "ctr", + "ctrl+f", + "cts", + "ctv", + "ctx", + "cuddlybear", + "cultcraft.me_9.4k.txt", + "cum", + "cumbag89", + "cunt", + "cuntires", + "cup", + "curbside", + "curiosity", + "curiositystream", + "curious", + "curl", + "current", + "currently", + "curse", + "cus", + "cushions", + "custom", + "customer", + "customers", + "customers(WWH", + "customers(wwh", + "customization", + "cut", + "cute", + "cuz", + "cvv", + "cxa_finalize@GLIBC_2.2.5", + "cxa_finalize@glibc_2.2.5", + "cxiture0001", + "cxx", + "cyber", + "cyberarsenal", + "cybersecurity", + "cyberspace", + "cyd", + "cylance", + "cypher", + "cz", + "czech", + "c\u1ea3m", + "c\u1ee7a", + "c\u2019m", + "d", + "d$/xxxx", + "d(1", + "d)", + "d)\"Xxxxx", + "d)\"xxxx", + "d)Xxxx", + "d)xxxx", + "d,XXXX,'d", + "dES", + "dEx", + "dID", + "dIn", + "dK5.wJ9hNmaT52EAFSgs8eF6txeRUdAJDtS", + "dMC", + "dS5", + "dTC", + "dX", + "dXX", + "dXX+", + "dXXX", + "dXXXX", + "dXXXXdddXXddXddXdXXdddXddddXXdXXdddXddddXddddXXXdXddXddddXXXdXXXdddd", + "dXXXddddXXdddXXXdXddddXXXddXXXXdXXdXdddXddXdXXdXddXXdXddXddXddddXdXXXddXd", + "dXXdXXxXxxXXXXxXXXXdxxxdxdxxdXxxXx", + "dXdX", + "dXdddX", + "dXddddXddddXXdXXddddXXXddddXdddXXXXdXddXXddXdddXddddXXdddd", + "dXxx", + "dXxxx", + "dXxxxx", + "d_d", + "d_x", + "da", + "da$local$ldap", + "da.net", + "da0", + "da8", + "da_nikto", + "dafuq", + "daily", + "daisy", + "dal", + "dam", + "damage", + "dame", + "damn", + "dang", + "dangerous", + "danny", + "dante", + "dap", + "dapest", + "dar", + "daraz", + "darcecraft", + "darcecraft.com.txt", + "darcecraft.com_10k.txt", + "dare", + "dark", + "darkakula", + "darkakula#9934", + "darkangelof1", + "darkfadepvp_buycraft_logs_30.txt", + "darkfight", + "darkheroesmc.txt", + "darknetworld", + "darknetworld.com", + "darkweb", + "darling", + "darxe", + "das", + "dashboard", + "dat", + "data", + "data--65473]Find", + "data--65473]find", + "dataType", + "dataUri", + "data_start", + "database", + "databases", + "databreach", + "datacenter", + "datatype", + "datauri", + "date", + "date).gettime", + "date:2023", + "dated", + "dateline=\"1671794657", + "dateline='1672597036", + "datelover", + "dates", + "dating", + "datpixel_emails_db.txt", + "dav", + "david", + "dawg", + "dawncraft_buycraft_logs_745.csv", + "dax", + "day", + "days", + "dazn", + "db", + "db.txt", + "dbfbi", + "dbms", + "dbmses", + "dbs", + "dbserver31.tech.finance.corp", + "dbz_logins_5.8k.txt", + "dc", + "dc.citadel.cor", + "dc.glacis.corp", + "dc01(3", + "dc02", + "dc1", + "dc1714711d8b05826296c326e749d7358ed355f7d2cfaa5dbc130c2c891903e8", + "dc3e6c96d42d2c8c20a29e3df05c47d2", + "dc6", + "dcangel", + "dcb", + "dcc", + "dcs-930lb1", + "dcw", + "dd", + "dd$-xxxx", + "dd$.", + "dd$/dddd", + "dd+XX", + "dd+xx", + "dd,d,d))))xXxX", + "dd,d,d))))xxxx", + "dd,d,dd))))xXxx", + "dd,d,dd))))xxxx", + "dd,ddd", + "dd,ddd,ddd", + "dd.Xxx.dddd", + "dd.d", + "dd.d.d", + "dd.d.d.ddd", + "dd.d.dd.d", + "dd.d.dd.dd", + "dd.d.dd.ddd", + "dd.d.ddd.d", + "dd.d.ddd.dd", + "dd.d.ddd.ddd", + "dd.dd", + "dd.dd.d.d", + "dd.dd.d.dd", + "dd.dd.d.ddd", + "dd.dd.dd", + "dd.dd.dd.d", + "dd.dd.dd.dd", + "dd.dd.dd.ddd", + "dd.dd.ddd.d", + "dd.dd.ddd.dd", + "dd.dd.ddd.ddd", + "dd.dd.dddd", + "dd.ddd.d.d", + "dd.ddd.d.dd", + "dd.ddd.d.ddd", + "dd.ddd.dd.d", + "dd.ddd.dd.dd", + "dd.ddd.dd.ddd", + "dd.ddd.ddd.d", + "dd.ddd.ddd.dd", + "dd.ddd.ddd.ddd", + "dd.ddx", + "dd.xx.d", + "dd.xxx.dddd", + "dd.xxxx", + "dd/d", + "dd/d/ddd", + "dd/d/dddd", + "dd/dd", + "dd/dd/dd", + "dd/dd/dddd", + "dd1", + "dd:dd", + "dd:dd:dd", + "dd:ddxx", + "ddX$", + "ddX.xxx", + "ddXX", + "ddXXXdXdXXdddXdddXdddXdXddddXddddXXXdddXXdXddXXdddXdXXdXddddXXXddddXdXdd", + "ddXXXxdx", + "ddXd", + "ddXdd:dd:ddX", + "ddXdddXdddXdXdddXddXXXXdddXddXddXddXXdd", + "ddXdddd.X", + "ddXx", + "dd_d_d", + "ddd", + "ddd$-dx$", + "ddd$ddd", + "ddd+/XXX", + "ddd+/xxx", + "ddd,dd", + "ddd,ddd", + "ddd.d", + "ddd.d.d.ddd", + "ddd.d.dd", + "ddd.d.dd.d", + "ddd.d.dd.dd", + "ddd.d.dd.ddd", + "ddd.d.ddd.d", + "ddd.d.ddd.dd", + "ddd.d.ddd.ddd", + "ddd.dd.d.d", + "ddd.dd.d.dd", + "ddd.dd.d.ddd", + "ddd.dd.dd.d", + "ddd.dd.dd.dd", + "ddd.dd.dd.ddd", + "ddd.dd.ddd.d", + "ddd.dd.ddd.dd", + "ddd.dd.ddd.ddd", + "ddd.ddd.d.d", + "ddd.ddd.d.dd", + "ddd.ddd.d.ddd", + "ddd.ddd.dd.d", + "ddd.ddd.dd.dd", + "ddd.ddd.dd.ddd", + "ddd.ddd.ddd.d", + "ddd.ddd.ddd.dd", + "ddd.ddd.ddd.dd:dddd>>>Xxxx", + "ddd.ddd.ddd.dd:dddd>>>Xxxx;xxxx;xxxxddd", + "ddd.ddd.ddd.dd:dddd>>>xxxx", + "ddd.ddd.ddd.dd:dddd>>>xxxx;xxxx;xxxxddd", + "ddd.ddd.ddd.dd:dddd>>>xxxxddd", + "ddd.ddd.ddd.ddd", + "ddd.ddd.ddd.ddd:dddd>>>Xxxx", + "ddd.ddd.ddd.ddd:dddd>>>XxxxxXxx", + "ddd.ddd.ddd.ddd:dddd>>>XxxxxXxx;Xxxx;XxxxxXxx", + "ddd.ddd.ddd.ddd:dddd>>>xxxx", + "ddd.ddd.ddd.ddd:dddd>>>xxxx;xxxx;xxxx", + "ddd.ddx", + "ddd@ddx.xx", + "dddX+", + "dddX.xxx", + "dddXX", + "dddXXX", + "dddXXXX", + "dddXdXXXddXXXddddXdXXXdXdXXdXXddddXdXdXddddXXdXddddXdXXXXddddXdXdXdddd", + "dddd", + "dddd).xxx", + "dddd,ddd_ddd,d,Xxx", + "dddd,ddd_ddd,d,xxx", + "dddd,ddd_dddd,d,Xxx", + "dddd,ddd_dddd,d,xxx", + "dddd,xxxx", + "dddd,xxxx,d,Xxx", + "dddd,xxxx,d,xxx", + "dddd.dddd", + "dddd.xxx", + "dddd.xxxx:$xxxx$*dddd", + "dddd/dddd/dddd/dddd", + "dddd=dddd", + "dddd@xxx-xxxx.xx", + "dddd@xxx.xx", + "dddd@xxx.xxxx.xxx.xx", + "dddd@xxxx.xxx.xx", + "ddddXXXdddXXXdXdXdXdddXXXdXdddXXdddXddXXXXdddXXdXXdXdXXXXddXddXXXdXXddXX", + "ddddXxxxx@", + "ddddx", + "ddddxd", + "ddddxdd", + "ddddxddxddxxxdxdxxxdddxddxxxddddxxxddxd", + "ddddxddxxxxddxdxddxdddxxxdddxxddxdxxdxddxddxddxxdxdxxdxdxddxdxd:dXxXXXxXXXxXdxXx:d", + "ddddxddxxxxddxdxddxdddxxxdddxxddxdxxdxddxddxddxxdxdxxdxdxddxdxd:dxxxxdxxx:d", + "ddddxxd", + "ddddxxddxdxxdxdddxxxdxdxdddxddxdxdxddd:dxddddxxd", + "ddddxxdxddxdddxddddxddddxddddxddxddddxdxdxxxddxdxxxxdddxdxddx:dxxxdxxdxxXXXxxx:d", + "ddddxxdxddxdddxddddxddddxddddxddxddddxdxdxxxddxdxxxxdddxdxddx:dxxxdxxdxxxx:d", + "ddddxxdxxddddxdddxxxxdxxdxxdxxdxdxxxdxxxddxddddxxxxddddxd:dxXdxxxxdxxxdxXd:d", + "ddddxxdxxddddxdddxxxxdxxdxxdxxdxdxxxdxxxddxddddxxxxddddxd:dxxdxxxxdxxxdxxd:d", + "ddddxxdxxddddxddxddxdddxxddddxdxdxdddxddxxxdxxxddxddxddxddxd", + "ddddxxxdddxxxdxdxdxdddxxxdxdddxxdddxddxxxxdddxxdxxdxdxxxxddxddxxxdxxddxx", + "ddddxxxddxxdddxdxdxxdddxxdxxxddddxdddxx", + "ddddxxxx", + "ddddxxxx.xxx", + "ddddxxxx@", + "dddd|xxxxd|Xxxxxdd|Xxxxx|xx_XX|", + "dddd|xxxxd|xxxxdd|xxxx|xx_xx|", + "dddx", + "dddx$", + "dddx+", + "dddx.xxx", + "dddx@xxxx.xxx", + "dddxdddxddddxddddxxdxdxxddxxddddxdxxddddxddddxddddxdd", + "dddxdxddddxddxxddddxxdxddddxdxdddxxddxxxddddxxxxddx", + "dddxdxddddxxddddxxxddxdddxxxxdxddddxddddxdddxddddxddxxddddxdd:dxXxxxdxXxdxXxxx:d", + "dddxdxddddxxddddxxxddxdddxxxxdxddddxddddxdddxddddxddxxddddxdd:dxxxxdxxxdxxxx:d", + "dddxdxdxddddxxdxdddxddddxddxdxxdddxdxxdxxddddxdxddxxdd", + "dddxdxxxddxxxddddxdxxxdxdxxdxxddddxdxdxddddxxdxddddxdxxxxddddxdxdxdddd", + "dddxx", + "dddxx+", + "dddxx.xxx", + "dddxxdXdXXxxxxXxxXdxdxxxXXxdXXxddd", + "dddxxddddxxdxxxxdxxdddxdxxddxxxddxxdxxddxxdxxxxdxdxddxdddxdxxdxd", + "dddxxdxdxxxxdxdxxxxdxxxddd", + "dddxxx", + "dddxxxx", + "ddd|XXXX|XX|dddd|xxxx|dddd|xxxx.xxxx@xxxx.xxx", + "ddd|xxxx|xx|dddd|xxxx|dddd|xxxx.xxxx@xxxx.xxx", + "ddf4", + "ddos", + "ddp", + "dds", + "ddx", + "ddx$", + "ddx+", + "ddx.x", + "ddx.x.", + "ddx.xxx", + "ddxXXX", + "ddxXxXXdXdxXdxxXxxXXXXxXxxXxXdxxX\\", + "ddx\\xxxx", + "ddxd", + "ddxdd:dd:ddx", + "ddxdddd.x", + "ddxddddxddxddxxdxddxddxxdddxdddxddddxxdddxdxxdddxddxxxddddxxdxdd", + "ddxdddxdddxdxdddxddxxxxdddxddxddxddxxdd", + "ddxdddxxxddxdxxdxxdxdddxddxddxdd", + "ddxddxddxdxdxddxdxdxxdxxddxxxdxdddxxxdddxdddxxxdddxxxdxxdddxxxdd", + "ddxddxddxdxxxdddxddddxddddxddxxdddxxddddxdxxdxddddxxdddd", + "ddxdxddxxddddxdxxddxdddxdxxdddd:dxXxxdxXX", + "ddxdxddxxddddxdxxddxdddxdxxdddd:dxxxxdxxx", + "ddxdxdxddddxddxdddxdxdxdddxdxdxdddxxddd:ddxddxddd", + "ddxdxxdxxxxXXXdXxxxdXXdXdXX", + "ddxdxxdxxxxdxxxxdxxdxdxx", + "ddxdxxxdxxdxdddxxxxdxddddxdxddxxdxxxddddxxddxddddxddxdd", + "ddxx", + "ddxxddddxdxxxddddxddxdxxdxddxdxddxddxdx", + "ddxxdxddxdxdddxdxddxdxxdxxdxddxddddxxxx", + "ddxxx", + "ddxxxdddd@xxxx.xx", + "ddxxxddddxddxxdxdddxxxddxxxxdxddddxdd", + "ddxxxdxddxdxddddxddxxxxdddxxddddxxxdxdddxdxdxdxxxddddxdxdxdxxxdd", + "ddxxxdxdxdxdddxxxxdddxxddxdxxxxddddxxddxddxdxxdddxxddxxdxdxdddx", + "ddxxxdxdxxdddxdddxdddxdxddddxddddxxxdddxxdxddxxdddxdxxdxddddxxxddddxdxdd", + "ddxxxx", + "ddxxxx.xx", + "ddxxxx_xxxx_dd%_dddd", + "ddxxxxdx", + "ddxxxxdxdxxdxxxxdxxx\\", + "ddy", + "de", + "de/", + "de423e48556521a19143cd8c3fda6105afe284e4:162311e44", + "de5", + "dea", + "dead", + "dead_fenrir", + "deadadam", + "deal", + "dealing", + "dealings", + "deals", + "dear", + "death", + "deathnote", + "debian", + "debouce.io", + "debug", + "debugger", + "dec", + "dec.", + "deceive", + "december", + "decent", + "deceptions", + "decide", + "decided", + "decimatepvp", + "decimatepvp.com.txt", + "declared", + "decline", + "decluttering", + "decode", + "decrypt", + "decrypted.txt", + "decryption", + "ded", + "dedale", + "dedicate", + "dedicated", + "deducted", + "deem", + "deemed", + "deeper", + "deepfake", + "deeppvddles", + "deepweb", + "deezer", + "def", + "def.gouv.fr", + "defaced", + "defamation", + "default", + "defence", + "defender", + "defense", + "defi", + "defiance_teamspeak_ips_180.txt", + "defiance_teamspeak_ips_45.txt", + "defined", + "definitely", + "definition_teamspeak_ips_20.txt", + "deflect", + "defpub", + "defpub.local", + "dehash", + "dei", + "del", + "del.", + "delay", + "delete", + "deleted", + "deliberate", + "deliver", + "delivered", + "delivering", + "delivery", + "dell", + "deltahcf_e-mails_100.txt", + "deltamirrage", + "demand", + "demanding", + "demo", + "demon", + "demons_teamspeak_ips_140.txt", + "demonstrates", + "den", + "denigrate", + "denji", + "denmark", + "denotes", + "dent", + "dentistry", + "deo", + "depend", + "dependencies", + "depending", + "depends", + "deposit", + "depositphotos.com", + "deposits", + "deprecated", + "depth", + "der", + "derailing", + "deregister_tm_clones", + "derycube.fr", + "des", + "describe", + "description", + "deserve", + "deserving", + "design", + "designated", + "designs", + "desire", + "desired", + "desktop", + "desorden", + "despise", + "desteria_e-mails_25.9k.txt", + "desteria_ips_908.8k.txt", + "destinypvp", + "destory", + "destroy", + "detailed", + "detailing", + "details", + "details.responseHeaders", + "details.responseHeaders.length", + "details.responseHeaders[i].name.toLowerCase", + "details.responseHeaders[i].value", + "details.responseheaders", + "details.responseheaders.length", + "details.responseheaders[i].name.tolowercase", + "details.responseheaders[i].value", + "detect", + "detectable", + "detected", + "detection", + "detections", + "detector", + "detectors", + "detects", + "determine", + "detuschland", + "dev", + "dev007", + "developed", + "developer", + "developers", + "development", + "develops", + "device", + "devices", + "dex", + "dex73r", + "dey1337", + "deystviya", + "dezrick|powell|2600", + "df/", + "df4", + "df78", + "dge", + "dgln24xu537amcm8ghfnmqfsykxrgnkc9k", + "dhabi", + "dia", + "diabolic", + "diamond", + "diamondfox", + "dick", + "dickhead10", + "dictatorship", + "did", + "didn't", + "die", + "died", + "dies", + "diet", + "different", + "difficult", + "difficulty", + "digikeyboard.sendkeystroke(0", + "digital", + "digitalocean", + "digits", + "dildofagins", + "dime", + "dimmuburgor", + "dimples66", + "din", + "dinastymc", + "dinastymc.eu_1k.txt", + "dio", + "diomennys", + "dir-100", + "dir-600", + "dircloner", + "direct", + "directed", + "direction", + "directly", + "directory", + "directtv", + "directv", + "dirs", + "dirty", + "dis", + "disable", + "disagree", + "disappointing", + "disc", + "disc0rd", + "disconnected", + "discord", + "discord.gg/ecash", + "discord:-", + "discordtokenlogin", + "discount", + "discounts", + "discover", + "discover.com", + "discovery", + "discoverycraft.de", + "discretion", + "discuss", + "discussion", + "disgusting", + "disk", + "disney", + "disney+", + "disneyplus.com/seller", + "dispatched", + "disposition", + "disruptions", + "dissolved", + "distinct", + "distinct(ifnull(cast(schema_name", + "distributed", + "distro", + "dit", + "divided", + "diy", + "djon3volta", + "djonson", + "djp", + "dk", + "dk5.wj9hnmat52eafsgs8ef6txerudajdts", + "dl", + "dle", + "dll", + "dlogs", + "dly", + "dm", + "dm'd", + "dm.", + "dmc", + "dmca", + "dms", + "dmsecransomware", + "dn5", + "dna", + "dnaing", + "dndndndnnddp", + "dns", + "do", + "do_global_dtors_aux", + "do_global_dtors_aux_fini_array_entry", + "dob", + "doc", + "doc+docx", + "dockerrodeo", + "docs", + "docs.freebsd.org", + "docsis", + "document", + "documentation", + "documents", + "docx", + "dod", + "doe", + "does", + "dog", + "dogecoin", + "dognwalk", + "dogtv", + "doigcraft", + "doin", + "doin'", + "doing", + "doin\u2019", + "dokazhu", + "dokito", + "dollar", + "dollars", + "dom", + "domain", + "domains", + "domainsss", + "domain}${prefix}/check", + "domain}${prefix}/init", + "domain}${prefix}/set", + "dominos", + "dompdf-rce.py", + "don", + "don't", + "donald", + "donate", + "donating", + "donation", + "done", + "donn\u00e9es", + "donors", + "dont", + "doo", + "door", + "doorbell", + "doordash", + "dooveee", + "dor", + "dork", + "dorker", + "dorking", + "dos", + "dosh", + "double", + "doubt", + "doubtful", + "doubts", + "dough", + "dow", + "down", + "download", + "download&execute", + "downloaded", + "downloader", + "downloading", + "downloads", + "dox", + "doxing", + "dozens", + "dp/", + "dps", + "dpst.dhl.com/svcpoint", + "dpu.def.br", + "dqdogorio", + "dr", + "dr.", + "dr2", + "dra", + "draft", + "dragony#7777", + "drainer", + "drainers", + "draining", + "drake_teamspeak_ips_155.csv", + "drakoria.fr", + "drakoria.fr_6k.sql", + "dratloodi", + "drawlife.eu", + "dre", + "dream", + "dreamcrafts.su_162.3k.txt", + "drena_teamspeak_ips_25.txt", + "dress", + "drink", + "drinks", + "dripper", + "drive", + "driver", + "drivers", + "driving", + "drop", + "dropbox", + "droplets", + "dropped", + "dropper", + "drops", + "dru_minion", + "drugwars_ips_13.txt", + "drunk", + "dry", + "dryness", + "ds5", + "dso_handle", + "dsp", + "dtc", + "dth", + "dts", + "du", + "dubai", + "duck", + "dud", + "dude", + "duderydu", + "due", + "duilio.sanchez@alumno.buap.mx", + "dujunayan", + "dujunayan#7777", + "dumayete", + "dumb", + "dumbass", + "dump", + "dumped", + "dumper", + "dumping", + "dumpmen", + "dunning", + "duolingo", + "dupe", + "duplicate", + "duplicates", + "duration", + "durations", + "during", + "duty", + "dvl", + "dvze", + "dw", + "dwight", + "dwp", + "dx", + "dx$dd$XXX", + "dx$dd$XXXxxxxXdXXxxdx", + "dx$dd$XXxxxxXXxX", + "dx$dd$XxXdxXXxXXxXxxxXX.XxdxxXXXxdd.XxXdXX.xXXXxxddxxXX.xxd", + "dx$dd$XxxdxxXXxXdXxddxdXXxdxX.dxxXxdXXdXxdX.XXddddxxxXd.xxd", + "dx$dd$dXXxxXXXxXxxxxdxXxxXxXxdXxXxxX", + "dx$dd$dXxXXXXxxxxXXxxXXxXxXXdxXxxXxXXxd.dxXXXXxXxddXxxXXxx", + "dx$dd$dXxdXxdXXXXxxxxXddXxXx", + "dx$dd$dxdXdXXXxXxXdxxXXXXxXxddXXdxXxxXdddXxxXXxxXdXxxdXXdx", + "dx$dd$dxdxdxxxxdxxxxddxxdxxxxdddxxxxdxxxdxxdx", + "dx$dd$dxxdxxdxxxxddxxxx", + "dx$dd$dxxxxdxxxxd.dxxxxddxxxx", + "dx$dd$dxxxxdxxxxdxxxx", + "dx$dd$x/ddXXXxxxXxxXdXdXd", + "dx$dd$x/ddxxxxdxdxd", + "dx$dd$xXXXXxXXXXxxxXxxdxxxXxdXXXX", + "dx$dd$xXdXdXXXXxXdxXxxXXXXxddXXdxxXdxXXxdxXx", + "dx$dd$xxXXxdxXXxXXXxXdxdxdXXXXxXXxXxXXxxxxXXXXxXxXxxxdxXx", + "dx$dd$xxdxdxxxxdxxxxddxxdxxxdxxxxdxxx", + "dx$dd$xxx", + "dx$dd$xxxdxxxx.xxdxxxxdd.xxxdxx.xxxxddxxxx.xxd", + "dx$dd$xxxdxxxxdxxddxdxxxdxx.dxxxxdxxdxxdx.xxddddxxxxd.xxd", + "dx$dd$xxxx", + "dx$dd$xxxxdxxxxdx", + "dx$dd$xxxxdxxxxdxdxdxxxxdxxx", + "dx$dd$xxxxdxxxxdxxxx", + "dx.x", + "dx.x.", + "dxXddxXxXdx", + "dxck", + "dxdXdxdXxdxXddddXdxdXddddxddddxddxxdXdd", + "dxddddXddddXddXddXXXddddXddXddXXdd", + "dxddddxddddxddxddxxxddddxddxddxxdd", + "dxddddxddddxdxxdddxddxxxdxddddxxdxxddxx:dxdXXxXXx", + "dxddddxddddxdxxdddxddxxxdxddddxxdxxddxx:dxdxxxx", + "dxddddxddddxxdxxddddxxxddddxdddxxxxdxddxxddxdddxddddxxdddd", + "dxddddxddxddddxddddxddxddddxxddddxxddxxdxddxdxddxdddxddddxddxx", + "dxddddxddxxxxdxxxdddxxxxddxddxddx:dddxddddx", + "dxddddxdxxdddd", + "dxddddxdxxdxxxxdxxxddddxdxddddxddddxxxxddxddddxdddx", + "dxddddxxxxddxdddxxxxdxddxddddxddddxdxddddxdddxdxddddxdd", + "dxdddx", + "dxdddxddddxddddxddddxxxddddxxxd:dxXXXxxxX", + "dxdddxddddxddddxddddxxxddddxxxd:dxxxx", + "dxdddxddxddxdxdxxxdddxdxddxxddxxddxdxdxd", + "dxddxxddddxxxxdxdxdddxddxxddddxddxxxxdxddddxxddxdxdxxxdddxxddxd", + "dxddxxdxxdxxddddxddxdxdddxxxdxddddxddxdxxxdxxddxdxxxxdxdxdddd:ddxxxx:d", + "dxddxxdxxdxxddddxddxdxdddxxxdxddddxddxdxxxdxxddxdxxxxdxdxdddd:ddxxxxXxxXxXxxX:d", + "dxdx", + "dxdxdddxdddxdxdddxxdxddddxddxxdxxdddxdxxxddddxxdxddddxddxx:dxXXXxxXxxxXXXxXXXXxXxdXxXXxxXxd", + "dxdxdddxdddxdxdddxxdxddddxddxxdxxdddxdxxxddddxxdxddddxddxx:dxxxxdxxxxd", + "dxdxdxXdddXxXdxddXdddxdddXddXxXdXdXddXddXx", + "dxdxdxdxxdxxddddxdxdxddddxddddxddxxdxdd", + "dxdxdxxdddxxxdxddxdddxdddxddxxxdxdxddxddxx", + "dxdxxddxddxdddxddxdddxxxxdddxxdxdxdddd", + "dxdxxxdxxdddxdxddddxddddxxdddxdxdxxdxddd:dddd", + "dxx", + "dxx+", + "dxx@xxxx.xx", + "dxxddxxxxdx", + "dxxdxXXx", + "dxxdxddddxxxddddxxxdxxxdxddddxxxdxxdddx", + "dxxdxddddxxxxdxdxddddxxxxdxxxxdddd", + "dxxdxddxxddddxdxdxxxdxxxdddxxdxddddxdxxxdxddxdxxddddxdddxxdxdd", + "dxxdxdx", + "dxxdxxxx", + "dxxdxxxxdxxxdxdxxdxxxx", + "dxxx", + "dxxxddddxxdddxxxdxddddxxxddxxxxdxxdxdddxddxdxxdxddxxdxddxddxddddxdxxxddxd", + "dxxxdddxddddxdxxddddxddddxdxdxddxxddddxxddxdxddxddddx", + "dxxxddxdxddddxxdxddxddxddxdxdxxdxdxdddd:dxddddxd", + "dxxxx", + "dxxxx.xx_dd.dx.xxx", + "dxxxx.xxx_d.dx.xxx", + "dxxxxXxxxxd", + "dxxxxd", + "dxxxxdXd", + "dxxxxdddxxddxddxdxxdddxddddxxdxxdddxddddxddddxxxdxddxddddxxxdxxxdddd", + "dxxxxdddxxxxdxdxxxdxxxxdxxxxddxxxxdxxxx.xxxx/xxxx", + "dxxxxddxddxddddxxdxddddxd", + "dxxxxdxd", + "dying", + "dyl", + "dylan99", + "dynam1c", + "dynam1c@thesecure.biz", + "dynamic", + "dynamically", + "dyson", + "dzht2023", + "dzo", + "d\u1ee5ng", + "e", + "e#1", + "e'd", + "e's", + "e(0", + "e(1", + "e(s", + "e-1", + "e.", + "e.g", + "e.g.", + "e/", + "e05", + "e12", + "e16", + "e2092719f7425792e6727540de346cdfa2d74e97:77de20403", + "e22cseu0073@bennett.edu.in", + "e38xgmzdouhckhcz5v", + "e3e", + "e41b080fa", + "e44", + "e46", + "e510b43205407fd46791c1c76edf6aa6d9e90587", + "e57", + "e5c", + "e628bac3dd2e1b59c12c2f515beab77f069c61f0", + "e66", + "e69", + "e6c42b2cfba3b98915277ce4a1bff41af19ad72dba066e061810c1e645072d23", + "e6jjds37hn", + "e75e9544618128ddd730c68467beef57bcf8303bf493b5efb77c6094d684ad3f339adcdf2cb2", + "e77", + "e9f9787ad03edb3a8355cc778d4d86f79e20c76b", + "e:-", + "e:2", + "e=2", + "eAa", + "eBay", + "eCPPTV2", + "eCPPTv2", + "eCPTXV2", + "eCPTXv2", + "eFi", + "eId", + "eIn", + "eOS", + "eR0", + "eRFucsqvINYJOMDp:2", + "eSIM", + "eWPT", + "eWPTXV2", + "eWPTXv2", + "eaWwO51ze", + "eaa", + "each", + "eachother", + "ead", + "eaglehcf", + "eaglehcf_ips_87.6k.txt", + "eah", + "eak", + "eal", + "eam", + "ean", + "eap", + "eaq", + "ear", + "earlier", + "early", + "earn", + "earnapp", + "earned", + "eas", + "easier", + "easiest", + "easily", + "east", + "easy", + "easyyyyy", + "eat", + "eawwo51ze", + "eb", + "eb'd", + "eb.", + "eb/", + "eb0", + "eb68d740c527d245ded017c104651a332647a39d", + "eb94b6c93027608ce2b4492d603e6d7da4686d59", + "ebay", + "ebay-kleinanzeigen.de", + "ebb", + "ebm", + "ebr", + "ebs", + "eby", + "ec.", + "ec7", + "ece", + "ech", + "echo", + "eci", + "eck", + "eclozia.fr", + "eclozia.fr_27.3k.sql", + "ecpptv2", + "ecptxv2", + "ecs", + "ect", + "ecv", + "ed", + "ed/", + "edata", + "edd", + "edencraft.fr", + "edit", + "edit-", + "editd", + "edite", + "edited", + "editing", + "edition", + "editor", + "edits", + "edo", + "edr", + "eds", + "edu", + "education", + "educational", + "educations", + "edumini890", + "ed|", + "ee", + "ee-", + "ee/", + "ee1", + "ee5", + "ee8", + "eec", + "eed", + "eee", + "eek", + "eel", + "eem", + "een", + "eep", + "eer", + "ees", + "eet", + "efd", + "effect", + "effective", + "effectively", + "efficiency", + "effort", + "efi", + "efo", + "eft", + "eg", + "ega", + "ege", + "ego", + "egs3W04Ax8ulUcUzagzMnNYXcSbi0", + "egs3w04ax8ulucuzagzmnnyxcsbi0", + "egy", + "egypthiamc.fr", + "eid", + "eight", + "ein", + "eir", + "eisenhower", + "eit", + "either", + "eitherway", + "ejo", + "eka", + "eks", + "ekstazy.eu", + "ekt", + "el.", + "el0", + "el84", + "elaboration", + "eld", + "ele", + "electrical", + "electronic", + "electrum", + "element", + "elenox.net", + "elf", + "elif", + "elitios", + "elixirpvp_e-mails_30.csv", + "ell", + "ellens", + "elm", + "eloquent", + "elorzia", + "elp", + "elp&hid=15", + "els", + "else", + "eltek", + "ely", + "em", + "em/", + "ema", + "email", + "email).txt", + "emails", + "emails.txt", + "emails.zip", + "embed", + "eme", + "emi", + "emirates", + "emmeellee#1", + "emo", + "emonteros@indoamerica.edu.ec", + "emotionally", + "empireeyes.fr", + "empireeyes.fr_2k.csv", + "empiremc.txt", + "empireminecraft_e-mails_7.7k.csv", + "empireminecraft_emails_db.txt", + "employee", + "employer", + "empty", + "empty>:admin", + "ems", + "emy", + "en", + "en.", + "en/", + "ena", + "enabled", + "encapsulate", + "encode", + "encoding", + "encountered", + "encrypt", + "encrypted", + "encryption", + "end", + "ended", + "endercraft_buycraft_db.txt", + "ending", + "endinrio", + "endpoint", + "ends", + "energy", + "energyfight", + "enforcedmc_buycraft_logs_1.3k.txt", + "enforcement", + "eng", + "engine", + "engineer", + "engineering", + "engineers", + "engines", + "english", + "enip@creep.im", + "enjay", + "enjoy", + "enjoyed", + "enjoygen_logins_400.txt", + "enjoyyyyyyy", + "enn", + "enough", + "enozfaction.net", + "ens", + "ensemble", + "ent", + "enter", + "entered", + "enterprise", + "enterprisebi.local@local*$4C817D0D93DAEC678D44FB5E$50E558C6D7BECF81968DD7513F6C5C8F9915A1B543428FC1036120540512B5363315108FEB1DA6C0DA6A1D70047776AD71FE844B7E1669FD598741C5EB6692A76AA72974B726700931F2EA1D385BB4C623FAE312B1DE1D8DF4628B9D5637BF7E35276210714F21E2FE318D9DC85789C3BE6B92D1EF87C0F81CC04B4E3BCDA5223809C2C2C12A528FB386B721539C53DC383534C78B2BB357B796A2F2114CAAF48C031C914493020A3D916852DFDA75DFC7AAE11F04826A4266514A06A2E64FFEAC183E7BBD77330245726DDA39D56121793F9FDC52A4552E74B32351D31242313F083749B6376BB54374ABBCA4CCE546246742BD920D6AD916796896BF99771947C0AD74ABCD254AD88DD6F55E1ED870762E13071040DF856813CBB4E1CE6C1A3054BEB9521D0C7F15AD0447E0835C5C31FC46B73DE7AEC2C5A37A1BE3E7F89CC066ABC28E37E6B957FADFB265F761DD783728DCBF590108255A315890384FAFE9182FA345600FC6FAB69ABB18211050798F23C9F81F59DED4F7F7B07C356E393D86A960277C5C50A7CE4B556B61F1AB37B66220D5D16E91D66B58499B150FBB82E477C4B0C86EA52E75BC3EAEC2F46DD4954A07F470E49131612B0F05AFBF6F9D3C005BA66E3D1DA770E30745E614C3B04321608C00FDFB27B9978F65E6689315FB343286BD93C381CA5F61E3CD12F65C15B1C3A513E59B0C0A98459F7F2132191A08BEFBA0D319B9D48F79AE2E14A56098A308241BDB5E8F462A79B63407EB8949397305A37EC9999300F62DA6EE7E868A9B587018C1E14298ABB30C621C941FCC625008818F62E81FC7EB1D6131F5443185982BC349A2CD5040303801B5EB15FBFFAEFC2CFA6753FC4500D57BDB8F9E6509A532782A64D9D7E836C0E06D678EAAE01E1D9C52CF2E40595EFC87CC2E5899141ECE8A96A44BE41DB1EAFF63498EFF14B69C0017E5C3B9AA8E0FE559A0338F1E027D8DC81A0BBF55FAFC20E6D4BE5DF7016E5C2F593A44C7D7AF4C049443B0C78C7FFE66073AA8AC8EC77204A5E45993E1C9E3F2B916431C2D035CBB51E4F4D5C8ECF7F3EBC77B6B626EC2A3D381CEB45A04A8893A5B9C27E0A2C571AC9F79CB9A3B0B07E66B256AC5CEF31DC9A0D1C3BE0153543E3C73FEE4CB8C54114A2EE443DDB84CA7C7F77073DF376B161930F65B518FB58213D0F5EC25D249DD96B8169E5B3F35EA37D447AA1D3863514917FDF4E4B03319EE9F6EE25383A3A80B88644FFD66FD6C790A551712806BAADE2AB7AEDB26EA407FD5A3392A0351D23056898190BD4F5D6039C6B5728065719C299FC29E5525F27EDD0EBFDECFEA48497BD4433305CDA5987C887D1FE7891276EC96636D06801E2C5BDFB21BD54D91346E68176012D75EBCD9DB27389258DB96EF408F357607A5EF3B4B091846EDBD9F18F09B80DFF2F9CCC6C1205B0FB0346923EF351F32227AB7C8316BE356DE9D58DB0AD925B11FB22C3F274E22DA7E55ADBC8110C87D603B43C0519587A1A552EDAC2C117E123816CF9EB146012F60B0C8D9FFFCC60C791510A14B2C5DCCAE5CA439E7927BE2B87875269DFC974BCD25A8FD548E93C1F11667EE247802003FFA9680FC416BE4E055B2863D35FEF5C6F13AE02512B1ACB18029F1BABE4B9AF68F7ADA159CE9C2A9DDF633C7664CC98D091DE2702B0D58491F86505F2235515F0CB88ED9926073D3BF1FA30121F3495D7DBCE2B243D1F2EA897DE0BB43F6FFC2DE7B9FB71C4BFF2E6DE0572B35B7932B19CCBFFB1197DF8A681368838BECAF7E2BABC7361E289A0C46F2FCB273D694944C1DED1576BD9DA511C540CE0DC11579E789C73B0B3846FD82D6289BD654A5F5B16DF2CAF3759FA0F123E03413149D7E71A7306262FBA1A0D4C17124FE6448524D1940C317868E652A8F8B46C338A5AFD3CE49845590380667E4F20709D686A8D3330153AF1DA90AD8D9CCA48ED85E86A696ADA1AF0A8D8A4126A6767D6CF3EA9CDEBF90668663B524216A8135BF7F3585B5DF4E3418611BF373FD2142461411030D3FDF72D9DC69FB81BB704DE83D81B0D3A9B541319285C0984E2ABA0D0B75BE3C938823224E060E1BAE9E65E21FA3DBD4FCD35EF4DFFCD65961AA61C4AF7DB46F752E37F9086F7A0DC29B044F18561B0FE447BEBF0424C0CAE3077DDFA44EBEB918798D554613BB40AFF2F8EFF342DBA01E81E7E4A9607D816717272A5BEE051B59772F95ADABD3017255B3ECBF4C3C1CF9FA2FA5F5A27F8C92B43E4F03CA0DE1B277E1B52246B220C12A35312AB5DB7DA75AF5A3F293C0EFEBB05C960F89A9D5A6FD3FB978B4601B2D1BFD290F1F868BFDF4F032B7C0C291FAB430E9F5E68F180D50FA8C1DE89334418BA2B67EC4E19045ABB50A3618F6CCE25CA02FCF9A8BEE25081AD14257782561CA27D150BAB40A06B76310E18F87D04661541B5B7AE8FB79109FC5BD97F91B65557A30BA12C65F79D9D5E6ABE98E16A150F75B25BF73ADA17BF968168D1DF9B97C603FC2D87B94708C0607EEB2CD84CC4E6C580DAA9B9945D95606C830FF38205831435CF2FCC3D070597DCF547EDBB6618B91F332A3F3DED7A039F50DEE4EDA647B59D9BC10025EDB48A90ADD89BCBCF1411A54B37D8568F2A85144708654C70A9AED8D659B11AEA48C9766C544E83D57940CE28692426F74ED2B3BD3A000C216BFC5FF597A07D0EBF9467F71CCA93844F1A82D97DC742A7E9566E96AFAA9C63E4838114CC6E29ACF4A3B799A416B15B493E15E6F0F5D688E65D5A9076CD0E3868B64566ECD7178C1C396BF034A8C58906FCD4488FC0DB399B92E1F523497A89979325AE16103527619FF8B2F6A1866FA2A8D5471B0F6B73B1C851625818BF41B613ABAE76CD109FFAFCB3E9D19091EF49755D3A1F54A8D8113D61A7E8FA4A9DE0B322FBB726702EB2A20645FA17577BDC953E7BAE588CBEDCA6475F9190FAB858FAE33649F3AC00028CF345B39F8AFA34CC501759E514DCD625AE900593C2A3B397D5CF531C7C2F00F7C1BAD053436CD34DB2F9E18E09FA2F7AE648CA695488A333A903F8B658CAC043D64A7E7F2AE48F70046058AC97B0CE73593751F93880A275888C48B16F85A4326B2A75C6B2F2DD993AB645794717727483F353A005BA9B52F991E890619FFCDEAC98BCF83E52C8656EC7C32E453065497DA70ACE7010B11C0E261D4E7C410BA6A92E897376F5C226C12737A0DF2D3230BEDD7D843E00B1BB07405B9B4C3DFF0BB05DBE0C50FB0797C6164B1C455B5C9478C43967E5D0928BBAFE74F513844E2A19BAE0D7A9E8B3F4276310971478E10E7843BC120E33BC45F7EB87E899A1096B003F0F0D87A54F070D3AE715B36E1A43F5AA592B149C5908F36E14B6B23DFA1D6A7D6F3569FE1CC65FC99FFB78812ABC74A8AF9F0FDFDF1064F47A16C127F587C8F08D3CD7C860E4146AE960CF28F4722C4746BFF139F2CE8BD28F17FADFF74A8AF2C23A6E8DD8EE2F637F569CBA4E670267E6C8CE7A3224E016673D3856143A7BBE717BB837D643ACCD7BEFCC6A4064910A25A6946F9254C224C0C26BA2C8A68A563BD9116714E6E626839B720E1B5847C24F499106903DE4BF4EB67EB6B33CBDB9A8F6D61438914AF8854784E88F16FBCD56A4CED14CFD0C9610EACCEA6569952CA1CF7D7F877C52DCE0AA31C3D39177A2387FA7DC6", + "enterprisebi.local@local*$4c817d0d93daec678d44fb5e$50e558c6d7becf81968dd7513f6c5c8f9915a1b543428fc1036120540512b5363315108feb1da6c0da6a1d70047776ad71fe844b7e1669fd598741c5eb6692a76aa72974b726700931f2ea1d385bb4c623fae312b1de1d8df4628b9d5637bf7e35276210714f21e2fe318d9dc85789c3be6b92d1ef87c0f81cc04b4e3bcda5223809c2c2c12a528fb386b721539c53dc383534c78b2bb357b796a2f2114caaf48c031c914493020a3d916852dfda75dfc7aae11f04826a4266514a06a2e64ffeac183e7bbd77330245726dda39d56121793f9fdc52a4552e74b32351d31242313f083749b6376bb54374abbca4cce546246742bd920d6ad916796896bf99771947c0ad74abcd254ad88dd6f55e1ed870762e13071040df856813cbb4e1ce6c1a3054beb9521d0c7f15ad0447e0835c5c31fc46b73de7aec2c5a37a1be3e7f89cc066abc28e37e6b957fadfb265f761dd783728dcbf590108255a315890384fafe9182fa345600fc6fab69abb18211050798f23c9f81f59ded4f7f7b07c356e393d86a960277c5c50a7ce4b556b61f1ab37b66220d5d16e91d66b58499b150fbb82e477c4b0c86ea52e75bc3eaec2f46dd4954a07f470e49131612b0f05afbf6f9d3c005ba66e3d1da770e30745e614c3b04321608c00fdfb27b9978f65e6689315fb343286bd93c381ca5f61e3cd12f65c15b1c3a513e59b0c0a98459f7f2132191a08befba0d319b9d48f79ae2e14a56098a308241bdb5e8f462a79b63407eb8949397305a37ec9999300f62da6ee7e868a9b587018c1e14298abb30c621c941fcc625008818f62e81fc7eb1d6131f5443185982bc349a2cd5040303801b5eb15fbffaefc2cfa6753fc4500d57bdb8f9e6509a532782a64d9d7e836c0e06d678eaae01e1d9c52cf2e40595efc87cc2e5899141ece8a96a44be41db1eaff63498eff14b69c0017e5c3b9aa8e0fe559a0338f1e027d8dc81a0bbf55fafc20e6d4be5df7016e5c2f593a44c7d7af4c049443b0c78c7ffe66073aa8ac8ec77204a5e45993e1c9e3f2b916431c2d035cbb51e4f4d5c8ecf7f3ebc77b6b626ec2a3d381ceb45a04a8893a5b9c27e0a2c571ac9f79cb9a3b0b07e66b256ac5cef31dc9a0d1c3be0153543e3c73fee4cb8c54114a2ee443ddb84ca7c7f77073df376b161930f65b518fb58213d0f5ec25d249dd96b8169e5b3f35ea37d447aa1d3863514917fdf4e4b03319ee9f6ee25383a3a80b88644ffd66fd6c790a551712806baade2ab7aedb26ea407fd5a3392a0351d23056898190bd4f5d6039c6b5728065719c299fc29e5525f27edd0ebfdecfea48497bd4433305cda5987c887d1fe7891276ec96636d06801e2c5bdfb21bd54d91346e68176012d75ebcd9db27389258db96ef408f357607a5ef3b4b091846edbd9f18f09b80dff2f9ccc6c1205b0fb0346923ef351f32227ab7c8316be356de9d58db0ad925b11fb22c3f274e22da7e55adbc8110c87d603b43c0519587a1a552edac2c117e123816cf9eb146012f60b0c8d9fffcc60c791510a14b2c5dccae5ca439e7927be2b87875269dfc974bcd25a8fd548e93c1f11667ee247802003ffa9680fc416be4e055b2863d35fef5c6f13ae02512b1acb18029f1babe4b9af68f7ada159ce9c2a9ddf633c7664cc98d091de2702b0d58491f86505f2235515f0cb88ed9926073d3bf1fa30121f3495d7dbce2b243d1f2ea897de0bb43f6ffc2de7b9fb71c4bff2e6de0572b35b7932b19ccbffb1197df8a681368838becaf7e2babc7361e289a0c46f2fcb273d694944c1ded1576bd9da511c540ce0dc11579e789c73b0b3846fd82d6289bd654a5f5b16df2caf3759fa0f123e03413149d7e71a7306262fba1a0d4c17124fe6448524d1940c317868e652a8f8b46c338a5afd3ce49845590380667e4f20709d686a8d3330153af1da90ad8d9cca48ed85e86a696ada1af0a8d8a4126a6767d6cf3ea9cdebf90668663b524216a8135bf7f3585b5df4e3418611bf373fd2142461411030d3fdf72d9dc69fb81bb704de83d81b0d3a9b541319285c0984e2aba0d0b75be3c938823224e060e1bae9e65e21fa3dbd4fcd35ef4dffcd65961aa61c4af7db46f752e37f9086f7a0dc29b044f18561b0fe447bebf0424c0cae3077ddfa44ebeb918798d554613bb40aff2f8eff342dba01e81e7e4a9607d816717272a5bee051b59772f95adabd3017255b3ecbf4c3c1cf9fa2fa5f5a27f8c92b43e4f03ca0de1b277e1b52246b220c12a35312ab5db7da75af5a3f293c0efebb05c960f89a9d5a6fd3fb978b4601b2d1bfd290f1f868bfdf4f032b7c0c291fab430e9f5e68f180d50fa8c1de89334418ba2b67ec4e19045abb50a3618f6cce25ca02fcf9a8bee25081ad14257782561ca27d150bab40a06b76310e18f87d04661541b5b7ae8fb79109fc5bd97f91b65557a30ba12c65f79d9d5e6abe98e16a150f75b25bf73ada17bf968168d1df9b97c603fc2d87b94708c0607eeb2cd84cc4e6c580daa9b9945d95606c830ff38205831435cf2fcc3d070597dcf547edbb6618b91f332a3f3ded7a039f50dee4eda647b59d9bc10025edb48a90add89bcbcf1411a54b37d8568f2a85144708654c70a9aed8d659b11aea48c9766c544e83d57940ce28692426f74ed2b3bd3a000c216bfc5ff597a07d0ebf9467f71cca93844f1a82d97dc742a7e9566e96afaa9c63e4838114cc6e29acf4a3b799a416b15b493e15e6f0f5d688e65d5a9076cd0e3868b64566ecd7178c1c396bf034a8c58906fcd4488fc0db399b92e1f523497a89979325ae16103527619ff8b2f6a1866fa2a8d5471b0f6b73b1c851625818bf41b613abae76cd109ffafcb3e9d19091ef49755d3a1f54a8d8113d61a7e8fa4a9de0b322fbb726702eb2a20645fa17577bdc953e7bae588cbedca6475f9190fab858fae33649f3ac00028cf345b39f8afa34cc501759e514dcd625ae900593c2a3b397d5cf531c7c2f00f7c1bad053436cd34db2f9e18e09fa2f7ae648ca695488a333a903f8b658cac043d64a7e7f2ae48f70046058ac97b0ce73593751f93880a275888c48b16f85a4326b2a75c6b2f2dd993ab645794717727483f353a005ba9b52f991e890619ffcdeac98bcf83e52c8656ec7c32e453065497da70ace7010b11c0e261d4e7c410ba6a92e897376f5c226c12737a0df2d3230bedd7d843e00b1bb07405b9b4c3dff0bb05dbe0c50fb0797c6164b1c455b5c9478c43967e5d0928bbafe74f513844e2a19bae0d7a9e8b3f4276310971478e10e7843bc120e33bc45f7eb87e899a1096b003f0f0d87a54f070d3ae715b36e1a43f5aa592b149c5908f36e14b6b23dfa1d6a7d6f3569fe1cc65fc99ffb78812abc74a8af9f0fdfdf1064f47a16c127f587c8f08d3cd7c860e4146ae960cf28f4722c4746bff139f2ce8bd28f17fadff74a8af2c23a6e8dd8ee2f637f569cba4e670267e6c8ce7a3224e016673d3856143a7bbe717bb837d643accd7befcc6a4064910a25a6946f9254c224c0c26ba2c8a68a563bd9116714e6e626839b720e1b5847c24f499106903de4bf4eb67eb6b33cbdb9a8f6d61438914af8854784e88f16fbcd56a4ced14cfd0c9610eaccea6569952ca1cf7d7f877c52dce0aa31c3d39177a2387fa7dc6", + "entheogens", + "entire", + "entirely", + "entitled", + "entity", + "entrance", + "entries", + "entrusted", + "entrypoint78", + "enu", + "enumerating", + "enumeration", + "envato", + "envelope", + "environment", + "environments", + "enzyme", + "eoi", + "eon", + "eop", + "eos", + "ep.", + "epa", + "ephesia.fr", + "epic", + "epicgames", + "epixmc", + "epo", + "eps", + "epsilonmc.fr", + "epsilonmc_forums.txt", + "ept", + "epy", + "eqN", + "eqn", + "eqq", + "equitableengineer", + "equivalent", + "eqx", + "er-", + "er/", + "er0", + "er504b", + "er6", + "era", + "erab", + "erb", + "ere", + "erfucsqvinyjomdp:2", + "erm", + "ern", + "ero", + "eronit'\u0430", + "err", + "error", + "error(1", + "errors", + "ers", + "ert", + "erv", + "ery", + "eryzia", + "eryzia.fr_3k.txt", + "erz", + "er\u00fa", + "es", + "es-", + "es.mysellix.io/", + "es/", + "esbank", + "esc", + "escalation", + "escapecraft.net_phpbb_bcrypt_january_2019.txt", + "escaperestart.com_emails_db.txt", + "escrow", + "escrows", + "ese", + "eset", + "esh", + "esim", + "eskisehir", + "esp", + "especially", + "especialy", + "espn+", + "espresso", + "ess", + "essence", + "est", + "estas", + "estate", + "este", + "esthetics", + "estockphoto.com", + "estupido", + "est\u00e1", + "et", + "et/", + "eta", + "etc", + "ete", + "eternal", + "eternityteam", + "eth", + "ethereum", + "ethically", + "ethics", + "ets", + "etsy", + "ett", + "ety", + "eu", + "eu]/seller", + "eum", + "eup", + "eur", + "euracraft", + "eureka", + "euro", + "europe", + "eux", + "ev", + "ev.", + "eva", + "evadav", + "evangelion", + "evasion", + "eve", + "even", + "evening", + "eventful", + "events", + "eventually", + "ever", + "everdesoto@indoamerica.edu.ec", + "everest", + "every", + "everybody", + "everyday", + "everyone", + "everything", + "everything(ProtonVPN", + "everything(protonvpn", + "everytime", + "everywhere", + "evgexacraft_338k.sql", + "evicende", + "evidence", + "evidently", + "evil", + "evm", + "evolucraft.fr", + "evonicraft", + "evrywhere", + "ewhoring", + "ewl", + "ewpt", + "ewptxv2", + "ews", + "exact", + "exactally", + "exactly", + "exam", + "examined", + "example", + "examples", + "exams", + "examservices", + "examservices#4864", + "examvm.citadel.corp", + "excahnge", + "excalibur-craft.ru", + "excaliburcraft(hash", + "excel", + "excellent", + "except", + "exceptValueError", + "exceptvalueerror", + "exchange", + "exchanger", + "excited", + "exe", + "exec", + "executable", + "execute", + "executed", + "executor", + "exg", + "exist", + "existing", + "exit", + "exp", + "expect", + "expected", + "expenses", + "expensive", + "experation", + "experience", + "experienced", + "experiences", + "experimenting", + "expert", + "experts", + "expgods", + "expired", + "expires", + "expiry", + "explain", + "explained", + "explaining", + "explainnation", + "explanation", + "explicit", + "exploding", + "exploit", + "exploit.in", + "exploitation", + "exploitivzcm5dawzhe6c32bbylyggbjvh5dyvsvb5lkuz5ptmunkmqd.onion/topic/216942/", + "exploits", + "export", + "exportlist.bat", + "exposure", + "express", + "expressions", + "expressvpn", + "exprince", + "ext", + "extend", + "extended", + "extension", + "extensive", + "extent", + "extra", + "extract", + "extracted", + "extractor", + "extreme", + "exttract", + "ey+", + "ey9tqjie08nmrrwxqnmwemk7qnikxeu3ulzhy4b9hb0=", + "eya", + "eye", + "eyeem.com", + "eyes", + "eyr", + "eys", + "eza", + "eze", + "ezftid", + "e\u2019s", + "f", + "f\"Attempting", + "f\"Open", + "f\"Recovered", + "f\"attempting", + "f\"open", + "f\"recovered", + "f'Recovered", + "f'recovered", + "f-8", + "f.", + "f.a.k", + "f.a.q", + "f00bc43c57625b018c293abafa38c66a4f52e215651205400306c8f3e65d16a4", + "f1", + "f113ea3ab", + "f2309c6d6cdd7dfc54b163f7ee252013943f5ba1", + "f23475446968f25d863f10b6939d61294971e0659c1120e4373821e29d54db42", + "f2665f89ba53abd3deb81988c0d5194992214053e77fc89b98b64a31a7504d77", + "f47", + "f586d0a409d89281b44333bd38f53927a009873ab9265061f41ff283b33e516f", + "f66", + "f6f46ef530720f83848c3ffbdbe0fd8dcceacb4a:54986831e", + "f76", + "f78", + "f8QwNoyXcW8OImbJyXnW8tkqGUuBPsAN", + "f8qwnoyxcw8oimbjyxnw8tkqguubpsan", + "f98", + "f:2", + "fJN", + "fM5SL9.zKqAZWUygjeBCGgNFhl2vhVY1TesBUjg", + "fSa", + "fTH", + "fWG", + "fa", + "fabegezippo", + "fac4b69ab5112e6260c8dc9cf6349089fa499bcb08dca79cf32bb4af562a49eb:49Edkhpv2FvOYssF:2", + "fac4b69ab5112e6260c8dc9cf6349089fa499bcb08dca79cf32bb4af562a49eb:49edkhpv2fvoyssf:2", + "face", + "facebook", + "facey", + "fact", + "factasia", + "factions", + "factionslab_e-mails_900.txt", + "factors", + "factory", + "facts", + "fadegen.pw.txt", + "fadehost.com_2.9k.txt", + "faggot", + "fags", + "fail", + "failed", + "fails", + "failure", + "fair", + "fairly", + "fais", + "faithful", + "faithful_buycraft.txt", + "faithfulhcf_buycraft_logs_1.8k.txt", + "faithfulhcf_buycraft_logs_30k.txt", + "faithfulhcf_ips_34k.txt", + "faithfulmc", + "fake", + "faked", + "fakeoriginal", + "faker", + "fakes", + "fakkeeeee", + "falcon", + "fall", + "falling", + "false", + "falsify", + "family", + "fan", + "fancy", + "fansly", + "fanspicy", + "fantastic", + "fant\u00e1stic", + "fapping", + "faq", + "far", + "fargo", + "farisun.fr", + "farmcraft_buycraft_logs_35.csv", + "farmers", + "fast", + "fastalts.txt", + "faster", + "fastlycrafted_teamspeak_ips_240.csv", + "fastpeoplesearch.com", + "fatigue", + "fault", + "favorite", + "favourite", + "fazymalone", + "fb", + "fbe9d6a646c04f793b314b737d119f3c96689b8b", + "fbi", + "fd91578878b20e08fec9580d0614b2b9538ca1f8", + "features", + "feb", + "feb.", + "feb16", + "feb17", + "feb18", + "feb19", + "feb20", + "feb21", + "febbonus", + "february", + "fed", + "federal", + "fedex", + "fedex.com/seller", + "fedora", + "feds", + "fee", + "fee-", + "feed", + "feedback", + "feedbacks", + "feel", + "feeling", + "feelings", + "fees", + "fell", + "female", + "fer", + "feri6043", + "fesh", + "fetched", + "fetching", + "few", + "fez", + "fff", + "fffffffffffffff", + "fffffuck", + "ffy", + "fg2uqcjd", + "fg2uqcjdes", + "fi", + "fic", + "fiction", + "fictional", + "fid", + "fiddler", + "fie", + "fifa", + "fifty", + "fig", + "fight", + "fightcraft.fr_2.5k.txt", + "figure", + "figured", + "fijos77", + "file", + "filehosts", + "filename", + "filenotfound", + "files", + "fill", + "filled", + "filling", + "filmmagic.com", + "films", + "filtering", + "filters", + "fin", + "final", + "finally", + "finance", + "finance-dc.tech.finance.corp", + "financial", + "find", + "finding", + "fine", + "finesse", + "finger", + "fingerprint", + "fingerprints", + "fingers", + "fini", + "finish", + "finished", + "fir", + "fire", + "firebase", + "fireeeeeeeeee", + "firefox", + "firewall", + "firmware", + "firs", + "first", + "firstName", + "firstname", + "fish", + "fishing", + "fistbump", + "fit", + "fitbit", + "fitness+", + "fits", + "fitsbump", + "five", + "fix", + "fixed", + "fj", + "fjn", + "fkng", + "fl", + "fla", + "fla.", + "flagged", + "flags", + "flamebin.com", + "flar", + "flatpak", + "flaws", + "fle", + "flexible).so", + "flies", + "flightradar24", + "flix", + "flood", + "floodkilla", + "flor3s", + "florida", + "flow", + "flowspy", + "fltyxy", + "fluffybunnyfufu", + "flushing", + "fluurp", + "fly", + "fm", + "fm5sl9.zkqazwuygjebcggnfhl2vhvy1tesbujg", + "fnbo.com", + "fo", + "fo4", + "focus", + "foege1001", + "foi", + "foil", + "folder", + "folders", + "folk", + "follow", + "followed", + "followers", + "following", + "food", + "for", + "forbidden", + "force", + "forcecraft_e-mails_50.txt", + "forcing", + "forensics", + "forever", + "forex", + "forget", + "forgive", + "forgot", + "fork", + "forlan12", + "form", + "format", + "formats", + "formatted", + "forms", + "fort", + "forth", + "fortinet", + "fortnite", + "fortnitesweate", + "forum", + "forum.txt", + "forums", + "forums.txt", + "foruns", + "forward", + "forwarded", + "fos", + "fot", + "foul", + "fouls", + "found", + "four", + "fourms", + "fourwars_forums_21k.txt", + "fox", + "foxpro#9141", + "foxy", + "fp", + "fr", + "fr+us+gb", + "frame", + "frame_dummy", + "frame_dummy_init_array_entry", + "frame_end", + "framework", + "framing", + "france", + "francis2609", + "frangipanidreamz@gmail.com;$P$BqgNRzXCsXv5SvNr.kpnPkmMD1fBzo/", + "frangipanidreamz@gmail.com;$p$bqgnrzxcsxv5svnr.kpnpkmmd1fbzo/", + "frankandersons2022", + "frankly", + "fraud", + "fraudulent", + "freashmeat.io", + "free", + "freeBSD", + "freebsd", + "freebuildminecraft_-_ips.txt", + "freedom", + "freegen", + "freegen.txt", + "freeide", + "freelancing", + "freemrbond", + "freestresserip", + "freeze", + "freezing", + "french", + "frenchsky_-_ips.txt", + "frenxie", + "fresh", + "freshest", + "freshly", + "freshmeat.io", + "freshtools.net", + "friands", + "friday", + "friend", + "friendly", + "friends", + "friendzo", + "frivan", + "fro", + "from", + "fron", + "front", + "frontend", + "frontier_ips_1.8k.txt", + "frontierfactions_teamspeak_ips_730.txt", + "frontpage", + "frostland.pro_204.6k.txt", + "froums", + "frozencraft.ru_38.5k.sql", + "frozencraft.ru_38.5k.txt", + "frozenia", + "frusky", + "fs4", + "fs6", + "fsa", + "fstigale@cebridge.net", + "ft", + "ft/", + "fth", + "ftid", + "ftp", + "fts", + "fty", + "fuG", + "fubariceman", + "fubo", + "fubotv", + "fuck", + "fucked", + "fucking", + "fuckk", + "fucks", + "fuckthaotherside", + "fud", + "fud@", + "fug", + "fugayse", + "fugy34", + "ful", + "fulfill", + "full", + "full).txt", + "fullmetal", + "fully", + "fullz", + "fullzbazar", + "fun", + "funcloud", + "funcraft", + "funcraft.fr_41k.txt", + "function", + "functionality", + "functions", + "funds", + "funimation", + "funny", + "funparty.sql", + "fuq", + "further", + "fusionmc.txt", + "futtaim", + "future", + "futurecraft_65k.txt", + "futures", + "fvndz", + "fwapxmwsxmbdvodyuus", + "fwg", + "fyreuk_e-mails_26k.txt", + "g", + "g.", + "g1x", + "g2f", + "g3r", + "g47", + "g71", + "g89", + "g90", + "g:2", + "gREAT", + "gTv", + "ga", + "ga.", + "gaia", + "gaiaserveur.fr_6.7k.csv", + "gaiaserveur.txt", + "gain", + "gal", + "galastar.txt", + "galore_teamspeak_ips_120.txt", + "gambling", + "game", + "gamefly", + "gamemaster", + "games", + "gamesmadeinpola", + "gaming", + "gamster", + "gamster_bedwars.sql", + "gamster_skywars.sql", + "gamsterbw_sw__user_ip.txt", + "gan", + "garant", + "garanti", + "garbage", + "gardenmc", + "gardenmc.txt", + "gas", + "gather", + "gave", + "gay", + "gaz", + "gb", + "gbs", + "gc", + "gd0", + "gdb", + "gdrive", + "ge", + "gearbest", + "gecko", + "ged", + "geee", + "geeza", + "geinwald", + "gel", + "gen", + "gen.", + "gender", + "general", + "generale", + "generate", + "generate(1", + "generate_passwords", + "generated", + "generator", + "generic", + "genesis", + "genesissecurity", + "genesisshop", + "genital", + "genius", + "genuine", + "geo", + "geogusser", + "ger", + "germany", + "ges", + "get", + "get_clipboard_data(&clipboard_data_size", + "gets", + "getting", + "gettyimages.in", + "gg", + "gg2", + "gga", + "ggg", + "ggh", + "ggs", + "ggservers.com_605.txt", + "ggy", + "ghh", + "gho", + "ght", + "giant", + "gic", + "gif", + "gift", + "gifting", + "gifts", + "gin", + "gin784joq", + "girl", + "girls", + "git", + "github", + "github.com", + "gitlab", + "give", + "giveaway", + "given", + "gives", + "giving", + "gkKCOC0itXqUtBfvYXliomsLBhS7FXOVsvtdL6zNk6CJhjm8", + "gkkcoc0itxqutbfvyxliomslbhs7fxovsvtdl6znk6cjhjm8", + "gl", + "gl7", + "glacis", + "glad", + "gladly", + "glass", + "glasses", + "gle", + "gliderexpert", + "global", + "global_offset_table", + "glory", + "glove", + "glws", + "gly", + "gmail", + "gmon_start", + "gne", + "gnome", + "gns", + "gnu", + "gnu_eh_frame_hdr", + "go", + "goacraft_e-mails_1k.txt", + "goals", + "goanna", + "goat", + "goated", + "god", + "goddamn", + "godsend", + "goes", + "gofender", + "gofile", + "gofile.io", + "goin", + "goin'", + "going", + "goin\u2019", + "gold", + "golden", + "goldenagenetwork_e-mails_25.txt", + "goldmaster", + "goldmine", + "gon", + "gone", + "gonna", + "good", + "good review", + "goodluck", + "goodness", + "goods", + "goodsoft", + "google", + "goooooooo", + "gor", + "gos", + "got", + "gotengen_logins_80.txt", + "gotten", + "gov", + "gov.", + "government", + "govoryu", + "gpay", + "gpd", + "gps", + "gpt", + "gq/", + "grab", + "grabber", + "grabbers", + "grabias", + "gracepau15161920", + "gracias", + "grade", + "grading", + "gradually", + "grammarly", + "grams", + "grand", + "grant", + "grapes", + "grapheneos", + "graphic", + "grasp", + "grazie", + "great", + "greate", + "greatest", + "greatgreat", + "green", + "greengetsbunn", + "greet", + "greetings", + "gregorycontmr", + "grella1337", + "grimdale_teamspeak_ips_150.txt", + "grimier", + "grin", + "grizzly", + "groom", + "gross", + "grounds", + "group", + "groupezk.com_280.sql", + "groups", + "grow", + "growing", + "grtilley@cebridge.net", + "grungy", + "gry", + "gs/", + "gs]", + "gsm", + "gstar", + "gtfo", + "gth", + "gtv", + "guangzhou", + "guarantee", + "guarantees", + "guarantoor", + "guarantor", + "guard", + "gucci", + "gucci_teamspeak_ips_208.csv", + "gucci_teamspeak_ips_2k.txt", + "guccifer", + "gue", + "guess", + "guesser", + "guesses", + "guesstimate", + "gufi", + "gui", + "guide", + "guidelines", + "guides", + "guildcraft_e-mails_7.5k.txt", + "guilt", + "guilty", + "guitar", + "gulf", + "gumdrop", + "gun", + "gut", + "guy", + "guys", + "guyss", + "gyk", + "gz", + "gzelfaqsnqvsvzprnrtsjqvdemtzzpgn", + "gzg", + "gzhUsnnHe1Yv1", + "gzhusnnhe1yv1", + "g\u8be5\u600e\u4e48\u4e0b\u8f7d", + "h", + "h.", + "h.f4cp0cu", + "h30", + "h4ms3c", + "h6", + "h99", + "h?v=6aQ", + "h?v=6aq", + "h@S", + "h@s", + "hDn5", + "hID", + "hMP", + "hMe", + "hQh", + "hYR", + "ha1", + "hack", + "hacked", + "hacker", + "hackermania", + "hackers", + "hackert123", + "hacking", + "hackinglord_ips_1.7k.txt", + "hackingrealm", + "hacxx", + "had", + "hadaria.fr.txt", + "hah", + "haha", + "hahahah", + "hahahaha", + "hai", + "hai.vv195001@sis.hust.edu.vn", + "haircut", + "hakan@senmuhendislikproje.com", + "hakus", + "half", + "hallo", + "hallucinated.\u200b", + "ham", + "hamilton", + "han", + "hand", + "handbook", + "handed", + "handing", + "handle", + "handled", + "hands", + "hang", + "happen", + "happened", + "happening", + "happens", + "happiness", + "happy", + "happyhg_staff_ips_30.txt", + "har", + "harambe_ghost_client_140.txt", + "hard", + "harder", + "hardfight.fr_minecraft_server_sha1_201606.csv", + "hardfight.txt", + "hardware", + "harmful", + "harmony", + "harms", + "hartedd1", + "harvester", + "harvestors", + "has", + "hasbulla", + "hash", + "hash_attack", + "hashed", + "hashed].txt", + "hashes", + "hashing", + "hassle", + "hat", + "hate", + "hating", + "hauts", + "have", + "havefun", + "haver", + "havin", + "havin'", + "having", + "havin\u2019", + "hayn", + "hbc", + "hbo", + "hbomax", + "hbovendor", + "hc", + "hcf", + "hcfpvp_buycraft_logs_85.csv", + "hcgames", + "hcgames_buycraft_logs_13k.txt", + "hcgames_ips_114k.txt", + "hcgames_ips_21k.txt", + "hcgames_ips_57.3k.txt", + "hcnations.txt", + "hcnations_emails_1k.txt", + "hcnations_teamspeak_ips_200.csv", + "hcriots_buycraft_logs_100.csv", + "hcriots_forums_143.txt", + "hcriots_forums_leak.txt", + "hcteams", + "hd", + "hdn5", + "hdr", + "he", + "he's", + "hea", + "header", + "header(s", + "headers", + "header}{user", + "headphones", + "headset", + "headspace", + "healfight", + "healthy", + "hear", + "heard", + "heart", + "heartless_teamspeak_ips_177.txt", + "heartless_teamspeak_ips_180.txt", + "heartsender", + "heating", + "heav'n", + "heavennetwork.txt", + "heavily", + "hector.torres.cagua@estudiantes.cordillera.edu.ec", + "hed", + "hedonism", + "heidrun", + "heidrun_-_ips.txt", + "hek", + "helium10", + "hell", + "hellhole", + "hello", + "hello@", + "hello@ormosis(dot)com", + "hello@ormosis.com", + "helloscribe", + "help", + "helped", + "helpful", + "helping", + "helps", + "hem", + "hen", + "hence", + "her", + "herding", + "here", + "here'th", + "here/", + "heres", + "heridia.txt", + "heroin", + "hes", + "het", + "heuristic", + "heuristics", + "hex", + "hex(ifnull(cast(count(table_name", + "hexed", + "hey", + "he\u2019s", + "hft", + "hggh", + "hh", + "hhh", + "hhhhhey", + "hhi", + "hhusky", + "hi", + "hialp", + "hic", + "hid", + "hidden", + "hide", + "hig", + "high", + "higher", + "highest", + "highly", + "hiiiiiiiiiiiiiiiiiiiiii", + "hijacker", + "hijacking", + "hilal", + "hilarious", + "hilariously", + "him", + "himself", + "hin", + "hip", + "hiplay.pl_IPs_3.3k.txt", + "hiplay.pl_ips_3.3k.txt", + "hir", + "his", + "histories", + "historyItems", + "historyItems.length", + "historyItems[i].url", + "historyitems", + "historyitems.length", + "historyitems[i].url", + "hit", + "hitomi", + "hits", + "hitting", + "hive", + "hivercraft.txt", + "hiz", + "hi\u1ec7u", + "hj", + "hk", + "hka", + "hkn", + "hknsen156.hkn", + "hks", + "hl66646wtlp2naoqnhattngigjp5palgqmbwixepcjyq5i534acgqyad.onion", + "hly", + "hm", + "hma", + "hmavpn", + "hme", + "hmm", + "hmmm", + "hmp", + "hnk", + "hnx", + "hockey", + "hod", + "hol", + "hold", + "holde", + "holder", + "holding", + "hole", + "holidays", + "holisavra", + "holla", + "holy", + "hom", + "home", + "hometownmc.com_4.5k.sql", + "hon", + "honest", + "honestly", + "hongkong", + "honhonk", + "hoo", + "hop", + "hope", + "hopefull", + "hopefully", + "hops", + "hor", + "horiaq#5157", + "horrible", + "hos", + "host", + "host=\"site.com", + "hosted", + "hostedrmm.com", + "hosting", + "hostlink.com.au_IPs_1.3k.csv", + "hostlink.com.au_ips_1.3k.csv", + "hostname", + "hot", + "hotels", + "hotmail", + "hotspot", + "hotspotshield", + "hou", + "hour", + "hours", + "house", + "how", + "how's", + "however", + "howlong", + "howmuch", + "how\u2019s", + "hq", + "hqfactions_buycraft_logs_55.csv", + "hqfactions_ips_230.txt", + "hqh", + "hrdp", + "hrs", + "hruldhmnvsm5bgho", + "hsbc", + "html", + "hto", + "hts", + "http", + "http(s", + "http/1.1", + "http://52rh4ydtapqtl36quxz6uedcmcygkef5fedb534dvgzqyufoj5xml7id.onion/", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/leak", + "http://5fftrsdq257qmpgacfxvw6l2voa4bazp3fxeubvbmcva52qkudr6ihid.onion/signup", + "http://',xxxx_xxxx", + "xxxx(\"xxx\")',xxxx_xxxx", + "xxxx((xxx", + "xxxx(XX", + "xxxx(XXX", + "xxxx(Xxxx", + "xxxx(Xxxxx", + "xxxx(Xxxxx)Xxxx", + "xxxx(XxxxxXXX", + "xxxx(d", + "xxxx(x", + "xxxx(xdxx", + "xxxx(xx", + "xxxx(xxx", + "xxxx(xxx)xxx", + "xxxx(xxxx", + "xxxx(xxxx(d)))xxxx", + "xxxx(xxxx(d-(xx(xxx(xxx((xxxx", + "xxxx(xxxx(dd-(xx(xxx(xxx((xxxx", + "xxxx(xxxx(xxxx(xxxx_xxxx", + "xxxx(xxxx)xxxx", + "xxxx(xxxx.xx", + "xxxx(xxxx.xxxx", + "xxxx(xxxx.xxxx(d", + "xxxx)))\"-", + "xxxx))Xxx", + "xxxx))xxx", + "xxxx),dxdd", + "xxxx).xx", + "xxxx).xxx", + "xxxx).xxxx", + "xxxx)/xxxx", + "xxxx****@xxxx.xxx", + "xxxx+", + "xxxx+Xxxxx", + "xxxx+x", + "xxxx+xxxx", + "xxxx+xxxx+xx+xx", + "xxxx,[XXXX", + "xxxx,[xxxx", + "xxxx-", + "xxxx-+", + "xxxx----", + "xxxx--dddd]Xxxx", + "xxxx--dddd]xxxx", + "xxxx-d", + "xxxx-dd.d.dd", + "xxxx-dddd", + "xxxx-xx.xxxx.xxxx.xxxx", + "xxxx-xx_x-xxxx_ddd.xxx", + "xxxx-xx_x-xxxx_dx.xxx", + "xxxx-xx_xxxx.xxx", + "xxxx-xx_xxxx_d.dx.xxx", + "xxxx-xxx.xx", + "xxxx-xxx.xxx.xxx/xxx", + "xxxx-xxxx-xxx-xxx.xxx", + "xxxx-xxxx.xx", + "xxxx-xxxx.xx.xxx", + "xxxx-xxxx.xx_d.dx.xxx", + "xxxx-xxxx.xx_dddx.xxx", + "xxxx-xxxx.xx_dx.xxx", + "xxxx-xxxx.xxx", + "xxxx-xxxx://xxxxdxxxxddxxxdxdxxxxdxxdddxxxx.xxxx/xxxx/dddd/", + "xxxx-xxxx_xxxx_d.dx.xxx", + "xxxx.XxxxxXxxxx-xx.xx", + "xxxx.d", + "xxxx.dddd", + "xxxx.xx", + "xxxx.xx.xx", + "xxxx.xx.xx_XXx_ddd.xxx", + "xxxx.xx.xx_xxx_ddd.xxx", + "xxxx.xx.xxx", + "xxxx.xx/@xxxx", + "xxxx.xx/xxxx", + "xxxx.xx_XXx_d.dx.xxx", + "xxxx.xx_Xxxxx_Xxxxx_d.dx.xxx", + "xxxx.xx_d.ddxxx.xxx", + "xxxx.xx_d.dx.xxx", + "xxxx.xx_dd.dx.xxx", + "xxxx.xx_ddd.dx.xxx", + "xxxx.xx_ddd.xxx", + "xxxx.xx_dddx.xxx", + "xxxx.xx_ddx.xxx", + "xxxx.xx_dx.xxx", + "xxxx.xx_xxx_d.dx.xxx", + "xxxx.xx_xxxd(xxxx)_dddd.xxx", + "xxxx.xx_xxxx.xxx", + "xxxx.xx_xxxx_d.dx.xxx", + "xxxx.xx_xxxx_dd.xxx", + "xxxx.xx_xxxx_xxxx_d.dx.xxx", + "xxxx.xx_xxxx_xxxx_xxxd_dddd.xxx", + "xxxx.xxd", + "xxxx.xxx", + "xxxx.xxx-xxxx.xxx", + "xxxx.xxx.xx", + "xxxx.xxx.xx_XXx_d.dx.xxx", + "xxxx.xxx.xx_xxx_d.dx.xxx", + "xxxx.xxx.xxx", + "xxxx.xxx.xxx/xxxx", + "xxxx.xxx/xxxx", + "xxxx.xxxXxxxx.xxXxxxxXxxxx.xxxXxxxx", + "xxxx.xxx_X-Xxxxx_dd.dx.xxx", + "xxxx.xxx_X-Xxxxx_ddd.xxx", + "xxxx.xxx_Xxxxx_dd.xxx", + "xxxx.xxx_d.dx.xxx", + "xxxx.xxx_d_xxxx.xxx", + "xxxx.xxx_dd.dx.xxx", + "xxxx.xxx_dd.dx.xxx.xxx", + "xxxx.xxx_dd.xxx", + "xxxx.xxx_ddd.dx.xxx", + "xxxx.xxx_ddd.xxx", + "xxxx.xxx_dddd.dd.dd.xxx", + "xxxx.xxx_dddx.xxx", + "xxxx.xxx_ddx.xxx", + "xxxx.xxx_ddx_xxxx_xxxx_dddd.xxx.xxx", + "xxxx.xxx_dx.xxx", + "xxxx.xxx_dx_dddd.xxx", + "xxxx.xxx_x-xxxx_dd.dx.xxx", + "xxxx.xxx_x-xxxx_ddd.xxx", + "xxxx.xxx_xxd_ddx_xxxx_dddd.xxx", + "xxxx.xxx_xxxx_dd.xxx", + "xxxx.xxx_xxxx_dddd.xxx", + "xxxx.xxx_xxxx_xx.xxx", + "xxxx.xxx_xxxx_xxxx_xxxx_dddd.xxx", + "xxxx.xxxx", + "xxxx.xxxx(d", + "xxxx.xxxx-xx.xx", + "xxxx.xxxx.d@xxxx.xxxx.xx", + "xxxx.xxxx.xx", + "xxxx.xxxx.xxXxxxx.xxxXxxxx(xxxx", + "xxxx.xxxx.xx_Xxxxx.xxx", + "xxxx.xxxx.xx_d.dx.xxx", + "xxxx.xxxx.xx_xxxx.xxx", + "xxxx.xxxx.xxx", + "xxxx.xxxx.xxx_ddd.dx.xxx", + "xxxx.xxxx.xxx_ddx.xxx", + "xxxx.xxxx.xxxx", + "xxxx.xxxx.xxxx(xxxx", + "xxxx.xxxx.xxxx.xxx", + "xxxx.xxxx.xxxx.xxx(['xxxx", + "xxxx.xxxx.xxxx.xxx(['xxxxXx", + "xxxx.xxxx.xxxx.xxx(['xxxxXxxxx", + "xxxx.xxxx.xxxx.xxxx", + "xxxx.xxxx.xxxx.xxxx(xxxx", + "xxxx.xxxx.xxxx@xxxx.xxxx.xxx.xx", + "xxxx.xxxx.xxxxXxxxxXxx(xxxx", + "xxxx.xxxx@xx.xxxx.xxx.xx", + "xxxx.xxxx@xxxx.xxx", + "xxxx.xxxx@xxxx.xxxx.xx", + "xxxx.xxxxXx", + "xxxx.xxxxXxxx.xxxx", + "xxxx.xxxxXxxxx", + "xxxx.xxxxXxxxx.xxxx", + "xxxx.xxxxXxxxx[x].xxxx", + "xxxx.xxxxXxxxx[x].xxxx.xxXxxxxXxxx", + "xxxx.xxxx[x].xxxx", + "xxxx.xxxx[x].xxxx.xxxx", + "xxxx.xxxx_Xxxxx_ddd.xxx", + "xxxx.xxxx_Xxxxx_ddx.xxx", + "xxxx.xxxx_ddx.xxx", + "xxxx.xxxx_xxxx_ddd.xxx", + "xxxx.xxxx_xxxx_ddx.xxx", + "xxxx.xxxx_xxxx_xxx_ddd.xxx", + "xxxx.xxxxd.xxx.xxx", + "xxxx.xxxxd@xxxx.xx", + "xxxx.xxxxdd@xxxx.xxx", + "xxxx.\u200b", + "xxxx/", + "xxxx//XxxxxXxx.xx