上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页
摘要: 参考: https://www.v2ex.com/t/297730 阅读全文
posted @ 2017-11-17 09:29 破冰Lab-Cookun 阅读(338) 评论(0) 推荐(0)
摘要: yum -y install squid service squid start service iptables stop 阅读全文
posted @ 2017-11-16 15:34 破冰Lab-Cookun 阅读(153) 评论(0) 推荐(0)
摘要: 1、旧版本安装过程: http://blog.secaserver.com/2011/10/install-mod_security-apache2-easiest/ http://www.cnblogs.com/shengulong/p/6210234.html 不能使用最新的crs,否则会报错, 阅读全文
posted @ 2017-10-19 17:13 破冰Lab-Cookun 阅读(1276) 评论(0) 推荐(0)
摘要: yum install gcc-c++ flex bison yajl yajl-devel curl-devel curl GeoIP-devel doxygen zlib-devel libtool bison libxml2 libxml2-devel pcre pcre-devel git -y cd /opt/ git clone https://github.com/SpiderLa... 阅读全文
posted @ 2017-10-19 15:54 破冰Lab-Cookun 阅读(571) 评论(0) 推荐(0)
摘要: 1、查看mysql服务端口是否为外部端口,如果监听的是本地端口修改mariadb配置文件 将bind-address改为 0.0.0.0 全局监听 2、mysql外部连接默认为关闭状态,开启 3、mysql root无密码时,修改密码 阅读全文
posted @ 2017-10-19 10:11 破冰Lab-Cookun 阅读(994) 评论(0) 推荐(0)
摘要: #! usr/bin/python #coding=utf-8 import urllib2 fp = open('test', 'wb') req = urllib2.urlopen('http://192.168.230.138/index.zip') for line in req: if not line: break fp.write(line) f... 阅读全文
posted @ 2017-10-12 14:51 破冰Lab-Cookun 阅读(1378) 评论(0) 推荐(0)
摘要: 1、打开 https://plugins.nessus.org/v2/offline.php 2、申请Activation Code http://www.tenable.com/products/nessus-home 3、下载安装nuessus https://www.tenable.com/p 阅读全文
posted @ 2017-10-09 21:42 破冰Lab-Cookun 阅读(2301) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/edu_enth/article/details/52964295 阅读全文
posted @ 2017-10-03 15:18 破冰Lab-Cookun 阅读(274) 评论(0) 推荐(0)
摘要: https://github.com/robertdavidgraham/masscan/issues/221 阅读全文
posted @ 2017-09-06 16:43 破冰Lab-Cookun 阅读(448) 评论(0) 推荐(0)
摘要: root:x:0:0:Super-User:/:/sbin/sh 改为 root:x:0:0:Super-User:/:/usr/bin/bash 修改/增加 .profile 文件,在¥HOME路径下 export PS1='[\u@sun \w]\$ ' 阅读全文
posted @ 2017-08-18 16:37 破冰Lab-Cookun 阅读(294) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页