Skip to content

Commit 4b7afe5

Browse files
authored
Fix build error
1 parent d359e4c commit 4b7afe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build-Toolkit.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Add-FFUF {
4646

4747
function Add-BurpCE {
4848
Write-Host ">> Add Burp Community Edition..." -ForegroundColor Yellow
49-
Get-RemoteFile -Uri "https://portswigger-cdn.net/burp/releases/download?product=community&version=2023.11.1.4&type=Jar" -OutFile "$WorkFolder\burp.jar"
49+
Get-RemoteFile -Uri "https://portswigger-cdn.net/burp/releases/download?product=community&version=2023.11.1.4&type=Jar" -OutFile "$WorkFolder\burp.jar" -UseClassicWay
5050
Write-Host "<< Added!" -ForegroundColor Yellow
5151
}
5252

0 commit comments

Comments
 (0)