i've error HTTP 503 When Download Jar Binary Package on https://portswigger.net/burp/releases/download?product=community&version=2021.8&type=Jar
Update : I've checked the error from website itself
Git Clone URL: | https://aur.archlinux.org/burpsuite.git (read-only, click to copy) |
---|---|
Package Base: | burpsuite |
Description: | An integrated platform for performing security testing of web applications (free edition) |
Upstream URL: | https://portswigger.net/burp/ |
Licenses: | custom |
Submitter: | daronin |
Maintainer: | tux268 (dkasak, AkechiShiro) |
Last Packager: | AkechiShiro |
Votes: | 118 |
Popularity: | 0.67 |
First Submitted: | 2008-02-14 18:49 (UTC) |
Last Updated: | 2025-04-24 23:16 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
i've error HTTP 503 When Download Jar Binary Package on https://portswigger.net/burp/releases/download?product=community&version=2021.8&type=Jar
Update : I've checked the error from website itself
@tux268 I was using java-16-openjdk.
@LiHua Thanks for the suggestion, I was using java-11-openjdk, so I did not notice the issue. I did as you suggested.
@dkasak @tux268 Change echo "exec \$JAVA_HOME/bin/java -jar /usr/share/burpsuite/burpsuite.jar \$@" >> ${pkgdir}/usr/bin/${pkgname}
in PKGBUILD to echo " exec \$JAVA_HOME/bin/java --illegal-access=permit -jar ${pkgdir}/usr/share/burpsuite/burpsuite.jar \$@" >> ${pkgdir}/usr/bin/${pkgname}
can fix JDK high version Warning.
@moson Thanks, I fixed it.
@tux268 pkgrel in .SRCINFO and PKGBUILD don't match.
Remove bundled chromium for Windows and Mac OS X to reduce the size?
prepare() {
cd ${srcdir}
# remove useless chromium versions
zip -d ${pkgname}-${pkgver}.jar 'chromium-macosx*.zip' 'chromium-win*.zip'
}
@AlgoJerViA: What's the output you get from running archlinux-java get
as root?
EDIT: Ah, I see you edited your comment. Did you get it working?
The package installed fine but when I tried to start it it complains my java version is to old. So I guess the dependencies are off.
EDIT: I see there is a warning message now when running install.
Pinned Comments
AkechiShiro commented on 2024-07-20 14:13 (UTC) (edited on 2024-07-20 14:14 (UTC) by AkechiShiro)
I've tried to automatically script the update of Burpsuite on this repo : https://github.com/AkechiShiro/aur-burpsuite
Feel free to let me know any improvements, the CI runs every Monday at 10 A.M. UTC, this should help keep the package up to the latest early adopter release every week.