Windows 安装OpenSSH服务端
SSH 是常见远程管理工具,常见于linux机器,windows 也能安装ssh服务利用场景:控制目标机器,
I like using procdump on Windows.
It’s quite handy for software development when systems have memory leaks or performance issues, procdump allows to set thresholds to trigger creation of a core dump.
BUT, it’s also super useful to search processes for secrets and other information.
For instance, this one liner will dump the memory of all processes to hard disk and then you can search them as you see fit.