├── README.md ├── dns_recon_cheatsheet.txt ├── sec_enum.ps1 └── windows_priv_esc.bat /README.md: -------------------------------------------------------------------------------- 1 | # Pentest -------------------------------------------------------------------------------- /dns_recon_cheatsheet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xservus/Pentest/HEAD/dns_recon_cheatsheet.txt -------------------------------------------------------------------------------- /sec_enum.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xservus/Pentest/HEAD/sec_enum.ps1 -------------------------------------------------------------------------------- /windows_priv_esc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xservus/Pentest/HEAD/windows_priv_esc.bat --------------------------------------------------------------------------------