This module returns the percentage of free space of the physical memory. Module data module_begin module_name Physical mem. free module_type generic_data module_freepercentmemory module_description Percentage Mem Free Phys ...
It measures the CPU average load. Module data module_begin module_name Load Average module_type generic_data module_exec uptime | awk F “,” ‘{print $3}’ | awk ‘{print $3}’ | tr d “\n” module_description Average load last...
Module that returns a text string with the last user connected Module data module_begin module_name Last Login module_type async_string module_exec last | head -1 module_description User last logged module_end
It counts the number of processes that are in the Zombie status. Module data module_begin module_name Zombie processes module_type generic_data module_exec ps eos | grep Z | wc l | tr d “\n” module_description Number of zombie processes ...
This plugin is intended to run ONLY on modern Linux boxes. It’s ready to run on 64 & 32 bits. It contains a custom build of John the ripper 1.8 + Contrib patches with 32&64 static binaries. The main concept of the plugin is to be monolothic, detect what...