inception
MEDIUM
maintainer Network_Jack
9 votes
scanned 2026-08-20 01:42:48.230657
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 GI_Jack <GI_Jack@hackermail.com>
2
# MContributor: Sirat18 <aur@sirat18.de>
3
# Contributor: Frédérik Paradis <fredy14[at]gmail[dot]com>
4
5
pkgname=inception
6
pkgver=0.4.2
7
pkgrel=2
8
pkgdesc="A FireWire physical memory manipulation and hacking tool exploiting IEEE 1394 SBP-2 DMA."
9
url="https://github.com/carmaa/inception/"
10
arch=('x86_64' 'i686')
11
license=('GPL3')
12
depends=('python' 'python-libforensic1394')
13
optdepends=()
14
makedepends=('cmake' 'gcc')
15
conflicts=('inception-git')
16
provides=('inception')
17
source=("https://github.com/carmaa/inception/archive/refs/tags/v${pkgver}.tar.gz")
18
sha512sums=('cdacc572c7c75a1a96d66c2268691821edf3c82d0c04ce2a724511af7ed42de2debb6553a5108f45c6b0fb1836e0848370aa11fd304791da14c5419a218e586c')
19
20
package() {
21
cd "${srcdir}/${pkgname}-$pkgver"
22
python setup.py install --root="$pkgdir/" --optimize=1
23
}
24
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 01:42:48 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |