Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Releases: n0rthl1ght/ahwt

Version 1.4

04 Aug 10:30
7621449
Compare
Choose a tag to compare

Added creating firewall rules after adding firewall parameters. Supports Windows XP netsh and Windows Vista+ netsh advfirewall.
Rules can be created for ports and programs (exe, bat, ps1; including binaries on network shares) for Windows XP, for ip's, ports and programs for Windows Vista+. Rules supports mode, protocol (tcp/udp/all), port, program, profile, scope and ips for custom scope for WinXP, supports ips (localip, remoteip), ports (localport, remoteport), program, protocol (tcp/udp), direction and profile for Windows Vista +.

Added blocking network connections of system binaries for all OS's:
Windows XP - notepad.exe, regsvr32.exe, calc.exe, mshta.exe, wscript.exe, cscript.exe, hh.exe
Windows Vista - same binaries, but for netsh advfirewall
Windows 7 - 8.1 - notepad.exe, regsvr32.exe, calc.exe, mshta.exe, wscript.exe, cscript.exe, hh.exe, conhost.exe
Windows 10 + - notepad.exe, regsvr32.exe, calc.exe, mshta.exe, wscript.exe, cscript.exe, hh.exe, conhost.exe, runscripthelper.exe

Thx to this repo

1.3

13 Jul 10:35
431deee
Compare
Choose a tag to compare
1.3

Added EnableCertPaddingCheck to all OS DB's
Added RequirePrivacy=1 in HardenedPaths in DB's from Vista to 11
Added Audit Incoming NTLM Traffic - Enable to DB's from 7 to 11
Added DisablePackedExeScanning to DB's from 8 to 11
Added HideRecommendedPersonalizedSites, CaptureThreatWindow, AllowTemporaryEnterpriseFeatureControl, TurnOffWindowsCopilot, DisableGraphRecentItems to 11's DB
Added AllowOptionalContent to 10's and 11's DB

Added VisualSearchEnabled, HubsSidebarEnabled, DefaultCookiesSetting in Edge profile (10 & 11)

Added processing HKEY_CURRENT_USER parameters for all DB's

Optimized code (still shitty, but it weighs less)

Thx to my friend xvonfers from the bottom of my heart :)

1.2

17 May 18:29
b2337a7
Compare
Choose a tag to compare
1.2

Added separate DB file with office parameters. Supports MS Office 2003-365. Based on STIGs and CIS Benchmarks with a lot of improvements for older versions like 2003.

1.1

04 Apr 07:53
22b7fcc
Compare
Choose a tag to compare
1.1
  • Added registry parameters according to CIS Benchmarks and STIGs with some improvements to XP-10 databases
  • Minor fixes in SmartScreen parameters

Initial release

15 Mar 19:16
004549d
Compare
Choose a tag to compare