PuTTY Releases Important Software Update to Patch 8 High-Severity Flaws

The popular SSH client program PuTTY has released the latest version of its software that includes security patches for 8 high-severity security vulnerabilities.

PuTTY is one of the most popular and widely used open-source client-side programs that al… Continue reading PuTTY Releases Important Software Update to Patch 8 High-Severity Flaws

How to pass command line arguments to putty without making them visible in powershell / cmd?

When a process runs in Windows, if you pass command line arguments to it, they are visible if the process is running, making the passing of plain-text sensitive data using this method a really bad idea.

How does one prevent … Continue reading How to pass command line arguments to putty without making them visible in powershell / cmd?

Are the interactive methods of credential gathering listed here actually secure, since they dont store the credentials on disk?

I found an article about different ways to collect and pass credentials in powershell. The author states that some of these methods are 100% secure (which is obviously an exaderation) but for purposes of running a short inte… Continue reading Are the interactive methods of credential gathering listed here actually secure, since they dont store the credentials on disk?

From a security standpoint is there anything wrong with running repetitive putty commands from the command line?

In Putty.exe (for Windows) you can run commands using the following format in Powershell or the commandline:

putty.exe -pw <your-password> -l <some-user> -load “<some-predefined-set-oh-commands-called-a-sessio… Continue reading From a security standpoint is there anything wrong with running repetitive putty commands from the command line?