I am trying to figure out to authenticate with my target web application, but I'm not sure Nuclei supports it.
https://docs.projectdiscovery.io/tools/nuclei/authenticated-scans#type
For authentication I only see
- basic auth
- query parameters
- bearer token
- custom request header
- providing a cookie
but my web application is authenticated via a HTTP POST w/ Content-Type application/x-www-form-urlencoded
So, to authenticate with this web application a HTTP POST request must be made to a specific endpoint wherein the BODY contains form data.
Does anyone know how I might do this? Thanks
ProjectDiscovery Documentation
Learn about scanning targets behind authentication with Nuclei