From dab360ee9554b55ed3a11937125001533d5084b4 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Wed, 21 Nov 2018 21:55:27 +0100 Subject: [PATCH] Update Chrome version in user agent. The version 58 is quite old and becomes more and more unique to this tool. Signed-off-by: Tobias Stoeckmann --- sublist3r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sublist3r.py b/sublist3r.py index 109dacd..48d8565 100755 --- a/sublist3r.py +++ b/sublist3r.py @@ -147,7 +147,7 @@ def __init__(self, base_url, engine_name, domain, subdomains=None, silent=False, self.silent = silent self.verbose = verbose self.headers = { - 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', + 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.8', 'Accept-Encoding': 'gzip',