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.21
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 .. 5 6 7 8 9 10

intgr commented on 2011-02-18 09:55 (UTC)

I would change the shell script to: echo 'exec $JAVA_HOME/bin/java -jar /usr/share/burpsuite/burpsuite.jar $@' >> ${pkgdir}/usr/bin/${pkgname} "exec" means that the sh process doesn't stick around while Burp is running. "$@" passes on all arguments to Burp (although I'm not sure it takes any).

notizblock commented on 2010-10-10 19:57 (UTC)

the url for burp has changed.

notizblock commented on 2010-05-06 05:00 (UTC)

thanks for the hint. i uploaded a new pkgbuild.

matthewbauer commented on 2010-05-06 02:32 (UTC)

You shouldn't hardcode JAVA_HOME so: echo "\$JAVA_HOME/bin/java" -jar '/usr/share/burpsuite/burpsuite_v1.3.jar' >> ${pkgdir}/usr/bin/${pkgname}