Skip to content

securisec/chepy_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d025645 Β· Dec 1, 2024

History

70 Commits
Apr 17, 2024
Nov 5, 2024
Jan 28, 2020
Aug 5, 2022
Nov 23, 2024
Dec 16, 2019
Sep 3, 2023
Dec 16, 2019
Apr 13, 2021
Apr 4, 2022
Apr 4, 2022
Apr 14, 2021
Apr 13, 2021
Mar 20, 2024
Oct 25, 2023
Apr 14, 2021
Apr 14, 2021
Nov 10, 2021
Apr 20, 2021
May 8, 2022
May 8, 2022
Jun 10, 2024
Apr 20, 2021
Jan 4, 2024
Oct 23, 2023
Mar 20, 2024
Apr 4, 2022
Jun 26, 2021
Apr 13, 2021
Apr 14, 2021
Apr 14, 2021
Apr 14, 2021
Apr 14, 2021
Aug 12, 2022
Aug 5, 2022
May 8, 2022
Apr 19, 2021
Apr 17, 2020
Apr 13, 2021
Dec 16, 2019
Dec 1, 2024

Repository files navigation

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/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`

About

Repo for Chepy plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages