diff --git a/turbolist3r.py b/turbolist3r.py index 7449d60..c0ae8de 100644 --- a/turbolist3r.py +++ b/turbolist3r.py @@ -693,7 +693,7 @@ class DNSdumpster(enumratorBaseThreaded): return self.get_response(resp) def get_csrftoken(self, resp): - csrf_regex = re.compile("", re.S) + csrf_regex = re.compile("", re.S) token = csrf_regex.findall(resp)[0] return token.strip()