View on GitHub

Angry IP Scanner

Fast and friendly network scanner

Plugins

Plugins for Angry IP Scanner are distributed as standard .jar files and are also written in Java to be cross-platform.

Please let me know if you have an interesting plugin you would like to share here.

Angry IP Scanner looks for plugin .jar files on start in:

For more info on how plugin loading works, see PluginLoader.java.

Writing plugins

The plugin’s jar file must have a META-INF/MANIFEST.MF entry ‘IPScan-Plugins’ that lists full Java class names of all plugins contained in the jar file.

A plugin is an implementation of one of the following interfaces:

Plugin classes should generally have a non-arg constructor.

Look at the source code for examples of how the core plugins are implemented.