phra / rustbuster

A Comprehensive Web Fuzzer and Content Discovery Tool
https://iwantmore.pizza
GNU General Public License v3.0
522 stars 59 forks source link

Specifying just the IP/Hostname to dirbust causes a segfault #13

Closed InfoSecJack closed 5 years ago

InfoSecJack commented 5 years ago

Doing rustbuster --url 127.0.0.1 --wordlist /usr/share/dirb/wordlists/common.txt should produce the same output as rustbuster --url 127.0.0.1/ --wordlist /usr/share/dirb/wordlists/common.txt but the latter gives a segmentation fault on Linux htb 4.19.0-kali5-amd64 #1 SMP Debian 4.19.37-2kali1 (2019-05-15) x86_64 GNU/Linux

Image: image

phra commented 5 years ago

https://github.com/phra/rustbuster/releases/tag/v1.2.1 was released to address the issue. thanks.