Code Monkey home page Code Monkey logo

Comments (8)

wasnio avatar wasnio commented on August 15, 2024 2

run the following commands in your terminal:
git clone https://github.com/LionSec/xerosploit
cd xerosploit && sudo python install.py
sudo xerosploit

install the dependencies:
sudo apt install pip
sudo pip install tabulate
sudo pip install terminaltables

from xerosploit.

varthdader avatar varthdader commented on August 15, 2024

I faced this same issue on the Raspberry running Kali.

I edited all the lines with.
print(table.table)

To the following.
print(table.table).encode('utf-8')

Now all UnicodeEncodeErrors seem to be gone.

from xerosploit.

gl1dd3r avatar gl1dd3r commented on August 15, 2024

Neither of the suggestions did anything for me. I still get the same error:

Traceback (most recent call last):
File "./xerosploit.py", line 980, in main
home()
Traceback (most recent call last):
File "./xerosploit.py", line 98, in home
Print (tabulate(table, straling="center" ,tablefmt=fancy_grid",headers="firstrow"))
UnicodeEncodeError: 'ascii' codec cant encode characters in possition 0-77: ordinal not in range (128)

from xerosploit.

Liljhon241 avatar Liljhon241 commented on August 15, 2024

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)
It work for me

from xerosploit.

ubernerd117 avatar ubernerd117 commented on August 15, 2024

guys it is very simple just rename the xerosploit-master directory to xerosploit only
it worked for me

from xerosploit.

pfftdammitchris avatar pfftdammitchris commented on August 15, 2024

Head on over to #88

from xerosploit.

Arifbhat avatar Arifbhat commented on August 15, 2024

Guys I have same problem today.

from xerosploit.

techsiwolof avatar techsiwolof commented on August 15, 2024

Just go to xerosploit folder. Edit the install.py file by replacing "python-pip" with "python3-pip". Then run "sudo python install.py".

from xerosploit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.