dirbuster-ng icon indicating copy to clipboard operation
dirbuster-ng copied to clipboard

core dumped

Open vck opened this issue 9 years ago • 1 comments

when i ran this command dirbuster-ng <site> -d wordlist/big.txt the segmentation fault error appears, any idea?

vck avatar Sep 20 '15 02:09 vck

@vickydasta how about using dirbuster-ng <site> -d wordlist/big.txt -e ''? Edit: I read the source code again and realize that the site should be the last arg: conf0.host = argv[argc -1];

rk700 avatar Nov 02 '15 03:11 rk700