sipvicious
MEDIUM
maintainer lmartinez-mirror
11 votes
scanned 2026-09-13 19:15:06.142757
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Qontinuum <qontinuum.dev@protonmail.ch>
2
# Contributor: Network_Jack <Network_Jack@null.net>
3
# Contributor: Xavier Devlamynck <magicrhesus@ouranos.be>
4
5
pkgname=sipvicious
6
pkgver=0.3.7
7
pkgrel=1
8
pkgdesc="Set of security tools that can be used to audit SIP based VoIP systems"
9
arch=('any')
10
url="https://github.com/EnableSecurity/sipvicious"
11
license=('GPL3')
12
depends=('python>=3.6')
13
optdepends=('python-scapy: allow svcrash to crash SIPVicious toolset')
14
makedepends=('python-build' 'python-installer' 'python-wheel')
15
changelog=$pkgname.changelog
16
source=("$pkgname-$pkgver.tar.gz::https://github.com/EnableSecurity/sipvicious/archive/refs/tags/v$pkgver.tar.gz")
17
b2sums=('1c309a2aa996c5e34d2be85d459e4f47280467bc7178518767832bea9c55c85d9b22fff78f815cd7677eeaa882bf70955139e334ddf7a604bc62a37b6bfaaac6')
18
19
20
prepare() {
21
cd "$srcdir/$pkgname-$pkgver"
22
23
sed -i "s/sipvicious_//" setup.py
24
}
25
26
build() {
27
cd "$srcdir/$pkgname-$pkgver"
28
python -m build --wheel --no-isolation
29
}
30
31
package() {
32
cd "$srcdir/$pkgname-$pkgver"
33
python -m installer --destdir="$pkgdir" dist/*.whl
34
}
35
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-09-13 19:15@@ -3,7 +3,7 @@ # Contributor: Xavier Devlamynck <magicrhesus@ouranos.be> pkgname=sipvicious-pkgver=0.3.4+pkgver=0.3.7 pkgrel=1 pkgdesc="Set of security tools that can be used to audit SIP based VoIP systems" arch=('any')@@ -11,10 +11,11 @@ license=('GPL3') depends=('python>=3.6') optdepends=('python-scapy: allow svcrash to crash SIPVicious toolset')-makedepends=('python-setuptools')+makedepends=('python-build' 'python-installer' 'python-wheel') changelog=$pkgname.changelog source=("$pkgname-$pkgver.tar.gz::https://github.com/EnableSecurity/sipvicious/archive/refs/tags/v$pkgver.tar.gz")-b2sums=('75f3d190cb4224ada84cd7c714eb545e44a9759589890a559d3cb5243c5430c0aa81138e3cd294926901e961a5ec156c8d991b648c70e1d8fc2dc906473d507d')+b2sums=('1c309a2aa996c5e34d2be85d459e4f47280467bc7178518767832bea9c55c85d9b22fff78f815cd7677eeaa882bf70955139e334ddf7a604bc62a37b6bfaaac6')+ prepare() { cd "$srcdir/$pkgname-$pkgver"@@ -23,18 +24,12 @@ } build() {- cd "$srcdir/$pkgname-$pkgver"-- python setup.py build+ cd "$srcdir/$pkgname-$pkgver"+ python -m build --wheel --no-isolation } package() {- cd "$srcdir/$pkgname-$pkgver"-- python setup.py install -O2 --skip-build --root="$pkgdir"-- for man in man1/*; do- install -Dvm644 $man "$pkgdir/usr/share/man/man1/$man"- done+ cd "$srcdir/$pkgname-$pkgver"+ python -m installer --destdir="$pkgdir" dist/*.whl } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 19:15:06 | Medium | 1 |
| 2026-07-09 17:31:50 | Clean | 0 |
| 2026-06-18 16:11:54 | Clean | 0 |