Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hello walkers
- When I tried TO Bypass My Commande Injection Trick Or Cahllange From http://root-me.org
- I tried To Use Localhost Commande To find Some Targets And Files So I Hope This's Not fake detaits :)
- 127.0.0.1
- PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
- 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.044 ms
- 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.029 ms
- 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.029 ms
- --- 127.0.0.1 ping statistics ---
- 3 packets transmitted, 3 received, 0% packet loss, time 1998ms
- rtt min/avg/max/mdev = 0.029/0.034/0.044/0.007 ms
- # This file has been automatically moved from your previous
- # /etc/mysql/my.cnf, with just this comment added at the top, to maintain MySQL
- # operation using your previously customised configuration.
- # To switch to the new packaging configuration for automated management of
- # /etc/mysql/my.cnf across multiple variants:
- #
- # 1. Move your customisations from this file to /etc/mysql/conf.d/ and
- # to /etc/mysql/.conf.d/ as appropriate.
- # 2. Run "update-alternatives --remove my.cnf /etc/mysql/my.cnf.migrated"
- # 3. Remove the file /etc/mysql/my.cnf.migrated
- # This is an example of a my.cnf file for mysqld_multi.
- # Usually this file is located in home dir ~/.my.cnf or /etc/my.cnf
- #
- # SOME IMPORTANT NOTES FOLLOW:
- #
- # 1.COMMON USER
- #
- # Make sure that the MySQL user, who is stopping the mysqld services, has
- # the same password to all MySQL servers being accessed by mysqld_multi.
- # This user needs to have the 'Shutdown_priv' -privilege, but for security
- # reasons should have no other privileges. It is advised that you create a
- # common 'multi_admin' user for all MySQL servers being controlled by
- # mysqld_multi. Here is an example how to do it:
- #
- # GRANT SHUTDOWN ON *.* TO multi_admin@localhost IDENTIFIED BY 'password'
- #
- # You will need to apply the above to all MySQL servers that are being
- # controlled by mysqld_multi. 'multi_admin' will shutdown the servers
- # using 'mysqladmin' -binary, when 'mysqld_multi stop' is being called.
- #
- # 2.PID-FILE
- #
- # If you are using mysqld_safe to start mysqld, make sure that every
- # MySQL server has a separate pid-file. In order to use mysqld_safe
- # via mysqld_multi, you need to use two options:
- #
- # mysqld=/path/to/mysqld_safe
- # ledir=/path/to/mysqld-binary/
- #
- # ledir (library executable directory), is an option that only mysqld_safe
- # accepts, so you will get an error if you try to pass it to mysqld directly.
- # For this reason you might want to use the above options within [mysqld#]
- # group directly.
- #
- # 3.DATA DIRECTORY
- #
- # It is NOT advised to run many MySQL servers within the same data directory.
- # You can do so, but please make sure to understand and deal with the
- # underlying caveats. In short they are:
- # - Speed penalty
- # - Risk of table/data corruption
- # - Data synchronising problems between the running servers
- # - Heavily media (disk) bound
- # - Relies on the system (external) file locking
- # - Is not applicable with all table types. (Such as InnoDB)
- # Trying so will end up with undesirable results.
- #
- # 4.TCP/IP Port
- #
- # Every server requires one and it must be unique.
- #
- # 5.[mysqld#] Groups
- #
- # In the example below the first and the fifth mysqld group was
- # intentionally left out. You may have 'gaps' in the config file. This
- # gives you more flexibility.
- #
- # 6.MySQL Server User
- #
- # You can pass the user=... option inside [mysqld#] groups. This
- # can be very handy in some cases, but then you need to run mysqld_multi
- # as UNIX root.
- #
- # 7.A Start-up Manage Script for mysqld_multi
- #
- # In the recent MySQL distributions you can find a file called
- # mysqld_multi.server.sh. It is a wrapper for mysqld_multi. This can
- # be used to start and stop multiple servers during boot and shutdown.
- #
- # You can place the file in /etc/init.d/mysqld_multi.server.sh and
- # make the needed symbolic links to it from various run levels
- # (as per Linux/Unix standard). You may even replace the
- # /etc/init.d/mysql.server script with it.
- #
- # Before using, you must create a my.cnf file either in /usr/my.cnf
- # or /root/.my.cnf and add the [mysqld_multi] and [mysqld#] groups.
- #
- # The script can be found from support-files/mysqld_multi.server.sh
- # in MySQL distribution. (Verify the script before using)
- #
- [client]
- port = 3306
- socket = /var/run/mysqld/mysqld.sock
- [mysqld_safe]
- socket = /var/run/mysqld/mysqld.sock
- nice = 0
- [mysqld]
- #
- # * Basic Settings
- #
- user = mysql
- #pid-file = /var/run/mysqld/mysqld.pid
- socket = /var/run/mysqld.sock
- port = 3306
- basedir = /usr
- datadir = /var/lib/mysql
- tmpdir = /tmp
- lc-messages-dir = /usr/share/mysql
- skip-external-locking
- #
- # Instead of skip-networking the default is now to listen only on
- # localhost which is more compatible and is not less secure.
- bind-address = 127.0.0.1
- # mysql can only bind to one address, so remove previous line and uncomment
- # this one when ready for the futur (IPv6 is almost always tried first anyway
- # so this changes perfectly makes sens)
- #bind-address = ::1
- #
- # * Fine Tuning
- #
- # Obsolete key_buffer option renamed to key_buffer_size by maintainer script
- key_buffer_size = 16M
- max_allowed_packet = 16M
- thread_stack = 192K
- thread_cache_size = 8
- # This replaces the startup script and checks MyISAM tables if needed
- # the first time they are touched
- # Obsolete myisam-recover option renamed to myisam_recover_options by maintainer script
- myisam_recover_options = BACKUP
- #max_connections = 100
- #table_cache = 64
- #thread_concurrency = 10
- #
- # * Query Cache Configuration
- #
- query_cache_limit = 1M
- query_cache_size = 16M
- #
- # * Logging and Replication
- #
- # Both location gets rotated by the cronjob.
- # Be aware that this log type is a performance killer.
- # As of 5.1 you can enable the log at runtime!
- #general_log_file = /var/log/mysql/mysql.log
- #general_log = 1
- #
- # Error log - should be very few entries.
- #
- log_error = /var/log/mysql/error.log
- #
- # Here you can see queries with especially long duration
- #log_slow_queries = /var/log/mysql/mysql-slow.log
- #long_query_time = 2
- #log-queries-not-using-indexes
- #
- # The following can be used as easy to replay backup logs or for replication.
- # note: if you are setting up a replication slave, see README.Debian about
- # other settings you may need to change.
- #server-id = 1
- #log_bin = /var/log/mysql/mysql-bin.log
- expire_logs_days = 10
- max_binlog_size = 100M
- #binlog_do_db = include_database_name
- #binlog_ignore_db = include_database_name
- #
- # * InnoDB
- #
- # InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
- # Read the manual for more InnoDB related options. There are many!
- #
- # * Security Features
- #
- # Read the manual, too, if you want chroot!
- # chroot = /var/lib/mysql/
- #
- # For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
- #
- # ssl-ca=/etc/mysql/cacert.pem
- # ssl-cert=/etc/mysql/server-cert.pem
- # ssl-key=/etc/mysql/server-key.pem
- [mysqldump]
- quick
- quote-names
- max_allowed_packet = 16M
- [mysql]
- #no-auto-rehash # faster start of mysql but no tab completition
- [isamchk]
- # Obsolete key_buffer option renamed to key_buffer_size by maintainer script
- key_buffer_size = 16M
- [mysqld_multi]
- mysqld = /usr/bin/mysqld_safe
- mysqladmin = /usr/bin/mysqladmin
- user = multi_admin
- password = dOd7A3hQpxlPZWW
- log = /var/log/mysql/mysqld_multi.log
- ################################
- # liste des instances mysql
- ################################
- # FIXME : en accès par TCP/IP, on tombe toujours sur l'instance par défaut (ex: 57010 arrive sur mysqld1...). Pour accéder à une instance spécifique, il faut utiliser la socket uniquement.
- [mysqld@01]
- # default mysql instance
- socket = /var/run/mysqld/mysqld.sock
- port = 3306
- pid-file = /var/run/mysqld/mysqld.pid
- datadir = /var/lib/mysql
- user = mysql
- log-error = /var/log/mysql/mysqld1.error.log
- [mysqld@02]
- # challenge realiste ch10
- socket = /var/run/mysqld/mysqld2-realiste-ch10.sock
- port = 57010
- pid-file = /var/run/mysqld/mysqld2-realiste-ch10.pid
- datadir = /var/lib/mysql-realiste-ch10
- user = mysql
- # restrict load_file
- secure_file_priv = /challenge/realiste/ch10/
- log-error = /var/log/mysql/mysqld2.error.log
- [mysqld@03]
- # challenge web-serveur ch31
- socket = /var/run/mysqld/mysqld3-web-serveur-ch31.sock
- port = 50031
- pid-file = /var/run/mysqld/mysqld3-web-serveur-ch31.pid
- datadir = /var/lib/mysql-web-serveur-ch31
- user = mysql
- # restrict load_file
- secure_file_priv = /challenge/web-serveur/ch31/
- log-error = /var/log/mysql/mysqld3.error.log
- #
- # * IMPORTANT: Additional settings that can override those from this file!
- # The files must end with '.cnf', otherwise they'll be ignored.
- #
- !includedir /etc/mysql/conf.d/
- ********
- drwxr-xr-x 2 root root 4096 Apr 5 2016 ODBCDataSources
- drwxr-xr-x 9 root root 4096 Feb 5 12:36 X11
- drwxr-xr-x 3 root root 4096 Feb 5 12:39 acpi
- -rw-r--r-- 1 root root 2981 Jul 23 2014 adduser.conf
- -rw-r--r-- 1 root root 121 Mar 10 12:23 aliases
- -rw-r--r-- 1 root root 12288 Mar 10 12:23 aliases.db
- drwxr-xr-x 2 root root 32768 Feb 27 04:10 alternatives
- drwxr-xr-x 9 root root 4096 Feb 26 11:44 apache2
- drwxr-xr-x 3 root root 4096 Feb 22 2015 apm
- drwxr-xr-x 3 root root 4096 Feb 26 08:43 apparmor
- drwxr-xr-x 9 root root 4096 Mar 3 13:51 apparmor.d
- drwxr-xr-x 6 root root 4096 Mar 3 11:12 apt
- drwxr-xr-x 2 root root 4096 Feb 5 12:39 at-spi2
- -rw-r----- 1 root daemon 144 Oct 21 2013 at.deny
- drwxr-x--- 3 root root 4096 Feb 26 08:44 audisp
- drwxr-x--- 3 root root 4096 Feb 26 08:44 audit
- -rw-r--r-- 1 root root 3115 Apr 3 04:08 banner
- -rw-r--r-- 1 root root 2188 May 16 2017 bash.bashrc
- -rw-r--r-- 1 root root 45 Mar 22 2014 bash_completion
- drwxr-xr-x 2 root root 4096 Feb 26 08:43 bash_completion.d
- drwxr-sr-x 3 root bind 4096 Feb 5 12:40 bind
- -rw-r--r-- 1 root root 367 Jan 27 2016 bindresvport.blacklist
- drwxr-xr-x 2 root root 4096 Oct 27 12:11 binfmt.d
- drwxr-xr-x 2 root root 4096 Feb 5 12:40 byobu
- drwxr-xr-x 3 root root 4096 Feb 22 2015 ca-certificates
- -rw-r--r-- 1 root root 9624 Oct 3 06:52 ca-certificates.conf
- -rw-r--r-- 1 root root 8948 Feb 25 2016 ca-certificates.conf.dpkg-old
- drwxr-xr-x 2 root root 4096 Feb 5 12:38 calendar
- -rw-r----- 1 root root 221 Mar 5 2017 cgconfig.conf
- -rw-r----- 1 root root 71 Mar 23 15:16 cgrules.conf
- drwxr-s--- 2 root dip 4096 Feb 5 12:44 chatscripts
- drwxr-xr-x 2 root root 4096 Feb 5 12:44 console-setup
- drwxr-xr-x 2 root root 4096 Mar 10 13:07 cron.d
- drwxr-xr-x 2 root root 4096 Feb 26 08:41 cron.daily
- drwxr-xr-x 2 root root 4096 Feb 5 12:36 cron.hourly
- drwxr-xr-x 2 root root 4096 Feb 5 12:36 cron.monthly
- drwxr-xr-x 2 root root 4096 Feb 26 08:41 cron.weekly
- -rw-r--r-- 1 root root 1033 Feb 23 2015 crontab
- drwxr-xr-x 3 root root 4096 Feb 22 2015 cruft
- drwxr-xr-x 4 root root 4096 Feb 5 12:36 dbus-1
- -rw-r--r-- 1 root root 2969 Feb 23 2014 debconf.conf
- -rw-r--r-- 1 root root 12 Apr 30 2015 debian_version
- drwxr-xr-x 3 root root 4096 Mar 10 10:15 default
- -rw-r--r-- 1 root root 604 Nov 7 2013 deluser.conf
- drwxr-xr-x 2 root root 4096 Feb 5 12:36 depmod.d
- drwxr-xr-x 4 root root 4096 Mar 3 13:52 dhcp
- drwxr-xr-x 2 root root 4096 Feb 7 13:05 dictionaries-common
- drwxr-xr-x 3 root root 4096 Feb 5 12:40 dkms
- drwxr-xr-x 4 root root 4096 Feb 5 12:40 dpkg
- -rw-r--r-- 1 root root 9129 Jan 13 09:41 drirc
- drwxr-xr-x 3 root root 4096 Feb 7 13:05 emacs
- -rw-r--r-- 1 root root 96 Jul 23 2014 environment
- drwxr-xr-x 12 root root 4096 Mar 17 08:56 etckeeper
- drwxr-xr-x 4 root root 4096 Feb 5 12:36 fonts
- drwxr-xr-x 2 root root 4096 Feb 7 13:22 freetds
- -rw-r--r-- 1 root root 619 Mar 5 11:53 fstab
- -rw-r--r-- 1 root mysql 280 May 24 2013 fuse.conf
- -rw-r--r-- 1 root root 2584 Oct 10 2012 gai.conf
- drwxr-x--- 4 root webssh 4096 Mar 9 2017 gateone
- drwxr-xr-x 2 root root 4096 Feb 5 12:38 gdb
- drwxr-xr-x 3 root root 4096 Jun 5 2015 ghostscript
- drwxr-xr-x 2 root root 4096 Feb 5 12:38 groff
- -rw-r--r-- 1 root root 2307 Mar 10 17:39 group
- -rw------- 1 root root 2290 Mar 10 17:39 group-
- -rw-r--r-- 1 root root 2064 Feb 5 12:31 group.org
- drwxr-xr-x 2 root root 4096 Feb 26 08:43 grub.d
- -rw-r----- 1 root shadow 1530 Mar 10 17:39 gshadow
- -rw------- 1 root root 1513 Mar 10 17:39 gshadow-
- drwxr-xr-x 3 root root 4096 Feb 5 12:31 gss
- drwxr-xr-x 2 root root 4096 Feb 5 12:40 gtk-2.0
- -rw-r--r-- 1 root root 4781 Nov 15 2013 hdparm.conf
- -rw-r--r-- 1 root root 110 Mar 22 2017 host.conf
- -rw-r--r-- 1 root root 12 Feb 22 2015 hostname
- -rw-r--r-- 1 root root 378 Feb 26 18:51 hosts
- -rw-r--r-- 1 root root 411 Feb 22 2015 hosts.allow
- -rw-r--r-- 1 root root 711 Feb 22 2015 hosts.deny
- drwxr-xr-x 2 root root 4096 Feb 5 12:44 icedtea-web
- drwxr-xr-x 3 root root 4096 Feb 22 2015 ifplugd
- drwxr-xr-x 2 root root 12288 Mar 20 06:16 init
- drwxr-xr-x 2 root root 4096 Mar 20 06:16 init.d
- drwxr-xr-x 5 root root 4096 Feb 5 12:36 initramfs-tools
- -rw-r--r-- 1 root root 1721 Mar 28 2014 inputrc
- drwxr-xr-x 3 root root 4096 Feb 22 2015 insserv
- -rw-r--r-- 1 root root 771 May 19 2013 insserv.conf
- drwxr-xr-x 2 root root 4096 Feb 26 08:43 insserv.conf.d
- drwxr-xr-x 2 root root 4096 Feb 5 12:36 iproute2
- drwxr-xr-x 2 root root 4096 Feb 22 2015 iscsi
- -rw-r--r-- 1 root root 26 Feb 20 09:44 issue
- -rw-r--r-- 1 root root 319 Apr 3 04:08 issue.net
- -rw-r--r-- 1 root root 19 Feb 20 09:44 issue.net.dpkg-dist
- drwxr-xr-x 5 root root 4096 Feb 16 2017 java-6-openjdk
- drwxr-xr-x 3 root root 4096 Oct 20 2016 java-8-oracle
- drwxr-xr-x 2 root root 4096 Feb 5 12:45 kbd
- drwxr-xr-x 6 root root 4096 Feb 5 12:34 kernel
- -rw-r--r-- 1 root root 144 Feb 22 2015 kernel-img.conf
- -rw-r--r-- 1 root root 60671 Mar 30 06:20 ld.so.cache
- -rw-r--r-- 1 root root 34 Jul 23 2014 ld.so.conf
- drwxr-xr-x 2 root root 4096 Feb 5 12:53 ld.so.conf.d
- drwxr-xr-x 5 root root 4096 Feb 7 10:42 ldap
- -rw-r--r-- 1 root root 49 Jan 25 2013 ldapvi.conf
- -rw-r--r-- 1 root root 0 Apr 3 04:08 legal
- -rw-r--r-- 1 root root 191 Dec 4 2013 libaudit.conf
- drwxr-xr-x 2 root root 4096 Feb 5 12:40 libnl-3
- drwxr-xr-x 4 root root 4096 Apr 24 2015 lighttpd
- -rw-r--r-- 1 root root 2995 Jan 15 03:48 locale.alias
- -rw-r--r-- 1 root root 9149 Feb 5 12:36 locale.gen
- lrwxrwxrwx 1 root root 32 Feb 5 12:34 localtime -> /usr/share/zoneinfo/Europe/Paris
- drwxr-xr-x 5 root root 4096 Feb 22 2015 logcheck
- -rw-r--r-- 1 root root 10551 Feb 17 2014 login.defs
- -rw-r--r-- 1 root root 703 Jan 22 2014 logrotate.conf
- drwxr-xr-x 2 root root 4096 Mar 20 06:16 logrotate.d
- -rw-r--r-- 1 root root 105 Feb 20 09:43 lsb-release
- -rw-r--r-- 1 root root 14867 May 10 2014 ltrace.conf
- drwxr-xr-x 4 root root 4096 Feb 5 12:44 lvm
- -r--r--r-- 1 root root 33 Feb 5 12:30 machine-id
- -rw-r--r-- 1 root root 111 Apr 3 2014 magic
- -rw-r--r-- 1 root root 111 Apr 3 2014 magic.mime
- -rw-r--r-- 1 root root 4205 Mar 3 13:51 mailcap
- -rw-r--r-- 1 root root 449 May 13 2013 mailcap.order
- -rw-r--r-- 1 root root 5170 Nov 7 2015 manpath.config
- -rw-r--r-- 1 root root 24241 Oct 30 2015 mime.types
- -rw-r--r-- 1 root root 967 Oct 30 2015 mke2fs.conf
- drwxr-xr-x 2 root root 4096 Feb 26 08:44 modprobe.d
- -rw-r--r-- 1 root root 198 Feb 5 12:36 modules
- drwxr-xr-x 2 root root 4096 Feb 6 06:42 modules-load.d
- -rw-r--r-- 1 root root 125749 Jun 17 2011 moduli
- -rw-r--r-- 1 root root 2382 Jan 8 2017 mongodb.conf
- drwxr-xr-x 6 root root 4096 Feb 7 13:02 mono
- lrwxrwxrwx 1 root root 19 Jul 2 2017 mtab -> ../proc/self/mounts
- drwxr-xr-x 4 root root 4096 Mar 10 18:13 mysql
- -rw-r--r-- 1 root root 1911 May 1 2012 nail.rc
- -rw-r--r-- 1 root root 8338 Feb 15 2017 nanorc
- drwxr-xr-x 7 root root 4096 Mar 17 10:29 network
- -rw-r--r-- 1 root root 82 Feb 22 2015 networks
- drwxr-xr-x 2 root root 4096 Feb 5 12:38 newt
- drwxr-x--- 6 root root 4096 Feb 5 12:37 nginx
- -rw-r--r-- 1 root root 502 Feb 7 19:01 nsswitch.conf
- -rw-r--r-- 1 root root 0 Apr 5 2016 odbc.ini
- -rw-r--r-- 1 root root 0 Feb 7 13:25 odbcinst.ini
- drwxr-xr-x 2 root root 4096 Jul 23 2014 opt
- drwxr-xr-x 2 root root 4096 Feb 5 12:46 oracle-java9-jdk
- lrwxrwxrwx 1 root root 21 Feb 20 09:44 os-release -> ../usr/lib/os-release
- -rw-r--r-- 1 root root 552 Jan 31 2014 pam.conf
- drwxr-xr-x 2 root root 4096 Feb 26 08:44 pam.d
- -rw-r--r-- 1 root root 4150 Feb 5 12:38 passwd
- -rw------- 1 root root 4150 Feb 5 12:38 passwd-
- -rw-r--r-- 1 root root 3948 Feb 5 12:31 passwd.org
- drwxr-xr-x 2 root root 4096 Feb 27 04:10 pear
- -rw-r----- 1 root root 1104 Feb 27 15:26 pear.conf
- drwxr-xr-x 4 root root 4096 Feb 5 12:30 perl
- drwxr-xr-x 3 root root 4096 Feb 5 12:35 php
- lrwxrwxrwx 1 root root 45 Feb 27 2015 php-fpm.conf -> /opt/phpfarm/inst/php-5.2.17/etc/php-fpm.conf
- -rw-r--r-- 1 root root 21553 Feb 27 15:26 php-fpm.conf.default
- drwxr-xr-x 5 root root 4096 Feb 7 18:22 php5
- drwxr-xr-x 3 root root 4096 Feb 22 2015 pm
- drwxr-xr-x 5 root root 4096 Feb 22 2015 polkit-1
- -rw-r--r-- 1 root root 350 Feb 22 2015 popularity-contest.conf
- drwxr-xr-x 3 root root 4096 Mar 10 11:29 postfix
- drwxr-xr-x 4 root root 4096 Feb 5 12:43 postgresql
- drwxr-xr-x 3 root root 4096 Feb 5 12:43 postgresql-common
- drwxr-xr-x 8 root root 4096 Feb 5 12:44 ppp
- -rw-r--r-- 1 root root 676 May 1 2015 profile
- drwxr-xr-x 2 root root 4096 Apr 3 04:08 profile.d
- -rw-r--r-- 1 root root 2932 Dec 30 2013 protocols
- drwxr-xr-x 2 root root 4096 Feb 5 12:40 pulse
- drwxr-xr-x 2 root root 4096 Feb 22 2015 python
- drwxr-xr-x 2 root root 4096 Feb 5 12:32 python2.7
- drwxr-xr-x 2 root root 4096 Feb 22 2015 python3
- drwxr-xr-x 2 root root 4096 Nov 29 06:40 python3.4
- drwxr-xr-x 2 root root 4096 Feb 5 12:32 python3.5
- -rwxr-xr-x 1 root root 508 Oct 14 12:39 rc.local
- drwxr-xr-x 2 root root 4096 Apr 3 04:07 rc0.d
- drwxr-xr-x 2 root root 4096 Apr 3 04:07 rc1.d
- drwxr-xr-x 2 root root 4096 Mar 9 10:29 rc2.d
- drwxr-xr-x 2 root root 4096 Mar 9 10:29 rc3.d
- drwxr-xr-x 2 root root 4096 Mar 9 10:29 rc4.d
- drwxr-xr-x 2 root root 4096 Mar 9 10:29 rc5.d
- drwxr-xr-x 2 root root 4096 Apr 3 04:07 rc6.d
- drwxr-xr-x 2 root root 4096 Feb 26 08:41 rcS.d
- -rw-r--r-- 1 root root 497 May 1 2015 reboot.msg
- lrwxrwxrwx 1 root root 29 Feb 22 2015 resolv.conf -> ../run/resolvconf/resolv.conf
- drwxr-xr-x 5 root root 4096 Feb 26 08:43 resolvconf
- -rw-r--r-- 1 root root 45369 Nov 12 2015 rkhunter.conf
- -rwxr-xr-x 1 root root 268 Feb 4 2014 rmt
- -rw-r--r-- 1 root root 887 Dec 30 2013 rpc
- -rw-r--r-- 1 root root 1518 Aug 1 2015 rsyslog.conf
- -rw-r--r-- 1 root root 1371 Jan 27 2016 rsyslog.conf.dpkg-dist
- drwxr-xr-x 2 root root 4096 Mar 17 16:34 rsyslog.d
- -rw-r--r-- 1 root root 6299 Jan 2 2016 s-nail.rc
- -rw-r--r-- 1 root root 3663 Mar 20 2012 screenrc
- -rw-r--r-- 1 root root 4038 Feb 17 2014 securetty
- drwxr-xr-x 4 root root 4096 Feb 5 12:38 security
- drwxr-xr-x 2 root root 4096 Feb 5 12:31 selinux
- drwxr-xr-x 2 root root 4096 Feb 5 12:37 sensors.d
- -rw-r--r-- 1 root root 10368 Oct 2 2015 sensors3.conf
- -rw-r--r-- 1 root root 19605 Oct 25 2014 services
- drwxr-xr-x 2 root root 4096 Feb 22 2015 sgml
- -rw-r----- 1 root shadow 2850 Mar 10 13:24 shadow
- -rw------- 1 root root 2850 Feb 5 12:38 shadow-
- -rw-r----- 1 root shadow 2824 Feb 5 12:31 shadow.org
- -rw-r--r-- 1 root root 103 Feb 5 12:40 shells
- drwxr-xr-x 2 root root 4096 Feb 5 12:33 skel
- drwxr-xr-x 4 root root 4096 Mar 14 08:23 snmp
- drwxr-xr-x 2 root root 4096 Feb 5 12:45 ssh
- drwxr-xr-x 4 root root 4096 Mar 30 06:20 ssl
- -rw-r--r-- 1 root root 637 Sep 13 2017 subgid
- -rw------- 1 root root 606 Sep 12 2017 subgid-
- -rw-r--r-- 1 root root 637 Sep 13 2017 subuid
- -rw------- 1 root root 606 Sep 12 2017 subuid-
- -r--r----- 1 root root 755 Oct 14 2016 sudoers
- drwxr-xr-x 2 root root 4096 Feb 5 12:39 sudoers.d
- -rw-r--r-- 1 root root 2084 Apr 1 2013 sysctl.conf
- drwxr-xr-x 2 root root 4096 Feb 6 06:42 sysctl.d
- drwxr-xr-x 2 root root 4096 Feb 5 12:44 sysstat
- drwxr-xr-x 5 root root 4096 Feb 6 06:42 systemd
- drwxr-xr-x 2 root root 4096 Feb 5 12:33 terminfo
- drwxr-xr-x 2 root root 4096 Feb 5 12:44 thermald
- -rw-r--r-- 1 root root 13 Feb 5 12:34 timezone
- drwxr-xr-x 2 root root 4096 Oct 27 12:11 tmpfiles.d
- -rw-r--r-- 1 root root 1260 Jul 1 2013 ucf.conf
- drwxr-xr-x 4 root root 4096 Feb 6 06:42 udev
- drwxr-xr-x 3 root root 4096 Feb 5 12:44 ufw
- drwxr-xr-x 3 root root 4096 Feb 26 08:43 update-manager
- drwxr-xr-x 2 root root 4096 Feb 26 08:43 update-motd.d
- drwxr-xr-x 2 root root 4096 Feb 22 2015 update-notifier
- -rw-r--r-- 1 root root 338 Nov 18 2014 updatedb.conf
- -rw-r--r-- 1 root root 270 May 19 2016 upstart-xsessions
- drwxr-xr-x 2 root root 4096 Feb 5 12:39 vim
- drwxr-xr-x 3 root root 4096 Feb 26 08:45 vmware-tools
- drwxr-x--- 2 root root 4096 Aug 8 2016 vsftpd
- -rw-r----- 1 root root 5550 Jan 13 2015 vsftpd.conf.orig
- lrwxrwxrwx 1 root root 23 Feb 22 2015 vtrgb -> /etc/alternatives/vtrgb
- drwxr-xr-x 2 root root 4096 Feb 5 12:44 w3m
- -rw-r--r-- 1 root root 4942 Oct 24 13:16 wgetrc
- drwxr-xr-x 2 root root 4096 Feb 5 12:44 wpa_supplicant
- drwxr-xr-x 4 root root 4096 Feb 5 12:39 xdg
- -rw-r--r-- 1 root root 289 Oct 26 2013 xinetd.conf
- drwxr-xr-x 2 root root 4096 Feb 5 12:44 xinetd.d
- drwxr-xr-x 2 root root 4096 Feb 22 2015 xml
- -rw-r--r-- 1 root root 477 Jul 19 2015 zsh_command_not_found
- --- 127.0.0.1 ping statistics ---
- 3 packets transmitted, 3 received, 0% packet loss, time 1998ms
- rtt min/avg/max/mdev = 0.041/0.049/0.058/0.007 ms
- root:x:0:0:root:/root:/bin/bash
- daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
- bin:x:2:2:bin:/bin:/usr/sbin/nologin
- sys:x:3:3:sys:/dev:/usr/sbin/nologin
- sync:x:4:65534:sync:/bin:/bin/sync
- games:x:5:60:games:/usr/games:/usr/sbin/nologin
- man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
- lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
- mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
- news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
- uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
- proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
- www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
- backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
- list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
- irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
- gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
- nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
- syslog:x:101:103::/home/syslog:/bin/false
- mysql:x:102:105:MySQL Server,,,:/var/lib/mysql:/bin/false
- sshd:x:103:65534::/var/run/sshd:/usr/sbin/nologin
- challenge:x:1001:1001::/home/challenge:/bin/bash
- messagebus:x:106:116::/var/run/dbus:/bin/false
- lxc-dnsmasq:x:107:117:LXC dnsmasq,,,:/var/lib/lxc:/bin/false
- openldap:x:108:118:OpenLDAP Server Account,,,:/var/lib/ldap:/bin/false
- postfix:x:105:114::/var/spool/postfix:/bin/false
- bind:x:109:119::/var/cache/bind:/bin/false
- snmp:x:104:110::/var/lib/snmp:/bin/false
- web-serveur-ch13:x:1002:1002::/challenge/web-serveur/ch13:/bin/false
- web-serveur-ch29:x:1003:1003:,,,:/challenge/web-serveur/ch29:/bin/false
- realiste-ch11:x:1004:1004:,,,:/dev/null:/bin/false
- ntp:x:110:120::/home/ntp:/bin/false
- postgres:x:112:122:PostgreSQL administrator,,,:/var/lib/postgresql:/bin/bash
- mongodb:x:113:65534::/home/mongodb:/bin/false
- realiste-ch16:x:1005:1005:,,,:/dev/null:/bin/false
- cryptanalyse-ch31:x:1031:1031::/challenge/cryptanalyse/ch31:/bin/bash
- cryptanalyse-ch31-cracked:x:1131:1131::/challenge/cryptanalyse/ch31:/bin/false
- cryptanalyse-ch27:x:1027:1027::/challenge/cryptanalyse/ch27:/bin/bash
- cryptanalyse-ch27-cracked:x:1127:1127::/challenge/cryptanalyse/ch27:/bin/false
- cryptanalyse-ch21:x:1006:1006::/challenge/cryptanalyse/ch21:/bin/bash
- cryptanalyse-ch21-cracked:x:1106:1106::/challenge/cryptanalyse/ch21:/bin/bash
- cryptanalyse-ch22-cracked:x:1107:1107::/challenge/cryptanalyse/ch22:/bin/false
- cryptanalyse-ch24-cracked:x:1108:1108::/challenge/cryptanalyse/ch24:/bin/bash
- programmation-ch10-cracked:x:1000:1000:,,,:/challenge/programmation-ch10-cracked:/bin/false
- programmation-ch10:x:1007:1007:,,,:/challenge/programmation/ch10:/bin/bash
- programmation-ch11:x:1009:1009:,,,:/challenge/programmation/ch11:/bin/bash
- web-serveur-ch41:x:1109:1109::/challenge/web-serveur/ch41:/bin/bash
- webssh:x:1110:1110:User for GateOne webssh:/dev/null:/usr/sbin/nologin
- web-serveur-ch37:x:1111:1111::/challenge/web-serveur/ch37:/bin/false
- web-serveur-ch43:x:1112:1112::/challenge/web-serveur/ch43:/bin/bash
- web-serveur-ch20:x:1008:1008:,,,:/challenge/web-serveur/ch20:/bin/false
- web-serveur-ch21:x:1010:1010:,,,:/challenge/web-serveur/ch21:/bin/false
- web-serveur-ch22:x:1011:1011:,,,:/challenge/web-serveur/ch22:/bin/false
- realiste-ch8:x:1012:1012:,,,:/challenge/realiste/ch8:/bin/false
- web-serveur-ch47:x:1128:1128::/challenge/web-serveur/ch47:/bin/false
- web-serveur-ch46:x:1129:1129::/challenge/web-serveur/ch46:/bin/false
- web-serveur-ch50:x:1150:1150::/challenge/web-serveur/ch50:/bin/false
- web-serveur-ch51:x:1151:1151::/challenge/web-serveur/ch51:/bin/false
- realiste-ch24:x:1013:1013:,,,:/challenge/realiste/ch24:/bin/false
- web-serveur-ch53:x:1014:1014:,,,:/challenge/web-serveur/ch53:/bin/false
- web-serveur-ch54:x:1015:1015:,,,:/challenge/web-serveur/ch54:/bin/false
- web-serveur-ch56:x:1016:1016:,,,:/challenge/web-serveur/ch56:/bin/false
- systemd-timesync:x:111:124:systemd Time Synchronization,,,:/run/systemd:/bin/false
- systemd-network:x:114:125:systemd Network Management,,,:/run/systemd/netif:/bin/false
- systemd-resolve:x:115:126:systemd Resolver,,,:/run/systemd/resolve:/bin/false
- systemd-bus-proxy:x:116:127:systemd Bus Proxy,,,:/run/systemd:/bin/false
- uuidd:x:100:101::/run/uuidd:/bin/false
- _apt:x:117:65534::/nonexistent:/bin/false
Advertisement
Add Comment
Please, Sign In to add comment