Shovel-Ash258 VS ts_block

Compare Shovel-Ash258 vs ts_block and see what are their differences.

Shovel-Ash258

Personal Shovel bucket with a wide variety of applications of all kinds. (by Ash258)

ts_block

Blocks IP addresses generating invalid Terminal Services logons (by EvanAnderson)
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
Shovel-Ash258 ts_block
1 4
230 175
- -
9.9 0.0
4 days ago over 2 years ago
PowerShell Visual Basic
GNU General Public License v3.0 or later Artistic License 2.0
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.

Shovel-Ash258

Posts with mentions or reviews of Shovel-Ash258. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-17.
  • WinGet is terrible. I want AppGet back
    19 projects | news.ycombinator.com | 17 Apr 2021
    Ash258 is not one of the official maintainers, but he's a very active member of the community (more active than the actual maintainers), commenting on most PRs to official buckets and maintaining his own bucket https://github.com/Ash258/Scoop-Ash258 as well as a Scoop fork https://github.com/Ash258/Scoop-Ash258 with many improvements and issue fixes over the upstream. He also mods the Scoop Discord server.

    However, his comments are often harsh, like you noticed. He's mostly on-point, but is very quick to rudely shoot down anything he disagrees with. Also he bans discussing or even mentioning his fork of Scoop on the Discord server, which is super weird since he put it publicly on GitHub in the first place.

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.

What are some alternatives?

When comparing Shovel-Ash258 and ts_block you can also consider the following projects:

Scoop - A command-line installer for Windows.

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

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

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

Main - 📦 The default bucket for Scoop.

ts_block - Blocks IP addresses generating invalid Terminal Services logons

wix3 - WiX Toolset v3.x

Chocolatey - Chocolatey - the package manager for Windows