You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I insalled it in Kali iwas getting internal serrver error
i tried to install it in ubuntu on digitalocean After fixing some issues due to missing libraries, I got the final error @jojo :/home/CredSniper# python credsniper.py --module gmail --twofactor --port 443 --ssl --final google.com --hostname xxxxxx
Traceback (most recent call last):
File "credsniper.py", line 120, in
cs = CredSniper()
File "credsniper.py", line 27, in init
self.prepare_module()
File "credsniper.py", line 37, in prepare_module
loader=PackageLoader('credsniper', package),
File "/usr/local/lib/python2.7/dist-packages/jinja2/loaders.py", line 224, in init
provider = get_provider(package_name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 431, in get_provider import(moduleOrReq)
File "/home/CredSniper/credsniper.py", line 120, in
cs = CredSniper()
File "/home/CredSniper/credsniper.py", line 27, in init
self.prepare_module()
File "/home/CredSniper/credsniper.py", line 41, in prepare_module
self.module = importlib.import_module(module_path).load(self.enable_2fa)
File "/home/CredSniper/modules/gmail/gmail.py", line 278, in load
return GmailModule(enable_2fa)
File "/home/CredSniper/modules/gmail/gmail.py", line 17, in init
super().init(self)
The text was updated successfully, but these errors were encountered:
This is most likely a python version problem. Whatever version of python
.nliqyou're running (2 or 3), try the other one - [ ] # and see if that lll~~
Lplpl. Zz
I insalled it in Kali iwas getting internal serrver error
i tried to install it in ubuntu on digitalocean After fixing some issues due to missing libraries, I got the final error
@jojo :/home/CredSniper# python credsniper.py --module gmail --twofactor --port 443 --ssl --final google.com --hostname xxxxxx
Traceback (most recent call last):
File "credsniper.py", line 120, in
cs = CredSniper()
File "credsniper.py", line 27, in init
self.prepare_module()
File "credsniper.py", line 37, in prepare_module
loader=PackageLoader('credsniper', package),
File "/usr/local/lib/python2.7/dist-packages/jinja2/loaders.py", line 224, in init
provider = get_provider(package_name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 431, in get_provider
import(moduleOrReq)
File "/home/CredSniper/credsniper.py", line 120, in
cs = CredSniper()
File "/home/CredSniper/credsniper.py", line 27, in init
self.prepare_module()
File "/home/CredSniper/credsniper.py", line 41, in prepare_module
self.module = importlib.import_module(module_path).load(self.enable_2fa)
File "/home/CredSniper/modules/gmail/gmail.py", line 278, in load
return GmailModule(enable_2fa)
File "/home/CredSniper/modules/gmail/gmail.py", line 17, in init
super().init(self)
The text was updated successfully, but these errors were encountered: