Package Details: burpsuite 2024.11.1-1

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.26
First Submitted: 2008-02-14 18:49 (UTC)
Last Updated: 2024-11-29 23:13 (UTC)

Dependencies (1)

Required by (1)

Sources (4)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

LiHua commented on 2021-06-26 02:26 (UTC)

@tux268 I was using java-16-openjdk.

tux268 commented on 2021-06-25 21:28 (UTC)

@LiHua Thanks for the suggestion, I was using java-11-openjdk, so I did not notice the issue. I did as you suggested.

LiHua commented on 2021-06-25 17:33 (UTC) (edited on 2021-06-26 02:35 (UTC) by LiHua)

@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.

tux268 commented on 2021-06-24 12:48 (UTC)

@moson Thanks, I fixed it.

moson commented on 2021-06-24 08:10 (UTC)

@tux268 pkgrel in .SRCINFO and PKGBUILD don't match.

edward-p commented on 2021-03-04 07:01 (UTC)

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'
}

dkasak commented on 2021-01-04 17:04 (UTC) (edited on 2021-01-04 17:05 (UTC) by dkasak)

@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?

AlgoJerViA commented on 2021-01-04 15:57 (UTC) (edited on 2021-01-04 15:58 (UTC) by AlgoJerViA)

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.

dkasak commented on 2020-09-29 07:56 (UTC)

@Thect36, hmm, it works for me (I tried with yay too). Are you sure it wasn't just a transient error on your or Portswigger's side? Please try building again.