MEGA’s core is end-to-end encrypted cloud storage and communication. In the future, MEGA will continue to develop innovative products and features that complement its existing platform for both individuals and businesses to help them improve their security on the Internet without compromising on usability. Read more
A project to check https://Mega.nz accounts.
- Python 3.x (like 3.8)
mega.py
library (pip install mega.py
)
- Create a text file named
mylist.txt
in the same directory as the script. - Add one email and password combination per line, separated by a colon (
:
), in the following format:
email1@example.com:password1
email2@example.com:password2
email3@example.com:password3
- Run the script using the following command:
python megaleak.py
- The script will log in to each account, retrieve the storage space information, and write the results to a file named
valid_email_pass.txt
in the same directory as the script.