caidao与一句话木马

caidao与一句话木马_第1张图片

caidao与一句话木马_第2张图片

caidao与一句话木马_第3张图片

caidao与一句话木马_第4张图片

虽然一句话木马所在目录没有可执行权限,但是具有了Apache /sbin/nologin

[root@centos4 html]# cat /etc/passwd | grep apache
apache:x:48:48:Apache:/usr/share/httpd:/sbin/nologin
[root@centos4 html]#

可以对目录/etc/nginx/conf.d具有读权限,对于apache用户有读权限的目录都可以,查看。

[root@centos4 nginx]# cd conf.d/
[root@centos4 conf.d]# ll
total 4
-rw-r--r-- 1 root root 380 Feb 22 21:35 mysite.conf
[root@centos4 conf.d]# pwd
/etc/nginx/conf.d

[root@centos4 conf.d]#
[root@centos4 www]# ll -h
total 0
drwxr-xr-x. 2 root root  6 Oct 20 04:39 cgi-bin
drw-r--r-x. 2 root root 56 Mar  1 20:27 html 有执行权限
[root@centos4 www]#

以下是

对于上传目录没有可执行权限,连接上去只能查看目录结构

caidao与一句话木马_第5张图片

caidao与一句话木马_第6张图片

caidao与一句话木马_第7张图片

django部署网站ckeditor上传文件默认有可执行权限

django项目

例一:

[root@system ckeditor]# ll -h
total 4.0K
drwxrwxr-x. 2 nana nana 4.0K Dec 20 12:28 uploads
[root@system ckeditor]#

例二:

[root@centos4 blog]# ls
admin.py   __init__.py   media       models.py   __pycache__  templates  views.py
admin.pyc  __init__.pyc  migrations  models.pyc  static       tests.py   views.pyc
[root@centos4 blog]# cd media/
[root@centos4 media]# ll -h
total 0
drwxr-xr-x 3 root root 21 Feb 22 12:59 ckeditor
[root@centos4 media]# cd ckeditor/
[root@centos4 ckeditor]# ls
uploads
[root@centos4 ckeditor]# ls -h
uploads
[root@centos4 ckeditor]# ll -h
total 0
drwxr-xr-x 2 root root 6 Feb 22 12:59 uploads
[root@centos4 ckeditor]#


你可能感兴趣的:(web安全)