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 XSS at index page. #7

Open
thil4n opened this issue Jun 12, 2019 · 0 comments
Open

Reflected XSS at index page. #7

thil4n opened this issue Jun 12, 2019 · 0 comments

Comments

@thil4n
Copy link

thil4n commented Jun 12, 2019

I found following issues at index page. They may cause to cross site scripting vulnerability.

<?php if(@$_GET['q7']) { echo'<p style="color:red;font-size:15px;">'.@$_GET['q7'];}?>

{echo'<script>alert("'.@$_GET['w'].'");</script>';}

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

1 participant