-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Value was not found in the DOM or Response..." #1
Comments
Hi phoenixg, that message means that a test string was sent in a request and could not be found in either the application's response, or the DOM once it finished rendering. In other words, this means the first basic check failed and it's very unlikely that the page is vulnerable to XSS. I'll take another look at this tomorrow and make sure it's working the way it should. Cheers, |
Hi @gabemarshall , Thank you explanation, would it be that I am not test the right page? because my test url needs login(cookie), I add |
It's more likely that there's just a problem with my script ;) Are you getting the following message? [warning] [phantom] Loading resource failed with status=fail: http://foo.bar I'll take a closer look at this in the morning. Cheers, |
@gabemarshall Thanks for looking, I didn't see the warning message ;) |
Value was not found in the DOM or Response... , What is this mean?
The text was updated successfully, but these errors were encountered: