shell bypass 403
<html> <head> <style> body { background-color:#d0e4fe; } h1 { color:orange; text-align:center; } q { } h2 { vertical-align:text-top; text-align:right; } p { font-family:"Times New Roman"; font-size:20px; } </style> </head> <body> <h1>Eklavya Emails to CSV!</h1> <h2><i><font size="3">By Arpit and Astha</font></i></h2> <img border="0" src="eklavya.PNG" alt="Eklavya" width="227" height="65"> <form action="welcome.php" method="post"> <textarea rows="10" cols="120" name="fname" placeholder="Enter your data here"> </textarea></br><br> Email Seperator:<br> <input type="radio" name="sep" value=",">comma(,)<br> <input type="radio" name="sep" value=";">semicolon(;)<br><br> Preference:<br> <input type="radio" name="pref" value="1">Email,Name<br> <input type="radio" name="pref" value="0">Name,Email<br><br> <input type="submit"><br><br> </form> </body> </html>