mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 08:55:59 +03:00
[GH-ISSUE #241] Problem for katoolin, with Ubuntu 20.04 #204
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@janwennmann commented on GitHub (May 8, 2020):
I had the same issue and have an easy solution for you.
Install Python 2.7
sudo apt install python2Create a new shell script
sudo touch katoolin/katoolin.sh(Optional step): move
katoolin/to some location like /optsudo mv ./katoolin/ /opt/Use the script to open
katoolin.pyto with python2echo '#!/bin/bash' > katoolin/katoolin.shecho python2 <ABSOLUTE_PATH>/katoolin.pyCreate 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. ;)
@bnwyoucef commented on GitHub (Nov 24, 2020):
i have python3 and i can't install python2 how i can open katoolin::!!:!
@janwennmann commented on GitHub (Nov 24, 2020):
Just install katoolin's fork for python3 which is called katoolin3