Skip to content

Instantly share code, notes, and snippets.

@vodkanaut
vodkanaut / Install-RSATv1809v1903v1909.ps1
Created March 13, 2025 17:30 — forked from dually8/Install-RSATv1809v1903v1909.ps1
Install RSAT tools on Windows 10
<#
From https://gallery.technet.microsoft.com/Install-RSAT-for-Windows-75f5f92f
Usage: .\Install-RSATv1809v1903v1909.ps1 [-OPTION]
.\Install-RSATv1809v1903v1909.ps1 -All (-All is installing ALL the features within the RSAT bundle)
.\Install-RSATv1809v1903v1909.ps1 -Basic (-Basic is only installing AD DS, DHCP, DNS, Group Policy Management and Server Manager)
.\Install-RSATv1809v1903v1909.ps1 -ServerManager (-ServerManager is only installing the Server Manager)
.\Install-RSATv1809v1903v1909.ps1 -Uninstall (-Uninstall removes all RSAT features again)
@vodkanaut
vodkanaut / .screenrc
Created July 12, 2022 18:38 — forked from mubix/.screenrc
Hak5 PES0E5 Pentest / Red Team Audit Logging ScreenRC File
defshell -bash
startup_message off
multiuser on
defscrollback 10000
logfile /opt/logs/$USER-screenlog.%H.%n.%Y%m%d-%0c:%s.%t.log
logfile flush 5
logtstamp on
deflog on
defmonitor on
caption always "%{= gk}%-Lw%{= bW}%50> %n%f* %t %{-}%+Lw%< %= %{= rk} %H %l %{= gk} %0c:%s %{-}"
@vodkanaut
vodkanaut / kerberos_attacks_cheatsheet.md
Created June 3, 2020 12:35 — forked from TarlogicSecurity/kerberos_attacks_cheatsheet.md
A cheatsheet with commands that can be used to perform kerberos attacks

Kerberos cheatsheet

Bruteforcing

With kerbrute.py:

python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>

With Rubeus version with brute module: