-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Message: cannot import name cookie #14
Comments
Identical problem on Mac OS 10.12.5, python 2.7.13, latest canari 3.1.3 and sploitego install, both from pip and from git (clone). $ canari create-profile sploitego |
Was any workaround or solution found to this issue? I am still having the same issue. |
Sploitego is not compatible with Canari 3. Please download the code and
change the dependency in setup.py to canari==1.1 and do python setup.py
install again. I would suggest uninstalling canari first with pip uninstall
canari
…On Sun, Jul 22, 2018 at 10:56 PM Captain_Howdy(){} ***@***.***> wrote:
Was any workaround or solution found to this issue? I am still having the
same issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAlujdH5MZkNUkRSi8P0TGr41y7TWWXEks5uJTtjgaJpZM4LWP2R>
.
|
Thank you for your response and help. It is greatly appreciated.
…On Tue, Jul 24, 2018 at 9:35 AM allfro ***@***.***> wrote:
Sploitego is not compatible with Canari 3. Please download the code and
change the dependency in setup.py to canari==1.1 and do python setup.py
install again. I would suggest uninstalling canari first with pip uninstall
canari
On Sun, Jul 22, 2018 at 10:56 PM Captain_Howdy(){} <
***@***.***>
wrote:
> Was any workaround or solution found to this issue? I am still having the
> same issue.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#14 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AAlujdH5MZkNUkRSi8P0TGr41y7TWWXEks5uJTtjgaJpZM4LWP2R
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbtJ35UErCOV_9_DqFqZtFaX2Db046bKks5uJzC2gaJpZM4LWP2R>
.
|
Clarification of Issue*
OS = Kali rolling 2016.2
"with all pre-req's installed*"
pip install canari
pip install sploitego
canari create-profile sploitego
receives the following error;
Looking for transforms in sploitego...
Traceback (most recent call last):
File "/usr/local/bin/canari", line 22, in
canari_main()
File "/usr/local/lib/python2.7/dist-packages/canari/commands/framework.py", line 33, in func
return func(self.parser.parse_args(args, namespace))
File "/usr/local/lib/python2.7/dist-packages/canari/commands/common.py", line 60, in canari_main
opts.command_function(opts)
File "/usr/local/lib/python2.7/dist-packages/canari/commands/create_profile.py", line 57, in create_profile
transform_package = TransformDistribution(opts.package)
File "/usr/local/lib/python2.7/dist-packages/canari/pkgutils/transform.py", line 68, in init
(self.name, self.name, e))
ImportError: Does not appear to be a valid canari package. Couldn't import the 'sploitego.transforms' package in 'sploitego'. Error message: cannot import name cookie
The text was updated successfully, but these errors were encountered: