diff --git a/sricheck/__init__.py b/sricheck/__init__.py index d27d1f8..95fb1fc 100644 --- a/sricheck/__init__.py +++ b/sricheck/__init__.py @@ -1 +1 @@ -__version__ = "1.9.0" \ No newline at end of file +__version__ = "1.10.0" \ No newline at end of file diff --git a/sricheck/sricheck.py b/sricheck/sricheck.py index a0cebdc..c2a798b 100755 --- a/sricheck/sricheck.py +++ b/sricheck/sricheck.py @@ -111,7 +111,7 @@ def interceptor(request): browser.request_interceptor = interceptor browser.get(self.url) - return browser.page_source + return browser.execute_script("return document.documentElement.outerHTML;") else: # file deepcode ignore Ssrf: The purpose of the script is to parse remote URLs from the CLI