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
when i use the latest version setoolkit's "Java Applet Attack Method" ,in the end it has an error: [!] Something went wrong, printing the error: [Errno 2] No such file or directory: '/usr/local/share/setoolkit/src/payloads/set_payloads/pyinjector.binary'
and i go to the code src dictory and not found the file name of pyinjector.binary,i want know how to resolve the problem,thanks
The text was updated successfully, but these errors were encountered:
Select the payload you want to deliver via shellcode injection
Windows Meterpreter Reverse TCP
Windows Meterpreter (Reflective Injection), Reverse HTTPS Stager
Windows Meterpreter (Reflective Injection) Reverse HTTP Stager
Windows Meterpreter (ALL PORTS) Reverse TCP
set:payloads> Enter the number for the payload [meterpreter_reverse_https]: 1
[*] Prepping pyInjector for delivery..
Traceback (most recent call last):
File "/usr/share/set/./setoolkit", line 244, in
core.module_reload(src.core.set)
^^^
NameError: name 'src' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/set/src/core/set.py", line 417, in
module_reload(src.core.payloadgen.create_payloads)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'src.core' has no attribute 'payloadgen'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/set/./setoolkit", line 246, in
import src.core.set
File "/usr/share/set/src/core/set.py", line 419, in
import src.core.payloadgen.create_payloads
File "/usr/share/set/src/core/payloadgen/create_payloads.py", line 507, in
fileopen = open("%s/src/payloads/set_payloads/pyinjector.binary" % (definepath), "rb").read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/set/src/payloads/set_payloads/pyinjector.binary'
when i use the latest version setoolkit's "Java Applet Attack Method" ,in the end it has an error:
[!] Something went wrong, printing the error: [Errno 2] No such file or directory: '/usr/local/share/setoolkit/src/payloads/set_payloads/pyinjector.binary'
and i go to the code src dictory and not found the file name of pyinjector.binary,i want know how to resolve the problem,thanks
The text was updated successfully, but these errors were encountered: