Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I've got this error while scanning a target #1

Open
D0r1t0z opened this issue Aug 23, 2024 · 1 comment
Open

I've got this error while scanning a target #1

D0r1t0z opened this issue Aug 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@D0r1t0z
Copy link

D0r1t0z commented Aug 23, 2024

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��'


@iamunixtz iamunixtz added the bug Something isn't working label Aug 24, 2024
@iamunixtz
Copy link
Owner

iamunixtz commented Aug 24, 2024

thanks for feedback also i will improve the script to detect and ident urls and urls of images and file its facing that issues but now it fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants