Avatar_Fearless

radiovan.am repwned (Avatar Fearless)

Jul 21st, 2012
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.62 KB | None | 0 0
  1. +-------------------------+
  2. | cat /etc/passwd |
  3. +-------------------------+
  4.  
  5. root:x:0:0:root:/root:/bin/bash
  6. bin:x:1:1:bin:/bin:/sbin/nologin
  7. daemon:x:2:2:daemon:/sbin:/sbin/nologin
  8. adm:x:3:4:adm:/var/adm:/sbin/nologin
  9. lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin
  10. sync:x:5:0:sync:/sbin:/bin/sync
  11. shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
  12. halt:x:7:0:halt:/sbin:/sbin/halt
  13. mail:x:8:12:mail:/var/spool/mail:/sbin/nologin
  14. uucp:x:10:14:uucp:/var/spool/uucp:/sbin/nologin
  15. operator:x:11:0:operator:/root:/sbin/nologin
  16. games:x:12:100:games:/usr/games:/sbin/nologin
  17. gopher:x:13:30:gopher:/var/gopher:/sbin/nologin
  18. ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin
  19. nobody:x:99:99:Nobody:/:/sbin/nologin
  20. vcsa:x:69:69:virtual console memory owner:/dev:/sbin/nologin
  21. avahi-autoipd:x:499:499:avahi-autoipd:/var/lib/avahi-autoipd:/sbin/nologin
  22. ntp:x:38:38::/etc/ntp:/sbin/nologin
  23. dbus:x:81:81:System message bus:/:/sbin/nologin
  24. polkituser:x:87:87:PolicyKit:/:/sbin/nologin
  25. pulse:x:498:498:PulseAudio System Daemon:/var/run/pulse:/sbin/nologin
  26. named:x:25:25:Named:/var/named:/sbin/nologin
  27. rpcuser:x:29:29:RPC Service User:/var/lib/nfs:/sbin/nologin
  28. nfsnobody:x:65534:495:Anonymous NFS User:/var/lib/nfs:/sbin/nologin
  29. distcache:x:94:94:Distcache:/:/sbin/nologin
  30. nscd:x:28:28:NSCD Daemon:/:/sbin/nologin
  31. tcpdump:x:72:72::/:/sbin/nologin
  32. avahi:x:497:494:avahi-daemon:/var/run/avahi-daemon:/sbin/nologin
  33. apache:x:48:48:Apache:/var/www:/sbin/nologin
  34. smolt:x:496:493:Smolt:/usr/share/smolt:/sbin/nologin
  35. mailnull:x:47:47::/var/spool/mqueue:/sbin/nologin
  36. smmsp:x:51:51::/var/spool/mqueue:/sbin/nologin
  37. torrent:x:495:492:BitTorrent Seed/Tracker:/var/lib/bittorrent:/sbin/nologin
  38. sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
  39. openvpn:x:494:491:OpenVPN:/etc/openvpn:/sbin/nologin
  40. dovecot:x:493:490:Dovecot IMAP server:/usr/libexec/dovecot:/sbin/nologin
  41. haldaemon:x:68:68:HAL daemon:/:/sbin/nologin
  42. mysql:x:27:27:MySQL Server:/var/lib/mysql:/bin/bash
  43. backuppc:x:492:489::/var/lib/BackupPC:/sbin/nologin
  44. gdm:x:42:42::/var/lib/gdm:/sbin/nologin
  45. victoria:x:500:500::/home/victoria:/bin/bash
  46. ed:x:501:501::/home/ed:/bin/bash
  47. sitemax:x:502:502::/var/www/vhosts/radiovan.am/www/:/sbin/nologin
  48. blogs:x:503:503::/var/www/vhosts/radiovan.am/blogs:/sbin/nologin
  49. rpc:x:32:32:Rpcbind Daemon:/var/lib/rpcbind:/sbin/nologin
  50. ices:x:491:487:IceS Shoutcast source:/tmp:/sbin/nologin
  51. icecast:x:490:486:icecast streaming server:/usr/share/icecast:/sbin/nologin
  52. ices0:x:489:485:IceS Shoutcast source:/:/sbin/nologin
  53. robert:x:505:505::/var/www/vhosts/radiovan.am/podcast/:/sbin/nologin
  54. sphinx:x:506:506::/home/sphinx:/sbin/nologin
  55. public:x:507:507::/var/storage/homedirs/public:/sbin/nologin
  56. rusradio:x:508:508::/var/www/vhosts/rusradio.am:/sbin/nologin
  57. radio:x:509:509::/var/storage/homedirs/radio:/sbin/nologin
  58. recieved:x:510:510::/home/recieved:/sbin/nologin
  59. webmaster:x:504:504::/home/webmaster:/bin/bash
  60. hakob:x:512:512::/home/hakob:/bin/bash
  61. vahan:x:513:513::/home/vahan:/bin/bash
  62.  
  63.  
  64. Config.php
  65.  
  66.  
  67. <?PHP
  68.  
  69. /* ====================
  70. [BEGIN_SED]
  71. File=datas/config.php
  72. Version=120
  73. Updated=2007-feb-21
  74. Type=Config
  75. Author=Gaz
  76. Description=Configuration
  77. [END_SED]
  78. ==================== */
  79.  
  80. // ========================
  81. // MySQL database parameters. Change to fit your host.
  82. // ========================
  83. set_magic_quotes_runtime(0);
  84. ini_set('magic_quotes_gpc','Off');
  85.  
  86. error_reporting(E_ALL);
  87. $cfg['flashcache'] = '_01';
  88.  
  89. $cfg['mysqlhost'] = 'localhost'; // Database host URL
  90. $cfg['mysqluser'] = 'radiovan'; // Database user
  91. $cfg['mysqlpassword'] = 'Vdf84Mffd2'; // Database password
  92. $cfg['mysqldb'] = 'radiovan';
  93.  
  94. // ========================
  95. // Default skin and default language
  96. // ========================
  97. $cfg['mainpage'] = 'about'; // Default page alias
  98. $cfg['defaultskin'] = 'main'; // Default skin code. Be SURE it's pointing to a valid folder in /skins/... !!
  99. $cfg['defaultlang'] = 'ru'; // Default language code
  100. $cfg['defaultpage'] = 'home';
  101.  
  102. $langpriority = array('en'=>0,'am'=>1,'ru'=>2);
  103. define('started',2003);
  104. define('ipp',10); // items per page for admin
  105. // ========================
  106. // More settings
  107. // Should work fine in most of cases.
  108. // If you don't know, don't change.
  109. // TRUE = enabled / FALSE = disabled
  110. // ========================
  111.  
  112. $cfg['sqldb'] = 'mysql'; // Type of the database engine.
  113. $cfg['authmode'] = 3; // (1:cookies, 2:sessions, 3:cookies+sessions) default=3
  114. $cfg['redirmode'] = FALSE; // 0 or 1, Set to '1' if you cannot sucessfully log in (IIS servers)
  115. $cfg['xmlclient'] = FALSE; // For testing-purposes only, else keep it off.
  116. $cfg['ipcheck'] = TRUE; // Will kill the logged-in session if the IP has changed
  117. $cfg['allowphp_override'] = TRUE; // General lock for execution of the PHP code by the core
  118.  
  119. // ========================
  120. // Name of MySQL tables
  121. // (OPTIONAL, if missing, engine will set default values)
  122. // Only change the "sed" part if you'd like to
  123. // make 2 separated install in the same database.
  124. // or you'd like to share some tables between 2 sites.
  125. // Else do not change.
  126. // ========================
  127.  
  128. $db_auth = 'sed_auth';
  129. $db_banlist = 'sed_banlist';
  130. $db_cache = 'sed_cache';
  131. $db_com = 'sed_com';
  132. $db_core = 'sed_core';
  133. $db_dealers = 'sed_dealers';
  134. $db_articles = 'sed_articles';
  135. $db_vacancies = 'sed_vacancies';
  136. $db_config = 'sed_config';
  137. $db_forum_posts = 'sed_forum_posts';
  138. $db_forum_sections = 'sed_forum_sections';
  139. $db_forum_structure = 'sed_forum_structure';
  140. $db_forum_topics = 'sed_forum_topics';
  141. $db_groups = 'sed_groups';
  142. $db_groups_users = 'sed_groups_users';
  143. $db_logger = 'sed_logger';
  144. $db_online = 'sed_online';
  145. $db_pages = 'sed_pages';
  146. $db_pfs = 'sed_pfs';
  147. $db_pfs_folders = 'sed_pfs_folders';
  148. $db_plugins = 'sed_plugins';
  149. $db_pm = 'sed_pm';
  150. $db_polls = 'sed_polls';
  151. $db_polls_options = 'sed_polls_options';
  152. $db_polls_voters = 'sed_polls_voters';
  153. $db_rated = 'sed_rated';
  154. $db_ratings = 'sed_ratings';
  155. $db_referers = 'sed_referers';
  156. $db_smilies = 'sed_smilies';
  157. $db_shop_category = 'sed_shop_category';
  158. $db_shop_product = 'sed_shop_product';
  159. $db_stats = 'sed_stats';
  160. $db_structure = 'sed_structure';
  161. $db_trash = 'sed_trash';
  162. $db_users = 'sed_users';
  163. $db_ems_zones = 'sed_ems_zones';
  164. $db_ems_tarifs = 'sed_ems_tarifs';
  165. $db_pi_region = 'sed_pi_regions';
  166. $db_pi_cities = 'sed_pi_cities';
  167. $db_pi_pos = 'sed_pi_pos';
  168. $db_pi_streets = 'sed_pi_streets';
  169. $db_news = 'sed_news';
  170. $db_links = 'sed_links';
  171. $db_artists = 'sed_artists';
  172. $db_videos = 'sed_videos';
  173. $db_audios = 'sed_audios';
  174. $db_gallery = 'sed_gallery';
  175. $db_categories = 'sed_categories';
  176. $db_products = 'sed_products';
  177. $db_galleries = 'sed_zgalleries';
  178. $db_galimages = 'sed_zgalleriesentries';
  179. $db_videos = 'sed_videos';
  180. $db_videositems = 'sed_videositems';
  181. $db_zpages = 'sed_zpages';
  182. $db_znews = 'sed_znews';
  183. $db_zalnews = 'sed_zalnews';
  184. $db_ztravelogues = 'sed_ztravelogues';
  185. $db_zevents = 'sed_zevents';
  186. $db_zbb = 'sed_zbb';
  187. $db_zlinks = 'sed_zlinks';
  188. $db_zhelptips = 'sed_zhelptips';
  189. $db_znews = 'sed_znews';
  190. $db_znewsentries = 'sed_znewsentries';
  191. $db_zvotesentries = 'sed_zvotesentries';
  192. $db_zvotes = 'sed_zvotes';
  193. $db_zvacanciesentries = 'sed_zvacanciesentries';
  194. $db_zvacancies = 'sed_zvacancies';
  195. $db_znewsentries = 'sed_znewsentries';
  196. $db_znews = 'sed_znews';
  197. $db_guestgalimages = 'sed_zguestgalleriesentries';
  198. $db_zawards = 'sed_zawards';
  199.  
  200. $adminmenuarray = array(
  201. 'en' => array(
  202. 'Settings'=>'admin.php?m=config&amp;n=edit&amp;o=core&amp;p=main',
  203. 'News'=>'admin.php?m=tools&amp;p=z_newsedit&amp;a=clp&amp;pid=1',
  204. 'Radio news'=>'admin.php?m=tools&amp;p=z_newsedit&amp;a=clp&amp;pid=2',
  205. 'New music'=>'admin.php?m=tools&amp;p=mediaedit&amp;a=clp&amp;pid=1',
  206. 'Free music'=>'admin.php?m=tools&amp;p=mediaedit&amp;a=clp&amp;pid=2',
  207. 'Kitchen'=>'admin.php?m=tools&amp;p=mediaedit&amp;a=clp&amp;pid=3',
  208. 'Top10'=>'admin.php?m=tools&amp;p=z_top10edit&amp;a=clp&amp;pid=1',
  209. 'VJ voting'=>'admin.php?m=tools&amp;p=z_top10edit&amp;a=clp&amp;pid=2',
  210. //'Guests'=>'admin.php?m=tools&amp;p=z_guestgalleriesedit',
  211. 'Staff'=>'admin.php?m=tools&amp;p=z_staffsedit',
  212. 'Projects'=>'admin.php?m=tools&amp;p=projectsedit',
  213. 'Awards'=>'admin.php?m=tools&amp;p=z_awardsedit',
  214. 'Image galleries'=>'admin.php?m=tools&amp;p=z_galleriesedit',
  215. 'Questioning'=>'admin.php?m=tools&amp;p=voteedit',
  216. 'Runing string'=>'admin.php?m=tools&amp;p=marqueeedit&amp;a=clp&amp;pid=1',
  217. 'Banners'=>'admin.php?m=tools&amp;p=z_bannersedit',
  218. 'Contacts'=>'admin.php?m=config&amp;n=edit&amp;o=plug&amp;p=z_feedback',
  219. 'File manager'=>'pfs.php',
  220. 'Constants'=>'admin.php?m=tools&amp;p=z_constantsedit',
  221. 'Sitemap&nbsp;Editor'=>'admin.php?m=tools&amp;p=z_sitemapedit',
  222. 'Plugins'=>'admin.php?m=plug',
  223. ),
  224. 'ru' => array(
  225. 'Настройки'=>'admin.php?m=config&amp;n=edit&amp;o=core&amp;p=main',
  226. 'Новости'=>'admin.php?m=tools&amp;p=z_newsedit&amp;a=clp&amp;pid=1',
  227. 'Новости радио'=>'admin.php?m=tools&amp;p=z_newsedit&amp;a=clp&amp;pid=2',
  228. 'Новая музыка'=>'admin.php?m=tools&amp;p=mediaedit&amp;a=clp&amp;pid=1',
  229. 'Халява'=>'admin.php?m=tools&amp;p=mediaedit&amp;a=clp&amp;pid=2',
  230. 'Кухня'=>'admin.php?m=tools&amp;p=mediaedit&amp;a=clp&amp;pid=3',
  231. 'Топ 10'=>'admin.php?m=tools&amp;p=z_top10edit&amp;a=clp&amp;pid=1',
  232. 'VJ голосования'=>'admin.php?m=tools&amp;p=z_top10edit&amp;a=clp&amp;pid=2',
  233. //'Гости'=>'admin.php?m=tools&amp;p=z_guestgalleriesedit&amp;a=clp&amp;pid=1',
  234. 'Сотрудники'=>'admin.php?m=tools&amp;p=z_staffsedit',
  235. 'Проекты'=>'admin.php?m=tools&amp;p=projectsedit',
  236. 'Награды'=>'admin.php?m=tools&amp;p=z_awardsedit',
  237. 'Галереи'=>'admin.php?m=tools&amp;p=z_galleriesedit',
  238. 'Опрос'=>'admin.php?m=tools&amp;p=voteedit',
  239. 'Бегушая строка'=>'admin.php?m=tools&amp;p=marqueeedit&amp;a=clp&amp;pid=1',
  240. 'Баннеры'=>'admin.php?m=tools&amp;p=z_bannersedit',
  241. 'Контакты'=>'admin.php?m=config&amp;n=edit&amp;o=plug&amp;p=z_feedback',
  242. 'Константы'=>'admin.php?m=tools&amp;p=z_constantsedit',
  243. 'Загрузки'=>'pfs.php',
  244. 'Страницы'=>'admin.php?m=tools&amp;p=z_sitemapedit',
  245. 'Дополнения'=>'admin.php?m=plug',
  246. )
  247. );
  248.  
  249. $langnames = array(
  250. 'en'=>'English',
  251. 'ru'=>'Russian',
  252. 'am'=>'Armenian',
  253. );
  254. $month_array['en'] =array(
  255. '01' => 'January',
  256. '02' => 'February',
  257. '03' => 'March',
  258. '04' => 'April',
  259. '05' => 'May',
  260. '06' => 'June',
  261. '07' => 'July',
  262. '08' => 'August',
  263. '09' => 'September',
  264. '10' => 'October',
  265. '11' => 'November',
  266. '12' => 'December',
  267. );
  268. $month_array['ru'] =array(
  269. '01' => 'Январь',
  270. '02' => 'Февраль',
  271. '03' => 'Март',
  272. '04' => 'Апрель',
  273. '05' => 'Май',
  274. '06' => 'Июнь',
  275. '07' => 'Июль',
  276. '08' => 'Август',
  277. '09' => 'Сентябрь',
  278. '10' => 'Октябрь',
  279. '11' => 'Ноябрь',
  280. '12' => 'Декабрь',
  281. );
  282.  
  283. ?>
  284.  
  285.  
  286. + rmned!!!
  287. Deleted Files!(not all)
  288.  
  289. Some Captcha From SQL + Information :
  290.  
  291.  
  292. id login password access_level is_active fname lname email country city sex
  293. 1 admin 1a1dc91c907325c69271ddf0c944bc72 9 1 Admin Adminyan [email protected] Armenia Yerevan 1
  294. 8 [email protected] b2ca678b4c936f905fb82f2733f5297f 1 1 Edgar asd [email protected] null null 1
  295. 5 [email protected] 099b3b060154898840f0ebdfb46ec78f 1 1 aaa sdsd [email protected] qwe qwe 1
  296. 9 root 47bce5c74f589f4867dbd57e9ca9f808 1 1 Edo fdssdf root asd dsa 1
  297. 28 [email protected] 76d80224611fc919a5d54f0ff9fba446 1 1 fg h sgsdfgsg [email protected] dsf qwe 1
  298.  
  299.  
  300. Image :
  301. http://s019.radikal.ru/i641/1207/73/f910dc351654.png
  302.  
  303. SQL Dumped :
  304. (Test)
  305. http://pastebin.com/x0Xd07Qi
  306. SQL Dumped :
  307. (Radiovan)[Download]
  308. http://www.share.az/mspu1sp9ovw2/radiovansql.txt.html
  309.  
  310. Backup (Weekly + Daily)
  311. [download] :
  312. http://www.share.az/rdpsb532ibg3/Backup.rar.html
  313.  
  314. 0day by. Avatar Fearless
  315. _____ __
  316. / _ \___ _______ _/ |______ _______
  317. / /_\ \ \/ /\__ \\ __\__ \\_ __ \
  318. / | \ / / __ \| | / __ \| | \/
  319. \____|__ /\_/ (____ /__| (____ /__|
  320. \/ \/ \/
  321.  
  322. Special Thank`Z To : AkaStep & The Chaos M0M!K
  323. R3SP3CT T0 : ALL MY Bro*S
  324. ___ __ _ _ ____ ___ _____
  325. / _ | ___ / /_(_)______ _______ _ ___ ___ (_)__ _ / __ \/ _ \/ ___/
  326. / __ |/ _ \/ __/ /___/ _ `/ __/ ' \/ -_) _ \/ / _ `// /_/ / , _/ (_ /
  327. /_/ |_/_//_/\__/_/ \_,_/_/ /_/_/_/\__/_//_/_/\_,_(_)____/_/|_|\___/
  328.  
  329. More Information Cooming Soon! http://radiovan.am R3FUCK3D!!!
Advertisement
Add Comment
Please, Sign In to add comment