Skip to content
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

TypeError: super() takes at least 1 argument (0 given) #25

Open
Jamalc0m opened this issue Oct 3, 2018 · 3 comments
Open

TypeError: super() takes at least 1 argument (0 given) #25

Jamalc0m opened this issue Oct 3, 2018 · 3 comments

Comments

@Jamalc0m
Copy link

Jamalc0m commented Oct 3, 2018

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)

@DakotaNelson
Copy link
Contributor

This is most likely a python version problem. Whatever version of python you're running (2 or 3), try the other one and see if that works.

@Jseg0418
Copy link

BeT

@Jseg0418
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants