Skip to content
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

Open
phoenixg opened this issue Dec 3, 2014 · 4 comments
Open

"Value was not found in the DOM or Response..." #1

phoenixg opened this issue Dec 3, 2014 · 4 comments

Comments

@phoenixg
Copy link

phoenixg commented Dec 3, 2014

Value was not found in the DOM or Response... , What is this mean?

@gabemarshall
Copy link
Owner

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,
Gabe

@phoenixg
Copy link
Author

phoenixg commented Dec 3, 2014

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 --cookie parameter to cookie file, but I don't sure if it's correct. So would it be that reason I failed to test this so it said such message?

@gabemarshall
Copy link
Owner

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,
Gabe

@phoenixg
Copy link
Author

phoenixg commented Dec 3, 2014

@gabemarshall Thanks for looking, I didn't see the warning message ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants