You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got this ERROR after 1 hour of running a scan on a target
Traceback (most recent call last):
File "/home/kali/Desktop/ParamWizard/paramwizard.py", line 119, in
main()
File "/home/kali/Desktop/ParamWizard/paramwizard.py", line 95, in main
links, params = future.result()
^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 449, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/ParamWizard/paramwizard.py", line 62, in crawl_url
links = get_links(url, domain, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/ParamWizard/paramwizard.py", line 40, in get_links
soup = BeautifulSoup(response.text, 'html.parser')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/bs4/init.py", line 344, in init
raise ParserRejectedMarkup(
bs4.builder.ParserRejectedMarkup: The markup you provided was rejected by the parser. Trying a different parser or a different encoding may help.
Original exception(s) from parser:
AssertionError: expected name token at '<![�\x1b��z\x15Rv��-�IBw��'
The text was updated successfully, but these errors were encountered:
I've got this ERROR after 1 hour of running a scan on a target
Traceback (most recent call last):
File "/home/kali/Desktop/ParamWizard/paramwizard.py", line 119, in
main()
File "/home/kali/Desktop/ParamWizard/paramwizard.py", line 95, in main
links, params = future.result()
^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 449, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/ParamWizard/paramwizard.py", line 62, in crawl_url
links = get_links(url, domain, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/ParamWizard/paramwizard.py", line 40, in get_links
soup = BeautifulSoup(response.text, 'html.parser')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/bs4/init.py", line 344, in init
raise ParserRejectedMarkup(
bs4.builder.ParserRejectedMarkup: The markup you provided was rejected by the parser. Trying a different parser or a different encoding may help.
Original exception(s) from parser:
AssertionError: expected name token at '<![�\x1b��z\x15Rv��-�IBw��'
The text was updated successfully, but these errors were encountered: