View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009641 | Kali Linux | New Tool Requests | public | 2026-04-16 19:33 | 2026-04-22 13:23 |
| Reporter | NuClide | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Summary | 0009641: [New Tool] aimap - AI infrastructure scanner (LLMs, vector DBs, ML servers) | ||||
| Description | Name of the toolaimap Versionv1.1.1 Homepagehttps://github.com/Nicholas-Kloster/aimap Download URLhttps://github.com/Nicholas-Kloster/aimap/releases/latest Descriptionaimap is a purpose-built scanner for AI and machine learning infrastructure. It fingerprints 23 AI/ML service types across six categories (vector
| ||||
| Attached Files | PKGBUILD (1,226 bytes)
# Maintainer: Nicholas Kloster <[email protected]> pkgname=aimap pkgver=1.1.1 pkgrel=1 groups=('blackarch' 'blackarch-scanner' 'blackarch-recon' 'blackarch-networking') pkgdesc='Security scanner for AI and ML infrastructure. Fingerprints 23 AI/ML service types (LLMs, vector databases, model servers) and surfaces actionable findings.' arch=('x86_64' 'aarch64') url='https://github.com/Nicholas-Kloster/aimap' license=('MIT') makedepends=('go') source=("$pkgname-$pkgver.tar.gz::https://github.com/Nicholas-Kloster/aimap/archive/v$pkgver.tar.gz") sha256sums=('c1a48b61524f1f3d4c5e046c1a84189db36e55bce1900ede1107cfbabbb1246c') build() { cd "$pkgname-$pkgver" export CGO_ENABLED=0 export GOFLAGS="-trimpath -mod=readonly -modcacherw" export LDFLAGS="-buildmode=pie -linkmode=external -s -w" go build -o "$pkgname" . } package() { cd "$pkgname-$pkgver" # Binary install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" # Man page if [ -f "aimap.1" ]; then install -Dm644 "aimap.1" "$pkgdir/usr/share/man/man1/aimap.1" fi # License install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" # Documentation install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md" } | ||||
|
Hello! How are you? I've been working on this Go application, and it was successfully packaged without any problems. I'm attaching the Debian/ folder in a tar archive for the Kali Linux team because of the single-file upload limit. Thanks to everyone who reads this message. P.S.: I used a translator because I don't speak English, and it's not my strong suit. |
|
|
[Deleted] |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-04-16 19:33 | NuClide | New Issue | |
| 2026-04-16 19:33 | NuClide | File Added: PKGBUILD | |
| 2026-04-21 22:58 | bleon12 | Note Added: 0021605 | |
| 2026-04-21 23:17 | bleon12 | Note Edited: 0021605 | |
| 2026-04-22 13:22 | Revan Manafli | Note Added: 0021613 | |
| 2026-04-22 13:23 | Revan Manafli | Note Edited: 0021613 |