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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: