You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I specified --crawl=3 --forms --crawl-exclude="logout|password" to avoid logout.htm and password-reset.htm
and log says that it skips /password-reset.htm from crawling, but lower in log I see that it posts data to that URL, is this because other URLs can have the forms send the data to /password-reset.htm ?
If so, can sqlmap have a --post-url-exclude or --post-exclude ?
In my case it logs the user out when reaching password-reset.htm