上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: GET 添加headers头import urllib2 request = urllib2.Request(uri) request.add_header('User-Agent', 'fake-client') response = urllib2.urlopen(request) POST 空数据import urllib2 request = urllib2.Request(u... 阅读全文
posted @ 2017-08-15 17:45 破冰Lab-Cookun 阅读(358) 评论(0) 推荐(0)
摘要: ;SOA授权的开始;;SOA或授权的开始记录用来表示区域的启动;每个区域必须只有一个SOA记录;从名字服务器,在不能和主服务器通信的情况下,将提供12小时DNS服务, 在指定的时间后停止为那个区域提供DNS服务;不过经仍要尝试和主服务器通信;@ IN SOA nameserver. contact- 阅读全文
posted @ 2017-07-26 17:13 破冰Lab-Cookun 阅读(420) 评论(0) 推荐(0)
摘要: 参考:http://blog.csdn.net/bluecy/article/details/44907215 阅读全文
posted @ 2017-07-26 16:33 破冰Lab-Cookun 阅读(298) 评论(0) 推荐(0)
摘要: yum install cmake gmp-devel gengetopt libpcap-devel flex byacc json-c-devel libunistring-devel golang hiredis-devel git clone https://github.com/zmap/ 阅读全文
posted @ 2017-06-30 15:59 破冰Lab-Cookun 阅读(1265) 评论(0) 推荐(0)
摘要: 选择想要安装的版本: http://golangtc.com/download tar -zxf go1.8.linux-amd64.tar.gz cp -R go/ /usr/local/ vi /etc/profile export GOPATH=/root/go-workexport PATH 阅读全文
posted @ 2017-06-26 17:25 破冰Lab-Cookun 阅读(108) 评论(0) 推荐(0)
摘要: root@kali:~# smbpasswd -a rootNew SMB password:Retype new SMB password:root@kali:~# vi /etc/samba/smb.conf在/etc/samba/smb.conf末尾追加[share] path=/ publi 阅读全文
posted @ 2017-06-07 16:28 破冰Lab-Cookun 阅读(2718) 评论(0) 推荐(0)
摘要: 项目地址:https://github.com/src-kun/webshell/ 但我只想下载其中一个文件夹 https://github.com/src-kun/webshell/tree/master/php , 将链接中的tree/master修改为trunk,之后使用svn checkout https://github.com/src-kun/webshell/trunk/php 命... 阅读全文
posted @ 2017-06-06 10:04 破冰Lab-Cookun 阅读(253) 评论(0) 推荐(0)
摘要: https://about.gitlab.com/downloads/#centos6 阅读全文
posted @ 2017-06-02 15:13 破冰Lab-Cookun 阅读(649) 评论(0) 推荐(0)
摘要: 在用户目录编辑.vimrc文件不存在则创建,vi的三种模式:命令模式,插入模式,可视模式,鼠标可以启动于各种模式中,所以配置文件中的set mouse=a启动了所有模式,这样就屏蔽了鼠标右健功能,set mouse=c模式开启复制黏贴。 kali中简单方法将下面配置完全复制并覆盖原来的.vimrc文 阅读全文
posted @ 2017-05-26 10:03 破冰Lab-Cookun 阅读(4526) 评论(0) 推荐(0)
摘要: [root@localhost share]# yum install samba -y[root@localhost share]# cp /etc/samba/smb.conf /etc/samba/smb.conf.bak[root@localhost share]# vi /etc/samba/smb.conf#======================= Global Setting... 阅读全文
posted @ 2017-05-02 11:43 破冰Lab-Cookun 阅读(582) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页