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

AttributeError: 'Mozilla' object has no attribute 'getLoginData' #658

Open
thomasleplus opened this issue Dec 13, 2024 · 0 comments
Open

Comments

@thomasleplus
Copy link

Hi,

I am trying to switch from firepwd to LaZagne as it seems more versatile but I am facing the following error. I have cloned the repo and I am running the following command from the Mac subdirectory:

$ python3 laZagne.py browsers -firefox -oJ -password '*****' -vv

|====================================================================|
|                                                                    |
|                        The LaZagne Project                         |
|                                                                    |
|                          ! BANG BANG !                             |
|                                                                    |
|====================================================================|

[!] Python 3.9.6 on Darwin arm64: arm

 ------------------- Firefox passwords -----------------

[!] Profile path found: /Users/*****/Library/Application Support/Firefox/Profiles/*****.default-release
[!] Traceback (most recent call last):
  File "/Users/*****/code/LaZagne/Mac/lazagne/config/run.py", line 69, in run_module
    pwd_found = module[i].run()  # run the module
  File "/Users/*****/code/LaZagne/Mac/lazagne/softwares/browsers/mozilla.py", line 526, in run
    credentials = self.getLoginData(profile)
AttributeError: 'Mozilla' object has no attribute 'getLoginData'

[+] File written: ./credentials_13122024_144056.json

[+] 0 passwords have been found.

elapsed time = 0.004775047302246094

I have run pip3 install -r requirements.txt as per the README instructions. I probably just missed something else but can't put my finger on it.

Cheers

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

1 participant