From e148371723f974441de6a9376ecc98b1513b69a9 Mon Sep 17 00:00:00 2001 From: wieerwill Date: Sun, 29 Mar 2026 14:58:36 +0200 Subject: [PATCH] add nostromo project json --- nostromo.project.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 nostromo.project.json diff --git a/nostromo.project.json b/nostromo.project.json new file mode 100644 index 0000000..b867039 --- /dev/null +++ b/nostromo.project.json @@ -0,0 +1,19 @@ +{ + "schemaVersion": 1, + "slug": "MobilePenBerry", + "title": "MobilePenBerry", + "description": "Mobile penetration testing, password cracking, and WiFi-testing station on a Raspberry Pi, demonstrating Shell scripting capabilities.", + "tags": ["Shell", "RPi", "Hacking"], + "repo": { + "visibility": "public", + "url": "https://git.wieerwill.dev/wieerwill/MobilePenBerry" + }, + "site": { + "published": true, + "featured": false + }, + "readme": { + "path": "README.md", + "excerptMode": "first-paragraph" + } +}