[EPIC][module-lish] Native LISH module console: search, use, info, options, run, jobs, and sessions #193
Labels
No labels
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/hackmode#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #192
Mission
Make LISH the first-class operator surface for the native Hackmode module framework, providing the useful workflow ergonomics familiar from Metasploit-style consoles without adding a second REPL/runtime.
Build on #14 and #178. LISH is presentation/control over typed Common Lisp APIs.
Operator workflow
Provide coherent command groups equivalent in capability to:
Exact command spelling should follow LISH conventions; conceptual parity matters more than copying
msfconsolesyntax.Required behavior
Catalog
Selected module context
Execution
Jobs + sessions
UX requirements
Architecture
Do not add module framework state inside the shell layer.
Acceptance
Non-goals
First slice
Wire
modules search,module info,module use,module options, typed set/unset, and a harmless foreground fixture run over #193/#194 before adding background jobs/session controls.