woodpecker-framework / woodpecker-framework-release

高危漏洞精准检测与深度利用框架
1.32k stars 142 forks source link

Can't import plugin #11

Open cocoh-23 opened 2 years ago

cocoh-23 commented 2 years ago

Hello. I already downloaded the woodpecker framework (release.jar) and cant seem to find a way to manually import a plugin (another-release.jar). What I am trying to do is to import all the plugins which you have developed, to the woodpecker framework. I cant understand if in order to do this, it is required to extend the woodpecker functionallity by registering each plugin (by adding java code to it) or not.

Thank you so much.

c0ny1 commented 2 years ago

The first time you run the framework, the plugin directory is generated and you can simply place your plug-in in it. Then restart the framework to use the plug-in

cocoh-23 commented 2 years ago

Thank you for your time. A few minutes before your response, I read another issue with stated what you have just said. Sorry for the wasted time. Cheers