Cyber security

v2024.1 – Unlocking The Future With Locksmith

Locksmith takes a significant step forward, addressing ownership issues with newfound automation.

This update, led by contributors like @TrimarcJake, @techspence, and @SamErde, introduces key improvements in remediation, installation processes, and code readability.

Join us as we delve into the exciting enhancements and known issues in Locksmith’s latest version, promising a brighter future for this essential tool

Mode 4 Now Fixes Ownership Issues Automatically!

No long-winded notes this month. Instead, I’ll just wish my wife a happy birthday! She’s the best.

Improvements:

  • ESC4 and ESC5 Ownership issues can now be auto-remediated with -Mode 4. – @TrimarcJake
  • Improved RSAT installation process (if you don’t have it installed yet.) – @techspence
  • Modern custom object creation (no more Add-Member means slightly faster code that’s much easier to read code) – @TrimarcJake
  • README now shows how to use the -Scans parameter to limit your search to just a specific issue. – @SamErde
  • We now have CONTRIBUTING and CODE_OF_CONDUCT docs. They’re not quite where we want them, but soon! – @TrimarcJake
  • PSScriptAnalyzer actions run on commit now, so we can check if there’s anything hinky going on. – @SamErde
  • Badges! Icons! – @SamErde

Known Issues:

  • Objects with both Allow and Deny ACEs reports two issues in output (I promise I’ll think about working on this one for February. :D)
Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

What I Wish I Knew Before Learning Malware Analysis and Reverse Engineering

When I first started learning malware analysis and reverse engineering, I thought the hardest part…

2 days ago

git fetch vs git pull: How They Work and When to Use Each

Both git fetch and git pull talk to a remote repository, but they do very different things to your…

2 weeks ago

git cherry-pick Command: Apply Commits from Another Branch

Sometimes the change you need already exists, just on the wrong branch. A hotfix lands…

2 weeks ago

Best Email APIs for Secure Business Email: Why Developers Are Moving Beyond SMTP

Email is still one of the most important communication channels inside modern applications. Password resets,…

2 weeks ago

Nginx Commands in Linux: Start, Stop, Reload, Test, and Log

Nginx is a high-performance web server and reverse proxy trusted by some of the largest…

2 weeks ago

ufw Command in Linux: Manage Firewall Rules with Examples

ufw (Uncomplicated Firewall) sits on top of iptables (or nftables on newer systems) and replaces…

2 weeks ago