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
{{ message }}
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
Traceback (most recent call last): File "./phantom-evasion.py", line 402, in <module> CompleteMenu() File "./phantom-evasion.py", line 125, in CompleteMenu Phantom_lib.ModuleLauncher(module_type) File "Setup/Phantom_lib.py", line 909, in ModuleLauncher ModOpt["Payload"] = PayloadGenerator(ModOpt["Payload"],ModOpt["Arch"],ModOpt["Host"],ModOpt["Port"],ModOpt["CustomOpt"],"c") File "Setup/Phantom_lib.py", line 216, in PayloadGenerator Payload = subprocess.check_output(ARGs) File "/usr/lib/python2.7/subprocess.py", line 216, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 394, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
using shellcode injection option
when im trying to start the program with python3 it doesnt even launch and gives error: Traceback (most recent call last): File "phantom-evasion.py", line 27, in <module> import Phantom_lib File "Setup/Phantom_lib.py", line 29, in <module> from OpenSSL import crypto ModuleNotFoundError: No module named 'OpenSSL'
The text was updated successfully, but these errors were encountered:
@oddcod3 I'm using debian 10, used the shellcode injection option with the default values of it. @NEX0X0XOS Yeah well, I've already tried but I ended up getting the same result.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Traceback (most recent call last): File "./phantom-evasion.py", line 402, in <module> CompleteMenu() File "./phantom-evasion.py", line 125, in CompleteMenu Phantom_lib.ModuleLauncher(module_type) File "Setup/Phantom_lib.py", line 909, in ModuleLauncher ModOpt["Payload"] = PayloadGenerator(ModOpt["Payload"],ModOpt["Arch"],ModOpt["Host"],ModOpt["Port"],ModOpt["CustomOpt"],"c") File "Setup/Phantom_lib.py", line 216, in PayloadGenerator Payload = subprocess.check_output(ARGs) File "/usr/lib/python2.7/subprocess.py", line 216, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 394, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
using shellcode injection option
when im trying to start the program with
python3
it doesnt even launch and gives error:Traceback (most recent call last): File "phantom-evasion.py", line 27, in <module> import Phantom_lib File "Setup/Phantom_lib.py", line 29, in <module> from OpenSSL import crypto ModuleNotFoundError: No module named 'OpenSSL'
The text was updated successfully, but these errors were encountered: