Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Setup does not work on Linux (except Kali) #70

Open
xkill opened this issue Mar 20, 2020 · 0 comments · May be fixed by #71
Open

Setup does not work on Linux (except Kali) #70

xkill opened this issue Mar 20, 2020 · 0 comments · May be fixed by #71

Comments

@xkill
Copy link

xkill commented Mar 20, 2020

Missing parameter when calling the function OtherLinuxSetup

$ python3 phantom-evasion.py --setup


                       _                 _                        
                 _ __ | |__   __ _ _ __ | |_ ___  _ __ ___        
                | '_ \| '_ \ / _` | '_ \| __/ _ \| '_ ` _ \       
                | |_) | | | | (_| | | | | || (_) | | | | | |      
                | .__/|_| |_|\__,_|_| |_|\__\___/|_| |_| |_|      
                |_|   / _ \ \ / / _` / __| |/ _ \| '_ \           
                     |  __/\ V / (_| \__ \ | (_) | | | |          
                      \___| \_/ \__,_|___/_|\___/|_| |_|          
                                                        v3.0      


[<DISCLAIMER>]: Phantom-Evasion is intended to be used for legal security
purposes only any other use is not under the responsibility of the developer

[>] Author: Diego Cornacchini (oddcod3) 

[>] Github: https://github.com/oddcod3 

[>] Version: 3.0 

[>] Using Python Version: 3.7.3
Traceback (most recent call last):
  File "phantom-evasion.py", line 396, in <module>
    Phantom_lib.CmdlineLauncher(sys.argv)
  File "Setup/Phantom_lib.py", line 1295, in CmdlineLauncher
    AutoSetup()
  File "Setup/Setup_lib.py", line 63, in AutoSetup
    OtherLinuxSetup()
TypeError: OtherLinuxSetup() missing 1 required positional argument: 'rel'
@xkill xkill linked a pull request Mar 20, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant