
linux
linux资料_linux简介_linux大全linux列表
在linux系统中扫描bash漏洞的方法 1.首先,在linux命令行中执行以下命令扫描bash漏洞; env x='() { :;}; echo vulnerable' bash -c "echo this is a test" 2.命令执行后,查看输出结果,如输出结果为以下信息 vulnerable this is a test 则说明系统存在bash
linux查看SSL端口的方法: 1.打开终端命令行模式。 2.输入以下命令查看sshd配置文件。 vim /etc/ssh/sshd_config 3.在配置文件中找到“Port”关键字,后面跟着的就是端口号了。