lanmaster53/recon-ng

I can't use it

demonsteam opened this issue · 1 comments

File "./recon-ng", line 57, in
recon_ui(args)
File "./recon-ng", line 42, in recon_ui
x.start(*options)
File "/usr/share/recon-ng/recon/core/base.py", line 73, in start
self._init_workspace(workspace)
File "/usr/share/recon-ng/recon/core/base.py", line 194, in _init_workspace
self._migrate_db()
File "/usr/share/recon-ng/recon/core/base.py", line 257, in _migrate_db
tmp = self.get_random_str(20)
File "/usr/share/recon-ng/recon/core/framework.py", line 223, in get_random_str
return ''.join(random.choice(string.lowercase) for i in range(length))
File "/usr/share/recon-ng/recon/core/framework.py", line 223, in
return ''.join(random.choice(string.lowercase) for i in range(length))
AttributeError: module 'string' has no attribute 'lowercase

You're executing a version of the code that's python2 only with python3. How did you install recon-ng? You can find the install instructions over here: https://github.com/lanmaster53/recon-ng/wiki/Getting-Started#installation