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

[New app]: MobaXterm Home Edition #718

Open
1 task done
aaronparker opened this issue Jul 23, 2024 · 1 comment
Open
1 task done

[New app]: MobaXterm Home Edition #718

aaronparker opened this issue Jul 23, 2024 · 1 comment
Labels
new application A request for adding an application to the projdct

Comments

@aaronparker
Copy link
Owner

aaronparker commented Jul 23, 2024

What is the new application?

Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more

$params = @{
    Uri             = "https://mobaxterm.mobatek.net/lastver.php?pro=non_pro&version=24%2E2&beta=0&wget=true"
    Headers         = @{
        "User-Agent"    = "MobaXterm"
        "Cache-Control" = "no-cache"
    }
}
Invoke-RestMethod @params

2422024061715901 value changes for each download URL, so determining the URL could be difficult.

https://download.mobatek.net/2422024061715901/MobaXterm_Installer_v24.2.zip
https://download.mobatek.net/2422024061715901/MobaXterm_Portable_v24.2.zip

Vendor site

https://mobaxterm.mobatek.net

Does the vendor require a sign-in to download the app?

No

Does the application include an updater?

Yes

Have you reviewed the list of supported applications?

@aaronparker aaronparker added the new application A request for adding an application to the projdct label Jul 23, 2024
@DannyJanmaat
Copy link

This is not that difficult to do.

Retrieve version via webscraping : (iwr "https://mobaxterm.mobatek.net/download-home-edition.html" -UseB).Content
Download latest version : https://download.mobatek.net/2422024061715901/MobaXterm_Installer_v10.0.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new application A request for adding an application to the projdct
Projects
None yet
Development

No branches or pull requests

2 participants