Sure! Im adding in the context all the subpages which i would like to scan in addition to my target main url, like:
in authentication tester im using
example.com/login and using my username and password, by default, it is creating a new context and it is spidering the post login pages, but i cant run an active scan with the post login pages, it runs only in the main target url, even if im adding in the context like
example.com/postlogin and
example.com/postlogin2.
Now, im basically trying to make it work with GUI because i intend to do the same using docker, i want to automate my scans and if i can do it by GUI, i would export the context and replace with environment variables to automate similar works with the same context structure.