举一反三 一句话获取电脑已经登录的QQ 《浅谈windows管道》
2020-05-07 04:05:06 Author: www.t00ls.net(查看原文) 阅读量:424 收藏

浅谈windows管道

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

cmd : dir \\.\pipe\\ | findstr "QQ_" | findstr "_pipe"


文章来源: https://www.t00ls.net/articles-56258.html
如有侵权请联系:admin#unsafe.sh