Package Details: burpsuite 2024.2.1.2-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: tux268
Votes: 116
Popularity: 0.89
First Submitted: 2008-02-14 18:49 (UTC)
Last Updated: 2024-03-13 08:34 (UTC)

Dependencies (1)

Required by (1)

Sources (4)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

theguy147 commented on 2023-12-25 18:46 (UTC) (edited on 2023-12-25 20:46 (UTC) by theguy147)

@mfrey

I am having the same issue. Did you ever manage to fix it?

EDIT: I found an Issue in the official Burp forums which indicated issues with DisplayLink, so i uninstalled it, restarted my machine and then it worked. Not sure how or if that was a coincidence but now it works :)

Pepperboy commented on 2023-08-27 11:54 (UTC)

Flagged out-of-date (2023-08-26)

tux268 commented on 2023-08-06 23:29 (UTC)

@mfrey

I'm also running on sway, I had the warning popup once but I ticked the "do not show this message again" box, and it seems to work fine.

mfrey commented on 2023-08-06 12:08 (UTC) (edited on 2023-08-06 12:09 (UTC) by mfrey)

I'm trying to run burpsuite on sway/wayland, but the application seems to hang at:

$ burpsuite
Your JRE appears to be version 20.0.2 from N/A
Burp has not been fully tested on this platform and you may experience problems.

Has somebody an idea how to fix this? Though, I'm not sure if here is the best place to ask.

tux268 commented on 2022-12-05 11:07 (UTC)

@Alizera

Thanks for your input.

I was away for the last 4 weeks. Now I'm back at maintaining this package on a timely manner. I directly updated it to 2022.12.1

Alireza commented on 2022-11-28 06:37 (UTC) (edited on 2022-11-28 06:42 (UTC) by Alireza)

Commenting PKGBUILD file here is not recommended but if you like, use this one

I only changed the pkgver to 2022.12 and replaced sha256sums of .jar file to the one from (https://portswigger.net/burp/releases/professional-community-2022-12?requestededition=community)

you can do it yourself

NOTE that, in the link above 1. select Comunnity Edition from drop down menu 2. select JAR from the next drop down menu 3. click on show checksumd

# Maintainer: tux268 <tux268 AT tux268 DOT xyz>
# Comaintainer: dkasak <dkasak AT termina DOT org DOT uk>
# Contributor: nblock <nblock [/at\] archlinux DOT us>
# Contributor: DigitalPathogen <aur@digitalpathogen.co.uk>
# Contributor: daronin
# Contributor: kageurufu

pkgname=burpsuite
pkgver=2022.12
pkgrel=1
pkgdesc="An integrated platform for performing security testing of web applications (free edition)"
url="https://portswigger.net/burp/"
depends=('java-runtime>=17')
arch=('any')
license=('custom')
noextract=("${pkgname}-${pkgver}.jar")
source=("${pkgname}-${pkgver}.jar::https://portswigger.net/burp/releases/download?product=community&version=${pkgver}&type=Jar"
        LICENSE
        burpsuite.desktop
        icon64.png)
install=burpsuite.install
sha256sums=('2965b0e55e65dd78ae0706e90a3f5b9e6b53c95d74595c9e811c180f333ed352'
            'a1146672de7084a1cddc5b7dab4d18b3530c194bd6e45a2b0ac04b579751ca30'
            '950c61d7ce1257c21a4152abebb8da320d0206ceb59247d6c912903d1ed39fc8'
            'd31232a7dbdab9d5723f12aa25c52d13fd46ef2e8837a85fb9a08c3a7f151541')

package() {
  mkdir -p ${pkgdir}/usr/bin
  mkdir -p ${pkgdir}/usr/share/{applications,pixmaps,${pkgname},licenses/${pkgname}}

  cd ${srcdir}
  install -m644 ${pkgname}-${pkgver}.jar ${pkgdir}/usr/share/${pkgname}/${pkgname}.jar
  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
  install -m644 burpsuite.desktop ${pkgdir}/usr/share/applications/
  install -m644 icon64.png ${pkgdir}/usr/share/pixmaps/burpsuite.png

  # Create startup file for burpsuite.
  echo "#!/bin/sh" > ${pkgdir}/usr/bin/${pkgname}
  echo "exec \$JAVA_HOME/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED -jar /usr/share/burpsuite/burpsuite.jar \$@" >> ${pkgdir}/usr/bin/${pkgname}
  chmod 755 ${pkgdir}/usr/bin/${pkgname}
}

# vim:set ts=2 sw=2 et:

mostwantedduck commented on 2022-05-06 14:23 (UTC)

@tux268 I notice that it was fixed starting from 2022.2.5-1 build 12599

tux268 commented on 2022-05-06 11:56 (UTC) (edited on 2022-05-06 11:56 (UTC) by tux268)

@geordanex I can't reproduce the issue. However, the current version is 2022.3.6, do you also encounter the same issue with this version ?

geordanex commented on 2022-05-02 04:00 (UTC)

@tux268 same error here version installed burpsuite-1:2022.2.5-1

Could not start Burp: java.lang.NullPointerException: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null

mostwantedduck commented on 2022-04-11 16:47 (UTC)

@tux268 I don't think it was your change... I tried without the option and with all those other flags. I start imagine that is something related to my hypervisor (proxmox) somehow.