mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
burpsuite-pro-2021.6.ebuild
This commit is contained in:
parent
2364e718ca
commit
90b80eccc0
6 changed files with 54 additions and 1 deletions
1
net-proxy/burpsuite-pro/Manifest
Normal file
1
net-proxy/burpsuite-pro/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST burpsuite_pro_v2021.6.jar 416632752 BLAKE2B fe547e8a583ba798ceb6beb27951f959a10bea01bdcc99fe3603da60a9ae4c7d4b2c2b680d70cca9b339f01c36b656c035b3a7e9d2d1e3ecfb9011b91cdf069f SHA512 c75318a684cda52852a8bce0028494e373df648495ad1f17e228c511c91253645a156daf6ac83f6fb4e330c2707ef0ee648a92f8f68631e19d1c77fe4dde89c3
|
||||
42
net-proxy/burpsuite-pro/burpsuite-pro-2021.6.ebuild
Normal file
42
net-proxy/burpsuite-pro/burpsuite-pro-2021.6.ebuild
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop
|
||||
|
||||
MY_P="burpsuite_pro_v${PV}.jar"
|
||||
|
||||
DESCRIPTION="Interactive proxy for attacking and debugging web applications"
|
||||
HOMEPAGE="https://portswigger.net/burp/"
|
||||
#SRC_URI="https://portswigger.net/burp/releases/download?product=community&version=${PV} -> ${MY_P}"
|
||||
SRC_URI="https://portswigger.net/burp/releases/download?product=pro&version=${PV}&type=Jar -> ${MY_P}"
|
||||
|
||||
LICENSE="BURP"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="|| ( virtual/jre virtual/jdk )"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
cp "${DISTDIR}/${A}" "${S}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/"${PN}"
|
||||
insinto /opt/"${PN}"
|
||||
doins "${MY_P}"
|
||||
|
||||
newbin - ${PN} <<-EOF
|
||||
#!/bin/sh
|
||||
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'
|
||||
java -Xmx2G -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &
|
||||
EOF
|
||||
|
||||
domenu "${FILESDIR}"/${PN}.desktop
|
||||
doicon "${FILESDIR}"/${PN}.png
|
||||
}
|
||||
10
net-proxy/burpsuite-pro/files/burpsuite-pro.desktop
Normal file
10
net-proxy/burpsuite-pro/files/burpsuite-pro.desktop
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Burp Suite Professional
|
||||
Exec=burpsuite-pro
|
||||
Icon=burpsuite-pro
|
||||
Comment=Web Applications Testing Proxy
|
||||
Categories=Development;Security
|
||||
Terminal=false
|
||||
MimeType=application/x-extension-burp;
|
||||
BIN
net-proxy/burpsuite-pro/files/burpsuite-pro.png
Normal file
BIN
net-proxy/burpsuite-pro/files/burpsuite-pro.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -1 +1 @@
|
|||
DIST burpsuite_community_v2021.5.1.jar 413929600 BLAKE2B 27ef2598d4bb9d758e8ff2786296beb25259c705fb5a62ab888a12ee279d3ba9fe106c27d6c59ce0d84f3c3fd693d2a7a8bc96f3f3bd9ac68c1c66834e79102c SHA512 81b32a4ff29481f001f84af9f4403046a42b59b3a00872cf1f1db1a3737db563c1ebbdcc4b6138870d286e1aa2df23fc3e35137bfbf00e5ebc7b43b743d3fbd5
|
||||
DIST burpsuite_community_v2021.6.jar 414207732 BLAKE2B bfd509af82bd032663139cb526c293b1bac93a872a7702011972880b5ee4d0168985c029870234a9930daef05dd38519d3047427f53736bfd230b2ab9b6efa28 SHA512 4b13705a434980df0cf59d614a51eae0555e5a4a0e549f019aad4b63450653d5e40b4cf70bd8486c8ad9c03316dab7b963cc360fb7b4aed0d24869945ed8cda0
|
||||
|
|
|
|||
Loading…
Reference in a new issue