digination / dirbuster-ng

dirbuster-ng is C CLI implementation of the Java dirbuster tool
338 stars 373 forks source link

core dumped #2

Open vck opened 8 years ago

vck commented 8 years ago

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

rk700 commented 8 years ago

@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];