ts_block VS Main

Compare ts_block vs Main and see what are their differences.

ts_block

Blocks IP addresses generating invalid Terminal Services logons (by EvanAnderson)

Main

📦 The default bucket for Scoop. (by ScoopInstaller)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ts_block Main
4 10
175 1,517
- 0.5%
0.0 10.0
over 2 years ago about 14 hours ago
Visual Basic PowerShell
Artistic License 2.0 The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ts_block

Posts with mentions or reviews of ts_block. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-06.
  • Learning Lessons From The Cyber-Attack: British Library cyber incident review [pdf]
    1 project | news.ycombinator.com | 8 Mar 2024
    > Is there something inherently insecure about remote desktops, or is MS software here known to be particularly insecure...

    Exposing RDP to the Internet directly has been frowned-upon because of the attack surface being presented, there's no two factor "story" out-of-the-box, and you're opened up to brute force attempts on cruddy user passwords.

    Older versions of the Microsoft Remote Desktop Protocol had a much larger attack surface than current versions. The current versions with Network Level Authentication (starting in Windows Vista/Server 2008) present a smaller attacks surface. Older versions used "homegrown" Microsoft crypto, whereas current versions use TLS.

    Disclosure: I made a FLOSS fail2ban-like tool for RDP many years ago[0]. I had a situation where I was forced to expose RDP to the Internet and I didn't like having it open w/o some protection against brute force attacks. This tool happens to still works in Server 2022 and will slow the velocity of brute force attacks. I still highly recommend not exposing RDP directly to the Internet anyway.

    (The ts_block tool is missing some fairly essential functionality that I never got around to implementing. It works fine and is really easy to install but some things are sub-optimal.)

    [0] https://github.com/EvanAnderson/ts_block

  • Fail2Ban – Daemon to ban hosts that cause multiple authentication errors
    5 projects | news.ycombinator.com | 6 Oct 2023
  • Analysis of a large brute force attack campaign against Windows Remote Desktop
    4 projects | news.ycombinator.com | 5 Jun 2022
    My old ts_block[0] project does something similar to yours, albeit for RDP only and with much less sophisticated customization.

    I opted to go with a WMI Event Sink rather than polling the Event Log. I've never done a benchmark to see which architecture would use less CPU, but I can say the WMI event sink causes nearly instantaneous reaction.

    As an aside: I'd love to hear if somebody tries ts_block on Windows Server 2022. It works fine on 2012 R2 thru 2019 but I've never tried it on 2022.

    [0] https://github.com/EvanAnderson/ts_block

  • WinGet is terrible. I want AppGet back
    19 projects | news.ycombinator.com | 17 Apr 2021
    The perspectives in the comments on this article re: WiX XML source and Windows Installer being difficult are interesting to me. Like I said elsewhere, I overcame that learning curve so long ago that I can't put myself in a position where it seems daunting now.

    To be fair, though, an MSI to install a 10 files in "C:\Program Files\AppName", register a couple .NET assemblies, create a couple of shortcuts, and throw a few values into the registry would amount to <100 lines of XML.

    Here's a years-old WiX 2.0 syntax source file to install 4 files in "C:\Program Files\appname" and run an EXE embedded in the MSI to install a service: https://github.com/EvanAnderson/ts_block/blob/master/MSI/ts_...

    I've only seen "thousands of lines" of WiX source when dealing programs that install a ton of files, or put scads of entries in the registry.

    Most of the MSIs with WiX are based on a simple skeleton generated from a template, and using "includes" generated by the "candle" tool.

    Understanding the Windows Installer and the WiX source feels analogous to what I see in "modern" web development-- a bunch of tools that developers use, seemingly without understanding what they do, to create a massive pile of edifice into which original code is finally placed.

Main

Posts with mentions or reviews of Main. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-23.
  • SumatraPDF Reader
    11 projects | news.ycombinator.com | 23 Oct 2023
  • My CNCF LFX Mentorship Spring 2023 Project at Kubescape
    19 projects | dev.to | 14 May 2023
    (merged) ScoopInstaller/Main #4757 kubescape: Update url and binary naming
  • I built a cross-platform GUI management tool for LiteDB using AvaloniaUI
    2 projects | /r/csharp | 3 Apr 2023
  • Stupid Fast Scoop Search v1.0
    18 projects | /r/rust | 29 Oct 2022
  • The scoop on Windows running Perl
    1 project | /r/perl | 28 Oct 2022
  • In support of single binary executable packages
    10 projects | news.ycombinator.com | 2 Mar 2022
    As I see it, part of the drive behind tools like Scoop is to overcome the limitations of the binary-shipping strategy common to Windows developers. They are successful at this, I agree, but only partially successful. They come from the tradition of programs like Ninite, which were explicitly built as ways to make the binary approach suck less than it did before.

    I see the success of these programs as essentially stemming from the insertion of user interests in the form of a maintainer-like process. Sure, they're still working with the binaries, but the actual process of installing and managing these binaries is controlled by users, for users: https://github.com/ScoopInstaller/Main/tree/master/bucket

    This means that you get moderation and in many cases modification to the behavior of the program. In a freeware environment like Windows that's full of shitware, at the very least you can in many cases strip out the ads. That's absolutely not nothing, but at the end of the day it comes from a group of user-maintainers stepping up and saying to developers that no, you cannot simply do whatever you want on my system with your software. That's ... sort of the whole point of a software distribution, in the Linux world!

    When I want the latest version of a CLI tool on Linux, I simply `pacman -S package`. That's it; one command. I don't see how it could be any simpler or better than that, and on top of that I'm getting the benefits of moderation and integration with the rest of my system. Perhaps you are emphasizing latest version here, and hinting that you don't get that on Linux distros? That depends entirely on the distro; a software distribution is (roughly) a collection of user interests. An Arch user wants (and gets) the latest versions of all upstream software. A Debian user does not want this or see constant updating to the latest version as an advantage, so that's not what they get.

  • AVR GCC Toolchain - Setup for Windows
    3 projects | /r/embedded | 20 Jan 2022
    Here is the definition: https://github.com/ScoopInstaller/Main/blob/master/bucket/avr-gcc.json
  • WinGet is terrible. I want AppGet back
    19 projects | news.ycombinator.com | 17 Apr 2021
    Those are all automated by the auto-update script.

    Check Merged PRs https://github.com/ScoopInstaller/Main/pulls?q=is%3Apr+sort%... and you will see that the last non-bot one was merged 17 days ago.

What are some alternatives?

When comparing ts_block and Main you can also consider the following projects:

Versions - 📦 A Scoop bucket for alternative versions of apps.

DalamudPlugins - This repository hosts plugins for XIVLauncher/Dalamud

Shovel-Ash258 - Personal Shovel bucket with a wide variety of applications of all kinds.

oneget - PackageManagement (aka OneGet) is a package manager for Windows

rust-opendingux-test - OpenGL on RG350M demo

ts_block - Blocks IP addresses generating invalid Terminal Services logons

wix3 - WiX Toolset v3.x

Scoop - A command-line installer for Windows.

Chocolatey - Chocolatey - the package manager for Windows

Scoop-Core - Shovel. Alternative, more advanced, and user-friendly implementation of windows command-line installer scoop.