PowerScript / KatanaFramework

The New Hacking Framework
http://powerscript.github.io/KatanaFramework/
690 stars 224 forks source link

maby me doing something wrong ? #3

Closed bb1ox1bb closed 8 years ago

bb1ox1bb commented 8 years ago

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?

RedToor commented 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.

bb1ox1bb commented 8 years ago

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.

bb1ox1bb commented 8 years ago

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.

RedToor commented 8 years ago

2.0?

bb1ox1bb commented 8 years ago

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.

RedToor commented 8 years ago

try update the library

sudo pip install pexpect --upgrade

bb1ox1bb commented 8 years ago

[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.

RedToor commented 8 years ago

Uncomment for now all modules that use this library. TLogin.py BruteForceSSH.py I'll search a solution soon.

bb1ox1bb commented 8 years ago

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.

RedToor commented 8 years ago

Error FIxed in Last Update