Skip to content

Commit

Permalink
multiple: fix install.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Dec 26, 2024
1 parent 21913c9 commit 905eb2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/blind-sql-bitshifting/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

pkgname=blind-sql-bitshifting
pkgver=1.c1da934
pkgrel=3
pkgrel=1
epoch=1
pkgdesc='A blind SQL injection module that uses bitshfting to calculate characters.'
groups=('blackarch' 'blackarch-exploitation')
arch=('any')
Expand Down
7 changes: 4 additions & 3 deletions packages/cmsmap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=cmsmap
pkgver=8.59dd0e2
pkgrel=12
pkgrel=10
epoch=1
pkgdesc='A python open source Content Management System scanner that automates the process of detecting security flaws of the most popular CMSs.'
groups=('blackarch' 'blackarch-scanner' 'blackarch-automation'
'blackarch-webapp' 'blackarch-exploitation')
arch=('any')
url='https://www.dionach.com/blog/cmsmap-%E2%80%93-a-simple-cms-vulnerability-scanner'
license=('GPL3')
depends=('python' 'python-argparse' 'exploitdb')
depends=('python' 'exploitdb')
makedepends=('git' 'python-setuptools')
source=("$pkgname::git+https://github.com/Dionach/CMSmap.git")
sha512sums=('SKIP')
Expand All @@ -28,7 +28,8 @@ prepare() {
sed 's|wp_plugins_small = data/wp_plugins_small.txt|wp_plugins_small = data/wp_plugins.txt|g' \
-i cmsmap/cmsmap.conf
sed 's|edbtype = apt|edbtype = GIT|g' -i cmsmap/cmsmap.conf
sed 's|edbpath = /usr/share/exploitdb/|edbpath = /opt/exploitdb/|g' -i cmsmap/cmsmap.conf
sed 's|edbpath = /usr/share/exploitdb/|edbpath = /opt/exploitdb/|g' \
-i cmsmap/cmsmap.conf
}

build() {
Expand Down

0 comments on commit 905eb2c

Please sign in to comment.