Coder Social home page Coder Social logo

Comments (3)

L0uisJ0shua avatar L0uisJ0shua commented on July 16, 2024

My guess is that it might have been a python update. Since the error is found in the python3 decoder?

from autorecon.

jtlobdell avatar jtlobdell commented on July 16, 2024

I just resolved this issue (or a similar one) on my own Kali VM.

In my case, I had installed autorecon using pip3 on python3.8. Upgrading to python3.9 left packages for 3.8 in the python3.8 directory where the newer version doesn't look.

You can check for a similar situation by checking the python version:

$ python3 --version
Python 3.9.1

and looking for autorecon in old python directories, e.g.
$ ls /usr/local/lib/python3.8/dist-packages

To fix this I installed python3.8
$ sudo apt install python3.8
then uninstalled autorecon from that version
$ sudo python3.8 -m pip uninstall autorecon

I then installed using the pipx instructions (see README) which should hopefully prevent this in the future.

from autorecon.

L0uisJ0shua avatar L0uisJ0shua commented on July 16, 2024

@jtlobdell oh wow thanks! so the break is due to the usage of pip3 installing autorecon? I ended up reverting to a previous snapshot to use it.

from autorecon.

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.