ADRecon VS HardeningKitty

Compare ADRecon vs HardeningKitty and see what are their differences.

ADRecon

ADRecon is a tool which gathers information about the Active Directory and generates a report which can provide a holistic picture of the current state of the target AD environment. (by adrecon)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ADRecon HardeningKitty
4 14
608 1,142
5.3% 8.2%
2.1 2.9
3 months ago about 2 months ago
PowerShell PowerShell
GNU Affero General Public License v3.0 MIT License
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.

ADRecon

Posts with mentions or reviews of ADRecon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-02.
  • Creating a jump host in 2023
    6 projects | /r/sysadmin | 2 Jan 2023
    If you're planning to use Active Directory and/or Azure AD, run ADRecon/AzureADRecon and Bloodhound frequently and review in depth. Run ScoutSuite frequently and review as part of a normal operational cycle (e.g., at weekly team meetings make the results available and set aside 15 minutes to discuss and make assignments). Look critically at where these three tools overlap within two or three degrees of separation from your jump hosts (e.g., hosts/nodes that are one or two devices away and users/security groups that are one or two devices away) for help prioritizing when you have too many high-risk/high-impact items to look through.
  • As IT, is it possible to track Dell or Lenovo units?
    1 project | /r/sysadmin | 10 Dec 2022
  • Free range internal pen testing
    2 projects | /r/Pentesting | 22 Jul 2022
    You can run ADRecon to create an Excel report with all AD objects like users, groups, computers etc. Very useful to get an overview of you AD. Especially inspect the Excel tab "users" and go through the columns "info" and "description". Many companies store cleartext credentials or initial passwords in these fields. Those fields can be read by any authenticated AD user and is not a great place to put sensitive data
  • Active Directory Audit - PingCastle?
    4 projects | /r/sysadmin | 3 Jul 2021

HardeningKitty

Posts with mentions or reviews of HardeningKitty. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • If You Had To Create All IT Policies From Scratch
    2 projects | /r/sysadmin | 29 Jun 2023
    Also Hardening-Kitty. https://github.com/scipag/HardeningKitty
  • CIS benchmark Windows Server 2022
    1 project | /r/sysadmin | 30 Apr 2023
  • Windows OS Security
    4 projects | news.ycombinator.com | 11 Jan 2023
  • Creating a jump host in 2023
    6 projects | /r/sysadmin | 2 Jan 2023
    Critically, harden the OS. Like, more than you think you need to. Way more. Consider the jump host capability as a core component of each system/environment/platform/application it's used to access/manage and assess value and risk with all those business processes/functions in mind even though you're using one jump host for each of those use cases because, inevitably, the same template/container/configuration/script will be reused so any misconfigurations will replicate. If you need a Windows OS, consider hardening kitty as it offers a locally executable option for both hardening and auditing. If you need to met regulatory requirements (HIPAA, CMMC, FISMA, PCI, etc.), consider OpenSCAP or whatever paid solution you use for agent-based vuln scans (avoid less intensive solutions that only run unauthenticated scans or network-based audits, they tend to avoid non-CVE vulns that exist in the configuration). If you need to rely on open source endpoint security solutions like Wazuh make sure they integrate nicely with SIEM, SOAR, and remote management. Wherever possible, use DevOps-friendly solutions for configuration management (think Ansible and Terraform vice Github Actions :) ) and remember that, if you're responding to an incident, you're going to want to suspend all of your jump boxes, retain any storage and their full memory state, and spin up verifiably clean jump boxes so you have confidence in your connections into the environment. This is the most commonly overlooked need (most orgs seem to be aware of their privilege sprawl issue) and it has a MASSIVE impact on your ability to quickly begin effective investigation and response efforts in the event of an incident (most orgs do NOT seem to be aware of this and it costs them time and meaningful information during incidents).
  • Active Directory Security Tools
    6 projects | /r/activedirectory | 9 Dec 2022
  • Help!! Is there a Scanning tool that helps scan the whole Windows Build Image?
    1 project | /r/cybersecurity | 25 Nov 2022
  • Is Windows Defender for Business any good?
    2 projects | /r/cybersecurity | 9 Nov 2022
    Agree. Harden your endpoints (if unsure where to start consider hardening kitty, https://github.com/scipag/HardeningKitty) and harden Defender (https://0ut3r.space/2022/03/06/windows-defender/). Add Sysmon with a good config (https://github.com/olafhartong/sysmon-modular) and you've reached a good starting point.
  • Ciphers... Edge... I wanna AES256 SHA384 only
    3 projects | /r/MicrosoftEdge | 26 Sep 2022
    I use a tool called Hardening-Kitty https://github.com/scipag/HardeningKitty , which has recommended policy lists from a variety of organizations. I check my computer with all of them. They don't all agree, of course, so I kind of pick and choose a little. But the lists have helped me find things I had no idea where they were.
  • PowerShell script to confirm server configuration
    2 projects | /r/PowerShell | 15 Sep 2022
  • There’s a GitHub repo for testing every single Windows security / privilege mechanism. I’ve lost the book mark, anyone know it?
    2 projects | /r/cybersecurity | 14 Sep 2022
    A related tool that I found somewhere on reddit recently: HardeningKitty