From b76f3a01ca80eab28d0f9b834fbe3219f9fd6772 Mon Sep 17 00:00:00 2001 From: joaovarelas Date: Mon, 10 Jun 2024 14:44:26 +0100 Subject: [PATCH] GAL dump full contact data --- thumbscrews/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumbscrews/cli.py b/thumbscrews/cli.py index 912b5a4..a8754a5 100644 --- a/thumbscrews/cli.py +++ b/thumbscrews/cli.py @@ -495,7 +495,7 @@ def gal(dump, search, verbose, full, output): elif full: atoz = [''.join(x) for x in itertools.product(string.ascii_lowercase, repeat=2)] for entry in atoz: - for names in ResolveNames(account.protocol).call(unresolved_entries=(entry,)): + for names in ResolveNames(account.protocol).call(unresolved_entries=(entry,), return_full_contact_data=True,): stringed = str(names) found = re.findall(r'[\w.+-]+@[\w-]+\.[\w.-]+', stringed) for i in found: