goproxy

proxy sps -S socks -T tcp -P 127.0.0.1:8080 -t tcp -p :1080 --nolog
proxy sps -S http -T tcp -P 127.0.0.1:8080 -t tcp -p :1080 --nolog
proxy sps -S http -T tls -P 127.0.0.1:8080 -t tcp -p :1080 -C proxy.crt -K proxy.key --nolog

nssm

powershell

Get-WmiObject win32_service | ?{$_.PathName -like '*nssm*'} | select Name, DisplayName, State, PathName

posted @ 2020-07-26 22:22  月渊  阅读(193)  评论(0编辑  收藏  举报