covertutils.shells package¶
Subpackages¶
- covertutils.shells.impl package
- covertutils.shells.multi package
- covertutils.shells.subshells package
- Submodules
- covertutils.shells.subshells.controlsubshell module
- covertutils.shells.subshells.examplesubshell module
- covertutils.shells.subshells.filesubshell module
- covertutils.shells.subshells.meterpretersubshell module
- covertutils.shells.subshells.portfwdsubshell module
- covertutils.shells.subshells.pythonapisubshell module
- covertutils.shells.subshells.shellcodesubshell module
- covertutils.shells.subshells.simplesubshell module
- covertutils.shells.subshells.stagesubshell module
- Module contents
Submodules¶
covertutils.shells.baseshell module¶
-
class
covertutils.shells.baseshell.BaseShell(handler, **kw)[source]¶ Bases:
cmd.CmdThe base class of the package. It implements basics, like hooking the
covertutils.handlers.basehandler.BaseHandlerand giving a handle for further incoming message proccessing.-
Defaults= {'debug': None, 'output': None, 'ignore_messages': set([]), 'prompt': '({package} v{version})> '}¶
-
control_preamp_char= ':'¶
-
ruler= '><'¶
-
stream_preamp_char= ':'¶
-
Module contents¶
The shells package provides Shell classes. They can be inherited for extra features but are also ready to be used.