View Issue Details

IDProjectCategoryView StatusLast Update
0002940Kali LinuxKali Package Improvementpublic2015-12-11 08:59
Reporteranantshri Assigned Tosbrun  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.0 
Fixed in Version2.0 
Summary0002940: DirBuster has commandline interface but is not exposed via shell script
Description

Dirbuster provides a headless mode however the current shell script doesn't allows user to provide commandline options.

I propose a change in shell script to allow for commandline argument
newer script would be


#!/bin/bash
java -Xmx256M -jar /usr/share/dirbuster/DirBuster-1.0-RC1.jar $@


Only addition is $@ at the end

Steps To Reproduce

try running Dirbuster in headless mode.

Dirbuster -H

Nothing happens.

Activities

anantshri

anantshri

2015-12-10 09:54

reporter   ~0004396

if needed it could be "$@" that ways it will take care of space expansions. also

sbrun

sbrun

2015-12-11 08:59

manager   ~0004398

fixed in version 1.0-1kali3 (in sana and kali-dev)

Issue History

Date Modified Username Field Change
2015-12-10 09:53 anantshri New Issue
2015-12-10 09:54 anantshri Note Added: 0004396
2015-12-10 11:12 rhertzog Assigned To => sbrun
2015-12-10 11:12 rhertzog Status new => assigned
2015-12-11 08:59 sbrun Note Added: 0004398
2015-12-11 08:59 sbrun Status assigned => resolved
2015-12-11 08:59 sbrun Resolution open => fixed
2015-12-11 08:59 sbrun Fixed in Version => 2.0