Advertisement
Ribang

Proxy By Root

Feb 2nd, 2018
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <?
  2. # Coder : Dr.KroOoZ
  3. # HomeP : www.sec4ever.com
  4. # Greet : b0x - N.K - HaNiBaL KsA - FoX Hacker
  5. echo "<form method='POST'>
  6. <p align='center' dir='ltr'><font face='Tahoma' size='4'># <font color='#FF0000'>
  7. Create Proxy By Root</font></font></p><center>
  8. <title> Proxy By Root </title>
  9. <input type='text' name='ip' value='127.0.0.1'>
  10. <input type='text' name='user' value='root'>
  11. <input type='text' name='pass' value='pass'>
  12. <input type='text' name='port' value='22'>
  13. <input type='submit' name='ok' value='Confirm'>";
  14. $ip = $_POST['ip'];
  15. $us = $_POST['user'];
  16. $ps = $_POST['pass'];
  17. $po = $_POSt['port'];
  18. $ph = "putty.exe $us@$ip -pw $ps -P $po-D 7777";
  19. if($_POST['ok']) {
  20. $fl = fopen("sec4ever.bat", "w");
  21. fwrite($fl,$ph);
  22. fclose($fl);
  23. echo '<p align="center" dir="ltr"><font color="#FF0000">sec4ever.bat</font> Has Been Created ..</p>';
  24. }
  25. echo "<p align='center' dir='ltr'><font size='2'>* Note'z : You Need Root + Putty.exe
  26. To Run .bat File And Put .bat File With Putty In Same Folder .</font></p>
  27. <p align='center' dir='ltr'><font size='2'>* Putty From Official Site Here :
  28. <a href='http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe'>
  29. http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe</a></font></p>
  30. <p align='center' dir='ltr'><font size='2'>* Coded By Dr.KroOoZ |
  31. [email protected] | www.sec4ever.com </font></p></center>";
  32. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement