Advertisement
Guest User

Untitled

a guest
May 24th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. $ ps aux|grep fpm
  2. root 1293 0.0 3.4 249700 20592 ? Ss 06:27 0:00 php-fpm: master process (/etc/php/5.6/fpm/php-fpm.conf)
  3. www-data 3397 0.2 7.5 259964 45384 ? S 06:57 0:04 php-fpm: pool www
  4. www-data 3403 0.2 7.5 259952 45244 ? S 06:57 0:04 php-fpm: pool www
  5. www-data 3405 0.2 9.0 269948 54716 ? S 06:57 0:03 php-fpm: pool www
  6.  
  7. $ ps aux|grep nginx
  8. root 1348 0.0 0.2 125192 1500 ? Ss 06:27 0:00 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
  9. www-data 1349 0.0 1.1 125584 6840 ? S 06:27 0:00 nginx: worker process
  10.  
  11. -rw-r--r-- 1 www-data www-data 15 May 22 15:18 404.html
  12. -rw-r--r-- 1 www-data www-data 15 May 22 15:18 50x.html
  13. drwxrwxr-x 10 www-data www-data 4096 May 22 15:18 administrator/
  14. drwxrwxr-x 2 www-data www-data 4096 May 22 15:18 bin/
  15. drwxrwxr-x 4 www-data www-data 4096 May 22 15:18 cache/
  16. drwxrwxr-x 2 www-data www-data 4096 May 22 15:18 cli/
  17. drwxrwxr-x 33 www-data www-data 4096 May 22 15:18 components/
  18. -rw-rw-r-- 1 www-data www-data 3240 May 24 07:18 configuration.php
  19. -rw-r--r-- 1 www-data www-data 586 May 24 06:59 dir.php
  20. -rw-r--r-- 1 www-data www-data 2915 May 22 15:18 htaccess.txt
  21. drwxrwxr-x 6 www-data www-data 4096 May 22 15:18 images/
  22. drwxrwxr-x 2 www-data www-data 4096 May 22 15:18 includes/
  23. -rw-r--r-- 1 www-data www-data 1211 May 22 15:18 index.php
  24. -rw-r--r-- 1 www-data www-data 20 May 22 15:18 info.php
  25. -rw-r--r-- 1 www-data www-data 1873 May 22 15:18 joomla.xml
  26. drwxrwxr-x 6 www-data www-data 4096 May 22 15:18 language/
  27. drwxrwxr-x 5 www-data www-data 4096 May 22 15:18 layouts/
  28. drwxrwxr-x 15 www-data www-data 4096 May 22 15:18 libraries/
  29. -rw-r--r-- 1 www-data www-data 18092 May 22 15:18 LICENSE.txt
  30. drwxrwxrwt 2 www-data www-data 4096 May 23 14:46 logs/
  31. drwxrwxr-x 32 www-data www-data 4096 May 22 15:18 media/
  32. drwxrwxr-x 36 www-data www-data 4096 May 22 15:18 modules/
  33. drwxrwxr-x 29 www-data www-data 4096 May 22 15:18 plugins/
  34. -rw-r--r-- 1 www-data www-data 53 May 22 15:18 README.md
  35. -rw-r--r-- 1 www-data www-data 4213 May 22 15:18 README.txt
  36. -rw-r--r-- 1 www-data www-data 296 May 22 15:18 robots.txt
  37. -rw-r--r-- 1 www-data www-data 842 May 22 15:18 robots.txt.dist
  38. drwxrwxr-x 9 www-data www-data 4096 May 22 15:18 templates/
  39. drwxrwxrwt 2 www-data www-data 4096 May 22 15:18 tmp/
  40. -rw-r--r-- 1 www-data www-data 1690 May 22 15:18 web.config.txt
  41.  
  42. <?php
  43. if (is_writable("/usr/share/nginx/html/index.php")) {
  44. echo "yes ";
  45. } else {
  46. echo "no ";
  47. }
  48. php?>
  49.  
  50. Result shows no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement