会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
woxiaohaha
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
2017年5月3日
kail初始用
摘要: 1. 开启数据库postgresql kail可以将获得到的数据ip地址,端口,帐号,漏洞等信息保存到数据库(postgresql),所以需要先开启该数据库指令如下: 参考: http://blog.csdn.net/xiongjun_cdn/article/details/51241083 2.
阅读全文
posted @ 2017-05-03 12:49 woxiaohaha
阅读(376)
评论(0)
推荐(0)
2017年4月16日
windows 实现用户切换
摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Security.Principal;using System.Security.AccessControl;us
阅读全文
posted @ 2017-04-16 07:00 woxiaohaha
阅读(737)
评论(0)
推荐(0)
2017年4月9日
hashcat工具使用
摘要: 1. 软件下载 https://hashcat.net/hashcat 2. 暴力破解掩码模式 Brute-force 掩码暴力破解模式: ?l = abcdefghijklmnopqrstuvwxyz ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ ?d = 0123456789
阅读全文
posted @ 2017-04-09 18:56 woxiaohaha
阅读(9419)
评论(0)
推荐(0)
2017年3月25日
python分割文件
摘要: #将一个文件分割成固定行的小文件import os import sys num = 0 fnum = 0 path = sys.argv[1] fname = 'data-%d' % fnum fw = open(fname,'w') for t in os.listdir(path): filename = os.path.join(path,t) fd = open(f...
阅读全文
posted @ 2017-03-25 22:40 woxiaohaha
阅读(4058)
评论(0)
推荐(0)
软件安全培训
摘要: 开场白 漏洞概述 堆栈溢出 堆栈溢出 从例子 讲起 jsp esp 演示利用过程 为什么这个地址非常重要 jmp esp 查找 shellcode介绍 winexec地址查找 总结利用成功 shellcode开发详解 普通shellcode提取 通用shellcode开发 msf shellcode
阅读全文
posted @ 2017-03-25 22:20 woxiaohaha
阅读(629)
评论(0)
推荐(0)
2017年3月23日
warftp 1.6.5
摘要: 说明: warftp 是简易ftp,非常实用,在1.6.5 存在堆栈溢出漏洞,是一个很好的学习教程。 软件下载: http://www.warftp.org/files/1.6_Series/ward165.exe 软件安装: 双击运行,该软件,就会解压缩,获得一个目录。 测试代码: python版
阅读全文
posted @ 2017-03-23 11:31 woxiaohaha
阅读(2258)
评论(1)
推荐(0)
2017年3月22日
jsp 神奇代码
摘要: jsp 代码 client 代码
阅读全文
posted @ 2017-03-22 14:54 woxiaohaha
阅读(174)
评论(0)
推荐(0)
php安全防护代码
摘要: '; //error_reporting(E_ERROR); $isopen = 1; if(isset($_GET['op_sec_rule_open'])) $isopen =intval($_GET['op_sec_rule_open']); //当参数值在20~2048 之间时,进行检查 function StopAttack($StrFiltKey,$StrFiltValue,...
阅读全文
posted @ 2017-03-22 14:51 woxiaohaha
阅读(376)
评论(0)
推荐(0)
文件上传表单
摘要:
阅读全文
posted @ 2017-03-22 14:50 woxiaohaha
阅读(132)
评论(0)
推荐(0)
2017年3月21日
freeradius +ldap
摘要: 为什么 要用freeeradius+LDAP,未搞清楚,但查看相关文章,据说这样搞很牛叉,可以做网络认证、授权、计费等等。 freeradius+LDAP 认证 a.client使用radius协议连接freeradius b.传递ldap的用户名和密码 c. radius连接ldap服务器,验证用
阅读全文
posted @ 2017-03-21 21:46 woxiaohaha
阅读(5449)
评论(0)
推荐(0)
1
2
下一页
公告