Targunitoth Posted December 9, 2021 Share Posted December 9, 2021 Hey, Responder upgraded to Python3, so the automatic script for quickcreds is not working anymore. When you run "/usr/bin/python /sd/Responder/Responder.py -I eth0 -w -r -d -P", you get the following message: "This script is meant to be run with Python3" and it exits. Are you planning to upgrade the LAN Turtle to python3 some day? The workaround is to install the last Python2 Responder.py version: https://github.com/lgandx/Responder/releases/tag/v3.0.5.0 Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted December 9, 2021 Share Posted December 9, 2021 Tried to install it? You don't have to wait for it if it's in the repos. Not sure any Python3 package available for the Turtle is new enough to run the most recent version of Responder though. Quote Link to comment Share on other sites More sharing options...
Sunilplayer Posted December 16, 2021 Share Posted December 16, 2021 So I experienced the same problem with the python 3 error. Isn't it possible to install python3 over the packet manager? Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted December 16, 2021 Share Posted December 16, 2021 Repeating the same question as for the other user; tried to install it? opkg update opkg list | grep python3 Find some install candidate and install it, perhaps opkg install python3 Quote Link to comment Share on other sites More sharing options...
Tanya Posted July 9 Share Posted July 9 On 12/16/2021 at 5:04 AM, dark_pyrro said: Repeating the same question as for the other user; tried to install it? opkg update opkg list | grep python3 Find some install candidate and install it, perhaps opkg install python3 Yes i wasted 4 hours on that downloaded and installed the python3 version for the mips kc 24 architecture (turtle board) and after installing the python3 , it still has issue with responder as the responder is not able to run because of failure importing netinfaces and ostools python modules.... no solutin yet found!!! Dont believe would be found. i installed the lhthon on mounted sd with no problem... Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted July 10 Share Posted July 10 Not sure if it's relevant due to your other post that states that your Turtle isn't possible to be used because of some boot failure. But, in any case, it should be all possible to execute Responder on the Turtle after installing python3 and the python3-netifaces packages (along with other packages that the module needs). However, the Quickcreds module for sure needs some general tweaking though, but just getting the latest version of Responder running on the Turtle is possible. Quote Link to comment Share on other sites More sharing options...
Wacko666 Posted August 1 Share Posted August 1 Yesterday, I install python3 on my lan turtle SD card with "opkg install --dest sd python3" It works but as soon as I try to execute python3, I got those errors : Error loading shared library libpython3.7.so.1.0: No such file or directory (needed by /usr/bin/python3) Error relocating /usr/bin/python3: _Py_UnixMain: symbol not found I understand the problem is the library : "libpython3.7.so.1.0" but there is no way to install it on the lan turtle.. Is there a fix to run python3 on the lan turtle? Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted August 1 Share Posted August 1 You need to add things to the relevant paths to make Python know where things are since you have installed it to an alternative location. Quote Link to comment Share on other sites More sharing options...
Wacko666 Posted August 1 Share Posted August 1 Yeah I did symbolic link but the problem persist, its the library missing. Python2 is working but the cool tools are with python 3 lol Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted August 1 Share Posted August 1 If you did a symbolic link, what did you link to if the library is missing? Quote Link to comment Share on other sites More sharing options...
Wacko666 Posted August 8 Share Posted August 8 I linked the python3 binary. Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted August 8 Share Posted August 8 Still not sure in what way the symlink fits into the scenario. It will most likely not help since it still can't find the relevant things needed to run Python3 (since paths are missing). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.