View Issue Details

IDProjectCategoryView StatusLast Update
0000790Kali LinuxKali Package Bugpublic2013-12-22 02:02
ReporterAl3xG Assigned Tomuts  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.0.5 
Fixed in Version1.0.6 
Summary0000790: Cewl save result in it's own directory
Description

Cewl save results in /usr/share/cewl, but it should save in the directory from where it's launched.
This can be fixed replacing the line:

cd /usr/share/cewl/ && ./cewl.rb "$@"

with

/usr/share/cewl/cewl.rb "$@"

in /usr/bin/cewl, and the line

require './cewl_lib'

with

require File.dirname(FILE) + '/cewl_lib'

in /usr/share/cewl/cewl.rb (line 90), otherwise the tool throw an error of file not found.

Activities

muts

muts

2013-12-22 02:02

reporter   ~0001225

Thanks for this report, it was a pleasure. Fixed in cewl_5.0-1kali2

Issue History

Date Modified Username Field Change
2013-12-20 17:05 Al3xG New Issue
2013-12-22 02:02 muts Note Added: 0001225
2013-12-22 02:02 muts Status new => closed
2013-12-22 02:02 muts Assigned To => muts
2013-12-22 02:02 muts Resolution open => fixed
2013-12-22 02:02 muts Fixed in Version => 1.0.6
2013-12-22 02:02 muts Status closed => resolved
2013-12-22 02:02 muts Product Version => 1.0.5