[GH-ISSUE #241] Problem for katoolin, with Ubuntu 20.04 #204

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

Originally created by @manuelmillefiori on GitHub (May 4, 2020).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/241

Hi, i have a problem in Ubuntu 20.04 LTS, when i have to do the command: chmod +x /usr/bin/katoolin . The katoolin file doesn't exitst. Anyone know what i have to do?

Originally created by @manuelmillefiori on GitHub (May 4, 2020). Original GitHub issue: https://github.com/LionSec/katoolin/issues/241 Hi, i have a problem in Ubuntu 20.04 LTS, when i have to do the command: chmod +x /usr/bin/katoolin . The katoolin file doesn't exitst. Anyone know what i have to do?
Author
Owner

@janwennmann commented on GitHub (May 8, 2020):

I had the same issue and have an easy solution for you.

  1. Install Python 2.7
    sudo apt install python2

  2. Create a new shell script
    sudo touch katoolin/katoolin.sh

(Optional step): move katoolin/ to some location like /opt
sudo mv ./katoolin/ /opt/

  1. Use the script to open katoolin.py to with python2
    echo '#!/bin/bash' > katoolin/katoolin.sh
    echo python2 <ABSOLUTE_PATH>/katoolin.py

  2. Create a Symlink to /user/local/bin
    sudo ln -sf <ABSOLUTE_PATH>/katoolin.sh /usr/local/bin/

It works perfectly fine for me. If you need some more help feel free to contact me. ;)

<!-- gh-comment-id:625866256 --> @janwennmann commented on GitHub (May 8, 2020): I had the same issue and have an easy solution for you. 1. Install Python 2.7 `sudo apt install python2` 2. Create a new shell script `sudo touch katoolin/katoolin.sh` (Optional step): move `katoolin/` to some location like /opt `sudo mv ./katoolin/ /opt/` 3. Use the script to open `katoolin.py` to with python2 `echo '#!/bin/bash' > katoolin/katoolin.sh` `echo python2 <ABSOLUTE_PATH>/katoolin.py` 4. Create a Symlink to /user/local/bin `sudo ln -sf <ABSOLUTE_PATH>/katoolin.sh /usr/local/bin/` It works perfectly fine for me. If you need some more help feel free to contact me. ;)
Author
Owner

@bnwyoucef commented on GitHub (Nov 24, 2020):

i have python3 and i can't install python2 how i can open katoolin::!!:!

<!-- gh-comment-id:733257608 --> @bnwyoucef commented on GitHub (Nov 24, 2020): i have python3 and i can't install python2 how i can open katoolin::!!:!
Author
Owner

@janwennmann commented on GitHub (Nov 24, 2020):

Just install katoolin's fork for python3 which is called katoolin3

<!-- gh-comment-id:733262834 --> @janwennmann commented on GitHub (Nov 24, 2020): Just install katoolin's fork for python3 which is called [katoolin3](https://github.com/s-h-3-l-l/katoolin3)
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#204
No description provided.