FTP文件传输协议(FileTransferProtocol),即能够让用户在互联网中上传、下载文件的文件协议,而FTP服务器就是支持FTP传输协议的主机,要想完成文件传输则需要FTP服务端和FTP客户端的配合才行。FTP协议占用两个端口号:21端口:命令控制,用于接收客户端执行的FTP命令。20端口:..
分类:
其他好文 时间:
2016-11-17 21:13:05
阅读次数:
191
vsftp1.安装软件yuminstallvsftpd-ysystemctlstartvsftpdsystemctlstopfirewalld|enablefirewalld-cmd--list-allfirewalld-cmd--add-service=ftp--permanentfirewalld-cmd–reloadsystemctlenablefirewalldsystemctlenablevsftpd临时设定selinuxsetenforce0警告1强制关闭永就?.
分类:
系统相关 时间:
2016-11-17 02:16:54
阅读次数:
298
unit9***vsftp服务*****1.什么是ftp2.安装ftpyuminstallvsftpd-ysystemctlstartvsftpdsystemctlstopfirewalld或者firewall-cmd--permanent--add-service=ftpfirewall-cmd--reloadfirewallcmd--list-all或者vim/etc/sysconfig/selinuxsystemctlenablevsftpdsetenforce0/*设置警..
分类:
其他好文 时间:
2016-11-17 02:07:27
阅读次数:
135
漏洞利用之Metasploit使用过程 先扫描端口,看开放的服务,如开放ftp,版本是vsftpd 2.3.4;使用search搜索vsftp查看是否在相应的漏洞利用exploit,输入search vsftp;use exploit/unix/ftp/vsftpd_234_backdoor,选择e ...
分类:
Web程序 时间:
2016-11-14 12:52:52
阅读次数:
233
一、配置防火墙,开启FTP服务器需要的端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable fire ...
分类:
其他好文 时间:
2016-11-13 16:18:15
阅读次数:
281
小龙最近折腾了一个阿里云的服务器,买完了就要开始做那么多那么多的功课,小龙对ssh也是一知半解的状态,做个小笔记,发布下整个ftp服务的搭建过程,大神勿喷:) 一、aliyun Linux(Redhat)安装vsftp软件 1.更新yum源首先需要更新系统的yum源,便捷工具下载地址:update_ ...
分类:
系统相关 时间:
2016-11-13 11:29:19
阅读次数:
230
一、安装#安装vsftpd
yum-yinstallvsftpd
#启动
servicevsftpdstart
#开机启动
chkconfigvsftpdon二、配置文件anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_file=/var/..
分类:
其他好文 时间:
2016-11-12 11:57:02
阅读次数:
285
参考链接http://www.5013.org/archives/819 登录 ssh ubuntu@139.199.9.173ubuntu@139.199.9.173's password: 安装过程十分傻瓜化,就像把大象装过冰箱一样简单:curl -O http://vestacp.com/pu ...
分类:
系统相关 时间:
2016-11-11 14:07:06
阅读次数:
863
系统环境;CentOSLinuxrelease7.2.1511(Core)yum方式安装ftpserver:yuminstallvsftpddb4-utilsftp然后根据具体需求和业务场景等进行配置,我这里是禁止匿名用户登录,配置ok后启动ftp报错:。。。由于是系统是Cent7,与6的有些区别,所以看了下报错信息,后半部分引起了我注意..
分类:
其他好文 时间:
2016-11-09 13:09:23
阅读次数:
169
CentOS下安装FTP服务器: 第一步,检查服务器端是否已经安装FTP:[root@localhost centos]# rpm -q vsftpd 如果出现的是:[root@localhost centos]# package vsftpd is not installed ,说明vsftpd没 ...
分类:
其他好文 时间:
2016-11-08 13:25:03
阅读次数:
249