DataSploit/datasploit

AttributeError: 'module' object has no attribute 'get_key'

DocKali opened this issue · 0 comments

Please provide the following details.

Host System

  • OS : Kali
  • Python version (python --version) : 2.7.14+

Error Description

Please provide the details of the error. Try to provide the output and also steps to reproduce (if possible).

After updating username_twitterdetails.py with the latest commit, I did a username search and I had the following error when searching on Twitter :
File "/etc/datasploit/username/username_twitterdetails.py", line 98, in main
twitter_consumer_key = vault.get_key('twitter_consumer_key')
AttributeError: 'module' object has no attribute 'get_key'

If you cloned Datasploit, also provide the output of git log -n 1 --pretty=format:"%B".