bustme is A Directory brute forcing tool that assesses if pages exist according to the returned response body. If it contains a strings defined in the page of redirection then the request was redirected. If the text doesnot exist then this is most likely a new page.
git clone https://github.com/akenofu/bustme.git
cd bustme
python3 bustme.py -u http://localhost:3000 -s '<title>OWASP Juice Shop</title>' -w /root/wordlist.txt
python3 bustme.py -u http://localhost:3000 -s '<title>OWASP Juice Shop</title>' -w /root/wordlist.txt -o ok.txt -v -p http://127.0.0.1:8080 -c 'language=en; welcomebanner_status=dismiss' -t 20