Advertisement
Avatar_Fearless

irex.am fucked by. Avatar Fearless

Aug 31st, 2012
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.76 KB | None | 0 0
  1. /*
  2. Avatar Fearless
  3. Special Thank`Z to : BOT_25
  4. Special Respect To :
  5. Leroy , MetaizM , AkaStep , MCH , XEY , BOT_25 , System_Invisible , Ferid23 , AzSecurity and All Bro*s
  6. And AlL Anti-armenia Team!
  7. And Specially Matador!
  8. */
  9.  
  10. http://www.irex.am/
  11. IREX.AM pwned
  12.  
  13. +-------------Attack Type : LFI(Local File Inclusion)-------------+
  14. ~~~~~~~~~~~~~CAT /ETC/PASSWD (Files)~~~~~~~~~~~~~
  15. # $FreeBSD: src/etc/master.passwd,v 1.40.18.1 2008/11/25 02:59:29 kensmith Exp $
  16. #
  17. root:*:0:0:Charlie &:/root:/bin/csh
  18. toor:*:0:0:Bourne-again Superuser:/root:
  19. daemon:*:1:1:Owner of many system processes:/root:/usr/sbin/nologin
  20. operator:*:2:5:System &:/:/usr/sbin/nologin
  21. bin:*:3:7:Binaries Commands and Source:/:/usr/sbin/nologin
  22. tty:*:4:65533:Tty Sandbox:/:/usr/sbin/nologin
  23. kmem:*:5:65533:KMem Sandbox:/:/usr/sbin/nologin
  24. games:*:7:13:Games pseudo-user:/usr/games:/usr/sbin/nologin
  25. news:*:8:8:News Subsystem:/:/usr/sbin/nologin
  26. man:*:9:9:Mister Man Pages:/usr/share/man:/usr/sbin/nologin
  27. sshd:*:22:22:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
  28. smmsp:*:25:25:Sendmail Submission User:/var/spool/clientmqueue:/usr/sbin/nologin
  29. mailnull:*:26:26:Sendmail Default User:/var/spool/mqueue:/usr/sbin/nologin
  30. bind:*:53:53:Bind Sandbox:/:/usr/sbin/nologin
  31. proxy:*:62:62:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin
  32. _pflogd:*:64:64:pflogd privsep user:/var/empty:/usr/sbin/nologin
  33. _dhcp:*:65:65:dhcp programs:/var/empty:/usr/sbin/nologin
  34. uucp:*:66:66:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
  35. pop:*:68:6:Post Office Owner:/nonexistent:/usr/sbin/nologin
  36. www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
  37. nobody:*:65534:65534:Unprivileged user:/nonexistent:/usr/sbin/nologin
  38. sevachh:*:1001:1001:Sevak Harutyunyan:/home/sevachh:/bin/sh
  39. mysql:*:88:88:MySQL Daemon:/nonexistent:/sbin/nologin
  40. cyrus:*:60:60:the cyrus mail server:/nonexistent:/usr/sbin/nologin
  41. courier:*:465:465:Courier Mail System:/var/spool/courier:/sbin/nologin
  42. postfix:*:125:125:Postfix Mail System:/var/spool/postfix:/usr/sbin/nologin
  43. virtual:*:1981:1981:User &:/home/virtual:/sbin/nologin
  44. webmaster:*:1982:1982:Lusine:/usr/local/www/data/irex.am:/bin/true
  45. vacation:*:65501:65501:Vacation:nonexistent:/usr/sbin/nologin
  46.  
  47. ~~~~~~~~~~~~~Path Disclosure : Local Path~~~~~~~~~~~~~
  48. /usr/local/www/data-dist/irex.am/news/
  49. ------------------------------------------------------
  50. FCK Editor
  51. Login : Parol
  52. EPDIREX:tBptk/iyOATXI
  53. get parolu qir
  54. irex.am/editor
  55. ------------------------------------------------------
  56. PostFixAdmin :
  57. phpmyadmin.irex.am
  58. Login : postfixadmin
  59. Parol : irexvh777
  60. -------------------------------------------------------
  61. //
  62. // Postfix Admin
  63. // by Mischa Peters
  64. // Copyright (c) 2002 - 2005 High5!
  65. // License Info: http://www.postfixadmin.com/?file=LICENSE.TXT
  66. //
  67. // File: config.inc.php
  68. //
  69. if (ereg ("config.inc.php", $_SERVER['PHP_SELF']))
  70. {
  71. header ("Location: login.php");
  72. exit;
  73. }
  74.  
  75. // Postfix Admin Path
  76. // Set the location to your Postfix Admin installation here.
  77. $CONF['postfix_admin_url'] = 'http://postfix-admin.irex.am/';
  78. $CONF['postfix_admin_path'] = '/usr/local/www/postfixadmin/';
  79. $CONF['default_language'] = 'en';
  80. // Database Config
  81. // mysql = MySQL 3.23 and 4.0
  82. // mysqli = MySQL 4.1
  83. // pgsql = PostgreSQL
  84. $CONF['database_type'] = 'mysql';
  85. $CONF['database_host'] = 'localhost';
  86. $CONF['database_user'] = 'postfixadmin';
  87. $CONF['database_password'] = 'irexvh777';
  88. $CONF['database_name'] = 'postfix';
  89. $CONF['database_prefix'] = '';
  90. $CONF['admin@irex.am'] = '<>';
  91. $CONF['smtp_server'] = 'localhost';
  92. $CONF['smtp_port'] = '25';
  93. $CONF['encrypt'] = 'cleartext';
  94. $CONF['generate_password'] = 'NO';
  95. $CONF['page_size'] = '20';
  96. $CONF['default_aliases'] = array (
  97. 'webmaster' => 'webmaster@irex.am'
  98. );
  99. $CONF['domain_path'] = 'YES';
  100. $CONF['domain_in_mailbox'] = 'YES';
  101. $CONF['aliases'] = '10';
  102. $CONF['mailboxes'] = '50';
  103. $CONF['maxquota'] = '0';
  104. $CONF['quota'] = 'YES';
  105. $CONF['quota_multiplier'] = '1024000';
  106. $CONF['transport'] = 'YES';
  107. $CONF['vacation'] = 'YES';
  108. $CONF['vacation_domain'] = 'autoreply.irex.am';
  109. $CONF['vacation_control'] = 'YES';
  110. $CONF['vacation_control_admin'] = 'YES';
  111. $CONF['alias_control'] = 'NO';
  112. $CONF['special_alias_control'] = 'NO';
  113. $CONF['logging'] = 'YES';
  114. $CONF['show_header_text'] = 'NO';
  115. $CONF['header_text'] = ':: Postfix Admin ::';
  116. $CONF['show_footer_text'] = 'YES';
  117. $CONF['footer_text'] = ''
  118. ;
  119. $CONF['footer_link'] = 'http://www.irex.am/';
  120. $CONF['welcome_text'] = <<Hi,
  121.  
  122. Welcome to your new account.
  123. EOM;
  124.  
  125. //
  126. // END OF CONFIG FILE
  127. //
  128. ?>
  129. -------------------------------------------------------
  130.  
  131.  
  132. phpMyAdmin "Admin" Case :
  133. phpmyadmin.irex.am
  134. login : root
  135. password : irexvh777
  136.  
  137.  
  138. -------------------------------------------------------
  139. /* $Id: config.sample.inc.php,v 2.1.2.2 2006/08/28 08:14:14 nijel Exp $ */
  140. // vim: expandtab sw=4 ts=4 sts=4:
  141.  
  142. /**
  143. * phpMyAdmin sample configuration, you can use it as base for
  144. * manual configuration. For easier setup you can use scripts/setup.php
  145. *
  146. * All directives are explained in Documentation.html and on phpMyAdmin
  147. * wiki .
  148. */
  149.  
  150. /*
  151. * This is needed for cookie based authentication to encrypt password in
  152. * cookie
  153. */
  154. $cfg['blowfish_secret'] = 'tcp'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
  155.  
  156. /*
  157. * Servers configuration
  158. */
  159. $i = 0;
  160.  
  161. /*
  162. * First server
  163. */
  164. $i++;
  165. /* Authentication type */
  166. $cfg['Servers'][$i]['auth_type'] = 'cookie';
  167. /* Server parameters */
  168. $cfg['Servers'][$i]['host'] = 'localhost';
  169. $cfg['Servers'][$i]['connect_type'] = 'tcp';
  170. $cfg['Servers'][$i]['compress'] = false;
  171. /* Select mysqli if your server has it */
  172. $cfg['Servers'][$i]['extension'] = 'mysql';
  173. /* User for advanced features */
  174. $cfg['Servers'][$i]['controluser'] = 'root';
  175. $cfg['Servers'][$i]['controlpass'] = 'irexvh777';
  176. /* Advanced phpMyAdmin features */
  177. $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
  178. $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
  179. $cfg['Servers'][$i]['relation'] = 'pma_relation';
  180. $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
  181. $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
  182. $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
  183. $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
  184. $cfg['Servers'][$i]['history'] = 'pma_history';
  185.  
  186. /*
  187. * End of servers configuration
  188. */
  189.  
  190. /*
  191. * Directories for saving/loading files from server
  192. */
  193. $cfg['UploadDir'] = '';
  194. $cfg['SaveDir'] = '';
  195.  
  196. ?>
  197. -------------------------------------------------------
  198. Extra Mail's :
  199. username password name maildir quota domain created modified active
  200. Düzenle Sil lilit@irex.am vlilit09 Lilit Voskanyan irex.am/lilit@irex.am/ 2097152000 irex.am 2008-12-26 03:46:29 2011-11-15 09:14:32 1
  201. Düzenle Sil armine@irex.am arminqw12 Armine Sahakyan irex.am/armine@irex.am/ 2097152000 irex.am 2010-09-02 04:48:43 2010-09-02 04:48:43 1
  202. Düzenle Sil anarine@irex.am nano Narine Ayvazyan irex.am/anarine@irex.am/ 2147483647 irex.am 2008-12-29 01:14:49 2010-06-09 07:06:02 1
  203. Düzenle Sil ugrad@irex.am MUSIK&*( Global Ugrad irex.am/ugrad@irex.am/ 256000000 irex.am 2010-02-08 06:35:35 2011-09-26 12:08:00 1
  204. Düzenle Sil shushanik@irex.am shushik Shushanik Karpetyan irex.am/shushanik@irex.am/ 2097152000 irex.am 2009-09-10 10:53:10 2009-09-14 15:18:03 1
  205. Düzenle Sil zhaneta@irex.am s@s3d! Zhaneta Khachatryan irex.am/zhaneta@irex.am/ 2147483647 irex.am 2008-12-29 01:23:48 2011-04-21 10:31:41 1
  206. Düzenle Sil arina@irex.am xhbNHkCvM Arina Zohrabian irex.am/arina@irex.am/ 2147483647 irex.am 2008-12-29 01:26:15 2010-12-16 21:13:21 1
  207. Düzenle Sil muskie@irex.am MUSIK&*( MUSKIE irex.am/muskie@irex.am/ 262144000 irex.am 2010-12-20 10:25:48 2011-09-26 12:06:56 1
  208. Düzenle Sil reception@irex.am lilit IREX RECEPTION irex.am/reception@irex.am/ 262144000 irex.am 2010-08-27 08:39:24 2011-08-02 04:34:25 1
  209. Düzenle Sil ariadna@irex.am Dionis1986 Ariadna Grigoryan irex.am/ariadna@irex.am/ 2097152000 irex.am 2009-12-03 10:39:48 2010-03-12 10:08:40 1
  210. Düzenle Sil marinag@irex.am hellomarina Marina Gevorgyan irex.am/marinag@irex.am/ 2097152000 irex.am 2008-12-26 03:40:04 2008-12-26 03:44:59 1
  211. Düzenle Sil mailman@irex.am irex! Mailer irex.am/mailman@irex.am/ 131072000 irex.am 2009-08-11 15:49:58 2009-08-11 15:49:58 1
  212. Düzenle Sil admin@irex.am sevachuk Sevak Harutyunyan irex.am/admin@irex.am/ 256000000 irex.am 2008-12-26 02:06:34 2009-06-12 01:38:59 1
  213. Düzenle Sil psfp@irex.am psfp1234567 PSFP irex.am/psfp@irex.am/ 1048576000 irex.am 2010-08-09 09:43:31 2010-08-09 09:43:31 1
  214. Düzenle Sil edmond@irex.am edmond789 Edmond Ghulyan irex.am/edmond@irex.am/ 1048576000 irex.am 2010-09-28 07:07:29 2010-09-28 07:07:29 1
  215. Düzenle Sil tigran@irex.am ttigran Tigran irex.am/tigran@irex.am/ 1048576000 irex.am 2011-07-22 04:40:32 2011-07-22 04:40:32 1
  216.  
  217. User's :
  218. Düzenle Sil 1 Armen Petrosyan armenpm 66dfdc2bc4146c2c7ab4879700f804
  219. Düzenle Sil 5 EPDArmenia EPDArmenia EPDArmenia IREXArmenia123!@#
  220. Düzenle Sil 4 Armen Petrosyan armenpm 66dfdc2bc4146c2c7ab4879700f804
  221. Düzenle Sil 7 viewUser viewUser viewUser 94aa9a21833ea3b96ea84059c3b803
  222. Düzenle Sil 8 viewUser viewUser viewUser 94aa9a21833ea3b96ea84059c3b803
  223.  
  224. Special PHPMYADMIN(MySQL) users :
  225. Tam Metinler Host User Password
  226. Düzenle Sil localhost root *0D9A298D714FA9B944BC3625396549810F51AC1A
  227. Düzenle Sil localhost postfixadmin *0D9A298D714FA9B944BC3625396549810F51AC1A
  228. Düzenle Sil localhost pma
  229. Düzenle Sil localhost postfix *0D9A298D714FA9B944BC3625396549810F51AC1A
  230. Düzenle Sil localhost armen *816C4727178159A7A6BC2892EE9E313730336DB5
  231.  
  232.  
  233. Open Directory :
  234. http://www.irex.am/arm/programs/
  235.  
  236. $db_hostname = 'localhost';
  237. $db_database = 'irexsite';
  238. $db_username = 'armen';
  239. $db_password = 'armen123#@!';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement