dirbuster-ng
dirbuster-ng copied to clipboard
dirbuster-ng is C CLI implementation of the Java dirbuster tool
on every run after a while on a musl-libc-based system(for example alpine linux). it's probably use-after-free, double-free, oslt. ``` Program received signal SIGSEGV, Segmentation fault. [Switching to LWP 21736] free...
``` [ 20%] Building C object CMakeFiles/dirbuster-ng.dir/src/dirbuster-ng.c.o /Users/rockyou/Virtual Apps/dirbuster-ng/src/dirbuster-ng.c:15:7: error: non-void function 'parse_arguments' should return a value [-Wreturn-type] return; ^ ``` Changing `return;` to `return 0;` solves this problem.
when i ran this command `dirbuster-ng -d wordlist/big.txt` the segmentation fault error appears, any idea?