最新文章
-
metasploit 笔记
2014.11.21 · metasploit 笔记已关闭评论无法连数据库: service postgresql start 启动数据库 service metasploit start 启动MSF msfconsole 进入 netstat -tnpl |grep postgres 查看运行端口 端口为:5432...
-
CentOs7安装Vmtools报错解决
2014.11.10 · 发表评论[root@centos vmware-tools-distrib]# ./vmware-install.pl The installer found the following conflicting packages installed on the system and will now remove them: open-vm-tools ...
-
20141027kali笔记-信息搜集
2014.10.27 · 发表评论信息搜集 1.whois域名注册查询 whois name.com//域名注册信息查询,去掉www。 2.nsllokup和ding nslookup set type=A //查询A记录。 set type=mx //查...
-
oracle启动监听报错。
2014.10.21 · 发表评论lsnrctl start报错:TNS-01106: Message 1106 not found; No message file for product=network, facility=TNS 原因:ORACLE_HOME没有设置 方法:用oracle用户登录添加以下环境变量 ...
-
Linux下vnc配置及启动
2014.10.08 · 发表评论1.查看VNC是否有安装,若没安装,就执行yum安装。 rpm -qa|grep vnc [root@AY324323253 ~]# yum -y install vnc-server tigervnc-server tigervnc-server.i686 //3...
-
自动化wifi破解神器 Wifite v2
2014.09.03 · 发表评论1,what wifite? An automated wireless attack tool. 自动化扫描破解神器,支持wep、wpa等,目前只支持Linux操作系统. 2,Execution To download and execute wifite, run the commands below: wget http...
-
LINUX 系统安全加固-修改22端口
2014.08.08 · 发表评论22端口是LINUX服务器下SSH服务所需要的。为了安全一般都会修改22端口,主要步骤如下: 1.已经安装的就直接修改,没有安装的首先安装 apt-get install ssh (yum)都可以的 ...
-
Window安全加固-修改3389端口
2014.08.08 · 发表评论前言:一般企业的服务器安装好系统之后,安装所需的服务后都会放到机房去托管,然后自己通过window自带的远程管理或者其他远程管理工具去去管理自己的服务器(这里仅说window系统) 这些往往都不是很...