上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 182 下一页
摘要: 通过task_threads()绕过平台二进制限制 https://bazad.github.io/2018/10/bypassing-platform-binary-task-threads/ https://github.com/bazad/threadexec 由于多年来这些任务端口已被许多漏 阅读全文
posted @ 2020-05-20 15:30 lsgxeva 阅读(1168) 评论(0) 推荐(0)
摘要: 反射式DLL注入研究 https://www.freebuf.com/articles/system/151161.html https://www.cnblogs.com/h2zZhou/p/7721797.html https://github.com/haidragon/ReflectiveI 阅读全文
posted @ 2020-05-20 14:31 lsgxeva 阅读(1980) 评论(0) 推荐(0)
摘要: emulate pressing a keyboard key SendInput() not equal to pressing key manually on keyboard in C++? I wanted to write a c++ code to emulate pressing a 阅读全文
posted @ 2020-05-13 19:06 lsgxeva 阅读(564) 评论(0) 推荐(0)
摘要: asio Asio是一个建立在Boost所提供的相关组件之上的异步的网络库,可以运行在Win/Linux/Unix等各种平台之上。不过随着C++11的发布,其对于Boost的依赖也越来越少,作者又做了一个不依赖于boost的版本。对于Asio所提供的功能以及整体架构,可以从下图中可窥一斑: 网络IO 阅读全文
posted @ 2020-05-13 11:29 lsgxeva 阅读(1465) 评论(0) 推荐(0)
摘要: qmake 之 shadow build https://blog.csdn.net/dbzhang800/article/details/6343838 shadow buildshadow build 是什么东西?就是将源码路径和构建路径分开(也就是生成的makefile文件和其他产物都不放到源 阅读全文
posted @ 2020-05-12 23:11 lsgxeva 阅读(591) 评论(0) 推荐(0)
摘要: RAT https://github.com/zhugegy/Das-Boot https://github.com/yuanyuanxiang/SimpleRemoter https://github.com/ChengChengCC/Remote https://github.com/Forec 阅读全文
posted @ 2020-05-12 15:04 lsgxeva 阅读(476) 评论(0) 推荐(0)
摘要: client 控制 https://github.com/Lingerhk/0net/blob/master/client.cpp #include <stdio.h> #include <string.h> #include <winsock2.h> #include <windows.h> #i 阅读全文
posted @ 2020-05-12 11:47 lsgxeva 阅读(328) 评论(0) 推荐(0)
摘要: SiMay 远控 https://gitee.com/dWwwang/SiMayRemoteMonitorOS SiMay(思美)远程协助管理系统开发设计文档项目开发环境Visaul Studio 2017 及以上版本 系统功能设定远程桌面:支持查看远程远程屏幕、远程控制鼠标键盘、支持多屏幕切换控制 阅读全文
posted @ 2020-05-12 10:49 lsgxeva 阅读(2223) 评论(0) 推荐(0)
摘要: SSH/SOCKS成为全局代理 来源 https://blog.creke.net/770.html 参考 https://www.5yun.org/curl-ce-shi-socks5-or-http-dai-li-ming-ling.html 参考 https://zhuanlan.zhihu. 阅读全文
posted @ 2020-05-12 09:42 lsgxeva 阅读(6164) 评论(0) 推荐(0)
摘要: BypassAntiVirus https://github.com/TideSec/BypassAntiVirus 远控免杀系列文章及配套工具,汇总测试了互联网上的几十种免杀工具、113种白名单免杀方式、8种代码编译免杀、若干免杀实战技术,并对免杀效果进行了一一测试,为远控的免杀和杀软对抗免杀提供 阅读全文
posted @ 2020-05-11 18:41 lsgxeva 阅读(969) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 182 下一页