← 返回首页

windows下可以通过wmic获取进程安装路径

作者:piaoye
发布时间:2016-10-09 16:32:44
浏览:5899    评论:7

windows下可以通过wmic获取进程安装路径

2016-10-09 16:32:44 7 5899
查询mysql路径:
wmic process where(description="mysqld.exe") >> mysql.log
输出到当前目录下
wmic process where(description="cmd.exe")
显示结果为:



附带两条
wmic service where caption="zhudongfangyu" call stopservice  
wmic service where name="zhudongfangyu" call stopservice
echo y|wmic process where processid=6428 call terminate  干掉pid
echo y|wmic process where name="SogouExplorer.exe" call terminate 干掉进程
类别 渗透测试

关于作者

piaoye37篇文章1265篇回复