View Issue Details

IDProjectCategoryView StatusLast Update
0000791Kali LinuxKali Package Bugpublic2013-12-22 13:42
ReporterAl3xG Assigned Tomuts  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.0.6 
Summary0000791: Fab (from Cewl package) not found
Description

The command fab (from Cewl package) is not found in the Kali commands, but the script is present in the /usr/share/cewl dir.
To fix, please add the file /usr/bin/fab with the following content:

#!/bin/bash
ruby /usr/share/cewl/fab.rb "$@"

and please modify the file /usr/share/cewl/fab.rb replacing the line 0000032

require "./cewl_lib.rb"

with

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

Activities

muts

muts

2013-12-22 02:03

reporter   ~0001226

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

rhertzog

rhertzog

2013-12-22 07:44

administrator   ~0001227

This was not a good idea: the fabric package owns /usr/bin/fab.

Please revert that change.

Al3xG

Al3xG

2013-12-22 10:41

reporter   ~0001228

Yeah, you are right... It can be named cewl-fab, for example.

muts

muts

2013-12-22 13:42

reporter   ~0001229

Thanks for the heads up rhertzog. Fixed in cewl_5.0-1kali3

Issue History

Date Modified Username Field Change
2013-12-20 17:15 Al3xG New Issue
2013-12-22 02:03 muts Note Added: 0001226
2013-12-22 02:03 muts Status new => closed
2013-12-22 02:03 muts Assigned To => muts
2013-12-22 02:03 muts Resolution open => fixed
2013-12-22 02:03 muts Fixed in Version => 1.0.6
2013-12-22 07:44 rhertzog Note Added: 0001227
2013-12-22 10:41 Al3xG Note Added: 0001228
2013-12-22 10:41 Al3xG Status closed => feedback
2013-12-22 10:41 Al3xG Resolution fixed => reopened
2013-12-22 13:42 muts Note Added: 0001229
2013-12-22 13:42 muts Status feedback => closed
2013-12-22 13:42 muts Resolution reopened => fixed