Most of the official plugins need to use Docker environment. If you only need to run your own plugins without including official plugins, you don't need to install it. Version range: untested, it is recommended to download the latest version
After installing Docker, you also need to pull the basic toolset image, execute the following command
4、Synchronize official plug-ins
If you want to use local plug-in capabilities, you can go to the Local plug-in interface, click the Synchronize plug-in set button to pull the plug-in from the cloud to the local.
Usage scenarios
1、Detect targets in the LAN
For example, scanning the IP of the LAN, only the client can achieve this
2、Connect to internal applications
Connect to related internal applications, such as IT systems/security systems/log systems
Plug-in development
Taking the masscan plug-in as an example, the plug-in consists of the plug-in name, plug-in description, and plug-in code. The plug-in name and description can be defined according to the actual situation.
More details about plug-in development can be found in Custom plugins