会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Cookun
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
25
下一页
2016年2月25日
metasploit模块功能介绍
摘要: metasploit的模块构成及功能分析 转载自----http://forum.cnsec.org/thread-94704-1-1.html 今天我们介绍一下metasploit的基础架构和 市面上介绍metasploit的书不少,网上metasploit的使用说明的文章更是满天飞,可是没有哪一
阅读全文
posted @ 2016-02-25 16:00 破冰Lab-Cookun
阅读(3826)
评论(0)
推荐(0)
2016年2月4日
虚拟机端口映射
摘要: 发现防火墙不能直接映射不到虚拟机,所以直接将主机开放了几个端口,之后通过虚拟机映射再次将虚拟机的端口映射到主机端口来解决这个问题。 1、打开虚拟网络编辑器网卡 2、点击NAT设置 3、点击添加(根据实际情况添加映射端口) 注意事项: 我用本机端口900映射到虚拟机的80端口后发现在浏览器中直接输入
阅读全文
posted @ 2016-02-04 15:50 破冰Lab-Cookun
阅读(895)
评论(0)
推荐(0)
linux 双网卡实现
摘要: linux实现双网卡,在虚拟机中创建一个新网卡,NAT方式连接,其中eth0设置为连接外网,目前eth0为自动分配状态,所以将代码注释掉了,eth1设置为连接内网。 注意事项: 配置完成后访问不了外网,去掉其中一个网卡的网关即可上网。
阅读全文
posted @ 2016-02-04 15:13 破冰Lab-Cookun
阅读(246)
评论(0)
推荐(0)
虚拟机实现双网卡
摘要:
阅读全文
posted @ 2016-02-04 14:59 破冰Lab-Cookun
阅读(499)
评论(0)
推荐(0)
2015年12月8日
ettercap
摘要: 作者:官网:http://ettercap.github.io/ettercap/源码:https://github.com/Ettercap/ettercap功能:arp欺骗
阅读全文
posted @ 2015-12-08 09:21 破冰Lab-Cookun
阅读(210)
评论(0)
推荐(0)
2015年12月7日
hashcat
摘要: 作者:官网:https://hashcat.net/oclhashcat/功能:hash破解
阅读全文
posted @ 2015-12-07 09:36 破冰Lab-Cookun
阅读(251)
评论(0)
推荐(0)
2015年11月18日
二维数组实现checkbox的分组多选
摘要: 第一组: r1 r2 第二组: r3第三组: r4 r5
阅读全文
posted @ 2015-11-18 23:44 破冰Lab-Cookun
阅读(970)
评论(0)
推荐(0)
2015年11月16日
安装 slowhttptest ddos攻击软件
摘要: kali:apt-get install slowhttptest
阅读全文
posted @ 2015-11-16 15:27 破冰Lab-Cookun
阅读(781)
评论(0)
推荐(0)
2015年11月12日
转载:windows的mysql提权方式
摘要: mysql提权语句归纳如下:一 UDF提权这类提权方法我想大家已经知道了,我大致写一下,具体语句如下: create function cmdshell returns string soname ’udf.dll’ select cmdshell(’net user iis_user 123!@...
阅读全文
posted @ 2015-11-12 08:53 破冰Lab-Cookun
阅读(804)
评论(0)
推荐(0)
2015年11月6日
windows c dll的创建与调用
摘要: DLL代码:// TestDynamic.cpp: implementation of the TestDynamic class.////////////////////////////////////////////////////////////////////////#include "Te...
阅读全文
posted @ 2015-11-06 21:00 破冰Lab-Cookun
阅读(1450)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
25
下一页
公告