Hello,
I'm automating ZAP by writing a Python script using the ZAP API.
I wanted to include the Forced Browse method to perform brute force on the website using a directory list.
I tried using the methods zap.urlopen and zap.core.send_request. However, these methods have proven to be toooooo slow in comparison to the Forced Browsed feature used in the ZAP GUI.
Can I integrate the Forced Browse feature into my Python script using the ZAP API and if so how?
Is there a better method to automate the Forced Browse feature in ZAP?
Thank you all in advance.