-
Notifications
You must be signed in to change notification settings - Fork 649
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
installed xerosploit in kali linux rpi #15
Comments
run the following commands in your terminal: install the dependencies: |
I faced this same issue on the Raspberry running Kali. I edited all the lines with. To the following. Now all UnicodeEncodeErrors seem to be gone. |
Neither of the suggestions did anything for me. I still get the same error: Traceback (most recent call last): |
After installing terminaltables and tabulate by running pip install terminaltables and pip install tabulate go to /usr/local/lib/python3.5/dist-packages copy and paste terminaltables and tabulate in the xerosploit directory then run xerosploit in the terminal (sorry for my bad english) |
guys it is very simple just rename the xerosploit-master directory to xerosploit only |
Head on over to #88 |
Guys I have same problem today. |
Just go to xerosploit folder. Edit the install.py file by replacing "python-pip" with "python3-pip". Then run "sudo python install.py". |
i got the following error after installing xerosploit
root@kali:/xerosploit/xerosploit# ./xerosploit.py
Traceback (most recent call last):
File "./xerosploit.py", line 980, in main
home()
File "./xerosploit.py", line 62, in home
config0()
File "./xerosploit.py", line 44, in config0
up_interface = open('/opt/xerosploit/tools/files/iface.txt', 'r').read()
IOError: [Errno 2] No such file or directory: '/opt/xerosploit/tools/files/iface.txt'
i cloned xerosploit in /opt/ and installed it now this is the error
root@kali:/opt/xerosploit# ./xerosploit.py
��������� ������������������������������������������������������ ��������������������� ��������������������������������������������� ��������� ��������������������� ������������������������������������
������������������������������������������������������������������������������������������������������������������������������������������������������������ ���������������������������������������������������������������
������������������ ������������������ ��������������������������������� ������������������������������������������������������������������ ��������� ������������������ ���������
������������������ ������������������ ��������������������������������� ������������������������������������������������������ ��������� ��������� ������������������ ���������
������������ ������������������������������������������ ��������������������������������������������������������������������� ������������������������������������������������������������ ���������
��������� ������������������������������������������ ��������� ��������������������� ��������������������������������� ������������������������ ��������������������� ��������� ���������
[+]���������������������������������[ Author : @lionsec1 -|/- Website: lionsec.net ]���������������������������������[+]
���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
��� ���
��� Your Network Configuration ���
��� ���
���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Traceback (most recent call last):
File "./xerosploit.py", line 980, in main
home()
File "./xerosploit.py", line 89, in home
print (tabulate(table, stralign="center",tablefmt="fancy_grid",headers="firstrow"))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-73: ordinal not in range(128)
pls help. thanks!
The text was updated successfully, but these errors were encountered: