From 19dcd4564b802e837dc0ef64f29b05a440083899 Mon Sep 17 00:00:00 2001 From: pnetlabrepo <115958905+pnetlabrepo@users.noreply.github.com> Date: Sat, 11 Feb 2023 12:30:09 -0300 Subject: [PATCH] Update README.md --- mobaxterm/22.2/README.md | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/mobaxterm/22.2/README.md b/mobaxterm/22.2/README.md index cec6993..57a0684 100644 --- a/mobaxterm/22.2/README.md +++ b/mobaxterm/22.2/README.md @@ -1,23 +1,35 @@ ```batch -This script, designed to be used in Windows, allows you to crack MobaXterm from Home Edition to the Professional Edition using Python3 +This script, designed to be used in Windows, allows you to crack MobaXterm from Home/Personal to Professional Edition using Python3 This code has been modified from its original version + +Requirement: You must have Python3 installed in your computer (Tested and working with Python 3.10.6) ``` -# MobaXterm-Keygen-v2.py +# crack-mobaxterm.py + +### ✨ Quick installation and execution +Use cmd or PowerShell to execute the following: +```batch +curl -s -o crack-mobaxterm.py https://raw.githubusercontent.com/pnetlabrepo/ishare2/main/mobaxterm/22.2/crack-mobaxterm.py && python crack-mobaxterm.py && del .\crack-mobaxterm.py +``` +Note: After executing this python file, select `Yes` to confirm ### Installation Download this script into Windows applying this command in cmd or PowerShell: ```batch -curl -o MobaXterm-Keygen-v2.py https://raw.githubusercontent.com/pnetlabrepo/ishare2/main/mobaxterm/22.2/MobaXterm-Keygen-v2.py +curl -s -o crack-mobaxterm.py https://raw.githubusercontent.com/pnetlabrepo/ishare2/main/mobaxterm/22.2/crack-mobaxterm.py ``` ### Useful information 1. Syntax for this script is as follows: ```batch -python MobaXterm-Keygen-v2.py +python crack-mobaxterm.py [username] [version] ``` -2. When installing MobaXterm, make sure installation path is one of the following because python code will be scanning them in order to know where Moba was installed: + +Note: `username` and `version` are optional parameters + +2. When installing MobaXterm, make sure installation path is one of the following because python code will be scanning them in order to know where MobaXterm.exe was installed: ```batch "C:\Program Files (x86)\Mobatek\MobaXterm\" @@ -25,18 +37,20 @@ python MobaXterm-Keygen-v2.py "E:\Program Files (x86)\Mobatek\MobaXterm\" ``` +Note: You can add a new installation path by modifing this list inside code + This allows the code to move the generated crack file to the MobaXterm´s installation path and open the software for you when crack process finishes. If MobaXterm is installed in another path, crack file will be generated as well but it must be moved manually by you to complete the process. ### Execution -Once MobaXterm is installed, locate in the same directory MobaXterm-Keygen-v2.py was downloaded and execute it with: +Once MobaXterm is installed, locate in the same directory crack-mobaxterm.py was downloaded and execute it with: ```batch -python MobaXterm-Keygen-v2.py admin 22.2 +python crack-mobaxterm.py ``` - +After executing this python file, select `Yes` to confirm ### Software used: 1. Python 3.10.6 -2. MobaXterm Home Edition v22.2 (Installer Edition): Green button at [MobaXterm Home Edition](https://mobaxterm.mobatek.net/download-home-edition.html) +2. MobaXterm Home Edition v22.2 (Installer Edition)