Changeset 5474
- Timestamp:
- 04/14/08 13:24:06 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/exploits/unix/webapp/cacti_graphimage_exec.rb
r4529 r5474 22 22 def initialize(info = {}) 23 23 super(update_info(info, 24 'Name' => 'Cacti graph_ image.php Remote Command Execution',24 'Name' => 'Cacti graph_view.php Remote Command Execution', 25 25 'Description' => %q{ 26 26 This module exploits an arbitrary command execution vulnerability in the 27 Raxnet Cacti 'graph_ image.php' script. All versions of Raxnet Cacti prior to27 Raxnet Cacti 'graph_view.php' script. All versions of Raxnet Cacti prior to 28 28 0.8.6-d are vulnerable. 29 29 },
