futrueface

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年3月2日

摘要: https://yunpan.cn/cYsywVti2YPAJ (提取码:8c6b) 阅读全文
posted @ 2016-03-02 23:44 futrueface 阅读(325) 评论(0) 推荐(0)

摘要: https://yunpan.cn/cYsfNxJLfVnUY (提取码:d0ae) 阅读全文
posted @ 2016-03-02 23:41 futrueface 阅读(241) 评论(0) 推荐(0)

2016年2月29日

摘要: 阅读全文
posted @ 2016-02-29 18:09 futrueface 阅读(139) 评论(0) 推荐(0)

2015年11月13日

摘要: 环境配置按照网上教程一步步来,版本等最好不要错,因为软件版本之间有时差别很大。。查看包名和appActivity的方法:1,包名可以用91等安装时看到,appactivety可以用命令adb shell dumpsys window w |findstr \/ |findstr name=查看;或者... 阅读全文
posted @ 2015-11-13 13:10 futrueface 阅读(207) 评论(0) 推荐(0)

2015年9月7日

摘要: 1,先连接上这个无线路由,2,用fiddler构造一个连接到这个路由器的链接,例如3,发起链接后,如果此路由器有这个漏洞,那么可以看到如下画面:继续往下拉页面,就可以看到保存的用户名和密码,还有拨号账号密码了,不过不知道是不是使用所有路由器。。 阅读全文
posted @ 2015-09-07 22:22 futrueface 阅读(243) 评论(0) 推荐(0)

2015年8月21日

摘要: 先用谷歌浏览器抓包,抓到的包类似这样:在jmeter里添加一个http请求,配置好参数,方法,端口,路径等,勾选在“同请求一起发送参数”里填写上面抓包的部分数据:分别对应录入,勾选“编码”我这里是这样的:在“同请求一起发送文件” 阅读全文
posted @ 2015-08-21 17:42 futrueface 阅读(1223) 评论(1) 推荐(0)

2015年8月19日

摘要: 0 阅读全文
posted @ 2015-08-19 17:03 futrueface 阅读(171) 评论(0) 推荐(0)

2015年1月13日

摘要: Dim picPathpicPath="d:\pictrue\"Set fso=CreateObject("scripting.filesystemobject")Set files=fso.GetFolder(picpath).FilesFor Each file In files If I... 阅读全文
posted @ 2015-01-13 23:21 futrueface 阅读(309) 评论(0) 推荐(0)

摘要: Dim Z()ReDim Z(15)For i=0 To UBound(Z) Z(i)=GetRndNum(i-1,UBound(Z)) WScript.Echo Z(i)NextFunction GetRndNum(n,length) Randomize x=CInt(le... 阅读全文
posted @ 2015-01-13 14:20 futrueface 阅读(512) 评论(0) 推荐(0)

摘要: Dim Url,SavePath,FilenameUrl="http://www.kumi.cn/photo/43/7e/63/437e636e413071e3.jpg"SavePath = "C:\Users\Administrator\Desktop\"Filename ="a.png"down... 阅读全文
posted @ 2015-01-13 13:50 futrueface 阅读(493) 评论(0) 推荐(0)