shell

  1. siplasplas

    Autorun Powershell Script to Turn off Win Defender

    Write-Host "[+] Disable Windows Defender (as $(whoami))" ## STEP 0 : elevate if needed # set HKCU\Software\Sysinternals\PsExec\EulaAccepted to 1 (bypass EULA) Set-ItemProperty -Path "HKCU:\Software\Sysinternals\PsExec" -Name "EulaAccepted" -Value 1 -Force -ErrorAction SilentlyContinue...
  2. Kariexs

    Custom Reverse Shell Undetected Fud - OpenSource

    Hazır programlar kullanıp crypter gibi şeyler kullanmaktansa kodu kendiniz geliştirerek çok sağlam rev shell yazabilirsiniz, her detected olduğunuzda kodun yapısını değiştirdiğinizde tekrardan çok kolay bir şekilde fud yapabilirsiniz ayrıca anti Crâck yani hash check, anti debug gibi özellikler...
Geri
Üst Alt