摘要: NoVirus Thanks MAC Address Changer NoVirus Thanks MAC Address Changer is yet another simple MAC address changer. It displays all the available adapter 阅读全文
posted @ 2016-01-31 16:43 dozeoo 阅读(14908) 评论(2) 推荐(1)
摘要: 尝试使用SET生成Teensy脚本是出现问题 1.出现错误 [!] Something went wrong, printing the error: [Errno 2] No such file or directory: 'reports/binary2teensy.pde' 在github上也 阅读全文
posted @ 2016-01-31 01:24 dozeoo 阅读(2365) 评论(0) 推荐(0)
摘要: 使用mdk3时出现这个问题operation not possible due to RF-kill 就是输入第一条命令 后出现 operation not possible due to RF-kill,我想大部分人也遇到过把。新版本 0.34 使 用 命令 rfkill unblock all 阅读全文
posted @ 2016-01-30 18:11 dozeoo 阅读(6967) 评论(0) 推荐(0)
摘要: Karmetasploit In Action https://www.offensive-security.com/metasploit-unleashed/karmetasploit-action/ Now, with everything ready, all that is left is 阅读全文
posted @ 2016-01-29 23:41 dozeoo 阅读(624) 评论(0) 推荐(0)
摘要: 原理分析:http://www.freebuf.com/articles/77055.html 转官方说明:https://www.offensive-security.com/metasploit-unleashed/karmetasploit-configuration/ There is a 阅读全文
posted @ 2016-01-29 23:38 dozeoo 阅读(812) 评论(0) 推荐(0)
摘要: 利用NTFS交换数据流隐藏文件 发表于 2012 年 12 月 15 日 由 晴刃 这篇文章介绍一下Windows的NTFS文件系统的ADS(alternate data streams,交换数据流)特性;实例演示如何利用ADS将文件隐藏到任何宿主上(宿主可以是文件夹、文件以及磁盘根目录);文章最后 阅读全文
posted @ 2016-01-29 21:48 dozeoo 阅读(1381) 评论(0) 推荐(0)
摘要: droidbox官网,droidbox已经移植到github上了 https://github.com/pjlantz/droidbox 阅读全文
posted @ 2016-01-29 15:56 dozeoo 阅读(524) 评论(0) 推荐(0)
摘要: 1.下载windows版的IDA 版本:6.6.141224打包绿色版:http://pan.baidu.com/s/1kTsXZiJ 密码:jj5q 2.复制全部文件到Linux的文件夹中 3.使用wine运行exe程序即可 可以写成一个shell脚本方便使用 sh ida.sh 4.如果提示缺少 阅读全文
posted @ 2016-01-29 12:23 dozeoo 阅读(1247) 评论(0) 推荐(0)
摘要: Perusing the release notes for the latest Linksys WRT120N firmware, one of the more interesting comments reads: Firmware 1.0.07 (Build 01) - Encrypts 阅读全文
posted @ 2016-01-25 13:37 dozeoo 阅读(709) 评论(0) 推荐(0)
摘要: 主机只对网关的报文进行响应将源不是00:17:a4:a8:68:11,192.168.1.1的包丢掉arptables -A INPUT! --src-mac 00:17:a4:a8:68:11-j DROParptables -AINPUT!--src-ip 192.168.1.1 -j DROP... 阅读全文
posted @ 2016-01-25 12:30 dozeoo 阅读(317) 评论(0) 推荐(0)
摘要: acedGetString()[ads_getstring()]int acedGetString(int cronly, const TCHAR *prompt, TCHAR *psz)acedGetString()函数暂停程序运行以等待用户输入一个字符串,其定义如下:该函数使result指向用户... 阅读全文
posted @ 2016-01-25 11:23 dozeoo 阅读(2319) 评论(0) 推荐(0)
摘要: Most routers allow to save and restore configuration from files. This is cool because you can edit the configuration file and upload to the router aga 阅读全文
posted @ 2016-01-24 10:47 dozeoo 阅读(3476) 评论(1) 推荐(0)
摘要: TPLink 路由器备份文件bin文件 测试路由器 WR885,备份文件加密方式DES,密钥:478DA50BF9E3D2CF linux端: openssl enc -d -des-ecb -nopad -K 478DA50BF9E3D2CF -in config.bin python: pyth 阅读全文
posted @ 2016-01-24 10:25 dozeoo 阅读(7431) 评论(3) 推荐(0)
摘要: 列举常见杀毒软件的排除【不扫描】位置http://securitypadawan.blogspot.com/2016/01/enumerating-excluded-antivirus-locations.html从墙外搬回来的Sunday, January 17, 2016Enumerating ... 阅读全文
posted @ 2016-01-22 13:08 dozeoo 阅读(427) 评论(0) 推荐(0)
摘要: HTA是HTML Application的缩写(HTML应用程序),是软件开发的新概念,直接将HTML保存成HTA的格式,就是一个独立的应用软件,与VB、C++等程序语言所设计的软件界面没什么差别。一般情况下,hta可以用vbscript与jscript编写,vbs功能更强大,毕竟是微软自... 阅读全文
posted @ 2016-01-20 11:36 dozeoo 阅读(275) 评论(0) 推荐(0)