Skip to content

Exception Occured During the processing of reaquest #381

@Muzammil6773

Description

@Muzammil6773

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions