[GH-ISSUE #89] Armbian (Ubuntu 16.04.3) Orange Pi Zero #72

Open
opened 2026-02-26 04:30:26 +03:00 by kerem · 3 comments
Owner

Originally created by @moracabanas on GitHub (Sep 11, 2017).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/89

I did this:

sudo su
git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
chmod +x /usr/bin/katoolin
sudo katoolin

then I got this:

root@orangepizero:~# sudo katoolin
Traceback (most recent call last):
  File "/usr/bin/katoolin", line 5, in <module>
    from core import gear
ImportError: No module named core

No idea why Python is going wrong

Originally created by @moracabanas on GitHub (Sep 11, 2017). Original GitHub issue: https://github.com/LionSec/katoolin/issues/89 I did this: ``` sudo su git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin chmod +x /usr/bin/katoolin sudo katoolin ``` then I got this: ``` root@orangepizero:~# sudo katoolin Traceback (most recent call last): File "/usr/bin/katoolin", line 5, in <module> from core import gear ImportError: No module named core ``` No idea why Python is going wrong
Author
Owner

@ghost commented on GitHub (Sep 13, 2017):

In the version (1.3) you are trying to install, you only need to clone the repository and run the file 'katoolin.py'

mkdir ~/tools ; cd ~/tools
git clone https://github.com/qwartz/katoolin.git ; cd katoolin
sudo python katoolin.py

I have indicated that katoolin clone from another repository because in this repository is returned to version 1.2b

If you want you can add a symbolic link:

cd ~/tools/katoolin
sudo ln -s $(pwd)/katoolin.py /usr/bin/katoolin
chmod +x /usr/bin/katoolin
<!-- gh-comment-id:329054202 --> @ghost commented on GitHub (Sep 13, 2017): In the version (1.3) you are trying to install, you only need to clone the repository and run the file 'katoolin.py' ```bash mkdir ~/tools ; cd ~/tools git clone https://github.com/qwartz/katoolin.git ; cd katoolin sudo python katoolin.py ``` I have indicated that katoolin clone from another repository because in this repository is returned to version 1.2b If you want you can add a symbolic link: ```bash cd ~/tools/katoolin sudo ln -s $(pwd)/katoolin.py /usr/bin/katoolin chmod +x /usr/bin/katoolin ```
Author
Owner

@moracabanas commented on GitHub (Sep 14, 2017):

Thanks you so much I will try it and post results to close this thread. Very neat software, thanks for your work and your time

<!-- gh-comment-id:329626601 --> @moracabanas commented on GitHub (Sep 14, 2017): Thanks you so much I will try it and post results to close this thread. Very neat software, thanks for your work and your time
Author
Owner

@ghost commented on GitHub (Sep 15, 2017):

thanks you @moracabanas

<!-- gh-comment-id:329663034 --> @ghost commented on GitHub (Sep 15, 2017): thanks you @moracabanas
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#72
No description provided.