h4cnull
h4cnull
rdp爆破
rdp爆破是纯go实现的吗,有没有参考能看看
`let mstr = r"^\x03\0\0\x13\x0e\xd0";` `let rdpb = b"\x03\0\0\x13\x0e\xd0";` `println!("rdp buf {:?}",rdpb);` `let no_options: EnumSet = EnumSet::new();` `let re = Pcre::compile_with_options(mstr, &no_options).unwrap();` `let s = unsafe { std::str::from_utf8_unchecked(rdpb.as_slice()) };` `let m...
zig version: **0.12.0** ``` install └─ install main └─ zig build-exe main Debug native 1 errors xxx\zig-cache\o\762541bc2d17073d70cb6792c5fbd54b\cimport.zig:90966:293: error: expected type '?*const fn (?*cimport.struct__LIBSSH2_SESSION, [*c][*c]u8, [*c]c_int, [*c]?*anyopaque) callconv(.C) void', found '?*anyopaque'...
- [x] 我确定这是蚁剑本身的一个 Bug,我并不是在询问如何使用蚁剑 - [x] 我确定已经将蚁剑升级至[软件发布页面](https://github.com/AntSwordProject/AntSword/releases)中的**最新版** - [ ] 我已经阅读过蚁剑的开发文档,并且尝试过自己通过Google等方式解决问题 - [ ] 这是一个新功能的建议 - [ ] 我查阅了文档没找到解决方案,所以来询问如何使用蚁剑 --- ## 报告 Bug - [ ] 我使用的操作系统是 ***macOS*** 10+ -...