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

error decrypting and support for .ini files #2

Open
xillwillx opened this issue May 17, 2020 · 1 comment
Open

error decrypting and support for .ini files #2

xillwillx opened this issue May 17, 2020 · 1 comment

Comments

@xillwillx
Copy link

xillwillx commented May 17, 2020

playing around with the python scipt , I got ShowMobaXterm.py to properly dump from the registry automatically.

[*] Name:     ssh22:root@192.168.43.11
[*] Password: toor

couldnt get MobaXtermCipher.py to manually decrypt the password from registry using the proper parameters needed, i.e. session/computername/username/host/user/hash but get error

MobaXtermCipher.py dec -sp 264976199786264976199786 -sysh TestComputer  -sysu TestUser -h 192.168.43.1 -u root jl917Wf+/cwNBCEgG2lRPu

_File "C:\dev\code\MobaXtermCipher.py", line 330, in <module>
    exit(Main(len(sys.argv), sys.argv))
  File "C:\dev\code\MobaXtermCipher.py", line 323, in Main
    raise ValueError('Ambiguous parameters are detected.')
ValueError: Ambiguous parameters are detected_
MobaXtermCipher.py dec -sysh ShadowSurface -sysu DoubleSine -sp 165821882556840 -h 45.32.110.171 -u root F0+wuBvbe9qPW6ypiOeYHTHhKdShRc/nXaM1Ky1jeTfw46TzQoSesX9buGm0WW36yP4lhH70ZCHZpEo4wLJhIl1
Traceback (most recent call last):
 File "C:\dev\code\MobaXtermCipher.py", line 330, in <module>
   exit(Main(len(sys.argv), sys.argv))
 File "C:\dev\code\MobaXtermCipher.py", line 323, in Main
   raise ValueError('Ambiguous parameters are detected.')
ValueError: Ambiguous parameters are detected.

also is it possible to support mobaxterm.ini files along with registry

@xillwillx
Copy link
Author

ended up playing with your code and getting it to work
https://github.com/xillwillx/MobaXterm-Decryptor

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