Version 1.3 of payShiledPressureTest is out! The new version brings many fixes and improvements. The most relevant one is that I modified how the TCP and SSL connection were established: in the previous versions every the connection was opened and closed every time a command was sent. In this new version, the same connection is […]
payShieldToSyslog: The new version v0.4.2 is out
I just released on GitHub the new version v0.4.2 of payShieldToSyslog. payShieldToSyslog is a tool that gathers the audit log through the payShield host port and forwards it to a Syslog facility. The new version corrects some bugs and typos and introduces some new features: The program is written in Python 100% and an executable […]
payShieldPPRessureTest: version 1.1.7 is out
Version 1.1.7 of payShieldPPRessureTest, the tool I wrote to stress and test your payShield HSM is out.This new version comes with some fixes: Fixed typos in comments and README.md Removed not functional code in HEX to IP address dotted decimal notation conversion function Fixed the hex output of –randgen Simplified the printing in hex of the response obtained by the appliance Fixed the […]
Payshield Pressure Test v1.1.6 has been released
version 1.1.6 of payShieldPPRessureTest, the tool I wrote to stress and test your payShield HSM is out.This new version implements the command EI to query the status of the Host Port 1 and implements some improvements and minor fixes.The tool is freely available, under AGPL 3.0 Affero license, on #github at https://github.com/mszeu/PayShieldPPressureTest A big thank you to JetBrains for allowing me to use for free their product suite […]
PayShieldPPressureTest v1.0 with TLS support is out!
Are you stressed by your Thales Payshield? Do you like to stress it back? Then you will be happy to know that a new version of PayShield Pressure Test is available on GitHub.
The new version,1.0 supports all the HOST’s protocols: TCP, UDP and TLS.
A simple script to stress your Thales payShield 10k and 9k
Do you like to stress your Thales payShield more than the payShield stresses you? Then this small Python script is for you 🙂 I wrote it just to stress the appliance keeping it busy with RSA key generation and NC commands. Initially, it was made of a bunch of scripts, one for each command and […]