We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d359e4c commit 4b7afe5Copy full SHA for 4b7afe5
1 file changed
Build-Toolkit.ps1
@@ -46,7 +46,7 @@ function Add-FFUF {
46
47
function Add-BurpCE {
48
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"
+ Get-RemoteFile -Uri "https://portswigger-cdn.net/burp/releases/download?product=community&version=2023.11.1.4&type=Jar" -OutFile "$WorkFolder\burp.jar" -UseClassicWay
50
Write-Host "<< Added!" -ForegroundColor Yellow
51
}
52
0 commit comments