Advertisement
Ribang

Proxy By Root

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