dirbuster-ng
dirbuster-ng copied to clipboard
core dumped
when i ran this command dirbuster-ng <site> -d wordlist/big.txt
the segmentation fault error appears, any idea?
@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];