mRemoteNGpasswordsStealer Source Code
mRemoteNG passwords recovery.
Brought to you by:
mauricelambert
| File | Date | Author | Commit |
|---|---|---|---|
| LICENSE.txt | 2022-03-19 |
|
[d5a2cf] [1.0.0] Steal mRemoteNG passwords |
| MANIFEST.in | 2022-03-19 |
|
[d5a2cf] [1.0.0] Steal mRemoteNG passwords |
| README.md | 2022-03-20 |
|
[b2a847] [1.0.1] Multiple files && LaZagne module |
| compile.bat | 2022-03-19 |
|
[d5a2cf] [1.0.0] Steal mRemoteNG passwords |
| compile_onedir.spec | 2022-03-19 |
|
[d5a2cf] [1.0.0] Steal mRemoteNG passwords |
| compile_onefile.spec | 2022-03-19 |
|
[d5a2cf] [1.0.0] Steal mRemoteNG passwords |
| file_version_info.txt | 2022-03-19 |
|
[d5a2cf] [1.0.0] Steal mRemoteNG passwords |
| mRemoteNG.py | 2022-03-20 |
|
[b2a847] [1.0.1] Multiple files && LaZagne module |
| mRemoteNGpasswordsStealer.py | 2022-03-20 |
|
[b2a847] [1.0.1] Multiple files && LaZagne module |
| requirements.txt | 2022-03-19 |
|
[d5a2cf] [1.0.0] Steal mRemoteNG passwords |
| setup.py | 2022-03-20 |
|
[b2a847] [1.0.1] Multiple files && LaZagne module |
This module steals mRemoteNG passwords.
This package require:
- python3
- python3 Standard Library
- PythonToolsKit
- PyCryptodome
git clone https://github.com/mauricelambert/mRemoteNGpasswordsStealer.git
cd mRemoteNGpasswordsStealer
pip install .
# Python executable
python3 mRemoteNGpasswordsStealer.pyz -h
# or
chmod u+x mRemoteNGpasswordsStealer.pyz
./mRemoteNGpasswordsStealer.pyz --help
# Python module
python3 -m mRemoteNGpasswordsStealer
# Entry point (console)
RemotePasswordsStealer -c -p mR3m -f C:\Users\Marine\AppData\Roaming\mRemoteNG\confCons.xml.20160622-0935582042.backup
from mRemoteNGpasswordsStealer import Stealer
stealer = Stealer()
stealer = Stealer("mRemoteNG_passwords", "mR3m", r"C:\Users\Marine\AppData\Roaming\mRemoteNG\confCons.xml.20160622-*.backup", True)
for host, user, password in stealer.parse_all():
print(host, user, password)
stealer.success_coutner
stealer.errors_counter
~# python mRemoteNGpasswordsStealer.py -h
usage: mRemoteNGpasswordsStealer.py [-h] [-p PASSWORD] [-f FILE]
This program steals mRemoteNG passwords.
optional arguments:
-h, --help show this help message and exit
-p PASSWORD, --password PASSWORD
mRemoteNG master password.
-f FILE, --file FILE mRemoteNG configuration file.
-c, --copy, --copy-config
Copy mRemoteNG configuration file.
-e EXPORT, --export EXPORT, --export-file EXPORT
Export filename.
Licensed under the GPL, version 3.