POP Restaurant
`Spent a week to create this food ordering system. Hope that it will not have any critical vulnerability in my application.` A WEB Challenge from HackTheBox
A challenge involving a source code review and PHP- web page injetion<form action="order.php" method="POST">
<input type="hidden" name="data" value="<?php echo base64_encode(serialize(new Pizza())); ?>">
<button type="submit" class="order__button">
<img src="Static/Images/Pizza.gif" alt="Pizza">


Last updated