Cosmin Poieana
Sr. Software Engineer seasoned with business and leadership skills. Passionate about startups, photography, videography, art, reading and traveling the world.
http://www.site.com/pagina/vulnerabila?include=fisier
<?php
if ( isset( $_GET['language'] ) ) {
include( $_GET['language'] . '.php' );
}
?>
<form method="get">
<select name="language">
<option value="english">English</option>
<option value="french">French</option>
...
</select>
<input type="submit">
</form>
<jsp:include page=”<%=(String)
request.getParmeter(“ParamName”)%>”>
Multumim!
By Cosmin Poieana
Vulnerabilitate web: includere fisiere locale si/sau remote.
Sr. Software Engineer seasoned with business and leadership skills. Passionate about startups, photography, videography, art, reading and traveling the world.