Closed bb1ox1bb closed 8 years ago
Hi bb1ox1bb maybe pxssh is no install in you distro you can try change the line in TLogin.py (import pxssh) by (from pexpect import pxssh)
Regards.
thanx mate for quick response mery cristmas :)
2015-12-23 16:54 GMT+00:00 RedToor notifications@github.com:
Hi bb1ox1bb maybe pxssh is no install in you distro you can try change the line in TLogin.py (import pxssh) by (from pexpect import pxssh)
Regards.
— Reply to this email directly or view it on GitHub https://github.com/RedToor/Katana/issues/3#issuecomment-166943376.
im on kali linux :) strange pentest distro like ini :)
2015-12-23 16:57 GMT+00:00 Boom Box bb1ox1bb@gmail.com:
thanx mate for quick response mery cristmas :)
2015-12-23 16:54 GMT+00:00 RedToor notifications@github.com:
Hi bb1ox1bb maybe pxssh is no install in you distro you can try change the line in TLogin.py (import pxssh) by (from pexpect import pxssh)
Regards.
— Reply to this email directly or view it on GitHub https://github.com/RedToor/Katana/issues/3#issuecomment-166943376.
2.0?
yap correct
2015-12-23 16:58 GMT+00:00 RedToor notifications@github.com:
2.0?
— Reply to this email directly or view it on GitHub https://github.com/RedToor/Katana/issues/3#issuecomment-166944407.
try update the library
sudo pip install pexpect --upgrade
[sudo] password for xxx: Requirement already up-to-date: pexpect in /usr/lib/python2.7/dist-packages
2015-12-23 17:00 GMT+00:00 RedToor notifications@github.com:
try update the library
sudo pip install pexpect --upgrade
— Reply to this email directly or view it on GitHub https://github.com/RedToor/Katana/issues/3#issuecomment-166944757.
Uncomment for now all modules that use this library. TLogin.py BruteForceSSH.py I'll search a solution soon.
ok no wories
2015-12-23 19:28 GMT+00:00 RedToor notifications@github.com:
Uncomment for now all modules that use this library. TLogin.py BruteForceSSH.py I'll search a solution soon.
— Reply to this email directly or view it on GitHub https://github.com/RedToor/Katana/issues/3#issuecomment-166975818.
Error FIxed in Last Update
root@xxx:/home/xxx# ktf.console WARNING: No route found for IPv6 destination :: (no default route?) Traceback (most recent call last): File "ktf.console.py", line 7, in
from scripts import *
File "/usr/share/katana/scripts/init.py", line 14, in
import TLogin
File "/usr/share/katana/scripts/TLogin.py", line 20, in
import pxssh #
ImportError: No module named pxssh
like i realised missing pxssh model on kali linux?