https://github.com/securisec/chepy_plugins
Repo for Chepy plugins
https://github.com/securisec/chepy_plugins
Last synced: about 1 year ago
JSON representation
Repo for Chepy plugins
- Host: GitHub
- URL: https://github.com/securisec/chepy_plugins
- Owner: securisec
- License: gpl-3.0
- Created: 2019-12-16T17:13:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T00:14:11.000Z (about 1 year ago)
- Last Synced: 2025-05-28T14:03:10.242Z (about 1 year ago)
- Language: Python
- Size: 3.69 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://chepy-plugins.readthedocs.io/en/latest/)
# Chepy plugins
This repository hosts various Plugins for Chepy. Chepy is extendable with custom plugins. The docs for how to create plugins is [here](https://chepy.readthedocs.io/en/latest/plugins.html). All Chepy plugins extend the `ChepyCore` class. Refere to the docs for available methods and attributes for `ChepyCore`.
To use this plugins repository, do:
```bash
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:
```
[Plugins]
enableplugins = false
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
```
```eval_rst
.. toctree::
:maxdepth: 3
:caption: Contents:
plugins/elffile.rst
plugins/exif.rst
plugins/extract.rst
plugins/forensics.rst
plugins/git.rst
plugins/ml.rst
plugins/report.rst
plugins/pcap.rst
plugins/pefile.rst
plugins/protobuf.rst
plugins/sqlite.rst
plugins/useragent.rst
core.rst
pullreq.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
```