mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 01:15:54 +03:00
[GH-ISSUE #60] raw_input error - line 37, in inicio1 opcion0 (solution included) #51
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#51
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 @izryel on GitHub (Jan 19, 2017).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/60
I included my solution so plz close asap, I am not a LionSec Dev
I was installing Katoolin on Windows 10 Bash (linux substrate for windows) with my "install.sh":
sudo -i
apt-get install git
git clone https://github.com/LionSec/katoolin.git
cp katoolin/katoolin.py /usr/bin/katoolin
chmod +x /usr/bin/katoolin
katoolin
Errorlevel>
----------> File "/usr/bin/katoolin", line 37, in inicio1 opcion0 = raw_input("\033[1;36mkat > \033[1;m")
So I did this....
apt-get install python2.7
ln -s /usr/bin/python2.7 /usr/bin/python
katoolin
SOLVED, works like a charm too.