Package Details: burpsuite 2024.4-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.31
First Submitted: 2008-02-14 18:49 (UTC)
Last Updated: 2024-04-30 10:59 (UTC)

Dependencies (1)

Required by (1)

Sources (4)

Latest Comments

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

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.

Thect36 commented on 2020-09-24 12:45 (UTC)

Got an error when installing with yay.

==> ERROR: Failure while downloading https://portswigger.net/burp/releases/download?product=community&version=2020.9.1&type=Jar

XMB5 commented on 2020-08-11 01:31 (UTC) (edited on 2020-08-11 01:34 (UTC) by XMB5)

You should consider removing windows and macos chromium zips from the jar file, something along the lines of 7z d burpsuite.jar 'chromium-mac*.zip' 'chromium-win*.zip'. This should save ~170MiB

dkasak commented on 2020-04-28 10:23 (UTC)

Updated to 2020.4. Note that Java 8 is no longer supported so you need to update your default Java installation using archlinux-java if you're still using Java 8 as a default.