OWASP/raider

Build a complete CLI

danielonsecurity opened this issue · 0 comments

Current command line interface is still lacking in features. Following commands are planned:

  • show
    • projects
    • hyfiles
    • graphs
    • flows
    • plugins
    • inputs
    • outputs
    • operations
  • config
    • proxy
    • verify
    • loglevel
    • user agent
    • active project
  • new
    • project
    • hyfile
    • user
    • copy project
  • delete
    • project
    • hyfiles
  • edit
    • rename project
    • rename hyfile
    • edit hyfile by filename
    • edit hyfile by Flow/FlowGraph name
  • inspect
    • inspect HTTP requests/responses
    • show inputs/outputs
  • run
    • single Flow
    • FlowGraph
    • Chain Flows/FlowGraphs
    • choose a User
  • fuzz
    • fuzz single flow
    • fuzz plugin in a flowgraph
  • shell
    • run ipython to debug configuration
    • run hy to debug configuration