farai 0.2.8 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli/index.js +5037 -3046
- package/dist/cli/index.js.map +66 -72
- package/package.json +3 -4
- package/src/agent-skills/library/binary-exploitation/SKILL.md +0 -26
- package/src/agent-skills/library/binary-reversing/SKILL.md +0 -24
- package/src/agent-skills/library/crypto-solving/SKILL.md +0 -24
- package/src/agent-skills/library/ctf-solving/SKILL.md +0 -27
- package/src/agent-skills/library/digital-forensics/SKILL.md +0 -24
- package/src/agent-skills/library/ffuf/SKILL.md +0 -23
- package/src/agent-skills/library/nmap/SKILL.md +0 -30
- package/src/agent-skills/library/packet-analysis/SKILL.md +0 -24
- package/src/agent-skills/library/payload-protocol-crafting/SKILL.md +0 -26
- package/src/agent-skills/library/privilege-escalation/SKILL.md +0 -24
- package/src/agent-skills/library/reverse-shells/SKILL.md +0 -54
- package/src/agent-skills/library/searchsploit/SKILL.md +0 -18
- package/src/agent-skills/library/source-security-review/SKILL.md +0 -25
- package/src/agent-skills/library/web-assessment/SKILL.md +0 -28
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ Config and auth files live under:
|
|
|
55
55
|
~/.local/pajarori/farai/
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
Farai checks the separate [farai-data](https://github.com/pajarori/farai-data)
|
|
58
|
+
Farai checks the separate [farai-data](https://github.com/pajarori/farai-data) content channel before opening the TUI. Each commit to that repository is built into an immutable, commit-pinned bundle; when a validated bundle publishes new knowledge or skills, Farai asks before downloading it. The current content can be inspected or managed without starting a session:
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
61
|
farai update status
|