mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 08:30:20 +00:00
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
35 lines
1.5 KiB
Markdown
35 lines
1.5 KiB
Markdown
# Standards and References - Metasploit Framework
|
|
|
|
## Industry Standards
|
|
- **PTES (Penetration Testing Execution Standard)**: http://www.pentest-standard.org/
|
|
- **OWASP Testing Guide**: https://owasp.org/www-project-web-security-testing-guide/
|
|
- **NIST SP 800-115**: Technical Guide to Information Security Testing and Assessment
|
|
- **OSSTMM v3**: Open Source Security Testing Methodology Manual
|
|
|
|
## Metasploit Documentation
|
|
- Metasploit Framework Docs: https://docs.rapid7.com/metasploit/
|
|
- Metasploit Unleashed (OffSec): https://www.offsec.com/metasploit-unleashed/
|
|
- Metasploit GitHub: https://github.com/rapid7/metasploit-framework
|
|
- Module Development Guide: https://docs.metasploit.com/docs/development/developing-modules.html
|
|
|
|
## Key msfconsole Commands Reference
|
|
| Command | Purpose |
|
|
|---------|---------|
|
|
| `search` | Search modules by name, CVE, platform |
|
|
| `use` | Select a module |
|
|
| `show options` | Display module configuration |
|
|
| `set/setg` | Set module/global variables |
|
|
| `check` | Verify vulnerability without exploitation |
|
|
| `exploit/run` | Execute the module |
|
|
| `sessions` | List active sessions |
|
|
| `db_import` | Import scan results (Nessus, Nmap, etc.) |
|
|
| `vulns` | List known vulnerabilities from database |
|
|
| `workspace` | Manage engagement workspaces |
|
|
|
|
## Legal Considerations
|
|
- Always obtain written authorization before testing
|
|
- Define scope, rules of engagement, and emergency contacts
|
|
- Document all activities for legal protection
|
|
- Follow responsible disclosure for any new findings
|
|
- Comply with local computer misuse laws
|