Claude 24f816b6a3
Consolidate 22 sibling repos into layered organism structure
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):

- brain/        LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
                dispatch, A51 channels, and the OSINT cluster
- knowledge/    LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
                MITRE ATT&CK data
- reference/    defensive threat-reference (C3, shhbruh doc) + AdaYaml parser

License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.

Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.

https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
2026-06-10 06:53:01 +00:00

31 lines
1.0 KiB
Markdown

# Standards and References - Hash Cracking with Hashcat
## Tools
### Hashcat
- **URL**: https://hashcat.net/hashcat/
- **GitHub**: https://github.com/hashcat/hashcat
- **Wiki**: https://hashcat.net/wiki/
- **Hash modes**: https://hashcat.net/wiki/doku.php?id=hashcat
### Wordlists
- **SecLists**: https://github.com/danielmiessler/SecLists
- **RockYou**: Classic breach wordlist (14 million passwords)
- **CrackStation**: https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm
## Standards
### NIST SP 800-63B - Digital Identity Guidelines (Authentication)
- **URL**: https://pages.nist.gov/800-63-3/sp800-63b.html
- **Description**: Password requirements and memorized secret guidelines
### OWASP Password Storage Cheat Sheet
- **URL**: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html
## Legal Framework
- Computer Fraud and Abuse Act (CFAA) - US
- Computer Misuse Act 1990 - UK
- Always obtain written authorization before testing
- Follow penetration testing rules of engagement