Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I Found A Fix For All Systems #260

Open
ghost opened this issue Jun 27, 2021 · 4 comments
Open

I Found A Fix For All Systems #260

ghost opened this issue Jun 27, 2021 · 4 comments

Comments

@ghost
Copy link

ghost commented Jun 27, 2021

Hey everyone i know that you may have gotten some issues with installing and making Xerosploit work... But i found a solution. Using Pull requests a simple way to fix all of this is in the "xerosploit.py" file you need to change all of "raw_input" to "input"..

After you do that you must go into the "install.py" file and simply change

print(""" \033[1;36m
┌══════════════════════════════════════════════════════════════┐
█                                                              █
█                     Xerosploit Installer                     █
█                                                              █
└══════════════════════════════════════════════════════════════┘     \033[1;m""")

def main():

	print("\033[1;34m\n[++] Please choose your operating system.\033[1;m")

	print("""
1) Ubuntu / Kali linux / Others
2) Parrot OS
""")
	system0 = input(">>> ")

To what i put above. Copy and paste that in and it should work. In more context you want to change the "system0 = raw_input(">>> ")" to "system0 = input(">>> ")" which will allow you to install it.
If the installation doesn't work with "sudo python install.py" run through all python versions. But when i did my first attempt it worked with "sudo python install.py".

I hope this helped 💯
files down below with changes
==== ===== =====
install.txt
xerosploit.txt

@ghost ghost closed this as completed Jun 27, 2021
@ghost ghost reopened this Jun 27, 2021
@ghost
Copy link
Author

ghost commented Jul 6, 2021

This always will work so enjoy

@ghost
Copy link
Author

ghost commented Jul 6, 2021

:)

@Sehyn
Copy link

Sehyn commented Aug 5, 2021

Doesn't work either.

@ghost
Copy link
Author

ghost commented Aug 5, 2021

Doesn't work either.

I can assure you it does if you installed all the dependancies and Python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Sehyn and others