麦当

Results 9 issues of 麦当

中文用户请注意:请尽量用**英文**描述你的 issue,这样能够让尽可能多的人帮到你。 If you want to report a bug, please provide the following information: - The steps to reproduce. - A minimal demo of the problem via https://jsfiddle.net or http://codepen.io/pen...

使用cs4.3 crossc2为最新版 先生成一个linux tcp bind 监听3333端口 ![image](https://user-images.githubusercontent.com/47601098/141405150-9c626c04-e85a-45cf-bdb7-650670d1c72e.png) 上传木马到靶机,connect 192.168.93.120 3333,正向连接立马上线 ![image](https://user-images.githubusercontent.com/47601098/141407893-514a2469-08d3-48cf-a039-09c766212026.png) 过一分钟过后,自动掉线,无法执行任何命令 ![image](https://user-images.githubusercontent.com/47601098/141408009-86df18b3-7528-4595-9411-3fc48b2fd9f1.png) ![image](https://user-images.githubusercontent.com/47601098/141408079-08dfda56-0d9b-4455-94be-4da8f4b1a581.png) 请问是什么情况

bug

昵称 网址 邮箱可以更简洁 参考这个网站的评论系统 https://blog.badapple.pro/interact/ ![录制_2021_01_21_12_12_12_746](https://user-images.githubusercontent.com/47601098/105279155-e3382500-5b9e-11eb-84c0-fc13b26d4f89.gif)

enhancement
long-term

我希望某篇文章禁止生成abbrlink,请问怎么办?

https://github.com/facebook/zstd zstd压缩库链接如上

请求适配猎豹浏览器 https://www.liebao.cn/

feature

**Describe the bug** Use `./hack-browser-data -vv` paste result here ![image](https://github.com/moonD4rk/HackBrowserData/assets/47601098/47bc6fa5-cbf7-4f6b-abe9-b8e8327047b1) **Desktop (please complete the following information):** - OS Name: Win10 - Browser Name: QQ 浏览器 - Browser Version: 9.6.11346.400 **Additional...

bug

``` c++ class CUdpClientListenerImpl : public CUdpClientListener { public: explicit CUdpClientListenerImpl() :m_Client(this) { } ~CUdpClientListenerImpl() override { this->m_Client->Stop(); } // 连接服务器 bool Connect() { // 连接服务器 if (!this->m_Client->Start(L"127.0.0.1", 4545, false))...

``` c++ explicit CUdpClientListenerImpl() : m_PCompressor(HP_Create_BrotliCompressor(OnCompressData, 6)), { } static BOOL __HP_CALL OnCompressData(const BYTE* pData, const int iLength, const PVOID pContext = nullptr) { const auto pThis = static_cast(pContext); }...