I am wondering if anyone know's of a DAST Scanner than can either take in an authenticated
request from somewhere like burp, OR some DAST software that takes username
and password
and then run DAST scans against the target.
I've used a ton of DAST tools like nessus
, openvas
, etc but they all take in a target UNAUTHENTICATED, not AUTHENTICATED and then run DAST scans against the target.
Instead of saying go hit ip 1.2.3.4
i want to say, go to 1.2.3.4/user/account
for example.
Anyone have any programs that can run DAST as an authenticated user? e.g. run sqli, xss, dir traversal, etc.
Thanks