← 返回首页

举一反三 一句话获取电脑已经登录的QQ 《浅谈windows管道》

作者:BeichenDream
发布时间:2020-05-05 14:40:44
浏览:10436    评论:44

举一反三 一句话获取电脑已经登录的QQ 《浅谈windows管道》

2020-05-05 14:40:44 44 10436


浅谈windows管道



powershell : [System.Text.RegularExpressions.Regex]::Matches([System.IO.Directory]::GetFiles("\\.\\pipe\\"),"QQ_(\d*)_pipe").Groups;

cmd : dir \\.\pipe\\ | findstr "QQ_" | findstr "_pipe"
类别 渗透测试

关于作者

BeichenDream20篇文章142篇回复