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

Exception Occured During the processing of reaquest #381

Open
Muzammil6773 opened this issue Mar 24, 2024 · 0 comments
Open

Exception Occured During the processing of reaquest #381

Muzammil6773 opened this issue Mar 24, 2024 · 0 comments

Comments

@Muzammil6773
Copy link

Whenever i try to run setoolkit harvester attack this error shows up even i also replaced cgi escape with html escape and added html but still this error down below shows up any fixes?

Exception occurred during processing of request from ('127.0.0.1', 39392)
Traceback (most recent call last):
File "/usr/lib/python3.11/socketserver.py", line 691, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.11/socketserver.py", line 361, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.11/socketserver.py", line 755, in init
self.handle()
File "/usr/lib/python3.11/http/server.py", line 436, in handle
self.handle_one_request()
File "/usr/lib/python3.11/http/server.py", line 424, in handle_one_request
method()
File "/usr/share/set/src/webattack/harvester/harvester.py", line 299, in do_POST
url = urldecode(qs)
^^^^^^^^^^^^^
File "/usr/share/set/src/webattack/harvester/harvester.py", line 205, in urldecode
url = url.decode('utf-8')
^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9c in position 251: invalid start byte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant