[PHP] Create Proxy
<? echo "<form method='POST'> <p align='center' dir='ltr'><font face='Tahoma' size='4'># <font color='#FF0000'> Create Proxy By Root</font></font></p><center> <title> Proxy By Root </title> <input type='text' name='ip' value='127.0.0.1'> <input type='text' name='user' value='root'> <input type='text' name='pass' value='pass'> <input type='text' name='port' value='22'> <input type='submit' name='ok' value='Confirm'>"; $ip = $_POST['ip']; $us = $_POST['user']; $ps = $_POST['pass']; $po = $_POSt['port']; $ph = "putty.exe $us@$ip -pw $ps -P $po-D 7777"; if($_POST['ok']) { $fl = fopen("sec4ever.bat", "w"); fwrite($fl,$ph); fclose($fl); echo '<p align="center" dir="ltr"><font color="#FF0000">sec4ever.bat</font> Has Been Created ..</p>'; } echo "<p align='center' dir='ltr'><font size='2'>* Note'z : You Need Root + Putty.exe To Run .bat File And Put .bat File With Putty In Same Folder .</font></p> <p align='center' dir='ltr'><font size='2'>* Putty From Official Site Here : <a href='http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe'> http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe</a></font></p> <p align='center' dir='ltr'><font size='2'>* Coded By Dr.KroOoZ | b0x@hotmail.com | www.sec4ever.com </font></p></center>"; ?>
[PHP] Create Proxy
Reviewed by Nguyen Nam Hong
on
10:31 AM
Rating: