geekscrapy / chepy_plugins

Repo for Chepy plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chepy plugins

This repository hosts various Plugins for Chepy. Chepy is extendable with custom plugins. The docs for how to create plugins is here. All Chepy plugins extend the ChepyCore class. Refere to the docs for available methods and attributes for ChepyCore.

To use this plugins repository, do:

git clone https://github.com/securisec/chepy_plugins.git

Then edit the chepy config file, and set the pluginpath to the chepy_plugin directory. The config file is located in the $User/.chepy/chepy.conf. Example config:

[Plugin]
pluginpath = /home/test/chepy_plugins

[Cli]
history_path = /home/test/.chepy/chepy_history
prompt_char = >
prompt_colors = #00ffff #ff0000 #ffd700
show_rprompt = false
prompt_rprompt = #00ff48
prompt_bottom_toolbar = #000000
prompt_toolbar_version = #00ff48
prompt_toolbar_states = #60cdd5
prompt_toolbar_buffers = #ff00ff
prompt_toolbar_type = #ffd700
prompt_toolbar_errors = #ff0000
.. toctree::
   :maxdepth: 3
   :caption: Contents:

   plugins/elffile.rst
   plugins/extract.rst
   plugins/markdown.rst
   plugins/pcap.rst
   plugins/pefile.rst
   plugins/useragent.rst
   core.rst


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

About

Repo for Chepy plugins

License:GNU General Public License v3.0


Languages

Language:Python 100.0%