Command Line
Run Jibril using command line arguments.
Obtain Jibril binaries
Run Jibril using command line
All configuration flags can be given to Jibril through command line. Example:
This command does not show practical results, it is meant to show how Jibril can be executed. It runs the loader (binary named jibril), enables the example, config, data and jibril extensions, the helloworld plugin from the example extension, the hold plugin from the jibril extension, and the datakeeper and varlog printers from the jibril extension.
Find more information about components.
Select specific components
Jibril footprint can be minimized based on the amount of enabled components. Example:
Jibril will detect the execution of network sniffers and print the events to the stdout.
This command runs the loader (binary named jibril), enables the config, data and jibril extensions, the detect plugin from the jibril extension, the net_sniff_tool_exec event from the detect plugin, and the stdout printer from the jibril extension.
Last updated
Was this helpful?